@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*-------------------------
  共通設定
-------------------------*/
img{
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.clear{
    clear: both;
    display: block;
}

.center{
    text-align: center;
}
.normal{
    font-weight: normal;
}
.bold{
    font-weight: bold;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb25{
    margin-bottom: 25px;
}
.mb30{
    margin-bottom: 30px;
}
.mb35{
    margin-bottom: 35px;
}
.mb40{
    margin-bottom: 40px;
}
.mb45{
    margin-bottom: 45px;
}
.mb50{
    margin-bottom: 50px;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
.ml20{
    margin-left: 20px;
}
.ml25{
    margin-left: 25px;
}
.ml30{
    margin-left: 30px;
}
.ml35{
    margin-left: 35px;
}
.ml40{
    margin-left: 40px;
}
.ml45{
    margin-left: 45px;
}
.ml50{
    margin-left: 50px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr15{
    margin-right: 15px;
}
.mr20{
    margin-right: 20px;
}
.mr25{
    margin-right: 25px;
}
.mr30{
    margin-right: 30px;
}
.mr35{
    margin-right: 35px;
}
.mr40{
    margin-right: 40px;
}
.mr45{
    margin-right: 45px;
}
.mr50{
    margin-right: 50px;
}
.caution{
    color: #F00;
}
.black01{
    color: #000;
}
.orange01{
    color: #F90;
}
.orange02{
    color: #F60;
}
.gray01{
    color: #CCC;
}
.gray02{
    color: #999;
}
.gray03{
    color: #666;
}
.gray04{
    color: #333;
}
.red01{
    color: #FF0004;
}

.show_sp{
    display: none !important;
}
.show_sp02{
    display: none !important;
}

.mincho{
    font-family: "Noto Serif JP", serif;
}
.marugo{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/*-------------------------
  ボタン設定
-------------------------*/
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/*-------------------------
  リンク設定
-------------------------*/
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
a.hover:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}


/*-------------------------
  段落設定
-------------------------*/
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}

/*-------------------------
  body設定
-------------------------*/
body{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}


/*-------------------------
  header
-------------------------*/
.header{
    margin: 0;
    padding: 0 15px;
    border-top: 5px solid #4AB5D0;

    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
}
.header_in{
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 10px;
}
.header_in .site_name {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: bold;
}
.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.header_top .header_info {
    max-width: 500px;
    display: flex;
    gap: 2%;
}
.header_top .header_info a {
    display: block;
}
.header_top .header_info a:hover {
    opacity: .7;
}

/* ナビ
-------------------------*/
nav{
    margin: 0;
    padding: 0;
}
.gnav{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.gnav .pcmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    /* gap: 1.8%; */
    height: 100%;
}
.gnav .pcmenu li{
    margin: 0;
    padding: 0 1.8%;
    position: relative;
    width: fit-content;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 44px;
}
.gnav .pcmenu > li:first-of-type::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #4AB5D0;
    position: absolute;
    top: 0;
    left: 0;
}
.gnav .pcmenu > li::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #4AB5D0;
    position: absolute;
    top: 0;
    right: 0;
}
.gnav .pcmenu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    height: 100%;
    flex-grow: 1;
}
.gnav .pcmenu li a:hover {
    opacity: .7;
}

.gnav .pcmenu .drop {
    position: relative;
}
.gnav .pcmenu .sub_menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0 0;
    width: max-content;
    min-width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}
.gnav .pcmenu .sub_menu li {
    width: 100%;
    padding: 0;
    min-height: unset;
}
.gnav .pcmenu .sub_menu li a {
   justify-content: flex-start;
   align-items: center;
   min-height: unset;
   padding: 10px 10px 10px 30px;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 500;
}
.gnav .pcmenu .sub_menu li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #37ADCB;
    border-right: 2px solid #37ADCB;
    transform: rotate(-45deg);
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all .3s;
}
.gnav .pcmenu .sub_menu li a:hover {
    background-color: #DDF5FB;
    opacity: 1;
}


/*-------------------------
  footer
-------------------------*/
footer{
    margin: 0;
    padding: 0;
}

.footer{
    margin: 0;
    padding: 20px 0 0;
    background-color: #fff;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.footer .site_name {
    font-size: 1.4rem;
    font-weight: bold;
}
.footer .site_name span {
    display: block;
    font-size: 1.6rem;
}
.footer_in{
    margin: 20px auto 0;
    padding: 10px 0 15px;
    background-color: #37ADCB;
}
.copyright {
    font-size: 1.2rem;
    color: #fff;
}


#pagetop{
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    z-index: 100;
}



/*-------------------------
  section
-------------------------*/
section{
    margin: 0;
    padding: 0;
}

article{
    margin: 0;
    padding: 0;
}


/*-------------------------
table設定
-------------------------*/
table{
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}

/*-------------------------
  form設定 IE_CSS3
-------------------------*/
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"],
input[type="email"],
textarea {
    padding: 3px;
    font-size: 16px;
    border: 1px solid #CCC;
    border-radius: 3px;
}
textarea {
    width: 100%;
}
.w100 {
    width: 100%;
}
input[type="submit"] {
    border: none;
    background-color: #0055A7;
    width: 250px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px 10px;
}
input[type="submit"].back {
    background-color: #666;
}
input[type="submit"]:hover {
    opacity: 0.8;
}
input::-webkit-input-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
input::placeholder {
    color: #999;
}



/*-------------------------
  ハンバーガーメニュー
-------------------------*/
.hamburger{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: none;
    background-color: #fff;
    z-index: 999;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.menu-trigger.active{
    /* position: fixed; */
}
.menu-trigger {
    margin-right: 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 23px;
    height: 3px;
    background-color: #37ADCB;
    border-radius: 3px;
    display: inline-block;
}
.menu-trigger span:nth-of-type(1) {
    top: 10px;
}
.menu-trigger span:nth-of-type(2) {
    top: 18.5px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 10px;
}

.menu-trigger.active span {
    width: 30px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

/*-------------------------
  sp header
-------------------------*/
#overlay{
    display: none;
}


/*-------------------------
   mv
-------------------------*/
.mv {
    width: 100%;
    height: 1300px;
    position: relative;
    background-image: url(../img/mv_pc.jpg);
    background-size: 3000px;
    background-position: center top;

    margin-top: 165px;
}
.mv .img {
    max-width: 1000px;
    margin: 0 auto
}


/*-------------------------
   共通
-------------------------*/
.sec {
    padding: 90px 15px 100px;
}
.sec_title {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .05em;
}
.sec_title span {
    /* display: inline-block; */
    font-size: 2.8rem;
}
.sec_title span.color {
    color: #37ADCB;
}
.sec_title::after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    margin: 20px auto 0;
    background-color: #37ADCB;
}
.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.flex {
    display: flex;
}


/*-------------------------
   sec01
-------------------------*/
.sec01 {
    background-image: url(../img/sec01_bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec01 .sec_title {
    font-size: 2.8rem;
    font-weight: 500;
    color: #fff;
    line-height: 2;
}
.sec01 .sec_title::after {
    content: none;
}
.sec01_in {
    justify-content: space-between;
}
.sec01_in .img {
    max-width: 430px;
    width: 50%;
}
.sec01_in .content {
    flex: 1;
    padding: 25px 0 0 5%;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.8;
}

/*-------------------------
   sec02
-------------------------*/
.sec02 {
    background-color: #E3F5FF;
}
.sec02 .desc {
    padding: 44px 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
}
.sec02_in + .sec02_in {
    margin-top: 45px;
}
.sec02_in .sub_title {
    padding: 10px;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #fff;
    background-color: #37ADCB;
    position: relative;
}
.sec02_in .sub_title::after {
    content: "";
    display: block;
    width: 40px;
    height: 15px;
    background: #37adcb;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    top: 99.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec02_in .block {
    margin-bottom: 20px;
    padding: 0 50px 50px;
    background-color: #fff;
}
.sec02_in .block .attention {
    margin: auto 24px;
    padding: 11.5px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #FFF188;
    background-color: #E987AE;
    border-radius: 999px;
}
.sec02_in .block .box {
    padding: 40px 0 0;
}
.sec02_in .block .box:not(:last-of-type){
    background-image: url(../img/bg_border.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 20px;
    padding: 40px 0;
}
.sec02_in .block .box .text {
    margin-bottom: 5px;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 600;
}
.sec02_in .block .box dl {
    display: flex;
    gap: .3%;
    flex-wrap: wrap;
    font-size: 1.6rem;
}
.sec02_in .block .box dl dt,
.sec02_in .block .box dl dd {
    margin-bottom: 2px;
    padding: 10px 20px;
}
.sec02_in .block .box dl dt {
    width: 20%;
    background-color: #37adcb;
    color: #fff;
    text-align: center;
}
.sec02_in .block .box dl dd {
    width: 79.7%;
    background-color: #E5E5E5;
}
.sec02_in .block .box dl dd a {
    text-decoration: underline;
}
.sec02_in .block .box dl dd a:hover {
    text-decoration: none;
}
.sec02_in .note {
    font-size: 1.6rem;
    line-height: 1.8;
}
.sec02_in .note span {
    display: block;
    font-weight: bold;
}
.sec02_in .note a {
    text-decoration: underline;
}
.sec02_in .note a:hover {
    text-decoration: none;
}

.sec02_in._01 .block {
    padding-top: 40px;
}
.sec02_in._02 .sub_title {
    background-color: #F08B40;
}
.sec02_in._02 .sub_title::after {
    background: #F08B40;
}
.sec02_in._02 .block .box dl dt {
    background-color: #F08B40;
}
.sec02_in .box .memo {
    text-indent: -1.6rem;
    padding-left: 16px;
    line-height: 1.8;
}
.sec02_in .block .text01 {
    padding: 40px 0 20px 16px;
    text-indent: -1.6rem;
    color: #E987AE;
}
.sec02_in .block .scroll_box {
    padding: 10px 15px;
    background-color: #E5E5E5;
    border: 1px solid #333;
    max-height: 300px;
    overflow: scroll;
}
.sec02_in .block .scroll_box p {
    line-height: 1.8;
}
.sec02_in .block .scroll_box p +p {
    margin-top: 30px;
}

/*-------------------------
   info
-------------------------*/
.info {
    padding: 50px 0;
    background-color: #70CADF;
}
.info .title {
    margin-bottom: 15px;
    padding: 7px;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 600;
    background-color: #37ADCB;
    color: #fff;
    text-align: center;
}
.info .title span {
    font-size: 2.4rem;
}
.info .title span.color {
    color: #FFF188;
}
.info .text {
    margin-bottom: 5px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}
.info_in {
    justify-content: space-between;
    gap: 2%;
}
.info_in .box .img {
    display: block;
    margin: 20px auto 0;
}

/*-------------------------
   sec03
-------------------------*/
.sec03 {
    background-image: url(../img/sec03_bg01.png);
    background-repeat: no-repeat;
    background-size: 100% 62%;
    background-position: top left;
    position: relative;
    z-index: 1;
}

.sec03::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 170px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
    top: 46%;
    left: 0;
    z-index: 1;
}
.sec03::after {
    content: "";
    display: inline-block;
    width: 670px;
    height: 80px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    top: 99.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec03_in {
    position: relative;
    justify-content: space-between;
}

.sec03_in .content {
    max-width: 520px;
    width: 52%;
    position: relative;
    z-index: 10;
}
.sec03_in .sec_title {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: #37ADCB;
    text-align: center;
    text-shadow: 3px 3px 5px rgba(190,190,190,0.7) ;
}
.sec03_in .sec_title::after {
    content: none;
}
.sec03_in .sec_title span {
    display: block;
    width: 250px;
    margin: 5px auto;
    padding: 5px 10%;
    font-size: 2rem;
    background-color: #37ADCB;
    color: #fff;
    border-radius: 999px;
    text-shadow: none;
}
.sec03_in .box {
    width: 100%;
    padding: 25px 30px 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}
.sec03_in .box_in {
    padding-bottom: 3px;
    align-items: baseline;
    line-height: 1.7;
}
.sec03_in .box_in .icon {
    width: 25px;
    margin-right: 9px;
}
.sec03_in .box_in .icon img {
    display: block;
}
.sec03_in .box_in .item {
    flex: 1;
}
.sec03_in .box_in .text01 {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 600;
}

.sec03_in .box_in .text03 {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.8rem;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
    line-height: 1.3;
    margin-bottom: 5px;
}
.sec03_in .box_in .text03 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
}
.sec03_in .img {
    max-width: 470px;
    width: 47%;
}


/*-------------------------
   sec04
-------------------------*/
.sec04 {
    padding-top: 115px;
    background-color: #E3F5FF;
}
.sec04_in {
    margin: 50px auto 20px;
}
.sec04_in .block {
    margin-bottom: 20px;
    padding: 25px 50px 0;
    background-color: #fff;
    border-radius: 8px;
}
.sec04_in .block .text {
    padding-bottom: 25px;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.sec04_in .block .text span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid #37ADCB;
    border-right: 4px solid #37ADCB;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 10px;
    transition: all .3s;
}
.sec04_in .block .text.open span {
    transform: rotate(-135deg);
}
.sec04_in .block .box {
    display: none;
}

.sec04_in .block dl {
    display: flex;
    gap: .3%;
    flex-wrap: wrap;
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.sec04_in .block dl dt,
.sec04_in .block dl dd {
    margin-bottom: 2px;
    padding: 10px 20px;
}
.sec04_in .block dl dt {
    width: 20%;
    background-color: #37adcb;
    color: #fff;
    text-align: center;
}
.sec04_in .block dl dd {
    width: 79.7%;
    background-color: #E5E5E5;
}
.sec04_in .block .item:last-of-type {
    padding-bottom: 30px;
}
.sec04_in .block .item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 40px;
    height: 15px;
    margin: 20px auto;
    background: #999;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.sec04_in .block .item .step {
    display: flex;
    align-items: center;
    font-family: "Noto Serif JP", serif;
    color: #37ADCB;
    margin-bottom: 13px;
}
.sec04_in .block .item .circle {
    font-family: "Jost", serif;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    line-height: 1;
    color: #37ADCB;
    border: 1px solid #37ADCB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec04_in .block .item .circle span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: .9;
}
.sec04_in .block .item .st_text {
    font-size: 2rem;
    font-weight: 600;
    padding-left: 7px;
}
.sec04_in .block .item .desc {
    font-size: 1.6rem;
}
.sec04_in .block .item .desc02 {
    text-indent: -1.6rem;
    padding-left: 1.6rem;
}
.sec04_in .block .item .desc.color {
    color: #E987AE;
}

/*-------------------------
   sec05
-------------------------*/
.sec05 .desc {
    padding: 44px 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
}
.sec05_in .block {
    padding: 0 50px 50px;
    background-color: #fff;
}
.sec05_in .sub_title {
    padding: 10px;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #fff;
    background-color: #37ADCB;
    position: relative;
    letter-spacing: .05em;
}
.sec05_in .sub_title span {
    font-size: 2.4rem;
}
.sec05_in .sub_title span.color {
    color: #FFF188;
}
.sec05_in .sub_title span > span {
    font-size: 2rem;
}
.sec05_in .sub_title::after {
    content: "";
    display: block;
    width: 40px;
    height: 15px;
    background: #37adcb;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    top: 99.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec05_in .block {
    margin-bottom: 20px;
    padding: 45px 50px 50px;
    background-color: #E3F5FF;
}
.sec05_in .box {}
.sec05_in .box + .box {
    margin-top: 50px;
}
.sec05_in .box .img {
    max-width: 340px;
    width: 50%;
}
.sec05_in .box .content {
   flex: 1;
   padding: 0 0 0 5%;
}
.sec05_in .box .content .title {
    margin-bottom: 15px;
    padding: 0 0 12px;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    background-image: url(../img/bg_border.png);
    background-size: 20px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.sec05_in .box .content p {
    line-height: 1.8;
}
.sec05_in .box._02 {
    flex-direction: row-reverse;
}
.sec05_in .box._02 .content {
    padding: 0 5% 0 0;

}
.sec05_in._02 {
    margin-top: 100px;
}
.sec05_in._02 .sub_title {
    background-color: #F08B40;
}
.sec05_in._02 .sub_title::after {
    background-color: #F08B40;
}

/*-------------------------
   sec06
-------------------------*/
.sec06_in {
    margin-top: 50px;
    background-image: url(../img/bg_border.png);
    background-position: left top;
    background-size: 20px;
    background-repeat: repeat-x;

}
.sec06_in .item {
    background-image: url(../img/bg_border.png);
    background-position: left bottom;
    background-size: 20px;
    background-repeat: repeat-x;
}
.sec06_in .item .q,
.sec06_in .item .a_in {
    display: flex;
    align-items: baseline;
}
.sec06_in .item .q {
    padding: 20px 6px;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    position: relative;
    cursor: pointer;
}
.sec06_in .item .a {
    padding: 0 6px 20px;
    display: none;
}
.sec06_in .item .q .icon,
.sec06_in .item .a .icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    font-family: "Jost", serif;
    font-weight: 500;
    font-size: 2.2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.sec06_in .item .q .icon {
    background: #37adcb;
}
.sec06_in .item .a .icon {
    background: #F08B40;
}
.sec06_in .item .q .text,
.sec06_in .item .a .text {
    flex: 1;
}
.sec06_in .item .q span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid #37ADCB;
    border-right: 4px solid #37ADCB;
    transform: rotate(45deg);
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all .3s;
}
.sec06_in .item .q.open span {
    transform: rotate(-135deg);
}

/*-------------------------
   sec07
-------------------------*/
.sec07 {
    background-image: url(../img/sec07_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    /* background-size: 100% auto; */
    background-size: cover;
}
.sec07_in {
    margin-top: 50px;
}
.sec07_in .title {
    padding: 10px 20px;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    background-color: #C5AE62;
}
.sec07_in .title span.en {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 15px;
}
.sec07_in .block  {
    padding: 40px 50px;
    background-color: #fff;
}
.sec07_in .block .flex {
    justify-content: space-between;
}
.sec07_in .block .img {
    max-width: 420px;
    width: 100%;
}
.sec07_in .block .img img {
    display: block;
}
.sec07_in .block .img img +img {
    margin-top: 15px;
}
.sec07_in .block .content {
    max-width: 420px;
    width: 100%;
}
.sec07_in .block .content .map {
    aspect-ratio: 7/4.7;
}
.sec07_in .block .content .address {
    padding-top: 10px;
    line-height: 1.8;
}
.sec07_in .block .btns {
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
}
.sec07_in .block .btns a {
    display: block;
    max-width: 315px;
    margin: 0 10px;
}
.sec07_in .block .btns a:hover {
    opacity: .7;
}

.sec07_in._02 .title {
    background-color: #4F7FBF;
}
.sec07_in._03 .title {
    background-color: #5D4136;
}


/* 20250226 */
.info_top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-image: url(../img/bg_border.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 25px;
}
.info_top a:hover {
    opacity: .7;
}

.fixed_info_pc {
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 200;
    max-width: 60px;
    width: 7%;
    transition: all .3s;
}
.fixed_info_pc a {
    display: block;
}
.fixed_info_pc:hover {
    opacity: .7;
}

/* 20250227 */
.sec04_in .block .item .desc a {
    display: inline-block;
    text-decoration: underline;
}
.sec04_in .block .item .desc a:hover {
    text-decoration: none;
}