@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..600&display=swap');

:root{
	--white:#ffffff;
	--text:#000063;
	--gray:;
	--palegray:#;
	--bggray:#;
	--yellow:#;
	--blue:#;
	--darkblue:#;
	--red: #;
	--pink:#ff5186;
	--bgpink:#fff6ff;
}

/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: var(--white);
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic,"Yu Gothic", "游ゴシック", "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(--bgpink);
    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
-------------------------------------------------------------- */
.noto-sans-jp-semibold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  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;
}

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: relative;
}
.btn-header-home{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 202px;
}
.btn-header-scroll{
    position: absolute;
    left: calc(50% - 65px);
    bottom: 0;
    max-width: 130px;
}
.btn-header-scroll:hover {
    cursor: default;
}

/* pc */
@media only screen and (min-width: 768px) {
.btn-header-home{
    max-width: 265px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
    .btn-header-home{
        padding: 10px;
    }
}


/* footer
-------------------------------------------------------------- */
footer{
    position: relative;
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
}

.pagetop{
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 40px;
	opacity: 0;
	transition: .3s;
}


/* PC */
@media only screen and (min-width: 912px) {
footer{
    background: url(../img/bg-footer.png) no-repeat center bottom,url(../../img/bg-cloud5.png) no-repeat center top 80px;
    background-size: contain, 1455px auto;
    padding-top: 80px;
}
.pagetop{
    width: 56px;
}
}

/* SP */
@media only screen and (max-width: 911px) {
footer{
    background: url(../img/bg-footer-sp.png) no-repeat center bottom,url(../../img/bg-cloud5.png) no-repeat center top 28px;
    background-size: contain, 95% auto;
    padding-top: 40px;
}
}



/* Posts/Articles
-------------------------------------------------------------- */
article {
	background: transparent;
	padding: 0 20px;
	margin-bottom: 40px;
}
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{
    overflow: hidden;
}
.container{
    max-width: 1140px;
    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 25px;
}
}



/* section01 */
#section01{
    margin-top: 16px;
    background: url(../../img/bg-cloud01.png) no-repeat center bottom,url(../../img/bg-cloud2.png) no-repeat right 80px top 203px;
    background-size: 1304px auto,227px auto;
}
.section01-shoulder{
    text-align: center;
    margin-bottom: 25px;
}
.section01-shoulder img{
    margin: 0 auto;
}
.section01-title img{
    width: 81%;
    margin: 0 auto 23px;
}
.section01-content{
    position: relative;
    margin-right: -2px;
    margin-bottom: 80px;
}

/* pc */
@media only screen and (min-width: 768px) {
#section01{
    margin-top: 36px;
}
.section01-shoulder{
    margin-bottom: 60px;
}
.section01-shoulder img{
    width: 80%;
}
.section01-title img{
    width: 85%;
    margin: 0 auto 43px;
}
.section01-content{
    margin-right: -36px;
    margin-bottom: 80px;
}
}

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


/* section02 */
.section02-content_img{
    margin-top: auto;
}

/* pc */
@media only screen and (min-width: 768px) {
.section02-container1{
    display: flex;
    gap: 23px;
}
.section02-title{
    max-width: 56px;
}
.section02-content{
    display: flex;
    flex-wrap: wrap;
    gap: 35px 20px;
    width: 100%;
}
.section02-content_item{
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    background-color: var(--white);
    box-shadow: 6px 6px 4px 0px rgba(0, 0, 99, .04);
    padding: 0 30px 25px;
}
.section02-content_subtitle{
    margin-bottom: 0;
}
.section02-content_subtitle img{
    max-height: 55px;
    width: auto;
    margin-top: -20px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.section02-content_item{
    margin-bottom: 20px;
}
.section02-title{
    max-width: 203px;
}
.section02-content_subtitle{
    margin-bottom: 10px;
}
.section02-content_subtitle img{
    max-height: 25px;
    width: auto;
}
}

.section02-container2{
    margin: 0 auto;
    background: url(../../img/bg-cloud3.png) no-repeat center top;
    background-size: 1456px auto;
}
.section02-content2_item{
    margin-top: 30px;
}

/* pc */
@media only screen and (min-width: 768px) {
}

/* sp */
@media only screen and (max-width: 767px) {
    .section02-container2 .container{
        padding: 0;
    }
}

/* section03 */
#section03{
    padding-top: 90px;
    background: url(../../img/bg-cloud4.png) no-repeat center top 20px;
    background-size: 1407px auto;
}
.section03-title img{
    max-width: 91.6%;
    margin: 0 auto;
}
.section03-content_item{
    background-color: var(--white);
    box-shadow: 6px 6px 4px 0px rgba(0, 0, 99, .04);
    padding: 20px;
    font-size: 18px;
}
.section03-content_title{
    font-size: 23px;
    text-align: center;
    margin-bottom: 5px;
    color: var(--pink);
}
.section03-content_title span{
    position: relative;
    display: inline-block;
}
.section03-content_title span img{
    position: absolute;
}
.section03-content_img{
    margin-top: auto;
}


/* pc */
@media only screen and (min-width: 768px) {
.section03-content{
    display: flex;
    gap: 30px;
    max-width: 1030px;
    margin: 60px auto;
}
.section03-content_item{
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    padding: 25px 40px 50px;
    font-size: 18px;
}
.section03-title img{
    max-width: 66%;
}
.section03-content_title span img{
    left: -80px;
    top: -45px;
    width: 103px;
}
.section03-content_title{
    font-size: 38px;
    margin-bottom: 15px;
}
.section03-content2.container{
    max-width: 1190px;
    padding-right: 5px;
    margin-top: 65px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.section03-content_title span img{
    left: -70px;
    top: -25px;
    width: 66px;
}
.section03-content_item{
    margin-bottom: 20px;
}
.section03-content2.container{
    padding: 0 25px 0 20px;
    margin-top: 35px;
}
}


.section04-list{
    display: flex;
    align-items: flex-start;
    gap: 2%;
}

/* pc */
@media only screen and (min-width: 768px) {
.section04-container{
    padding-top: 70px;
    margin-bottom: 141px;
}
.section04-title img{
    width: 40%;
    margin: 0 auto 30px;
}
.section04-item{
    width: 24%;
}
.section04-item:last-child{
    width: 22%;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.section04-container{
    margin-bottom: 20px;
}
.section04-title img{
    width: 66%;
    margin: 0 auto 23px;
}
.section04-item{
    width: 26.2%;
}
.section04-item:last-child{
    width: 13.9%;
}
}
