.sp{display: block;}
.ssp{display: none;}

@media screen and (max-width: 767px) {
.sp{display: none;}
.ssp{display: block;}
}

body {
 background: #fcfcfc;
}
p{
margin-bottom: 0;
}
.row{
margin-right: 0;
margin-left: 0;
}
.red{
color: #ff0000;
}
.black{
color: #000;
}

.header { 
box-sizing: border-box;
width: 100%;
font-family: serif;
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1400px;
padding: 10px 0.8em 15px;
margin: 0 auto;
font-size: 1.2em;
}
.logo img {
width: 300px;
}
.header-nav {
display: flex;
}
.header-nav-item {
display: flex;
margin-left: 16px;
}
.header .header-button {
box-sizing: border-box;
display: inline-block;
padding: 0.5em;
text-decoration: none;
cursor: pointer;
user-select: none;
font-weight: bold;
color: #fff;
border-radius: 3px;
line-height: 1.5;
}
.header .header-post {
background: #00B900;
border: 1px #00B900 solid;
}
.header .header-login {
background: #00b5ad;
border: 1px #00b5ad solid;
}
.header .header-post:hover,
.header .header-login:hover{
opacity: 0.5;
}
.header .inner-nav {
display: flex;
justify-content: space-around;
width: 90%;
height: 60px;
max-width: 1240px;
padding: 0;
margin: 0 auto;
line-height: 30px;
list-style: none;
}
.header .menu {
font-size: 1vw;
color: #000000;
position: relative;
top: 15px;
height: 30px;
transition-duration: .20s;
}
.header .inner-nav .menu:hover{
border-bottom: 1px solid #000;
}
.header .menu a {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
text-decoration: none;
letter-spacing: 0.05em;
transition: all .3s;
color: #000;
}
.header .dropdown__lists {
transform: scaleY(0);
transform-origin: center top;
transition: all .3s;
width: 100%;
position: absolute;
top: auto;
left: 0;
font-size: 0.625vw;
list-style: none;
padding-left: 0;
z-index:1;
border: solid 1px #000;
}
.menu:hover .dropdown__lists {
transform: scaleY(1);
}

.header .dropdown__list {
background-color:  #fff;
height: 3.5vw;
transition: all .3s;
position: relative;
}
.header .dropdown__list:not(:first-child)::before{
content: "";
width: 100%;
height: 1px;
background-color: #000;
position: absolute;
top: 0;
left: 0;
}
.header .dropdown__list:hover {
background-color: #dcdcdc;
}
/* ハンバーガーメニューのボタン */
.sp-menu__box {
position: fixed;
top: 20px;
right: 10px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 40px;
z-index: 100;
background-color: #3584bb;
border-radius: 5px;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
content: "";
display: block;
height: 3px;
width: 25px;
border-radius: 3px;
background-color: #ffffff;
position: absolute;
}
.sp-menu__box span:before {
bottom: 8px;
}
.sp-menu__box span:after {
top: 8px;
}
#sp-menu__check {
display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
bottom: 0;
transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
top: 0;
transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .hamburger__content {
left: 0;
}
.sp-menu__content {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 90;
background-color: #3584bb;
}
.sp-menu__list {
padding: 60px 10px 0;
}
.sp-menu__item {
border-bottom: solid 1px #000000;
list-style: none;
}
.sp-menu__link {
display: block;
width: 100%;
font-size: 16px;
box-sizing: border-box;
color: #000000;
text-decoration: none;
padding: 10px;
}
#sp-menu__check:checked ~ .sp-menu__content {
left: 0;
}
.sp-menu__content {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 100%;
z-index: 90;
background-color: #f0ffff;
transition: all 0.5s;
}
.header .toi {
display: flex;
padding: 20px 0;
}
.header .moz{
font-size: 15px;
font-weight: 600;
margin: 10px 5px 5px;
}
.header .kyan{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 10px;
}
.header .ga{
width: 48%;
}
.header .kyan img{
width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.header .menu {
font-size: 1.5vw;
}
}
@media screen and (max-width: 768px) {
.header .header-nav,
.header .zen {
display: none;
}
.header .box-nav {
display: none;
}
}
@media screen and (min-width: 769px) {
.sp-menu {
display: none;
}
}

.hero {
position: relative;/*親要素にrelative*/
font-family: serif;
}
.hero img{
  width: 100%;
  height: auto;
}
.hero .pc_top{
position: relative;
}
.hero h1,
.hero h2{
position: absolute;
font-size: 5vw;
color: #fff;
left: 3%;
letter-spacing: 0.2vw;
line-height: 1.2;
}
.hero .smol{
font-size: 2vw;
top: 3%;
}
.hero h2{
top: 10%;
}
.hero .row{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 600px;
width:35%;
align-items: center;
}

.hero a.toi {
display: block;
text-align: center;
width: 40%;
padding: 10px 5px;
font-size: 25px;
font-weight: bold;
border: 2px solid #1bcca9;
background: #1bcca9;
color: #fff;
border-radius: 100vh;
transition: 0.5s;
margin: 20px auto;
}
.hero a.toi:hover {
color: #fff;
opacity: 0.5;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.hero .row{
width: 100%;
margin: 15px auto;
}
.hero a.toi {
width: 54%;
padding:0;
font-size: 22px;
}
}

@media only screen and (max-width: 767px) {
.hero .smol{
font-size: 4vw;
top: 5%;
left: 2%;
}
.hero h2{
font-size: 7.5vw;
top: 20%;
left: 2%;
}
.hero .row{
width: 70%;
margin: 15px auto;
}
.hero a.toi {
width: 80%;
padding:0;
font-size: 16px;
}
}


@media screen and (max-width: 768px) {
.hero .pc_top {
display: none;
}
}

/* 画面サイズが1280px以上の時はスマホ用メニューは非表示 */
@media screen and (min-width: 769px) {
.hero .sp_top {
display: none;
}
}


.diagnosis{
font-family: serif;
padding-top:10px;
margin-bottom: 30px;
}
.diagnosis .container{
max-width: 1080px;
width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.diagnosis .buttonone{
position: relative;
width:48%;
color: #fff;
text-align: center;
padding: 20px 10px ;
font-family: monospace;
border-radius: 100vh;
font-size: 1.82vw;
margin-top: 0;
}
.diagnosis .buttonone .smol{
font-size: 0.83vw;
margin-bottom: 5px;
}
.diagnosis .ren{
background-image: linear-gradient(150deg, rgba(255, 192, 113, 1), rgba(255, 116, 110, 1));
}
.diagnosis .ren:hover {
background-image: linear-gradient(150deg, rgba(255, 116, 110, 1), rgba(255, 192, 113, 1));
}
.diagnosis .gaispe{
background-image: linear-gradient(150deg, rgba(165, 227, 242, 1), rgba(177, 131, 239, 1));
}
.diagnosis .gaispe:hover {
background-image: linear-gradient(150deg, rgba(177, 131, 239, 1), rgba(165, 227, 242, 1));
}
.diagnosis .light-box{
position: fixed;
max-width: 768px;
max-height: calc(100% - 16px * 2);
inset: 0;
margin: auto;
background: #fff;
padding 16px;
}
.diagnosis .light-box::backdrop{
background: rgba(0, 0, 0, 0.2)
}
.diagnosis .light-box_button{
cursor: pointer;
display: block;
width: fit-content;
margin: 20px auto;
padding: 6px 32px;
text-align: center;
font-size: 16px;
background: #fff;
color: #333;
border: 1px solid #333;
}
.diagnosis .buttonone_p{
font-size: 22px;
}
.light-box{
position: fixed;
max-width: 768px;
max-height: calc(100% - 16px * 2);
inset: 0;
margin: auto;
background: #fff;
padding 16px;
}
.light-box::backdrop{
background: rgba(0, 0, 0, 0.2)
}
.light-box_button{
cursor: pointer;
display: block;
width: fit-content;
margin: 20px auto;
padding: 6px 32px;
text-align: center;
font-size: 16px;
background: #fff;
color: #333;
border: 1px solid #333;
}
.diagnosis .conta{
position: relative;
width: 700px;
margin: 0 auto;
padding: 30px;
background-color:#fff;
}
.diagnosis h3{
font-size: 30px;
font-weight: 700;
line-height: 1.3;
text-align: center;
margin: 20px 0;
}
.diagnosis .sin {
font-size: 40px;
font-weight: 700;
line-height: 1.3;
padding: 20px 0 20px 15%;
text-align: left;
width: 100%;
color: #3657B6;
margin:0;
}
.diagnosis .result_theme{
width: 100%;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
align-items: center;
margin-right: 0;
margin-left:0;
}
.diagnosis h4{
font-size: 50px;
font-weight: 700;
line-height: 1.3;
padding-left: 8%;
text-align: left;
width: 100%;
}
.diagnosis .col1{
width: 60%;
}
.diagnosis .gazou{
width: 40%;
display: flex;
align-items: center;
justify-content: center;
}
.diagnosis img{
width: 100%;
}
.diagnosis .mote{
list-style: none;
margin-top: 20px;
width: 90%;
color: #947a68;
}
.diagnosis .mote_li{
display: flex;
align-items: center;
font-size: 30px;
font-weight: 700;
margin-bottom: 30px;
}
.diagnosis .mote_li::before{
 content: "⚫︎";
 color: #8e9fd0;
 font-size: 20px;
 margin-right: 1em;
}
.diagnosis .answr_co{
position: relative;
width: 75%;
font-size: 16px;
color: #3657b6;
padding: 15px 30px;
background-color: #fff;
border-radius: 50VW;
border: solid;
text-align: center;
margin: 0 30px 0 auto;
font-weight: 600;
}
.diagnosis .answr_co::before {
content: "";
position: absolute;
bottom: 0;
left: 9%;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: #3657b6 transparent transparent;
translate: -50% 100%;
transform: skew(-25deg);
transform-origin: top;
}
.diagnosis .answr_co::after {
content: "";
position: absolute;
bottom: 0;
left: 9%;
border-style: solid;
border-width: 13.2px 14.2px 0 0;
border-color: #fff transparent transparent;
translate: calc(-50% - 0.4px) 100%;
transform: skew(-25deg);
transform-origin: top;
}
.diagnosis .btn_toi{
width: 100%;
font-size: 35px;
font-weight: 600;
color: #fff;
background-color: #3657b6;
position: absolute;
bottom: 0;
height: 100px;
padding-left: 60px;
}
.diagnosis .btn_gazou{
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 30%;
}
.diagnosis .btn_gazou img{
width: 100%;
}
.diagnosis a{
color: #fff;
}
.diagnosis .score{
text-align: center;
line-height: 1.5;
font-size: 18px;
}
.start,
.quiz,
.result {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.quiz{
padding: 0 5px;
}
.btn {
background-color: #4caf50;
border: none;
border-radius: 4px;
color: white;
cursor: pointer;
font-size: 24px;
margin-top: 1rem;
padding: 0.5rem 1rem;
text-align: center;
text-decoration: none;
}
.diagnosis button {
border: none;
border-radius: 4px;
color: #333;
cursor: pointer;
font-size: 18px;
margin-top: 1rem;
padding: 0.5rem 1rem;
text-align: center;
text-decoration: none;
display: block;
}
.answer-buttons button {
border: solid 1px;
}
.btn:hover {
background-color: #3e8e41;
}
.hide {
display: none;
}
.question {
font-size: 22px;
font-weight: bold;
margin-bottom: 1rem;
}
.choose_box {
position: relative;
width: 100%;
min-height: 550px;
min-width: 550px;
}
.choose_box p {
margin-top: 5%;
margin-bottom: 10%;
font-size: 20px;
display: block;
font-weight: 600;
text-align: center;
}
.choose_box li {
width: 80%;
margin: 30px auto;
list-style: none;
}
ul{
margin: 0 auto;
padding-left: 0;
}
.choose_box ul li a {
width: 100%;
color: #fff;
display: block;
padding: 10px 20px;
text-align: center;
background-color: #2791d4;
font-weight: 600;
font-size: 16px;
border: 2px solid #2791d4;
text-decoration: none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.choose_box ul li a:hover {
background-color: #fff;
color: #2791d4;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}
.fit {
position: absolute;
left: 0px;
top: 20px;
width: 100%;
}
.fit p {
margin-top: 5%;
margin-bottom: 10%;
font-size: 18px;
display: block;
font-weight: 600;
text-align: center;
}
.diagnosis .result_mo{
padding: 0 0 30px;
margin-bottom: 30px;
}
.result{
padding: 0 0 30px;
margin-bottom: 30px;
}
.diagnosis .spe{
background-color: #fff7f3;
margin-bottom: 0;
}
.diagnosis .spec{
position: relative;
width: 90%;
font-size: 16px;
padding: 15px 30px;
background-color: #fff;
border-radius: 40px;
border: solid 3px #3657b6;
text-align: center;
font-weight: 600;
margin: 0 10px 120px auto;
}
.diagnosis .spec::before {
content: "";
position:absolute;
bottom:0;
left: 15%;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: #3657b6 transparent transparent;
translate: -50% 100%;
transform: skew(-25deg);
transform-origin: top;
}
.diagnosis .spec::after {
content: "";
position: absolute;
bottom: 0;
left: 15%;
border-style: solid;
border-width: 13.2px 14.2px 0 0;
border-color: #fff transparent transparent;
translate: calc(-50% - 0.4px) 100%;
transform: skew(-25deg);
transform-origin: top;
}
.diagnosis .spec_di,
.diagnosis .spec_co{
margin: 10px 20px;
}
.diagnosis .spec_co{
margin-bottom:30px;
}
.diagnosis .spec_co:last-child{
margin-bottom:0;
}
.diagnosis .col2{
width: 75%;
position: relative;
padding-top: 25px;
}
.diagnosis .spec_gazou{
position: absolute;
width: 30%;
top: 2%;
right: 0%;
z-index: 1;
}
.diagnosis .spec_gazou img{
width: 45%;
display: block;
margin: auto;
}
.diagnosis .spec_di{
color: #ff5784;
}
.diagnosis .spec_sin{
padding: 20px 0 0 15%;
}
.diagnosis .s_sin{
font-size: 36px;
font-weight: 700;
line-height: 1.3;
padding-left: 0;
margin-bottom: 60px;
}
.diagnosis .spec_botn{
width: 25%;
}
@media only screen and (max-width: 767px){
.diagnosis{
position: fixed;
bottom: 0;
width: 100%;
z-index: 2;
margin-bottom: 10px;
}
.diagnosis .container{
width: 100%;
justify-content: space-evenly;
}

.diagnosis .buttonone{
width: 47%;
font-size: 4vw;
padding: 20px 5px;
}
.diagnosis .buttonone .smol{
font-size: 2.1vw;
}

.diagnosis .buttonone_p{
font-size: 16px;
}
.diagnosis .buttonone_p::after{
font-size: 16px;
width: 98%;
right: 1%;
}

.diagnosis button {
font-size: 14px;
}
.diagnosis .sin{
font-size: 35px;
padding: 20px 0 0px 15%;
}
.diagnosis h4{
font-size: 27px;
}
.diagnosis .mote_li{
font-size: 16px;
margin-bottom: 15px;
}
.diagnosis .answr_co{
width: 100%;
font-size: 12px;
padding: 10px 20px;
margin: 0 auto;
}
.diagnosis .answr_co::before{
left: 30%;
}
.diagnosis .answr_co::after{
left: 30%;
}
.diagnosis .btn_gazou{
width: 33%;
}
.diagnosis .btn_toi{
height: 60px;
font-size: 20px;
}
.result{
margin-bottom: 10px;
}
.diagnosis .conta{
width: 360px;
height:auto;
padding: 30px 5px;
}
.question {
font-size: 16px;
}
.diagnosis .score{
font-size: 14px;
}
.diagnosis button {
font-size: 14px;
padding: 0.5rem 0.4rem;
}
.choose_box {
min-width: 350px;
min-height: 420px;
}
.choose_box p{
font-size: 18px;
}
.fit p {
font-size: 16px;
}
.choose_box li{
margin: 0px auto;
}
.choose_box ul li a {
font-size: 14px;
padding: 10px 5px;
}
.diagnosis .col2{
width: 100%;
padding-top: 0;
}
.diagnosis .s_sin{
font-size: 25px;
padding-left: 10px;
margin-bottom: 15px;
}
.diagnosis .spec{
width: 95%;
margin: 0 10px 70px auto;
padding: 15px 10px;
}
.diagnosis .spec_di,
.diagnosis .spec_co{
margin: 5px 0 0;
font-size: 14px;
}
.diagnosis .spec_co{
margin-bottom: 15px;
}
.diagnosis .spec::before {
left: 30%;
}
.diagnosis .spec::after {
left: 30%;
}
.diagnosis .spe{
margin-bottom: 0;
}
}
.campaign{
font-family: serif;
padding-top:10px;
margin-bottom: 30px;
}
.campaign .container{
max-width: 1920px;
width: 90%;
margin: 0 auto;
}
.campaign h2{
font-size: 35px;
font-weight: bold;
text-align: center;
}
.campaign hr{
border: solid 2px #2cb67d;
margin: 0 auto 40px;
width: 60px;
}
.campaign ul{
padding-left: 0;
}
.campaign .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}

.campaign .slider img {
    width:25vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.campaign .slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.campaign .slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.campaign .slick-prev, 
.campaign .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 38%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.campaign .slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.campaign .slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.campaign .slick-dots {
    text-align:center;
  margin:10px 0 0 0;
}

.campaign .slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.campaign .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.campaign .slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.campaign .pic img{
display: block;
width: 30%;
margin: 10px auto 0;
}

@media only screen and (max-width: 768px) {
 .campaign{
margin-bottom: 0;
}
 .campaign h2{
font-size: 25px;
}
.campaign hr{
margin-bottom: 20px;
}
.campaign .slider img {
width:65vw;
}
.campaign .slick-prev, 
.campaign .slick-next {
border-top: 0;
border-right: 0;
}
}

.section1{
margin-bottom: 130px;
font-family: serif;
margin-top: 50px;
}
.section1 .container{
max-width: 1280px;
width: 95%;
margin: 0 auto;
position:relative;
}
.section1 .slide_show h2,
.section1 .slide_show .worries_b{
opacity: 1;
transform: none;
}
.section1 .slide_show .worries_img{
opacity: 0.1;
transform: none;
}
.section1 h2{
font-size: 35px;
font-weight: 400;
background-color:#347571;
display: inline-block;
padding: 10px;
color: #fff;
margin-bottom:35px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section1 .worries_box{
padding-left: 5%;
font-size: 18px;
letter-spacing: 2.2px;
line-height: 1.5;
font-weight: 600;
}
.section1 .worries {
opacity:0;
transition: 1s;
}
.section1 .worries.show{
opacity:1;
}


@keyframes showText{
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0px);
}
}

.section1 .show span{
display: inline-block;
}
.section1 .show > span{
overflow: hidden;
}
.section1 .show > span > span{
display: inline-block;
animation: showText 1s backwards;
}



.section1 .worries_b{
margin-top: 35px;
opacity: 0;
transform: translateY(50px);
transition: 1s;
}
.section1 .worries_p{
padding-left: 5%;
margin-bottom: 35px;
font-size:18px;
letter-spacing: 2.2px;
line-height: 1.5;
font-weight: 600;
color: #9b7956;
}
.section1 .worries_img{
position:absolute;
width: 50%;
top: 23%;
right: -2%;
z-index: -1;
opacity: 0;
transform: translateY(-30px);
transition: 1s;
}
.section1 .worries_img img{
width: 100%;
}



@media screen and (max-width: 1024px) and (min-width: 768px){
.section1 .container{
text-align: center;
}
.section1 h2{
margin: 0 auto 35px;
}
.section1 .worries_img{
width: 100%;
top: 25%;
right: 0;
opacity: 0.07;
}
.section1 .worries_img img{
width: 70vw;
}
.section1 .worries_p{
padding-left: 0;
letter-spacing: 1.2px;
}
}
@media screen and (max-width: 767px) {
.section1{
margin-bottom: 60px;
}
.section1 h2{
font-size: 5.8vw;
}
.section1 .worries_box{
padding-left: 0;
font-size: 3.73333vw;
letter-spacing: 1px;
}
.section1 .worries_p{
padding-left: 0;
margin-bottom: 20px;
font-size: 3.73333vw;
letter-spacing: 1.2px;
}
.section1 .worries_img{
width: 100%;
top: 20%;
right: 0%;
opacity: 0.07;
}
}



.section2{
margin-bottom: 130px;
font-family: serif;
}
.section2 .container{
max-width: 1280px;
width: 95%;
margin: 0 auto;
position:relative;
}
.section2 .slide_show h2,
.section2 .slide_show .point_pp{
opacity: 1;
transform: none;
}
.section2 .slide_show .point_img{
opacity: 0.1;
transform: none;
}

.section2 h2{
font-size: 35px;
font-weight: 400;
background-color:#347571;
display: inline-block;
padding: 10px;
color: #fff;
margin-bottom:35px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section2 .worries,
.section2 .point_pp{
padding-left: 5%;
font-size: 18px;
letter-spacing: 2.2px;
line-height: 1.8;
font-weight: 600;
color: #9b7956;
}
.section2 .point_pp{
opacity: 0;
transform: translateY(50px);
transition: 1s;
}
.section2 .worries {
opacity:0;
transition: 1s;
}
.section2 .worries.show{
opacity:1;
}
.section2 .show span{
display: inline-block;
}
.section2 .show > span{
overflow: hidden;
}
.section2 .show > span > span{
display: inline-block;
animation: showText 1s backwards;
}
.section2 p{
margin-top: 40px;
}
.section2 .point_img{
position:absolute;
width: 50%;
top: 13%;
right: -2%;
z-index: -1;
opacity: 0;
transform: translateY(30px);
transition: 1s;
}
.section2 .point_img img{
width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 768px){
.section2 .container{
text-align: center;
}
.section2 h2{
margin: 0 auto 35px;
}
.section2 .worries,
.section2 .point_pp{
padding-left: 0;
}
.section2 .point_img{
width: 100%;
top: 5%;
right: 0;
opacity: 0.07;
}
.section2 .point_img img{
width: 70vw;
}
}
@media screen and (max-width: 767px) {
.section2{
margin-bottom: 60px;
}
.section2 h2{
font-size: 5.8vw;
}
.section2 .worries,
.section2 .point_pp{
padding-left: 0%;
font-size: 3.73333vw;
letter-spacing: 0;
}
.section2 p{
margin-top: 20px;
}
.section2 .point_img{
width: 100%;
top: 28%;
right: 0%;
opacity: 0.07;
}
}

.section3 {
margin-bottom: 130px;
font-family: serif;
}
.section3 .container{
max-width: 1280px;
width: 95%;
margin: 0 auto;
position:relative;
}
.section3 .slide_show h2,
.section3 .slide_show .point_box{
opacity: 1;
transform: none;
}
.section3 .slide_show .point_img{
opacity: 0.1;
transform: none;
}
.section3 h2{
font-size: 35px;
font-weight: 400;
background-color:#347571;
display: inline-block;
padding: 10px;
color: #fff;
margin-bottom:35px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section3 .point_box{
opacity: 0;
transform: translateY(-50px);
transition: 1s;
}
.section3 .point{
padding-left: 5%;
font-size: 18px;
letter-spacing: 2.2px;
line-height: 1.8;
font-weight: 600;
color: #9b7956;
margin-bottom: 20px;
}
.section3 .point:last-child{
margin-bottom: 0;
}
.section3 .point_img{
position:absolute;
width: 50%;
top: 7%;
right: -2%;
z-index: -1;
opacity: 0;
transform: translateY(-30px);
transition: 1s;
}
.section3 .point_img img{
width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.section3 .container{
text-align: center;
}
.section3 h2{
margin: 0 auto 35px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section3 .point_img{
width: 100%;
top: 5%;
right: 0;
opacity: 0.07;
}
.section3 .point_img img{
width: 70vw;
}
}
@media screen and (max-width: 767px) {
.section3{
margin: 40px 0 60px;
}
.section3 h2{
font-size: 5.8vw;
}
.section3 .point{
padding-left: 0%;
font-size: 3.73333vw;
letter-spacing: 0;
}
.section3 .point_box{
opacity: 0;
transform: translateY(-50px);
transition: 1s;
}
.section3 .point_img{
width: 100%;
top: 28%;
right: 0%;
opacity: 0.07;
opacity: 0;
transform: translateY(-30px);
transition: 1s;
}
}

.section4{
margin-bottom: 130px;
font-family: serif;
}

.section4 .container{
max-width: 1280px;
width: 95%;
margin: 0 auto;
position:relative;
}
.section4 .slide_show h2,
.section4 .slide_show .ChoiceOne_check_box,
.section4 .slide_show .ChoiceOne_img{
opacity: 1;
transform: none;
}
.section4 h2{
font-size: 35px;
background-color:#347571;
display: inline-block;
padding: 10px;
color: #fff;
margin-bottom:35px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section4 .ChoiceOne_check_box{
opacity: 0;
transform: translateY(50px);
transition: 1s;
}
.section4 .ChoiceOne_img{
position:absolute;
width: 50%;
top: 0;
right: -2%;
opacity: 0;
transform: translateY(-30px);
transition: 1s;
}
.section4 .ChoiceOne_img img{
width:100%;
}
.section4 .ChoiceOne_check,
.section4 .ChoiceOne_check_h{
padding-left: 5%;
font-size: 18px;
letter-spacing: 1px;
line-height: 1.8;
font-weight: 600;
color: #9b7956;
}
.section4 p{
margin-top: 40px;
}

.section4 .worries {
opacity:0;
transition: 1s;
}
.section4 .worries.show{
opacity:1;
}
.section4 .show span{
display: inline-block;
}
.section4 .show > span{
overflow: hidden;
}
.section4 .show > span > span{
display: inline-block;
animation: showText 1s backwards;
}
.section4 .underline-before {
background: linear-gradient(#ff9393, #ff9393) 0 100%/0 2px no-repeat;
transition: background 3s;
text-decoration: none;
}
.section4 .underline-after{
background-size: 100% 2px;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.section4 .container{
text-align: center;
}
.section4 h2{
margin: 0 auto 35px;
}
.section4 .ChoiceOne_check{
padding-left: 0;
}
.section4 .slide_show .ChoiceOne_img{
width: 100%;
top: 5%;
right: 0;
opacity: 0.07;
z-index: -1;
}
.section4 .ChoiceOne_img img{
width:70vw;
}
}
@media screen and (max-width: 767px) {
.section4{
margin-bottom: 60px;
}
.section4 .slide_show .ChoiceOne_img{
width: 100%;
top: 28%;
right: 0%;
opacity: 0.07;
transform: translateY(-30px);
transition: 1s;
}
.section4 h2{
font-size: 5.8vw;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section4 .ChoiceOne_check,
.section4 .ChoiceOne_check_h{
padding-left: 0;
font-size: 3.73333vw;
letter-spacing: 0;
}
}


.section5{
margin-bottom: 130px;
font-family: serif;
}

.section5 .container{
max-width: 1280px;
width: 95%;
margin: 0 auto;
}
.section5 .slide_show h2,
.section5 .slide_show .Streng_box{
opacity: 1;
transform: none;
}

.section5 .row{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-right: 0;
margin-left:0;
}
.section5 .col{
width:60%;
}
.section5 .title{
width:37%;
}
.section5 h2{
font-size: 35px;
font-weight: 400;
background-color:#347571;
display: inline-block;
padding: 10px;
color: #fff;
margin-bottom:35px;
margin-top: 30px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section5 .Streng_box{
margin-bottom: 40px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section5 .Streng_box:last-child{
margin-bottom: 0;
}
.section5 .ChoiceOne_Streng{
font-size: 18px;
font-weight: 400;
margin-bottom: 10px;
}

.section5 .underline-before {
background: linear-gradient(#ff9393, #ff9393) 0 100%/0 2px no-repeat;
transition: background 3s;
text-decoration: none;
}
.section5 .underline-after{
background-size: 100% 2px;
}


.section5 .ChoiceOne_Streng_img{
position: absolute;
top: -40%;
left: 2%;
width: 50%;
}
.section5 .ChoiceOne_Streng_img img{
width: 100%;
}

.section5 .Streng_point{
font-weight: 900;
color:#ff0000;
}
.section5 .Streng_p{
font-size: 18px;
letter-spacing: 1px;
line-height: 1.8;
font-weight: 600;
color: #9b7956;
}
.section5 .Streng_p::before {
  content:  url("");
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: -2px;
  margin-right: 5px;
  background-image: url(https://stat.ameba.jp/user_images/20250328/11/choice-one/4b/98/p/o0021002115559550404.png);
  background-size: contain;
  vertical-align: middle;
}
.section5 .counselor{
font-size: 18px;
color: #76766b;
text-align: end;
}
.section5 .Box_img {
display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px){
.section5 .container{
text-align: center;
}
.section5 .title {
width: 100%;
}
.section5 h2{
margin: 0 auto 35px;
}
.section5 .col{
width:100%;
}
.section5 .ChoiceOne_Streng_img{
display: none;
}
}
@media screen and (max-width: 767px) {
.section5{
margin-bottom: 60px;
}
.section5 .col{
width: 100%;
margin-top: 20px;
}
.section5 .title{
width: 80%;
margin-top: 0;
}
.section5 h2{
font-size: 5.8vw;
margin-top: 0;
}
.section5 .Streng_box{
margin-bottom: 20px;
}
.section5 .Box_img {
width: 80%;
margin: 0 auto 15px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
}
.section5 .Box_img img{
width: 100%;
}
.section5 .ChoiceOne_Streng{
font-size: 4.26666vw;
text-align: center;
}
.section5 .Streng_p{
font-size: 3.73333vw;
letter-spacing: 0;
}
.section5 .counselor{
font-size: 14px;
}
.section5 .ChoiceOne_Streng_img {
display: none;
}
}

.section6 {
margin-bottom: 130px;
font-family: serif;
}
.section6 .container{
max-width: 1280px;
width: 95%;
margin: 0 auto;
position:relative;
}
.section6 .slide_show h2,
.section6 .slide_show .relief_box{
opacity: 1;
transform: none;
}
.section6 .slide_show .relief_img{
opacity: 0.1;
transform: none;
}
.section6 h2{
font-size: 35px;
font-weight: 400;
background-color:#347571;
display: inline-block;
padding: 10px;
color: #fff;
margin-bottom:35px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section6 .relief_box{
opacity: 0;
transform: translateY(-50px);
transition: 1s;
}
.section6 .relief{
padding-left: 5%;
font-size: 18px;
letter-spacing: 2.2px;
line-height: 1.8;
font-weight: 600;
color: #9b7956;
margin-bottom: 20px;
}
.section6 .relief:last-child{
margin-bottom: 0;
}
.section6 .relief_img{
position:absolute;
width: 45%;
top: 7%;
right: -2%;
z-index: -1;
opacity: 0;
transform: translateY(-30px);
transition: 1s;
}
.section6 .relief_img img{
width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.section6 .container{
text-align: center;
}
.section6 h2{
margin: 0 auto 35px;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section6 .relief_img{
width: 100%;
top: 5%;
right: 0;
opacity: 0.07;
}
.section6 .relief_img img{
width: 70vw;
}
}
@media screen and (max-width: 767px) {
.section6{
margin: 40px 0 60px;
}
.section6 h2{
font-size: 5.8vw;
}
.section6 .relief{
padding-left: 0%;
font-size: 3.73333vw;
letter-spacing: 0;
}
.section6 .relief_box{
opacity: 0;
transform: translateY(-50px);
transition: 1s;
}
.section6 .relief_img{
width: 100%;
top: 34%;
right: 0%;
opacity: 0;
transform: translateY(-30px);
transition: 1s;
}
.section6 .slide_show .relief_img{
opacity: 0.07;
}
}



.section7{
margin-bottom: 130px;
font-family: serif;
}

.section7 .container{
position: relative;
max-width: 1080px;
width: 95%;
margin: 0 auto;
overflow: hidden;
}
.section7 h2{
font-size: 35px;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
color: #426157;
}
.section7 .Box-Container {
display: flex;
width: fit-content;
transition: transform 0.3s ease;
transform: translateY(0);
}
.section7 .Box {
flex-shrink: 0;
width: 350px;
height: 585px;
margin-right: 10px;
background-image: url(https://stat.ameba.jp/user_images/20241227/14/choice-one/27/31/p/o1920320915526295614.png);
background-size: 100% auto;
background-repeat: no-repeat;
background-position: top;
}
.section7 .Box_img{
display: flex;
width: 100%;
align-items: center;
justify-content: center;
margin:20px 0 0;
padding-top: 37px;
}
.section7 .Box_img img{
width: 30%;
border-radius: 100%;
margin-right: 10px;
}
.section7 .Box_age{
text-align: center;
font-size: 14px;
}
.section7 .Box_age img{
width: 20%;
}
.section7 .Box_co{
width: 90%;
margin: auto;
padding:  10px 15px 40px;
font-size: 14px;
line-height: 1.6;
}
.section7 .Arrow {
position: absolute;
top: 55%;
transform: translateY(-50%);
width: 30px;
height: 30px;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.section7 .Arrow.left {
left: 0;
}
.section7 .Arrow.right {
right: 0;
}
.section7 .Hide {
display: none;
}
@media screen and (max-width: 767px) {
.section7{
margin-bottom: 40px;
}
.section7 h2{
font-size: 25px;
}
}

@media screen and (min-width: 769px) {
.section7 .sp {
display: none;
}
}

.section8{
margin-bottom: 130px;
font-family: serif;
}

.section8 .container{
width: 95%;
margin: 0 auto;
}
.section8 h2,
.section8 .toi{
font-size: 30px;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
color: #9b7956;
line-height: 1.8;
}
.section8 .bold{
color: #000;
}
.section8 .toi{
width: 31vw;
margin: auto;
background: #1bcca9;
color: #fff;
border-radius: 100vh;
}

@media screen and (max-width: 1024px) and (min-width: 768px){
.section8 .toi{
width: 63vw;
}
}
@media screen and (max-width: 767px) {
.section8{
margin-bottom: 40px;
}
.section8 h2,
.section8 .toi{
font-size: 3.73333vw;
}
.section8 .toi{
width: 100%;
}
}

.section9{
margin-bottom: 130px;
font-family: serif;
}

.section9 .container{
max-width: 1280px;
width: 95%;
margin: 0 auto;
}
.section9 h2{
font-size: 35px;
font-weight: 700;
text-align: center;
color: #426157;
opacity: 0;
transform: translateY(-20px);
transition: 1s;
}
.section9 hr{
border: solid 2px #2cb67d;
margin: 0 auto 40px;
width: 60px;
}
.section9 .slide_show h2,
.section9 .slide_show .row{
opacity: 1;
transform: none;
}

.section9 .row{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-right: 0;
margin-left:0;
opacity: 0;
transform: translateY(50px);
transition: 1s;
}
.section9 .col{
width: 30%;
text-align: center;
}
.section9 .plan_img{
width: 30%;
margin: 0 auto 10px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
}
.section9 .plan_img img{
width: 100%;
}
.section9 h3{
font-size: 24px;
text-align: center;
margin: 20px 0;
}
.section9 .plan_p{
font-size: 20px;
text-align: center;
width: 70%;
margin: 0 auto;
}
.section9 .plan_btn{
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
width: 50px;
height: 50px;
margin: 20px auto 0;
border-radius: 50%;
color: #fff;
font-size: 50px;
font-family: monospace;
padding-left: 2%;
}
.section9 .plan_btn:hover {
opacity: 0.5;
}
.section9 .trial{
color: #347571;
}
.section9 .standard{
color: #ff66c4;
}
.section9 .premium{
color: #d4aa00;
}
.section9 .tri{
background-color: #347571;
}
.section9 .sta{
background-color: #ff66c4;
}
.section9 .pre{
background-color: #d4aa00;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.section9 .plan_p{
min-height: 192px;
}
}
@media screen and (max-width: 767px) {
.section9{
margin-bottom: 40px;
}
.section9 h2{
font-size: 22px;
}
.section9 .col{
width: 48%;
border: solid 1px;
}
.section9 .premium{
margin-top: 15px;
}
.section9 .plan_img{
width: 30%;
margin: 10px auto;
}
.section9 h3{
font-size: 18px;
margin: 15px 0;
}
.section9 .plan_p{
font-size: 3.73333vw;
width: 87%;
min-height: 100px;
}
.section9 .plan_btn{
margin-bottom: 20px;
margin-top: 0;
font-size: 20px;
padding-left: 0;
width: 37.5px;
height: 37.5px;
}
}

.section10{
margin-bottom: 100px;
font-family: serif;
}
.section10 .container{
max-width: 1280px;
width: 95%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
}
.section10 .blog,
.section10 .notice{
width: 49%;
}
.section10{
margin-bottom: 100px;
font-family: serif;
}
.section10 .container{
max-width: 1280px;
width: 95%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
}
.section10 .blog,
.section10 .notice{
width: 49%;
}

.section10 h2{
font-size: 30px;
font-weight: 700;
color: #426157;
line-height: 1.3;
text-align: center;
}
.section10 hr{
border: solid 2px #2cb67d;
margin: 0 auto 20px;
width: 60px;
}
.section10 .row{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}

.section10 .col{
width:100%;
padding: 20px 0 10px;
position:relative;
border: 2px solid #666;
margin-bottom: 13px;
display: flex;
background-color: #fff
}

.section10 h3{
font-size: 14px;
font-weight: 700;
padding: 0 0 10px;
}
.section10 .box1 .box-title {
background-color:#fff;
font-size: 18px;
font-weight:800;
color: #666;
padding: 0 5px;
line-height: 1;
position:absolute;
top: -10px;
left: 20px;
}

.section10 .gazo{
width:35%;
margin: 0 auto;
padding:5px;
display: flex;
align-items: center;
justify-content: center;
}
.section10 .blo{
width:60%;
display: flex;
align-items: center;
justify-content: center;
}
.section10 .blo_min{
width:100%;
}
.section10 .blog_title{
display: flex;
align-items: center;
justify-content: center;
height: 75px;
}

.section10 .title{
line-height: 1.5;
text-align: center;
font-size: 15px;
}

.section10 .toi {
display: block;
text-align: center;
text-decoration: none;
font-weight: bold;
color: #fff;
border-radius: 10px;
transition: 0.5s;
padding: 5px;
margin: 10px auto 0;
width:40%;
}
.section10 .hoka{
margin-top: 10px;
}
.section10 .info dd,
.section10 .info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em;
}

.section10 .info dt {
  font-style: normal;
  font-weight: normal;
 font-size:16px;
}

.section10 .info dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #343a40;
}
.section10 .info dt time {
  margin-right: .5em;
}

.section10 .info dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #009688;
  color: #fff;
  font-size: .8em;
  line-height: 1.75;
  text-align: center;
}
.section10 .info time {
  color: #000000;
}

.section10 .info a {
  color: #0000ff;
}

.section10 .info dd {
margin-left: 0;
margin-bottom: .5em;
border-bottom: 1px dotted #343a40;
font-size:15px;
line-height: 1.4;
}

.section10 .info{
height: 530px;
overflow-y: scroll;
margin-bottom: 30px;
border: solid 1px;
background-color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.section10 .info{
max-height: 474px;
}
.section10 .title{
font-size: 13px;
width: 100%;
}
.section10 .hoka{
margin-top: 10px;
width:70%;
}
.section10 .toi {
width:80%;
margin: 5px auto 0;
}
}
@media screen and (max-width: 767px){
.section10{
margin-bottom: 10px;
}
.section10 .blog,
.section10 .notice{
width: 100%;
}
.section10 h2{
font-size: 25px;
}
.section10 .blo{
width: 70%;   
}
.section10 .box1 .box-title {
font-size: 14px;
top: -5px;
}
.section10 .blog_title{
height: 55px;
}
.section10 .title{
font-size: 12px;
width: 100%;
}
.section10 .hoka{
margin-top: 10px;
width:70%;
}
.section10 .toi {
width:80%;
margin: 5px auto 0;
}
.section10 .notice{
margin-top: 20px;
}
.section10 .info{
height: 80px;
margin-bottom: 10px;
}
.section10 .info dd,
.section10 .info dt {
 font-size:12px;
}
}

.section11{
margin-bottom: 100px;
font-family: serif;
}
.section11 .container{
max-width: 1280px;
width: 90%;
margin: 0 auto;
}
.section11 h2{
font-size: 35px;
font-weight: 700;
color: #426157;
text-align: center;
margin-top: 20px;
}
.section11 hr{
border: solid 2px #2cb67d;
margin: 0 auto 40px;
width: 60px;
}
.section11 p,
.section11 .ps{
font-size: 24px;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
color: #9b7956;
line-height: 1.8;
}
.section11 .ps{
color: #0000ff;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.section11 p,
.section11 .ps{
font-size: 2.5vw;
}
}
@media screen and (max-width: 767px) {
.section11{
margin-bottom: 30px;
}
.section11 h2{
font-size: 22px;
margin-top: 0;
}
.section11 hr{
margin: 0 auto 20px;
}
.section11 p,
.section11 .ps{
font-size: 3.73333vw;
letter-spacing: 1.2px;
}
}




.section12{
margin-bottom: 100px;
font-family: serif;
}

.section12 .container{
max-width: 740px;
width: 95%;
margin: 0 auto;
}
.section12 h2{
font-size: 35px;
font-weight: 700;
text-align: center;
color: #426157;
margin-top: 20px;
}
.section12 hr{
border: solid 2px #2cb67d;
margin: 0 auto 40px;
width: 60px;
}

.details {
border-top: 2px solid #000;
border-left: 2px solid #000;
border-right: 2px solid #000;
&:last-of-type {
border-bottom: 2px solid #000;
} 
}
.details-summary {
position: relative;
display: flex;
align-items: center;
padding: 10px 20px;
color: #000;
font-size: 24px;
font-weight: bold;
&:hover {
cursor: pointer;
opacity: 0.8;
}
.details-summary_btn {
position: absolute;
right: 5%;
width: 18px;
height: 18px;
transform-origin: center center;
transition-duration: 0.2s;

&:before,
&:after {
content: "";
background-color: #000;
border-radius: 10px;
width: 18px;
height: 4px;
position: absolute;
top: 7px;
left: 0;
transform-origin: center center;
}
&:before {
width: 4px;
height: 18px;
top: 0;
left: 7px;
}
}
&.is-active {
.details-summary_btn {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
&:before {
content: none;
}	
}
}
}

.details-summary::-webkit-details-marker {
display: none;
}

.details-content {
position: relative;
padding:  20px 20px 20px 40px;
background-color: #fff;
p {
margin: 0 0 20px;
color: #000;
font-size: 18px;
text-align: left;
&:last-of-type {
margin: 0 0 0;
}
}
}
.section12 .que{
font-family: serif;
font-size: 1.7em;
padding-right: 0.5em;
color: #84c1ff;
}
.section12 .details-content::before {
font-family: serif;
font-size: 1.7em;
position: absolute;
margin: -5px 0 0 -1em;
padding: 0;
content: 'A';
color: #ff0000;
}
.section12 .ps{
text-align: center;
font-size: 14px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.section12{
margin-bottom: 30px;
}
.section12 h2 {
font-size: 22px;/*22px*/
margin-top: 0;
}
.section12 hr{
margin: 0 auto 20px;
}
.details-summary .btn {
top: 25%;
right: 2%;
}
.section12 .que{
padding-right: 3px;
}
.section12 .details-summary{
padding: 5px 0 5px 5px;
font-size: 12px;
}
.section12 .details-content p
{
font-size: 12px;
}
}

.section13{
margin-bottom: 100px;
font-family: serif;
}
.section13 .container{
max-width: 1080px;
width: 90%;
margin: 0 auto;
}
.section13 h2{
font-size: 22px;
font-weight: 700;
text-align: center;
margin-bottom: 10px;
}

.section13 a.toi {
display: block;
text-align: center;
width: 40%;
padding: 10px 5px;
font-size: 20px;
font-weight: bold;
border: 2px solid #1bcca9;
background: #1bcca9;
color: #fff;
border-radius: 100vh;
transition: 0.5s;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.section13{
margin-bottom: 40px;
}
.section13 h2{
font-size: 18px;
}
.section13 a.toi {
width: 70%;
font-size: 15px;
}
}

.footer {
 color: #808080;
font-family: serif;
}

.footer .wrap {
 max-width: 1280px;
 width: 90%;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
justify-content: space-around;
}
.footer .wrap .box:first-child,
.footer .wrap .box:nth-child(2) {
 width: 28%;
}
.footer .wrap .box:nth-child(3) {
 width: 40%;
}
.footer .gazou{
 width: 90%;
margin-bottom: 20px;
}
.footer img{
 width: 100%;
}
.footer .box .address,
.footer .box p{
font-size: 14px;
margin: 0 0 5px;
}
.footer .footer_menu{
display: flex;
line-height: 1.5;
list-style: none;
margin: 10px 0;
padding-left: 0;
justify-content: center;
}
.footer .footer_menu li{
font-size: 16px;
padding: 0 9px;
border-right: 1px #c4c4c4 solid;
}
.footer .footer_menu li:last-child{
border-right: none;
}
.footer .box_ibj{
width: 100%;
 display: flex;
justify-content: space-evenly;
margin-bottom:10px;
}
.footer .box_ibj .col{
display: flex;
align-items: center;
width: 8%;
}
.footer .box_ibj .col:first-child{
width: 40%; 
}
.footer .row{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
.footer .partnership .col{
width: 33%;
font-size: 10px;
}
.footer a{
color: #808080
}
.footer .copyright {
 width: 100%;
 padding: 20px 0 0 0;
text-align:center;
}
.footer .kopi{
font-size: 12px;
}
.footer a:hover {
 text-decoration: underline;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.footer .wrap .box:first-child,
.footer .wrap .box:nth-child(2){
 width: 50%;
}
.footer .wrap .box:nth-child(3){
width: 75%;
}
}
@media only screen and (max-width: 767px) {
.footer {
margin-bottom: 90px;
}
.footer .wrap .box:first-child,
.footer .wrap .box:nth-child(2), 
.footer .wrap .box:nth-child(3){
 width: 100%;
}
.footer .box_ibj{
width: 100%;
 display: flex;
justify-content: space-between;
margin-bottom:10px;
}
.footer .gazou{
 width: 100%;
margin-bottom: 0;
}
.footer .box_ibj .col{
width: 9%;
margin-right: 0;
}
.footer .box_ibj .col:first-child{
width: 50%; 
}
.footer .footer_menu{
line-height: 1.8;
}
.footer .footer_menu li{
font-size: 12px;
padding: 0 2px;
}
}