@charset "utf-8";

:root{
	--white:#ffffff;
	--text:#5b4942;
	--gray:;
	--palegray:#;
	--bggray:#f4f5ff;
	--yellow:#fef5e5;
	--blue:#0157b7;
	--lightblue:#b4e9f7;
	--green: #53d7ac;
	--pink:#ff7178;
	--orange:#ffa772;
}

/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: var(--white);
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 600;*/
  font-style: normal;
    color: var(--text);
}

body{
    background-color: var(--yellow);
    font-size: 16px;
}
ul,li,dl,dt,dd{
    margin: 0 auto;
    padding:0;
    list-style: none;
}
table{
    border-bottom: 1px solid #b3b3b3;
    font-size: 14px;
}
tr{
    border-top: 1px solid #b3b3b3;
}
th{
    padding: 25px 20px;
    text-align: center;
    font-weight: normal;
}
td{
    padding: 25px 20px;
}
input[type="text"],
textarea{
    border: 1px solid #b3b3b3;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="checkbox"]{
    margin-right: 5px;
}
img{
    max-width: 100%;
    vertical-align: top;
}
button{
    border: none;
    background-color: transparent;
}
button:hover{
    cursor: pointer;
}

a{
    opacity: 1;
    transition: .3;
}
a:hover{
    opacity: .7;
}

/* sp */
@media only screen and (max-width: 767px) {
    th{
        padding: 20px 5px;
    }
    td{
        padding: 20px 0 20px 15px;
    }
}

/* typography
-------------------------------------------------------------- */
.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/* Headings */
h1 {
}
main h2{
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
}
h3 {
	font-size: 32px;
    margin: 10px 0 5px;
    line-height: 1.33;
}
h4 {
	font-size: 18px;
    margin: 0 0 15px;
}
h5 {
	font-size: 17px;
    /*font-weight: bold;*/
}
p{
    font-weight: normal;
    letter-spacing: .1em;
}

a{
    color: #444;
    opacity: 1;
    transition: all .3s ease-in-out;
}
a:hover{
    color: #444;
    opacity: .7;
    text-decoration: none;
}
small {
    font-size: 90%;
}

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}


/* pc */
@media only screen and (min-width: 768px) {
main h2{
	font-size: 88px;
}
main h2 + h3{
    font-size: 24px;
    margin: 15px auto 45px;
}
h3 {
	font-size: 32px;
    margin: 18px 0;
}
}

/* sp */
@media only screen and (max-width: 911px) {
    h2{
        font-size: 18px;
    }
    h3{
        font-size: 19px;
    }
}



/* header
-------------------------------------------------------------- */
header{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
}

/* pc */
@media only screen and (min-width: 768px) {
.logo img{
    max-width: 422px;
    margin: 0;
}
}

/* sp */
@media only screen and (max-width: 767px) {
}


/* footer
-------------------------------------------------------------- */
footer{
    position: relative;
    width: 100%;
    background-image: url(../../img/bg-footer.png),url(../../img/bg-yellow-sq.png);
    background-size: 100%,540px;
    background-position: bottom center,left center;
    background-repeat: no-repeat, repeat;
    color: #5b4942;
    padding: 86px 0 253px;
}
.footer-title{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.footer-title img{
    margin: 0 auto;
}
ul.footer-menu{
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer-menu_item{
    width: 25%;
}


/* PC */
@media only screen and (min-width: 912px) {
.footer-title img{
    width: 457px;
}
ul.footer-menu{
    gap: 20px;
    margin: 30px auto;
}
.footer-menu_item{
    width: 25%;
}
.copyright{
    padding: 26px 0 28px;
    font-size: 18px;
    letter-spacing: .24em;
}
}

/* SP */
@media only screen and (max-width: 911px) {
footer{
    position: relative;
    width: 100%;
    background-image: url(../../img/bg-footer-sp.png),url(../../img/bg-yellow-sq.png);
    background-size: 100%,180px;
    background-position: bottom center,left center;
    background-repeat: no-repeat, repeat;
    color: #5b4942;
    padding: 86px 0 75px;
}
.footer-title img{
    width: 65%;
    max-width: 245px;
}
ul.footer-menu{
    flex-wrap: wrap;
    margin: 30px auto 0;
}
.footer-menu_item{
    width: 50%;
}
}



/* Posts/Articles
-------------------------------------------------------------- */
article {
	background: transparent;
}
main section p{
	margin: 0 0 1.5em;
    line-height: 1.75;
}
/* PC */
@media only screen and (min-width: 767px) {
}

/* SP */
@media only screen and (max-width: 768px) {
main section p{
    font-size: 13px;
}
}

/* Misc & mixens
-------------------------------------------------------------- */

/* PC */
@media only screen and (min-width: 769px) {
    .sp{
        display: none !important;
    }
}

/* SP */
@media only screen and (max-width: 768px) {
    .pc{
        display: none !important;
    }
}


/* home
-------------------------------------------------------------- */
main {
    background: #dff2f4;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}

.mv{
    position: relative;
}

/* pc */
@media only screen and (min-width: 768px) {
}
/* SP */
@media only screen and (max-width: 768px) {
.container{
    padding: 0 30px;
}
}



/* section01 */
#section01{
    background: var(--white) ;
}

.popup_wrap{
  z-index: 999999;
}
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  max-width: 100%;
  padding: 30px 30px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.close_btn{
  position: absolute;
  z-index:1000;
}
.popup_content{
    width: 1090px;
    max-width: 90%;
    max-height: 90svh;
    background-color: var(--green);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, .2);
}
.popup-container .popup_wrap:nth-child(2) .popup_content{
    background-color: #bf94ff;
}
.popup-container .popup_wrap:nth-child(3) .popup_content,
.section03-content02 .section03-content_popupContent{
    background-color: var(--pink);
}
.popup-container .popup_wrap:nth-child(4) .popup_content,
.section03-content03 .section03-content_popupContent{
    background-color: var(--orange);
}
.popup-container .popup_wrap:nth-child(5) .popup_content{
    background-color: #4da6ff;
}
.section01-content_popup-shoulder dt,
.section01-content_popup-shoulder dd{
    margin: 0;
}
.section01-content_popup-shoulder dt img{
    width: 165px;
}
.section01-content_popup-shoulder h3{
    font-weight: bold;
}
.section01-content_popup-shoulder h3 span{
    display: block;
    font-size: 30px;
    color: var(--white);
    margin-bottom: 10px;
}
.section01-content_popup-shoulder h4{
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
}
.section01-content_popup-text{
    height: 250px;
    padding: 20px;
    overflow: visible;
    background-color: var(--white);
}

/* pc */
@media only screen and (min-width: 768px) {
.section01-container{
    padding: 0 54px 67px 38px;
}
.section01-title img{
    width: 81.25%;
    margin: -30px auto 28px;
}
ul.section01-content_list{
    display: flex;
    margin-bottom: 20px;
}
.section01-content_item:nth-child(2n){
    margin-top: 180px;
    margin-right: 25px;
}
.popup-container + picture > img{
    max-width: 910px;
    margin: 0 auto;
}
.common-link_black img:hover{
    opacity: .7;
}
.popup_content{
    padding: 40px;
    border-radius: 15px;
}
.close_btn{
  top:20px;
  right:20px;
  width: 30px;
  height: 30px;
}
.section01-content_popup-shoulder{
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
}
.section01-content_popup-shoulder dt img{
    width: 165px;
}
.section01-content_popup-shoulder h3{
    font-size: 26px;
}
.section01-content_popup-shoulder h3 span{
    margin-bottom: 15px;
}
.section01-content_popup-shoulder h4{
    font-size: 30px;
}
.section01-content_popup-text{
    height: 320px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
    .container.section01-container{
        padding: 0;
    }
    .section01-title{
        margin: -10px 60px 30px 30px;
    }
    .popup-container + picture{
        padding-bottom: 40px;
        margin: 40px 30px 0;
    }

/* slick */
.slick-slide{
    padding: 0 15px;
}
.section01-content_item-wide .common-link_black img{
    display: block;
    width: 115%;
    max-width: none;
    margin-left: -7.5%;
}
.slick-arrow{
	position: absolute;
	bottom: 50%;
	right: 30px;
	text-indent: -9999px;
	width:30px;
	height:30px;
	background: url(../../img/icon-slick-next.png) no-repeat;
    background-size: contain;
	border: none;
	margin: 0 10px;
	cursor: pointer;
    z-index: 500;
}
.slick-arrow.slick-prev {
	width:30px;
	height:30px;
	background: url(../../img/icon-slick-prev.png) no-repeat;
    background-size: contain;
  position: absolute;
	left: 30px;
	right: auto;
  margin: auto;
}
.popup_content{
    padding: 30px;
}
.close_btn{
  top:10px;
  right:10px;
  width: 25px;
  height: 25px;
}
.section01-content_popup-shoulder dt img{
    width: 144px;
    margin: 0 auto;
}
.section01-content_popup-shoulder h3{
    font-size: 19px;
    text-align: center;
    margin-bottom: 15px;
}
.section01-content_popup-shoulder h3 span{
    font-size: 26px;
}
}



/* section02 */
.section02-content{
    padding-bottom: 70px;
}

/* pc */
@media only screen and (min-width: 768px) {
#section02{
    background-image: url(../../img/bg-section01-after.png),url(../../img/bg-yellow-sq.png);
    background-size: 100%,540px;
    background-position: top center,left center;
    background-repeat: no-repeat, repeat;
    padding-top: 86px;
}
.section02-title img{
    margin: 0 auto 45px;
}
.section02-content{
    padding-bottom: 70px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
#section02{
    background-image: url(../../img/bg-section01-after.png),url(../../img/bg-yellow-sq.png);
    background-size: 120%,180px;
    background-position: top center,left center;
    background-repeat: no-repeat, repeat;
    padding-top: 40px;
}
.section02-title{
    text-align: center;
}
.section02-title img{
    max-width: 241px;
    margin: 0 auto;
}
.section02-content{
    padding-bottom: 40px;
}
}

/* section03 */
#section03{
    background: var(--lightblue);
    color: #5b4942;
    padding-bottom: 45px;
}
.section03-title{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.section03-title picture img{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    max-width: 764px;
}
.section03-title .section03-title_before{
    position: absolute;
}
.section03-title .section03-title_after{
    position: absolute;
}
.section03-content_item{
    background-color: var(--white);
    box-shadow: 0px 0px 10px 0px rgba(55, 145, 251, 0.2);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 55px 42px;
    margin-bottom: 30px;
}
.section03-content_item-inner h5{
    color: var(--green);
    font-weight: bold;
}
.section03-content02 h5{
    color: var(--pink);
}
.section03-content03 h5{
    color: var(--orange);
}

.section03-content_popupContent{
    border: 6px solid var(--white);
}
.section03-content_popupTitle{
    font-size: 26px;
    color: var(--white);
    margin-top: 0;
}
.section03-content_popupTitle span{
    display: block;
    background: var(--white) url(../../img/icon-section03-popup01.png) no-repeat left 26px  center;
    background-size: 29px auto;
    border-radius: 999px;
    padding: 15px 40px 15px 63px;
    margin-right: 10px;
    font-size: 26px;
    font-weight: normal;
    color: var(--green);
    line-height: 1;
}
.section03-content02 .section03-content_popupTitle span{
    background: var(--white) url(../../img/icon-section03-popup02.png) no-repeat left 26px  center;
    background-size: 29px auto;
    color: var(--pink);
}
.section03-content03 .section03-content_popupTitle span{
    background: var(--white) url(../../img/icon-section03-popup03.png) no-repeat left 26px  center;
    background-size: 29px auto;
    color: var(--orange);
}
.section03-content_popup-textOuter{
    position: relative;
}
.section03-content_popup-text{
    padding: 60px 50px;
}
.section03-content_popupImg{
    position: absolute;
    width: auto;
    height: 120px;
    right: 20px;
    top: -120px;
}
.section03-content_popup-text{
    height: 414px;
    overflow: visible;
    background-color: var(--white);
    border: 1px solid #cccccc;
}
.section03-content_popup-textInner{
    margin-bottom: 40px;
}
.section03-content_popup-textInner h4{
    position: relative;
    font-size: 22px;
    letter-spacing: .04em;
    border-bottom: 1px dashed #5b4942;
    padding: 0 0 15px 25px;
}
.section03-content_popup-textInner h4::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: var(--green);
}
.section03-content02 .section03-content_popup-textInner h4::before{
    background-color: var(--pink);
}
.section03-content03 .section03-content_popup-textInner h4::before{
    background-color: var(--orange);
}
.section03-content_item2{
    display: flex;
    gap: 34px;
    margin-top: 55px;
}
.section03-content_item2 .section03-content_item{
    border-radius: 30px;
    padding: 0 40px 20px;
}

/* pc */
@media only screen and (min-width: 768px) {
.section03-title{
    height: 227px;
}
.section03-title picture img{
    top: -100px;
}
.section03-title .section03-title_before{
    left: 3%;
    bottom: 28px;
    width: 126px;
}
.section03-title .section03-title_after{
    right: 2.3%;
    bottom: 0;
    width: 147px;
}
.section03-content{
    margin: 0 auto;
    padding-bottom: 65px;
}
.section03-content_item{
    display: flex;
    flex-wrap: wrap;
    padding: 55px 42px;
    margin-bottom: 30px;
}
.section03-content_item1{
    display: flex;
    gap: 40px 32px;
}
.section03-subtitle{
    width: 100%;
    text-align: center;
    font-size: 32px;
}
.section03-content_item-inner{
    width: calc(calc(100% - 64px) / 3);
    display: flex;
    flex-direction: column;
}
.section03-content_item-inner > *:last-child{
    margin-top: auto;
}
.section03-content_item-inner h5{
    font-size: 24px;
    margin-top: 30px;
}

.section03-content_item2 .section03-content_title{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.section03-content_right .section03-content_title{
    margin-bottom: 15px;
}
.section03-content_item2 .section03-content_title img{
    width: auto;
    height: 65px;
    margin: -25px auto 0;
}
.section03-content_right .section03-content_title img{
    margin: -36px auto 0;
}
.section03-content_item2 h5{
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 1.3;
}
.section03-content_left h5{
    text-align: center;
    margin: 35px auto 15px;
}
.section03-content_left{
    width: 30%;
    font-size: 16px;
    display: block;
}
.section03-content_right{
    width: calc(70% - 34px);
}
.section03-content_process{
    clear: both;
}
.section03-content_process img{
    vertical-align: top;
    float: right;
    width: 227px;
    margin-left: 25px;
}
.section03-content_process h5{
    margin-top: 0;
}
.section03-content_process:nth-child(3) img{
    float: left;
    margin: 0 25px 25px 0;
}
.section03-content_prg{
    background: url(../../img/bg-section03-03.png) no-repeat center top 25px;
    background-size: 120% auto;
}
.section03-content_prg-title img{
    width: 82.5%;
    margin-left: 20px;
}
.section03-content_item3{
    display: flex;
}
.section03-content_item3 > *{
    width: 50%;
}

.section03-content_popup-textInner dt{
    order: 2;
    width: 320px;
}
.section03-content_popup-textInner dd{
    order: 1;
    width: calc(100% - 350px);
}
.section03-content_popup-textInner.col1 dd{
    width:100%;
}
.section03-content_popupTitle{
    font-size: 31px;
}
.section03-content_popupTitle span{
    display: inline-block;
}
.section03-content_popup-textInner{
    display: flex;
    gap: 30px;
}
.section03-content_popup-text{
    padding: 60px 50px;
}
.section03-content_popup-textInner h4{
    font-size: 29px;
    padding: 0 0 15px 30px;
}
.section03-content_popup-textInner h4::before{
    top: 6px;
    left: 6px;
}
.section03-content_item-inner h5{
    min-height: 4.5em;
}
}

@media only screen and (min-width: 1280px) {
.section03-content_prg{
    background: url(../../img/bg-section03-03.png) no-repeat center top 25px;
    background-size: 1580px auto;
}
}

/* sp */
@media only screen and (max-width: 767px) {
    #section03{
        padding-bottom: 30px;
    }
.section03-title{
  position: relative;
  width: 100%;
  padding-top: 33.06%;
}
.section03-title picture img{
    top: -45px;
}
.section03-title .section03-title_before{
    left: calc(30px + 3%);
    bottom: 6px;
    width: 50px;
}
.section03-title .section03-title_after{
    right: calc(30px + 2.3%);
    bottom: 0;
    width: 63px;
}
.section03-content_item{
    margin: 0 0 40px;
    padding: 25px;
}
.section03-subtitle{
    text-align: center;
}
.section03-content_item .container{
    position: relative;
    background-color: var(--white);
    border-radius: 14px;
    padding-top: 35px;
    padding-bottom: 30px;
}
.section03-content_item-inner{
    margin-bottom: 30px;
}
.section03-content_title{
    margin-bottom: 0;
}
.section03-content_item-inner h5{
    font-size: 15px;
    margin: 10px 0 15px;
}
.section03-content_popupTitle{
    text-align: center;
    margin-bottom: 25px;
}
.section03-content_popupTitle span{
    margin-bottom: 10px;
}
.section03-content_popupImg{
    display: none;
}
.section03-content_popup-text{
    padding: 25px 25px;
}
.section03-content_popupContent{
    padding: 25px;
}
.section03-content_popup-textInner h4{
    margin-top: 15px;
}
.section03-content_left{
    padding-top: 0;
}
.section03-content_item2{
    flex-direction: column;
}
.section03-content_item2 .section03-content_item{
    padding: 0 25px 15px;
}
.section03-content_right .section03-content_process:not(:last-child){
    border-bottom: 1px solid var(--lightblue);
    margin-bottom: 25px;
}
.section03-content_item2 .section03-content_title{
    text-align: center;
    margin: 0 auto;
}
.section03-content_item2 .section03-content_title img{
    width: auto;
    height: 25px;
    margin: -12.5px auto 0;
}
.section03-content_right .section03-content_title img{
    width:auto;
    height: 33px;
    margin: -16px 25px 15px -15px;
    max-width: calc(100% + 40px);
}
.section03-content_item2 h5{
    font-size: 15px;
    text-align: center;
    order: 2;
    margin: 15px auto;
}
.section03-content_text{
    order: 4;
}
.section03-content_img{
    order: 3;
    margin-bottom: 15px;
}
.section04-content li{
    margin-bottom: 25px;
}
}

#section04{
    background-image: url(../../img/bg-yellow-sq.png);
    background-size: 540px;
    background-position: left center;
    background-repeat: repeat;
    padding: 50px 0 0;
}

/* pc */
@media only screen and (min-width: 768px) {
#section04{
    padding: 75px 0 0;
}
.section04-title{
    padding: 0 50px 0 0;
    margin-bottom: 10px;
}
ul.section04-content{
    display: flex;
    gap: 5.4%;
    margin: 70px 0 90px;
}
ul.section04-banner{
    margin: 0 4.3%;
}
.section04-content_item05:hover a{
    opacity: 1;
}
.section04-content_item05 img:last-child{
    position: absolute;
    left: 0;top: 0;
    opacity: 0;
    transition: .3s;
}
.section04-content_item05:hover img:last-child{
    opacity: 1;
}
.section04-content_item06{
    position: absolute;
    right: -150px;
    bottom: -50px;
    width: 246px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
#section04{
    background-image: url(../../img/bg-yellow-sq.png);
    background-size: 180px;
    background-position: left center;
    background-repeat: repeat;
}
    .section04-banner li{
        margin-bottom: 15px;
    }
}
