body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #373737;
  position: relative;
}

body p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #373737;
}

.font-noto {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  text-decoration: none !important;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
}

/*フォントサイズ*/
.fz-12 {
  font-size: 12px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.fz-24 {
  font-size: 24px;
}
.fz-28 {
  font-size: 28px;
}
.fz-32 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .fz-md-14 {
    font-size: 14px;
  }
  .fz-md-16 {
    font-size: 16px;
  }
  .fz-md-18 {
    font-size: 18px;
  }
  .fz-md-20 {
    font-size: 20px;
  }
  .fz-md-24 {
    font-size: 24px;
  }
  .fz-md-28 {
    font-size: 28px;
  }
  .fz-md-32 {
    font-size: 32px;
  }
  .fz-md-40 {
    font-size: 40px;
  }
  .fz-md-48 {
    font-size: 48px;
  }
  .fz-md-56 {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .mt-24-sp {
    margin-top: 24px !important;
  }

  .mt-36-sp {
    margin-top: 36px !important;
  }
}

@media (min-width: 768px) {
  .section {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .section {
    margin-top: 64px;
  }
}

@media (max-width: 767px) {
  .section h2 {
    font-size: 24px !important;
    letter-spacing: 0.1em !important;
  }
}

.section h2 {
  width: 650px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 32px;
  letter-spacing: 0.3em;
  padding-bottom: 6px;
  border-bottom: dotted 3px #373737;
  border-width: 4px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #373737;
}

.bg-orange {
  background-color: #0066C8;
}

.bg-red {
  background-color: #c52620;
}

.text-orange {
  color: #d08727;
}

.text-orange-b {
  color: #ce6016;
}

.text-red {
  color: #c52620;
}

@media (max-width: 576px) {
  .container {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1000px !important;
  }
}

/*サイド*/
.side-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.side-btn-red {
  height: 250px;
  width: 76px;
  background-color: #ffe400;
  position: relative;
  border-radius: 15px 0 0 15px;
}

.side-btn-orange {
  margin-top: 25px;
  height: 250px;
  width: 76px;
  background-color: #0066cc;
  position: relative;
  border-radius: 15px 0 0 15px;
}

.side-btn-rayout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0; /* top, right, bottom, leftを一括指定 */
  margin: auto;
}

.tategaki {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: inline-block;
}


.side-btn-ls {
  letter-spacing: 0.2em;
}

.side-btn-sp {
  position: fixed;
  bottom: 0;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

@media (max-width:576px){
  .side-btn-sp {
    width:96%;
  }
}

.side-btn-red-sp {
  height: 75px;
  width: 48%;
  background-color: #ffe400;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.side-btn-orange-sp {
  height: 75px;
  width: 48%;
  background-color: #0066cc;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.btn-top {
  height: 100%;
}

/*ヘッダー*/
#header {
  position: relative;
  background-color:#0099ff;
  background-size: cover;
  background-position: center center;
  width: 100%;
  pointer-events: none;
}

#header .header-2 {
  width: 67%;
  left: 13%;
  bottom: 9%;
  z-index:3;
}

#header .header-3 {
  width:76%;
  left:2%;
  top:0;
  z-index:2;
}

#header .header-logo {
  left: 5%;
  top: 5%;
  width: 12%;
  z-index: 99;
}

@media (min-width: 768px) {
  #header .header-logo {
    left: 5%;
    top: 5%;
    width: 15%;
    z-index: 99;
  }
}

@media (max-width: 767px) {
  #header {
    aspect-ratio: 75/43;
  }

  #header .header-logo {
    left: 5%;
    top: 5%;
    width: 15%;
    z-index: 99;
  }

  #header .header-deco {
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 75/43;
    opacity: 0.8;
  }

  #header .header-content {
    width: 100%;
    bottom: -1px;
    z-index: 99;
  }

  #header .header-title {
    width: 55%;
  }
}
*/

/*前書き*/
#content-1.section {
  margin-top:0 !important;
}

#content-1 {
  padding:100px 0;
  background-color:#ffffe6;
  margin-top:0 !important;
}

#content-1 .content-1-img-1 {
  width:50%;
  margin:0 auto;

}

#content-1 .content-1-img-2 {
  width:84%;
  margin:48px auto 36px;
}

#content-1 .content-1-img-3{
  text-align:center;
  width:64%;
  margin:0 auto;
}

#content-1 .content-1-img-3 p{
  font-size:10px;
  text-align:center;
  font-weight:bold;
  margin-top:12px;
  margin-bottom:0;
}

@media (max-width:768px){
  #content-1 {
    padding:50px 0;
  }

  #content-1 .content-1-img-1 {
    width:63%;
  }

  #content-1 .content-1-img-2 {
    width:100%;
    margin:24px auto 20px;
  }

  #content-1 .content-1-img-3{
    text-align:center;
    width:93%;
    margin:0 auto;
  }

  #content-1 .content-1-img-3 p{
    font-size:16px;
    text-align:left;
    margin-top:8px;
  }
}

#content-2 .content-2-img-1 {
  width:77%;
  margin:0 auto 48px;
}

#content-2 .content-2-img-2 {
  width:70%;
  position:relative;
  margin:0 auto;
}

#content-2 .content-2-img-2-2 {
  width:22%;
  position:absolute;
  bottom: 22%;
  right: -12%;
}

#content-2 .content-2-img-2 p{
  font-size:10px;
  text-align:center;
  font-weight:bold;
  margin-top:12px;
  margin-bottom:0;
}

@media (max-width:768px){
  #content-2 .content-2-img-1 {
    width:92%;
    margin:0 auto 36px;
  }

  #content-2 .content-2-img-2 {
    width:100%;
    position:relative;
    margin:0 auto;
  }

  #content-2 .content-2-img-2-2 {
    width:21%;
    position:absolute;
    bottom: 67%;
    right: -3%;
  }

  #content-2 .content-2-img-2 p{
    font-size:16px;
    text-align:left;
    margin-top:8px;
  }
}

#content-2-2 .title {
  background-color:#d1eeff;
  color:#0066cc;
  padding:8px 0;
  margin-bottom:0;
  border-radius:5px;
  margin-top:48px;
}

#content-2-2 .title p{
  text-align:center;
  font-size:24px;
  line-height:1;
  margin-bottom:0;
  color:#0066cc;
}

#content-2-2 .title p span{
  font-size:18px;
}

#content-2-2 .content {
  background-color:#d1eeff;
  border-radius:5px;
}

#content-2-2 .content .box{
  padding:36px 24px;
  margin:12px auto 0;
  border-radius:5px;
}

#content-2-2 .content .box .table{
  display:flex;
  justify-content:space-between;
  margin-bottom:12px;
}

#content-2-2 .content .box .table .table-1 p{
  background-color:#fff;
  color:#0066cc;
  padding:4px 0;
  text-align:center;
  border-radius:4px 4px 0 0;
  margin-bottom:8px;
  font-weight:bold;
  letter-spacing:3.5px;
  line-height:1;
}

#content-2-2 .content .box .table .table-2 p{
  background-color:#fff;
  color:#ff6600;
  padding:4px 0;
  text-align:center;
  border-radius:4px 4px 0 0;
  margin-bottom:8px;
  font-weight:bold;
  letter-spacing:3.5px;
  line-height:1;
}

#content-2-2 .content .box .table .table-1{
  width:50%;
}

#content-2-2 .content .box .table .table-2{
  width:47.5%;
}

@media (max-width:768px){
  #content-2-2 .title {
    padding:12px 0;
  }

  #content-2-2 .content .box .table{
    display:block;
    justify-content:space-between;
    margin-bottom:12px;
  }

  #content-2-2 .content .box .table .table-1 p{
    font-size:18px;
    padding:8px 0;
  }

  #content-2-2 .content .box .table .table-2 p{
    font-size:18px;
    padding:8px 0;
  }

  #content-2-2 .content .box .table .table-1{
    width:100%;
    margin-top:24px;
  }

  #content-2-2 .content .box .table .table-2{
    width:100%;
    margin-top:24px;
  }
}

@media (min-width:768px){
  #content-2-2 .content .box .caution {
    display:flex;
  }

  #content-2-2 .content .box .caution .text {
    position:relative;
    background-color:#fff;
    width:100px;
    border-radius:5px;
  }

  #content-2-2 .content .box .caution .text p{
    position:absolute;
    width:100%;
    font-size:14px;
    top:50%;
    transform:translateY(-50%);
    color:#0066cc;
    text-align:center;
  }

  #content-2-2 .content .box .caution ul.list {
    flex:1;
    margin-left:12px;
    margin-bottom:0;
    padding-left:0;
    list-style:none;
  }

  #content-2-2 .content .box .caution ul.list li {
    font-size:11px;
    list-style:none;
    line-height:1.2;
    font-weight:bold;
  }
}

@media (max-width:768px){
  #content-2-2 .content .box .caution {
    margin-top:24px;
  }

  #content-2-2 .content .box .caution .text {
    background-color:#fff;
    color:#0066cc;
    padding:4px 0;
    text-align:center;
    border-radius:4px;
    margin-bottom:8px;
    font-weight:bold;
    line-height:1;
    font-size:14px;
  }

  #content-2-2 .content .box .caution .text p{
    width:100%;
    font-size:16px;
    margin-bottom:0px;
    color:#0066cc;
    text-align:center;
  }

  #content-2-2 .content .box .caution ul.list {
    margin-left:0px;
    margin-bottom:0;
    padding-left:0;
    list-style:none;
  }

  #content-2-2 .content .box .caution ul.list li {
    font-size:16px;
    list-style:none;
    line-height:1.2;
    font-weight:bold;
    padding-bottom:8px;
  }
}

/*
#content-2-2 .content .box .table table thead tr th {
  background-color:#0066cc;
  color:#fff;
  font-size:14px;
  padding:2px;
  text-align:center;
}

#content-2-2 .content .box .table table thead tr th:nth-child(1) {
  width:30%;
  border-right:solid 2px #d1eeff;
  border-bottom:solid 2px #d1eeff;
}

#content-2-2 .content .box .table table thead tr th:nth-child(2) {
  width:45%;
  border-right:solid 2px #d1eeff;
  border-bottom:solid 2px #d1eeff;
}

#content-2-2 .content .box .table table thead tr th:nth-child(3) {
  width:25%;
  border-bottom:solid 2px #d1eeff;
}

#content-2-2 .content .box .table table tbody tr th{
  background-color:#0099cc;
  color:#fff;
}
*/

#content-3 {
  background:url(../images/bg-content-3.svg);
  background-position:top left;
  background-repeat:repeat;
  background-size:1366px;
  margin-top:64px;
  padding:56px 0 48px;
}

@media (max-width:768px){
  #content-3 {
    padding:36px 0 12px;
  }
}

#content-3 p.title {
  font-size:32px;
  font-weight: bold;
}

@media (max-width:768px){
  #content-3 p.title {
    font-size:30px;
    line-height: 1.2;
    font-weight: bold;
  }

  #content-3 p.title .fz-1 {
    font-size:22px;
  }

  #content-3 p.title .fz-2 {
    font-size:26px;
  }
}

#content-3 .title {
  width:787px;
  max-width:100%;
  margin:0 auto 24px;
}

@media (max-width:992px) and (min-width:768px){
  #content-3 .title {
    width:40%;
    max-width:100%;
  }
}

@media (max-width:768px){
  #content-3 .title {
    width:60%;
    min-width:224px;
    max-width:100%;
  }
}

@media (min-width:768px){
  #content-3 .content {
    display:flex;
    justify-content:space-between;
  }
}

#content-3 .content .flex-content{
  width:31.5%;
  text-align:center;
}

#content-3 .content .content-3-flex-text {
  width:34%;
  margin-bottom:2px;
}

#content-3 .content .flex-content .area{
  width:100%;
  background-color:#fff;
  border-radius: 10px;
  box-shadow: 3px 3px;
  padding:24px 0;
}

@media (max-width:768px){
  #content-3 .content .flex-content{
    width:100%;
    margin-bottom:24px;
  }

  #content-3 .content .content-3-flex-text {
    width:34%;
    margin-bottom:4px;
  }

  #content-3 .content .flex-content .area{
    width:100%;
    background-color:#fff;
    border-radius: 10px;
    box-shadow: 2px 2px;
    padding:20px 0;
  }
}

#content-3 p.attention-1 {
  font-size:17px;
  margin-top:14px;
  margin-bottom:12px;
  font-weight:bold;
}

#content-3 p.attention-2 {
  font-size:13px;
  font-weight:bold;
}

@media (min-width:768px){
  #content-4 .circle-area {
    display:flex;
    justify-content:center;
  }

  #content-4 .circle-area .left{
    width:34%;
    margin-right:3%;
  }

  #content-4 .circle-area .right{
    width:34%;
    margin-left:3%;
  }
  
  #content-4 .content .title {
    width:462px;
    max-width:100%;
    margin:48px auto 12px;
  }
}

@media (max-width:768px){
  #content-4 .circle-area .left{
    width:92%;
    margin:0 auto 24px;
  }

  #content-4 .circle-area .right{
    width:92%;
    margin:0 auto 24px;
  }

  #content-4 .content .title {
    width:173px;
    max-width:100%;
    margin:48px auto 12px;
  }
}

#content-4 .content .table-area .title {
  background-color:#fcd25b;
  color:#ff6600;
  padding:8px 0;
  margin-bottom:0;
  border-radius:5px;
  margin-top:24px;
  width:100%;
}

#content-4 .content .table-area .title p{
  text-align:center;
  font-size:24px;
  line-height:1;
  margin-bottom:0;
  color:#ff6600;
}

#content-4 .content .table-area .title p span{
  font-size:18px;
}

#content-4 .content .table-area .box {
  width:94%;
  margin:0 auto;
}

@media (min-width:768px){
  #content-4 .content .table-area .box p{
    margin-top:12px;
    margin-bottom:8px;
  }

  #content-4 .content .table-area .box .flex-area {
    display:flex;
    justify-content:space-between;
  }

  #content-4 .content .table-area .box .flex-area .table-1{
    width:43%;
  }

  #content-4 .content .table-area .box .flex-area .table-2{
    width:55%;
  }
}

@media (max-width:768px){
  #content-4 .content .table-area .box p{
    margin-top:8px;
    margin-bottom:12px;
  }

  #content-4 .content .table-area .box .flex-area .table-1{
    width:100%;
    margin-bottom:12px;
  }

  #content-4 .content .table-area .box .flex-area .table-2{
    width:100%;
    margin-bottom:48px;
  }
}

#content-4 .btn-area {
  border-top:solid 2px #ef8200;
  margin-top:64px;
  margin-bottom:48px;
}

#content-4 .btn-area .flex-btn a {
  width:290px;
  margin:48px auto 36px;
}

@media (min-width:768px){
  #content-4 .btn-area .flex-btn {
    display:flex;
    justify-content:space-between;
  }

  #content-4 .btn-area .flex-btn .left {
    margin-right:3%;
  }

  #content-4 .btn-area .flex-btn .right {
    margin-left:3%;
  }
}

#content-4 .btn-area .text {
  width:788px;
  max-width:94%;
  margin:48px auto 0;
}

@media (max-width:768px){
  #content-4 .btn-area .flex-btn a {
    width:94%;
    margin:24px auto 0;
  }

  #content-4 .btn-area .text {
    width:94%;
    margin:36px auto;
  }
}

#content-5 {
  background:url(../images/bg-content-3.svg);
  background-position:top left;
  background-repeat:repeat;
  background-size:1366px;
  margin-top:64px;
  padding:56px 0;
}

@media (max-width:768px){
  #content-5 {
    padding:48px 0 36px;
  }
}

#content-5 p.title {
  font-size:22px;
  text-align:center;
  margin-bottom:28px;
}

#content-5 .box {
  background-color:#fff;
  padding:8px 0 48px;
  border-radius:10px;
  box-shadow:3px 3px;
  max-width: 800px;
  margin:0 auto;
}

#content-5 .box .hidamari-logo {
  width:84%;
  margin:0 auto 24px;
}

#content-5 .box .flex-area {
  width:60%;
  min-width:170px;
  margin:0 auto;
}

#content-5 .box .flex-area .flex-content{
  width:100%;
  margin-top:18px;
}

#content-5 .box .content-5-text-1 {
  width:253px;
  max-width:100%;
  margin:24px auto;
}

#content-5 .box .btn-area {
  min-width:241px;
  width:85%;
  margin:36px auto 0;
}

@media (min-width:768px){
  #content-5 p.title {
    font-size:32px;
    text-align:center;
    margin-bottom:36px;
  }
  #content-5 .box .hidamari-logo {
    width:45%;
    margin:0 auto 24px;
    padding-left:8%;
  }

  #content-5 .box .flex-area {
    width:60%;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
  }

  #content-5 .box .flex-area .flex-content{
    width:31%;
  }

  #content-5 .box .content-5-text-1 {
    width:352px;
    max-width:100%;
    margin:24px auto;
  }

  #content-5 .box .btn-area {
    width:306px;
    margin:36px auto 0;
  }
}






/*フッター*/
@media (min-width: 768px) {
  #footer {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  #footer {
    margin-top: 50px;
    margin-bottom: 130px;
  }
}

@media (min-width:992px){
  #footer .flex-area {
    display:flex;
    justify-content:space-between;
    width:900px;
    margin:0 auto 84px;
  }
}

#footer .flex-area .footer-btn {
  width:61%;
}

#footer .flex-area .tell {
  width:30%;
}

@media (max-width:992px) and (min-width:768px){
  #footer .flex-area .footer-btn {
    width:550px;
    margin:0 auto 48px;
  }

  #footer .flex-area .tell {
    width:240px;
    margin:0 auto 64px;
  }
}

@media (max-width:768px){
  #footer .flex-area .footer-btn {
    width:95%;
    min-width:275px;
    margin:0 auto 48px;
  }

  #footer .flex-area .tell {
    width:75%;
    min-width:240px;
    margin:0 auto 32px;
  }
}