@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
    position: relative;
}
#main .mainVisual img {
    width: 100%;
}
#main .mainVisual .textImg01 {
    width: 57.13%;
    position: absolute;
    left: 4%;
    bottom: 13%;
}
#main .mainVisual .textImg02 {
    width: 8.44%;
    position: absolute;
    right: 15.6%;
    top: 15.85%;
}
#main .mainVisual .logoDl {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50px;
    display: flex;
    align-items: center;
}
#main .mainVisual .logoDl dt {
    margin-right: -35px;
    padding: 12px 20px 22px 10px;
    width: 235px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0 90px 90px 0;
    background-color: #00B4D2;
    z-index: 2;
}
#main .mainVisual .logoDl dt .txt01 {
    font-size: 2.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#main .mainVisual .logoDl dt .txt01 small {
    font-size: 2.4rem;
}
#main .mainVisual .logoDl dd {
    width: calc(100% - 200px);
    font-size: 0;
}
#main .mainVisual .logoDl ul li {
    margin-right: 15px;
    padding: 9px 5px;
    width: 170px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#main .mainVisual .logoDl ul li:last-of-type {
    margin-right: 0;
}
#main .mainVisual .logoDl ul img {
    width: auto;
    height: 62px;
}
/*
#main .inner {
    padding-right: 70px;
}
*/
#main .topTextList {
    display: flex;
    flex-wrap: wrap;
    background-color: #AA7814;
}
#main .topTextList li {
    padding: 35px 10px 5px;
    min-height: 220px;
    width: 33.33%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
#main .topTextList li.list01 {
    padding-top: 41px;
}
#main .topTextList li.list02 {
    padding-top: 41px;
}
#main .topTextList li:nth-of-type(3n - 1) {
    background-color: #BE8C28;
}
#main .topTextList .ttl {
    margin-bottom: -7px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.18em;
}
#main .topTextList .ttl img {
    margin-right: 4px;
    width: 93px;
    vertical-align: -7px;
}
#main .topTextList .num {
    font-size: 10.9rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}
#main .topTextList .num small {
    font-size: 6.4rem;
    vertical-align: 7px;
}
#main .topTextList li.list02 .num {
    letter-spacing: 0;
}
#main .topTextList .title {
    margin-bottom: 5px;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 0.18em;
}
#main .topTextList .txt {
    letter-spacing: 0.22em;
}
#main .topBox {
    margin: 15px 15px 90px;
    padding: 60px 0;
    border-radius: 21px;
    background: url("../img/index/top_bg02.jpg") no-repeat center center / cover;
}
#main .topBox h2 {
    padding: 21px 20px 26px;
    position: relative;
    font-size: 4.1rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: center;
    border-radius: 11px 11px 0 0;
    background-color: #E1F5FC;
}
#main .topBox h2::after {
    width: 25px;
    height: 17px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    background: url("../img/index/top_bg01.png") no-repeat center center / cover;
    content: '';
}
#main .topBox h2 span {
    color: #00b4d2;
}
#main .topBox h2 small {
    margin-top: 7px;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}
#main .topBox .textBox {
	padding-top: 20px;
    height: 690px;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
#main .topBox .textBox .subBox {
	height: 100%;
}
#main .topBox .textBox iframe {
    height: 100% !important;
}
#main .sec01 {
    margin-bottom: 120px;
}
#main .sec01 .swiper {
	margin-top: -10px;
	padding-top: 10px;
}
#main .sec01 .swiper-wrapper {
    margin: -25px 0 30px;
    display: flex;
    flex-wrap: wrap;
}
#main .sec01 .swiper-wrapper .swiper-slide {
    margin: 25px 25px 0 0;
    width: 190px;
}
#main .sec01 .swiper-wrapper .swiper-slide:last-of-type {
    margin-right: 0;
}
#main .sec01 .swiper-wrapper .txtBox {
    margin: 0 10px -20px;
    padding: 15px 10px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#main .sec01 .swiper-wrapper .txtBox::before {
    width: 41px;
    height: 41px;
    position: absolute;
    left: -10px;
    top: -10px;
    background: url("../img/index/sec01_bg01.png") no-repeat center center / cover;
    content: '';
}
#main .sec01 .swiper-wrapper .txtBox::after {
    width: 15px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: url("../img/index/sec01_bg04.png") no-repeat center center / cover;
    content: '';
}
#main .sec01 .swiper-wrapper .txtBox .txt {
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0.08em;
    text-align: center;
}
#main .sec01 .swiper-wrapper .txtBox .txt span {
    color: #aa7814;
}
#main .sec01 h3 {
    margin-bottom: 23px;
    font-size: 3.6rem;
	font-weight: 900;
    line-height: 1.11;
    letter-spacing: 0.04em;
    text-align: center;
}
#main .sec01 h3 span {
    margin-bottom: 12px;
    padding: 4px 23px 6px 51px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 2.3rem;
	font-weight: 700;
    line-height: 1.74;
    letter-spacing: 0.04em;
    border-radius: 90px;
    background: url("../img/index/sec01_bg02.png") no-repeat left 11px center / 30px auto;
    background-color: #4BAE4F;
    vertical-align: top;
}
#main .sec01 h3 span::after {
    width: 15px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: url("../img/index/sec01_bg03.png") no-repeat center center / cover;
    content: '';
}
#main .sec01 h3 em {
    color: #aa7814;
    font-style: normal;
}
#main .sec01 .textBox {
    margin: 0 auto;
    padding: 18px 20px 30px;
    width: 930px;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
#main .sec01 .textBox .title {
    margin-bottom: 14px;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.29;
    letter-spacing: 0.04em;
    text-align: center;
}
#main .sec01 .textBox .title .cor01 {
    color: #00b4d2;
}
#main .sec01 .textBox .title .cor02 {
    color: #ff6400;
}
#main .sec02 {
    padding: 110px 0 88px;
    position: relative;
    z-index: 3;
}
#main .sec02::before {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/index/sec02_bg01.jpg") no-repeat center center / cover;
    content: '';
    z-index: -1;
}
#main .sec02 h2 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 5.4rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
}
#main .sec02 h2 span {
    margin-bottom: -8px;
    display: block;
    font-size: 3.1rem;
    letter-spacing: 0.04em;
}
#main .sec02 .imgBox {
    margin-bottom: 40px;
    padding-right: 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 14px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background-color: #fff;
}
#main .sec02 .imgBox.btm01 {
    margin-bottom: 120px;
}
#main .sec02 .imgBox:nth-of-type(2n) {
    padding: 0 0 0 40px;
    flex-direction: row-reverse;
}
#main .sec02 .imgBox .photoBox {
    width: 590px;
	position: relative;
    overflow: hidden;
}
#main .sec02 .imgBox .photoBox img {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main .sec02 .imgBox .textBox {
    margin-top: 81px;
    width: 395px;
    margin-bottom: 25px;
}
#main .sec02 .imgBox .textBox h3 {
    margin-bottom: 5px;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.39;
    letter-spacing: 0.04em;
}
#main .sec02 .imgBox .textBox h3 span {
    color: #aa7814;
}
#main .sec02 .imgBox .textBox .ttl {
    width: 105px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 14px;
    overflow: hidden;
}
#main .sec02 .imgBox:nth-of-type(2n) .textBox .ttl {
    right: auto;
    left: 0;
    border-radius: 0 0 14px 0;
}
#main .sec02 .imgBox .textBox p {
    font-weight: 700;
    letter-spacing: 0.04em;
}
#main .sec02 .imgBox .textBox p span {
    color: #aa7814;
}
#main .sec02 .btmTextList {
    margin: 0 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
    z-index: 3;
}
#main .sec02 .btmTextList li {
    width: 33.33%;
    min-height: 430px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
#main .sec02 .btmTextList li .pho {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
}
#main .sec02 .btmTextList li .pho img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main .sec02 .btmTextList .txtList {
    width: 100%;
    max-width: 340px;
}
#main .sec02 .btmTextList .txtList li {
    margin-bottom: 6px;
    padding: 5px 40px;
    width: auto;
    min-height: inherit;
    color: #14283c;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    border-radius: 50px;
    background: url("../img/common/icon02.png") no-repeat left 15px center / 20px auto;
    background-color: rgb(255, 255, 255,0.8);
}
#main .sec02 .btmTextList .txtList li:last-of-type {
    margin-bottom: 0;
}
#main .sec02 .btmTextList .ttl {
    margin-bottom: 13px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 0.18em;
    text-align: center;
}
#main .sec02 .btmTextList .ttl.ttl01 {
    margin-bottom: 1px;
}
#main .sec02 .btmTextList .ttl span {
    margin-top: -4px;
    display: block;
    font-size: 4.1rem;
	font-weight: 700;
    letter-spacing: 0.18em;
}
#main .sec02 .btmTextList .title {
    margin-bottom: -19px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.18em;
    text-align: center;
}
#main .sec02 .btmTextList .title .img01 {
    margin-right: 4px;
    width: 93px;
    display: inline-block;
    vertical-align: -9px;
}
#main .sec02 .btmTextList .title .img02 {
    margin: -4px auto 0;
    width: 165px;
    display: block;
}
#main .sec02 .btmTextList .num {
    margin-bottom: -5px;
    font-size: 14.1rem;
    font-weight: 700;
    font-feature-settings: 'palt';
    line-height: 1;
    letter-spacing: 0.02em;
}
#main .sec02 .btmTextList .txt {
    line-height: 1.94;
    letter-spacing: 0.18em;
    text-align: center;
}
#main .sec02 .btmTextList .btn {
    margin: 0 auto;
    width: 260px;
}
#main .sec02 .btmTextList .btn a {
    padding: 10px 40px 12px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff;
    background: url("../img/common/icon03.png") no-repeat right 10px center / 24px auto;
}
#main .sec03 {
    margin-bottom: 120px;
}
#main .sec03 .headLine01 {
    margin-bottom: 4px;
}
#main .sec03 .textList {
    margin: -30px 0 31px;
    display: flex;
    flex-wrap: wrap;
}
#main .sec03 .textList li {
    margin: 30px 30px 0 0;
    width: 240px;
    position: relative;
}
#main .sec03 .textList li::after {
    width: calc(100% + 30px);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 43px;
    background-color: #C8D2DC;
    content: '';
}
#main .sec03 .textList li:nth-of-type(4n - 3)::before,
#main .sec03 .textList li:nth-of-type(4n)::before {
    width: 50%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 40px;
    background-color: #ECF1F4;
    content: '';
    z-index: 2;
}
#main .sec03 .textList li:nth-of-type(4n)::before {
    width: calc(50% + 35px);
    left: 50%;
}
#main .sec03 .textList li:nth-of-type(4n) {
    margin-right: 0;
}
#main .sec03 .textList .whiteBox {
    margin-bottom: 20px;
    padding: 30px 20px 25px;
    position: relative;
    border-radius: 14px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
#main .sec03 .textList .whiteBox::after {
    width: 18px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);
    background: url("../img/index/sec03_bg01.png") no-repeat center center / cover;
    content: '';
}
#main .sec03 .textList .pho {
    margin-bottom: 6px;
    text-align: center;
}
#main .sec03 .textList .pho img {
    height: 100px;
}
#main .sec03 .textList .ttl {
    margin-bottom: 2px;
    color: #00b4d2;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: center;
}
#main .sec03 .textList .ttl.cor01 {
    color: #ff6400;
}
#main .sec03 .textList .txt {
    margin-left: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.64;
    letter-spacing: 0.04em;
}
#main .sec03 .textList .txt span {
    color: #aa7814;
}
#main .sec03 .textList .num {
    margin: 0 auto;
    padding-top: 4px;
    width: 90px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #00B4D2;
    z-index: 5;
}
#main .sec03 .textList .num.cor01 {
    padding-top: 0;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    background-color: #FF6400;
}
#main .sec03 .textList .num span {
    margin-bottom: -1px;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
}
#main .sec03 h3 {
    margin-bottom: 23px;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.11;
    letter-spacing: 0.04em;
    text-align: center;
}
#main .sec03 h3 span {
    color: #aa7814;
}
#main .sec03 .textBox {
    margin: 0 auto;
    padding: 18px 20px 29px;
    width: 930px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
#main .sec03 .textBox .title {
    margin-bottom: 4px;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.29;
    letter-spacing: 0.04em;
    text-align: center;
}
#main .sec03 .textBox .title .cor01 {
    color: #00b4d2;
}
#main .sec03 .textBox .title .cor02 {
    color: #ff6400;
}
#main .sec03 .textBox .text {
    margin-bottom: 9px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
}
#main .sec04 {
    padding: 110px 0 120px;
    position: relative;
    background: url("../img/index/sec04_bg01.jpg") no-repeat center center / cover;
}
#main .sec04::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0, 20, 40,0.702);
    content: '';
}
#main .sec04 .comBox {
    position: relative;
    z-index: 2;
}
#main .sec04 h2 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 3.1rem;
    line-height: 1.48;
    letter-spacing: 0.08em;
    text-align: center;
}
#main .sec04 h2 span{
    margin-top: 10px;
    display: block;
    font-size: 1.9rem;
	font-weight: 500;
    letter-spacing: 0.08em;
}
#main .sec04 .textBox {
	height: 810px;
	position: relative;
}
#main .sec04 .textBox .txtList li {
	width: 600px;
	position: absolute;
}
#main .sec04 .textBox .txtList .list01 {
	left: 60px;
	top: 0;
}
#main .sec04 .textBox .txtList .list02 {
	right: 0;
	top: 190px;
}
#main .sec04 .textBox .txtList .list03 {
	left: 0;
	bottom: 0;
}
#main .sec04 .textBox .textImg {
	width: 367px;
	position: absolute;
	left: 50%;
	top: calc(50% + 45px);
	transform: translate(-50%,-50%);
}
@media all and (min-width: 897px) {
    #main .sec02 .btmTextList .btn a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    #main .mainVisual .textImg01 {
        width: 89.87%;
        position: absolute;
        left: 5.2%;
        bottom: auto;
        top: 19.53%;
    }
    #main .mainVisual .textImg02 {
        width: 20%;
        right: 2.8%;
        top: auto;
        bottom: 12.1%
    }
    #main .mainVisual .logoDl {
        bottom: -45px;
    }
    #main .mainVisual .logoDl dt {
        margin-right: -63px;
        padding: 8px 10px 16px 5px;
        width: 150px;
        font-size: 1.1rem;
        letter-spacing: 0.02em;
    }
    #main .mainVisual .logoDl dt .txt01 {
        margin-bottom: -5px;
        font-size: 2.3rem;
        letter-spacing: 0.08em;
    }
    #main .mainVisual .logoDl dt .txt01 small {
        font-size: 1.8rem;
    }
    #main .mainVisual .logoDl dd {
        width: calc(100% - 87px);
        font-size: 0;
    }
    #main .mainVisual .logoDl ul li {
        margin-right: 5px;
        padding: 3px 5px 2px;
        width: 120px;
    }
    #main .mainVisual .logoDl ul img {
        width: auto;
        height: 55px;
    }
    #main .inner {
        padding-right: 0;
    }
    #main .topTextList li {
        padding: 45px 10px 5px;
        min-height: 155px;
    }
    #main .topTextList li.list01 {
        padding-top: 50px;
    }
    #main .topTextList li.list02 {
        padding-top: 46px;
    }
    #main .topTextList .ttl {
        margin-bottom: -1px;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.65;
        letter-spacing: 0.18em;
    }
    #main .topTextList .ttl img {
        margin: 0 0 -6px;
        width: 76px;
        vertical-align: 0;
    }
    #main .topTextList .num {
        font-size: 4.1rem;
        letter-spacing: 0;
    }
    #main .topTextList .num small {
        margin-left: 10px;
        font-size: 3.4rem;
        letter-spacing: 0;
        vertical-align: 3px;
    }
    #main .topTextList li.list02 .num {
        letter-spacing: -0.15em;;
        font-size: 6.8rem;
        font-feature-settings: 'palt';
    }
/*
    #main .topTextList li.list02 .ttl {
        margin-bottom: -5px;
        font-size: 1.9rem;
        letter-spacing: 0.08em;
        line-height: 1.1rem;
    }
*/
      #main .topTextList li.list02 .ttl {
        margin-bottom: -5px;
        font-size: 1.9rem;
        letter-spacing: 0.08em;
        line-height: 1.33;
    }
    #main .topTextList li.list02 .ttl span {
        font-size: 0.9rem;
        writing-mode: tb-rl;
        vertical-align: middle;
    }
    #main .topTextList .title {
        margin-bottom: 0;
        font-size: 1.8rem;
        line-height: 1.33;
        letter-spacing: 0.08em;
    }
    #main .topTextList .txt {
        font-size: 1.1rem;
        letter-spacing: 0.08em;
    }
    #main .topBox {
        margin: 10px 10px 56px;
        padding: 15px 0;
        border-radius: 14px;
        background-image: url("../img/index/sp_top_bg02.jpg");
    }
    #main .topBox h2 {
        padding: 15px 10px 21px;
        font-size: 2.6rem;
        line-height: 1.2;
        border-radius: 9px 9px 0 0;
    }
    #main .topBox h2::after {
        height: 15px;
        bottom: -15px;
        background-image: url("../img/index/sp_top_bg01.png");
    }
    #main .topBox h2 small {
        margin-top: 5px;
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    #main .topBox .textBox {
        height: 1060px;
		padding: 20px 17px 20px 18px;
        border-radius: 0 0 9px 9px;
    }
	#main .topBox .textBox .subBox {
		border-radius: 9px;
	}
    #main .sec01 {
        margin-bottom: 60px;
    }
	#main .sec01 .swiper {
		margin: -10px -15px 0;
		padding-bottom: 77px;
	}
    #main .sec01 .swiper-wrapper {
        margin: 0 -15px;
		flex-wrap: nowrap;
        text-align: center;
    }
    #main .sec01 .swiper-wrapper .swiper-slide {
        margin: 0 8px;
        display: inline-block;
        vertical-align: top;
    }
    #main .sec01 .swiper-wrapper .txtBox {
        margin: 0 10px -20px;
        padding: 15px 10px 16px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    }
    #main .sec01 .swiper-wrapper .txtBox .txt {
        font-size: 1.6rem;
    }
	#main .sec01 .swiper .swiper-button-prev,
	#main .sec01 .swiper .swiper-button-next {
		width: 49px;
		top: auto;
		left: 20px;
		bottom: 28px;
	}
	.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: calc(100% - 150px);
		height: 10px;
		left: 50%;
		bottom: 45px;
		border-radius: 20px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
        background-color: #fff;
		transform: translateX(-50%);
		cursor: pointer;
	}
	.swiper-scrollbar-drag {
		height: calc(100% - 4px);
		top: 2px;
		background-color: #00B4D2;
	}
	#main .sec01 .swiper .swiper-button-next {
		left: auto;
		right: 20px;
	}
	#main .sec01 .swiper .swiper-button-prev::after,
	#main .sec01 .swiper .swiper-button-next::after {
		display: none;
	}
    #main .sec01 .arrowBox {
        margin: 0 5px 26px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #main .sec01 .arrowBox .prev,
    #main .sec01 .arrowBox .next {
        width: 49px;
        cursor: pointer;
    }
    #main .sec01 .arrowBox .line {
        width: calc(100% - 110px);
        height: 10px;
        position: relative;
        border-radius: 20px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
        background-color: #fff;
    }
    #main .sec01 .arrowBox .line::after {
        width: 30%;
        height: 6px;
        position: absolute;
        left: 2px;
        top: 2px;
        border-radius: 20px;
        background-color: #02B5D2;
        content: '';
    }
    #main .sec01 h3 {
        margin: 0 -15px 13px;
        font-size: 2.4rem;
        line-height: 1.29;
    }
    #main .sec01 h3 span {
        margin-bottom: 15px;
        padding: 4px 28px 8px 45px;
        font-size: 1.9rem;
        line-height: 1.74;
        background-size: 20px auto;
        background-position: left 15px center;
    }
    #main .sec01 .textBox {
        margin: 0 auto;
        padding: 20px 20px 25px;
        width: auto;
        border-radius: 9px;
    }
    #main .sec01 .textBox .title {
        margin-bottom: 12px;
        font-size: 1.8rem;
        line-height: 1.33;
    }
    #main .sec02 {
        padding: 86px 0 51px;
    }
    #main .sec02::before {
        height: 400px;
        background-image: url("../img/index/sp_sec02_bg01.jpg");
    }
    #main .sec02 h2 {
        margin-bottom: 36px;
        font-size: 4.3rem;
        line-height: 1.14;
    }
    #main .sec02 h2 span {
        margin-bottom: 6px;
        font-size: 2.1rem;
    }
    #main .sec02 .imgBox {
        margin-bottom: 20px;
        padding: 0 0 25px;
        display: block;
        border-radius: 9px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    }
    #main .sec02 .imgBox.btm01 {
        margin-bottom: 60px;
    }
    #main .sec02 .imgBox:nth-of-type(2n) {
        padding: 0 0 22px;
    }
    #main .sec02 .imgBox .photoBox {
        width: auto;
    }
	#main .sec02 .imgBox .photoBox img {
		position: relative;
	}
    #main .sec02 .imgBox .textBox {
        margin: 17px 10px 0 20px;
        width: auto;
    }
    #main .sec02 .imgBox .textBox h3 {
        margin-bottom: 10px;
        font-size: 2rem;
        line-height: 1.3;
    }
    #main .sec02 .imgBox .textBox .ttl {
        width: 85px;
        border-radius: 0 0 0 9px;
    }
    #main .sec02 .imgBox:nth-of-type(2n) .textBox .ttl {
        left: auto;
        right: 0;
        border-radius: 0 0 0 9px;
    }
    #main .sec02 .imgBox .textBox p {
        letter-spacing: 0.02em;
    }
	#main .sec02 .btmTextList {
		margin: 0;
		display: block;
		border-radius: 0;
	}
	#main .sec02 .btmTextList li {
		padding: 15px 10px 25px;
		width: auto;
		min-height: 330px;
		box-sizing: border-box;
	}
	#main .sec02 .btmTextList .txtList {
		width: 90%;
		max-width: 310px;
	}
	#main .sec02 .btmTextList .txtList li {
		margin-bottom: 6px;
		padding: 8px 20px 8px 40px;
		width: auto;
		min-height: inherit;
		font-size: 1.4rem;
	}
	#main .sec02 .btmTextList .ttl {
		margin-bottom: 13px;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.42;
		letter-spacing: 0.18em;
		text-align: center;
	}
	#main .sec02 .btmTextList .ttl.ttl01 {
		margin-bottom: 10px;
		font-size: 1.9rem;
	}
	#main .sec02 .btmTextList .ttl span {
		margin-top: -4px;
		display: block;
		font-size: 4.1rem;
		letter-spacing: 0.18em;
	}
	#main .sec02 .btmTextList .ttl.ttl01 span {
		font-size: 3.6rem;
	}
	#main .sec02 .btmTextList .title {
		margin-bottom: -24px;
	}
	#main .sec02 .btmTextList .num {
		margin-bottom: -2px;
		font-size: 13.4rem;
		letter-spacing: -0.05em;
	}
	#main .sec02 .btmTextList .txt {
		line-height: 1.86;
	}
	#main .sec02 .btmTextList .btn {
		width: auto;
		width: 100%;
		max-width: 260px;
	}
	#main .sec02 .btmTextList .btn a {
		padding: 10px 40px 12px;
		display: block;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.18em;
		text-align: center;
		border-radius: 50px;
		border: 1px solid #fff;
		background: url("../img/common/icon03.png") no-repeat right 10px center / 24px auto;
	}
	#main .sec03 {
		margin-bottom: 60px;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 15px;
		font-size: 4.1rem;
	}
	#main .sec03 .textList {
		margin: 0 0 22px;
		display: block;
	}
	#main .sec03 .textList li {
		margin: 0 0 15px;
		width: auto;
		position: relative;
	}
	#main .sec03 .textList li:last-of-type {
		margin-bottom: 0;
	}
	#main .sec03 .textList li::after {
		width: 3px;
		height: calc(100% + 15px);
		left: 23px;
		bottom: auto;
		top: 15px;
	}
	#main .sec03 .textList li:nth-of-type(4n - 3)::before,
	#main .sec03 .textList li:nth-of-type(4n)::before {
		display: none;
	}
	#main .sec03 .textList li:last-of-type::after {
		display: none;
	}
	#main .sec03 .textList .whiteBox {
		margin: 0 0 0 auto;
		width: calc(100% - 65px);
		padding: 20px 20px 21px;
		border-radius: 9px;
		box-sizing: border-box;
	}
	#main .sec03 .textList .whiteBox::after {
		width: 20px;
		height: 18px;
		left: -17px;
		bottom: auto;
		top: 26px;
		transform: translateX(0);
		background-image: url(../img/index/sp_sec03_bg01.png);
	}
	#main .sec03 .textList .pho {
		margin-bottom: 3px;
	}
	#main .sec03 .textList .ttl {
		margin-bottom: 0;
	}
	#main .sec03 .textList .txt {
		margin-left: 0;
	}
	#main .sec03 .textList .num {
		margin: 0;
		padding-top: 1px;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 0;
		top: 10px;
		color: #fff;
		font-size: 2.4rem;
	}
	#main .sec03 .textList .num.cor01 {
		padding-bottom: 2px;
		font-size: 1.6rem;
	}
	#main .sec03 .textList .num span {
		margin-bottom: -1px;
		font-size: 1rem;
		letter-spacing: 0.04em;
	}
	#main .sec03 h3 {
		margin-bottom: 26px;
		font-size: 3.1rem;
		line-height: 1.29;
	}
	#main .sec03 .textBox {
		padding: 19px 20px 26px;
		width: auto;
		border-radius: 9px;
		box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
	}
	#main .sec03 .textBox .title {
		margin-bottom: 4px;
		font-size: 1.8rem;
		line-height: 1.33;
	}
	#main .sec03 .textBox .text {
		margin-bottom: 9px;
	}
	#main .sec04 {
		padding: 70px 0 52px;
		background-image: url(../img/index/sp_sec04_bg01.jpg);
	}
	#main .sec04::before {
		display: none;
	}
	#main .sec04 h2 {
		margin-bottom: 38px;
		font-size: 2.4rem;
		line-height: 1.42;
	}
	#main .sec04 h2 span{
		margin-top: 16px;
		font-size: 1.4rem;
		letter-spacing: 0.04em;
	}
	#main .sec04 .textBox {
		margin: 0 -15px;
		height: auto;
		position: relative;
	}
	#main .sec04 .textBox .txtList {
		margin-bottom: 30px;
	}
	#main .sec04 .textBox .txtList li {
		margin-bottom: 20px;
		width: calc(100% - 15px);
		position: relative;
	}
	#main .sec04 .textBox .txtList li img {
		width: 100%;
	}
	#main .sec04 .textBox .txtList li:last-of-type {
		margin-bottom: 0;
	}
	#main .sec04 .textBox .txtList li:nth-of-type(2n) {
		margin-left: auto;
	}
	#main .sec04 .textBox .txtList .list01 {
		left: 0;
	}
	#main .sec04 .textBox .txtList .list02 {
		top: 0;
	}
	#main .sec04 .textBox .textImg {
		margin: 0 31px;
		width: auto;
		position: relative;
		left: 0;
		top: 0;
		transform: none;
	}
	#main .sec04 .textBox .textImg img {
		width: 100%;
	}
}
@media all and (max-width: 374px) {
	#main .topTextList li.list02 .ttl {
		font-size: 1.5rem;
	}
	#main .topTextList .txt {
		font-size: 1rem;
	}
	#main .topTextList .title {
		font-size: 1.6rem;
	}
	#main .topTextList li.list02 .num {
		font-size: 5rem;
	}
	#main .topTextList .num small {
		font-size: 2.8rem;
	}
	#main .topBox h2 {
		font-size: 2.4rem;
	}
	#main .sec02 .imgBox .textBox h3 {
		font-size: 1.8rem;
	}
	#main .sec02 .btmTextList .txtList li {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#main .sec03 .textList .ttl {
		font-size: 1.7rem;
	}
	#main .sec03 .textList .txt {
		font-size: 1.3rem;
	}
	#main .sec03 h3 {
		font-size: 2.6rem;
	}
	#main .sec03 .textBox .title {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
	}
	#main .sec01 .swiper-wrapper .txtBox .txt {
		font-size: 1.5rem;
	}
}