@charset "utf-8";

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #12639F;
    line-height: 1.8;
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}

/* 共通 */
.content {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

header {
    background-image: url(../images/section1/section1-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* section1 */
.section1 {
    background-image: url(../images/section1/section1-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

.section1 .content {
    border-radius: 40px;
    box-shadow: 3px 3px 50px rgb(170, 170, 170, 0.37);
    background: #fff;
    padding-top: 50px;
}

.section1 .icon {
    width: 84px;
    display: block;
    margin: 0 auto;
}

.section1 h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center
}

.section1 p {
    color: #5D5D5D;
    padding: 30px 40px;
    border: 2px solid #12639F;
    border-radius: 10px;
    box-shadow: 10px 10px 0 #12639F;
    max-width: 840px;
    width: 90%;
    margin: 10px auto 0;
}

.section1 p span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #DDE9F1 10%);
}

.section1 h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
}

.section1 .images {
    margin-top: 50px;
}

.section1 h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    background: linear-gradient(135deg, #3692B4 50%, #3693B4 50%);
}

.section1 h3 span {
    font-size: 35px;
}

.section1 h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.section1 h4::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 85px;
    background-image: url(../images/section1/before.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate(-50%, -50%);
}

.section1 h4::after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 85px;
    background-image: url(../images/section1/after.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translate(-50%, -50%);
}

.section1 h4 span {
    font-size: 30px;
}

/* section2 */
.section2 {
    background: linear-gradient(135deg, #3692B4 50%, #3693B4 50%);
    padding: 80px 0 120px;
}

.section2 .content {
    text-align: center;
}

.section2 h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.section2 h1 span {
    position: relative;
}

.section2 h1 span::before {
    content: "";
    display: inline-block;
    width: 120px;
    height: 120px;
    background-image: url(../images/section2/icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -95px;
    top: -55px;
}

.section2 .top {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
}

.section2 .top li {
    background: #fff;
    width: 310px;
    border-radius: 15px;
    box-shadow: 3px 3px 50px rgb(170, 170, 170, 0.37);
    padding: 0 10px 40px;
}

.section2 .top li img {
    width: 215px;
    height: 215px;
}

.section2 .top li p {
    font-weight: bold
}

.section2 .foot {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.section2 .foot li {
    background: #fff;
    width: 30%;
    border-radius: 15px;
    box-shadow: 3px 3px 50px rgb(170, 170, 170, 0.37);
    padding: 0 10px 20px;
}

.section2 .foot li img {
    width: 215px;
    height: 215px;
    object-fit: contain;
}

.section2 .foot li p {
    font-weight: bold
}

.section2 .txt {
    color: #fff;
    margin-top: 60px;
}

.section2 .arrow {
    width: 35px;
    margin: 30px 0;
}

.section2 h2 {
    font-size: 32px;
    font-weight: bold;
    background: #fff;
    padding: 35px 10px;
}

.section3 {
    background-image: url(../images/back.png);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.section3 .content {
    border-radius: 40px;
    box-shadow: 3px 3px 50px rgb(170 170 170 / 37%);
    background: #fff;
    padding: 50px;
    color: #C9A108;
}

.section3 .icon {
    width: 84px;
    display: block;
    margin: 0 auto;
}

.section3 h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.section3 .flex {
    display: flex;
    align-items: center;
}

.section3 .flex img {
    width: 150px;
    height: 150px;
    margin-right: 45px;
}

.section3 .flex p {
    font-size: 26px;
}

.section3 .txt {
    margin-top: 30px;
}

.section3 .images {
    margin-top: 50px;
}

.section3 .txt2 {
    font-size: 30px;
    align-items: center;
    margin-top: 50px;
    text-align: center;
}

/* section4 */
.section4 {
    background: linear-gradient(135deg, #3692B4 50%, #3693B4 50%);
    padding: 80px 0 120px;
}

.section4 .content {}

.section4 .top {
    text-align: center;
}

.section4 .top .icon {
    width: 84px;
    display: block;
    margin: 0 auto;
}

.section4 .top h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1.25;
    margin-top: 10px;
}

.section4 .top p {
    margin-top: 60px;
    color: #fff;
}

.section4 .top span {
    background: linear-gradient(transparent 60%, rgb(222, 189, 68, .3) 10%);
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    margin-top: 60px;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
    /*スライド左右の余白調整*/
}

.section4 .center {
    background: #fff;
    padding: 70px;
    border-radius: 40px;
    margin: 40px auto 0;
}

.section4 .center .box {
    display: flex;
    gap: 30px;
    position: relative;
}

.section4 .center .box:nth-of-type(1) {
    z-index: 5;
}

.section4 .center .box:nth-of-type(1) .banner {
    height: 1660px;
}

.section4 .center .box:nth-of-type(2) {
    z-index: 4;
    margin-top: -48px;
}

.section4 .center .box:nth-of-type(2) .banner {
    height: 1437px;
}

.section4 .center .box:nth-of-type(3) {
    z-index: 3;
    margin-top: -60px;
}

.section4 .center .box:nth-of-type(3) .banner {
    height: 867px;
}

.section4 .center .box:nth-of-type(4) {
    z-index: 2;
    margin-top: -60px;
}

.section4 .center .box:nth-of-type(4) .banner {
    height: 1410px;
}

.section4 .center .box:nth-of-type(5) {
    z-index: 1;
    margin-top: -60px;
}

.section4 .center .box:nth-of-type(5) .banner {
    height: 2440px;
}

.section4 .banner {
    width: 17.5%;
    position: relative;
}

.section4 .banner img {
    object-position: bottom;
    height: 100%;
}

.section4 .banner p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}

.section4 .inner {
    width: 82%;
}

.section4 .inner .border {
    border-bottom: 2px dotted #12639F;
    width: 100%;
    margin: 50px 0 20px;
}

.section4 .center .box:nth-of-type(2) .inner,
.section4 .center .box:nth-of-type(3) .inner,
.section4 .center .box:nth-of-type(4) .inner,
.section4 .center .box:nth-of-type(5) .inner {
    padding-top: 80px;
}

.section4 .mt20 {
    margin-top: 20px;
}

.section4 .mt40 {
    margin-top: 40px;
}

.section4 .inner h2 {
    font-size: 30px;
    font-weight: bold;
}

.section4 .inner h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #12639F;
    display: inline-block;
    padding: 0 10px;
}

.section4 .inner h4 {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #DDE9F1 10%);
    display: inline-block;
    margin: 20px 0 0 20px;
}

.section4 .inner p {
    margin-left: 70px;
    position: relative;
}

.section4 .inner p::before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: -25px;
}

.section4 .inner .before::before {
    content: "※";
}

.section4 .inner img {
    margin: 20px 0;
}

.section4 .inner .txt {
    background: #DDE9F1;
    margin-left: 0;
    padding: 20px 30px;
}

.section4 .inner .txt::before {
    display: none;
}

.section4 .foot {
    margin-top: 50px;
}

.section4 .foot .title img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 50px 0 auto;
}

.section4 .foot .title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 50px 0 0 50px;
}

.section4 .foot .flex {
    display: flex;
    justify-content: space-between;
    margin-top: 130px;
}

.section4 .foot .flex .box {
    width: 47%;
    border: 1px solid #fff;
    padding: 30px;
    color: #fff;
    text-align: center;
}

.section4 .foot .flex .box img {
    width: 150px;
    height: 150px;
}

.section4 .foot .flex .box a {
    text-decoration: underline;
}

.section4 .foot .flex .box .txt {
    display: flex;
    margin-top: 20px;
}

.section4 .foot .flex .box .txt p:nth-of-type(1) {
    font-size: 17px;
    background: #fff;
    color: #12639F;
    width: 15%;
    display: inline-block;
    height: 30px;
}

.section4 .foot .flex .box .txt p:nth-of-type(2) {
    font-size: 17px;
    width: 80%;
    text-align: left;
    padding-left: 8px;
}

.section4 .foot .flex .box .left {
    text-align: left;
    margin-top: 10px;
}

.section4 .foot .memo {
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 30px 50px 50px;
    box-shadow: 10px 10px 0 #12639F;
    margin-top: 50px;
}

.section4 .foot .memo h3 {
    font-size: 20px;
    font-weight: bold;
    background: #12639F;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    left: -50px;
}

.section4 .foot .memo p {
    font-size: 17px;
    margin-top: 20px;
}

.section4 .foot .merit {
    margin-top: 100px;
}

.section4 .foot .merit h2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

.section4 .foot .merit h2::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 25px;
}

.section4 .foot .merit h2::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 25px;
}

.section4 .foot .merit ol {
    margin-top: 50px;
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.section4 .foot .merit ol {
    margin-top: 30px;
    gap: 20px;
}

.section4 .foot .merit ol li {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
    border: 2px dotted #fff;
    padding: 20px 50px;
}

.section4 .foot .merit ol li .left {
    text-align: center;
    width: 10%;
}

.section4 .foot .merit ol li .left img {
    width: 60px;
    height: 60px;
}

.section4 .foot .merit ol li .left span {
    font-size: 17px;
    display: block;
}

.section4 .foot .merit ol li p {
    font-size: 20px;
    width: 90%;
}

.section4 .foot .schedule {
    color: #fff;
    margin-top: 90px
}

.section4 .foot .schedule h3 {
    font-size: 25px;
    font-weight: bold;
    border-left: 15px solid #fff;
    padding-left: 10px;
}

.section4 .foot .schedule p {
    font-size: 20px;
    margin-top: 30px;
}

.section5 {
    background-image: url(../images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.section5 .content {
    max-width: 900px;
}

.section5 h2 {
    font-size: 48px;
    font-weight: bold;
    color: #12639F;
    text-align: center;
}

.section5 h2:nth-of-type(2) {
    margin-top: 100px;
}

.section5 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 60px;
}

.section5 ul li {
    display: flex;
    align-items: center;
    padding: 25px 10px;
}

.section5 ul:nth-of-type(1) li {
    background: #12639F;
    color: #fff;
}

.section5 ul:nth-of-type(2) li {
    background: #DAE6EE;
}

.section5 ul li img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.section5 ul li p {
    font-size: 20px;
}

.section6 {
    background: linear-gradient(135deg, #3692B4 50%, #3693B4 50%);
    padding: 140px 0;
}

.section6 h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.section6 .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 90px;
}

.section6 .list .item {
    background: #fff;
    text-align: center;
    padding: 40px 30px;
}

.section6 .list .item img {
    width: 80px;
    object-fit: contain;
}

.section6 .list .item p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.section6 .list .item:nth-of-type(2) p {
    margin-top: 70px;
}

.section6 .flow {
    max-width: 900px;
    margin: 100px auto 0;
    position: relative;
}

.section6 .flow ol {
    margin-top: 50px;
}

.section6 .flow ol li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 720px;
}

.section6 .flow ol li:nth-of-type(2n) {
    margin: 80px 0 80px auto;
}

.section6 .flow ol li .flow-box {
    color: #fff;
    width: 380px;
}

.section6 .flow ol li .flow-box h3 {
    font-size: 25px;
    font-weight: bold;
}

.section6 .flow ol li .flow-box p {
    font-size: 20px;
}

.section6 .flow ol li img {
    width: 130px;
}

/*タイムライン全体の設定*/
.timeline {
    max-width: 70px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%, 0);
}

.timeline li {
    /*線の起点とするためrelativeを設定*/
    position: relative;
    list-style: none;
}

.timeline li:nth-of-type(1) {
    padding-bottom: 165px;
}

.timeline li:nth-of-type(2) {
    padding-bottom: 170px;
}

.timeline li:nth-of-type(3) {
    padding-bottom: 210px;
}

.timeline li:nth-of-type(4) {
    padding-bottom: 270px;
}

.timeline li:nth-of-type(5) {
    padding-bottom: 260px;
}

.timeline li:nth-of-type(6) {}

.timeline dl {
    margin: 0 0 20px 3em;
}

.timeline dl dt {
    font-size: 47px;
    position: absolute;
    top: -5px;
    left: 22px;
    z-index: 10;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
    position: absolute;
    left: 34px;
    top: 25px;
    width: 2px;
    /*線の太さ*/
    height: 0;
    /*はじめは高さを0に*/
    background: #fff;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
}

/* section7 */
.section7 {
    background-image: url(../images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.section7 h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

/*アコーディオン全体*/
.accordion-area {
    margin-top: 90px;
}

.accordion-area li {
    margin: 20px 0;
    background: #DAE6EE;
    border-radius: 10px;
}

/*アコーディオンタイトル*/
.accordion-title {
    position: relative;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    padding: 50px 140px;
}

.accordion-title::before {
    content: "Q";
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #12639F;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    text-align: center;
    font-family: initial;
    position: absolute;
    left: 50px;
    top: 43px;
}

/*アイコンの＋と×*/
.accordion-title::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 12px;
    transition: .3s;
    background-image: url(../images/section7/arrow-b.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-title::after {
    top: 48%;
    right: 40px;
    transform: rotate(0deg);
}


/*　closeというクラスがついたら形状変化　*/
.accordion-title.close::after {
    transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.accordion-box {
    display: none;
    /*はじめは非表示*/
    padding: 10px 140px 40px;
    position: relative;
}

.accordion-box::before {
    content: "A";
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    background: #fff;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    text-align: center;
    font-family: initial;
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 10;
}

.section7 .flex {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 70px auto 0;
    max-width: 950px;
    width: 100%;
}

.section7 .flex img {
    width: 100px;
}

.section7 .flex h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.section7 .flex h3 span {
    font-size: 40px;
}

.section7 .benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
    margin-top: 30px;
}

.section7 .benefits .item {
    position: relative;
}

.section7 .benefits .item .txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section7 .benefits .item .txtbox p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #12639F;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin-right: 15px;
    line-height: 1;
    padding-top: 10px;
}

.section7 .benefits .item .txtbox p span {
    font-size: 41px;
    line-height: 1;
    display: block;
}

.section7 .benefits .item .txtbox h4 {
    font-size: 20px;
    font-weight: bold;
    width: 70%;
}

.section7 .benefits .item .txtbox h4 span {
    font-size: 28px;
    line-height: 1;
}

.section7 .price {
    background: #fff;
    border: 15px solid #DAE6EE;
    padding: 50px 40px;
    margin-top: 40px;
}

.section7 .price-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section7 .price-txt p:nth-of-type(1) {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    background: #12639F;
    padding: 30px 70px;
    border-radius: 19px;
    line-height: 1.2;
}

.section7 .price-txt p:nth-of-type(2) {
    font-size: 66px;
    font-weight: bold;
}

.section7 .price-txt p:nth-of-type(2) span {
    font-size: 113px;
    font-weight: bold;
    line-height: 1;
}

.section7 .price a {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    padding: 75px 70px 35px;
    display: block;
    border-radius: 100px;
    text-align: right;
    margin-top: 25px;
    position: relative;
    background: -moz-linear-gradient(135deg, #E8BE27, #dbb630);
    background: -webkit-linear-gradient(135deg, #E8BE27, #dbb630);
    background: linear-gradient(135deg, #E8BE27, #dbb630);
    transition: .3s;
}

.section7 .price a:hover {
    background: -moz-linear-gradient(135deg, #dbb630, #E8BE27);
    background: -webkit-linear-gradient(135deg, #dbb630, #E8BE27);
    background: linear-gradient(135deg, #dbb630, #E8BE27);
    transform: scale(1.05);
}

.section7 .price a::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 40px;
    background-image: url(../images/section7/arrow-w.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 70px;
    top: 43%;
}

.section7 .price a .txt1 {
    font-size: 31px;
}

.section7 .price a .txt2 {
    font-size: 20px;
    display: block;
}

footer {
    background: #3378A9;
    text-align: center;
    color: #fff;
    padding: 40px 0 20px;
}

footer p {
    font-size: 17px;
}

footer a,
footer span {
    font-size: 17px;
}

footer a:hover {
    border-bottom: 1px solid #fff;
}

.sp,
.tablet {
    display: none;
}

@media screen and (max-width: 1110px) {
    .pc {
        display: none;
    }

    .tablet {
        display: block;
    }

    .section1 h4 {
        font-size: 20px;
    }

    .section1 h4 span {
        font-size: 25px;
    }

    .section1 h4::before {
        width: 30px;
        height: 65px;
        top: 52%;
        left: 15px;
    }

    .section1 h4::after {
        width: 30px;
        height: 65px;
        top: 52%;
        right: 15px;
        transform: translate(0, -50%);
    }

    .section2 h2 {
        font-size: 23px;
    }

    .section4 .center .box:nth-of-type(1) .banner,
    .section4 .center .box:nth-of-type(2) .banner,
    .section4 .center .box:nth-of-type(3) .banner,
    .section4 .center .box:nth-of-type(4) .banner,
    .section4 .center .box:nth-of-type(5) .banner {
        height: auto
    }

    .section4 .foot .flex .box .txt p:nth-of-type(1) {
        width: 20%;
    }

    .section4 .foot .merit ol li .left {
        width: 20%;
    }

    .section6 .flow ol li .flow-box {
        width: 300px;
    }

    .section6 .flow ol li .flow-box h3 {
        font-size: 23px;
    }

    .section7 .flex img {
        width: 70px;
    }

    .section7 .flex h3 {
        font-size: 22px;
    }

    .section7 .flex h3 span {
        font-size: 30px;
    }

    .section7 .benefits .item .txtbox h4 {
        font-size: 16px;
    }

    .section7 .benefits .item .txtbox h4 span {
        font-size: 20px;
    }

    .section7 .price-txt p:nth-of-type(1) {
        font-size: 22px;
        padding: 15px 30px;
    }

    .section7 .price-txt p:nth-of-type(2) {
        font-size: 40px;
    }

    .section7 .price-txt p:nth-of-type(2) span {
        font-size: 80px;
    }

    .section7 .price a {
        font-size: 30px;
        padding: 35px 30px 10px;
        max-width: 600px;
        margin: 25px auto 0;
    }

    .section7 .price a::before {
        width: 25px;
        height: 35px;
        top: 36%;
        left: 40px;
    }

    .section7 .price a .txt1 {
        font-size: 26px;
    }

    .section7 .price a .txt2 {
        font-size: 16px;
    }
}

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

    .pc-tab {
        display: none;
    }

    body {
        font-size: 16px;
        line-height: 1.5;
    }

    .section1 {
        padding: 60px 0;
    }

    .section1 .content {
        padding-top: 20px;
        border-radius: 20px;
    }

    .section1 .icon {
        width: 50px;
    }

    .section1 h1 {
        font-size: 30px;
    }

    .section1 p {
        padding: 25px 15px 25px 25px;
    }

    .section1 h2 {
        font-size: 20px;
        margin-top: 30px;
        line-height: 1.25;
    }

    .section1 h3 {
        font-size: 20px;
        padding: 10px;
    }

    .section1 h3 span {
        font-size: 30px;
    }

    .section1 h4 {
        font-size: 16px;
        padding: 20px 0;
    }

    .section1 h4 span {
        font-size: 20px;
    }

    .section1 h4::before,
    .section1 h4::after {
        display: none;
    }

    .section2 {
        padding: 60px 0;
    }

    .section2 h1 {
        font-size: 20px;
    }

    .section2 h1 span::before {
        width: 70px;
        height: 70px;
        left: -58px;
        top: -36px;
    }

    .section2 .top {
        margin-top: 25px;
        gap: 10px;
    }

    .section2 .top li {
        padding: 0 10px 20px;
    }

    .section2 .top li img {
        width: 90px;
        height: 90px;
    }

    .section2 .top li p {
        font-weight: 500;
        font-size: 15px;
    }

    .section2 .foot {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 10px;
    }

    .section2 .foot li {
        width: 100%;
        padding: 0 10px 20px;
    }

    .section2 .foot li img {
        width: 90px;
        height: 90px;
    }

    .section2 .foot li p {
        font-weight: 500;
        font-size: 15px;
    }

    .section2 .txt {
        margin-top: 20px;
    }

    .section2 .arrow {
        margin: 10px 0;
        width: 20px;
    }

    .section2 h2 {
        font-size: 15px;
        padding: 10px 25px;
    }

    .section3 {
        padding: 60px 0;
    }

    .section3 .content {
        padding: 20px 10px 30px 10px;
        border-radius: 20px;
    }

    .section3 .icon {
        width: 50px;
    }

    .section3 h1 {
        font-size: 30px;
    }

    .section3 .flex {
        margin-top: 40px;
    }

    .section3 .flex img {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }

    .section3 .flex p {
        font-size: 16px;
        position: relative;
    }

    .section3 .flex p::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 90px;
        background-image: url(../images/section3/sp/border.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translate(0, -50%);
    }

    .section3 .txt2 {
        font-size: 17px;
        margin-top: 20px;
    }

    .section3 h2 {
        margin-top: 10px;
    }

    .section4 {
        padding: 60px 0;
    }

    .section4 .top .icon {
        width: 50px;
    }

    .section4 .top h1 {
        font-size: 30px;
    }

    .section4 .top p {
        font-size: 14px;
        max-width: 300px;
        margin: 25px auto 0;
    }

    .slider {
        margin-top: 20px;
    }

    .slider .slick-slide {
        margin: 0 5px;
    }

    .section4 .center {
        margin-top: 20px;
        border-radius: 20px;
        padding: 20px 10px;
    }

    .section4 .center .box {
        gap: 15px;
    }

    .section4 .banner {
        width: 50px;
    }

    .section4 .banner p {
        font-size: 16px;
        writing-mode: vertical-rl;
        display: flex;
        align-items: center;
    }

    .section4 .banner p span {
        text-combine-upright: all;
    }

    .section4 .inner {
        width: 100%;
    }

    .section4 .inner h2 {
        font-size: 20px;
    }

    .section4 .inner h3 {
        font-size: 17px;
    }

    .section4 .inner h4 {
        font-size: 17px;
        margin: 10px 0 0 10px;
    }

    .section4 .inner p {
        margin-left: 30px;
        margin-top: 10px;
    }

    .section4 .inner p::before {
        left: -15px;
    }

    .section4 .inner img {
        width: 100% !important;
    }

    .section4 .mt40 {
        margin-top: 20px;
    }

    .section4 .inner .border {
        margin: 10px 0 0;
    }

    .section4 .foot {
        margin-top: 30px;
    }

    .section4 .foot .title img {
        width: 65px;
        height: 65px;
        margin: 0 0 0 auto;
    }

    .section4 .foot .title h2 {
        font-size: 20px;
        padding: 10px 0 0 10px;
    }

    .section4 .foot .flex {
        flex-flow: column;
        gap: 20px;
        width: 90%;
        margin: 20px auto 0;
    }

    .section4 .foot .flex .box {
        width: 100%;
        padding: 20px 10px;
    }

    .section4 .foot .memo {
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 30px 10px;
    }

    .section4 .foot .memo p {
        font-size: 14px;
        margin-top: 15px;
    }

    .section4 .foot .memo h3 {
        left: -10px;
    }

    .section4 .foot .merit {
        margin-top: 50px;
    }

    .section4 .foot .merit h2 {
        font-size: 20px;
    }

    .section4 .foot .merit h2::before,
    .section4 .foot .merit h2::after {
        top: 33px;
    }

    .section4 .foot .merit ol li {
        padding: 20px 10px;
        align-items: unset;
    }

    .section4 .foot .merit ol li .left img {
        width: 50px;
        height: 50px;
    }

    .section4 .foot .merit ol li .left span {
        font-size: 10px;
    }

    .section4 .foot .merit ol li p {
        font-size: 14px;
        line-height: 2.1;
        padding-top: 10px;
    }

    .section4 .foot .schedule {
        margin-top: 20px;
    }

    .section4 .foot .schedule h3 {
        font-size: 20px;
        border-left: 10px solid #fff;
        padding-left: 5px;
    }

    .section5 {
        padding: 60px 0;
    }

    .section5 h2 {
        font-size: 20px;
    }

    .section4 .foot .schedule p {
        font-size: 14px;
        margin-top: 10px;
    }

    .section5 ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 25px;
    }

    .section5 ul li {
        padding: 15px 10px;
    }

    .section5 ul li img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .section5 ul li p {
        font-size: 17px;
    }

    .section5 h2:nth-of-type(2) {
        margin-top: 30px;
    }

    .section6 {
        padding: 60px 0 20px;
    }

    .section6 h2 {
        font-size: 20px;
    }

    .section6 .list {
        margin-top: 25px;
        grid-template-columns: repeat(2, 1fr);
    }

    .section6 .list .item {
        padding: 30px 15px 20px;
    }

    .section6 .list .item img {
        width: 45px;
        height: 45px;
    }

    .section6 .list .item p {
        font-size: 14px;
        margin-top: 40px;
    }

    .section6 .list .item:nth-of-type(2) p {
        margin-top: 40px;
    }

    .section6 .flow {
        margin-top: 30px;
        max-width: 340px;
    }

    .section6 .flow ol li {
        flex-flow: column;
        align-items: flex-end;
        gap: 10px;
    }

    .section6 .flow ol li .flow-box {
        width: 100%;
        padding-left: 70px;
    }

    .section6 .flow ol li:nth-of-type(2n) {
        flex-flow: column-reverse;
        margin: 40px 0 40px auto;
    }

    .section6 .flow ol li .flow-box h3 {
        font-size: 16px;
    }

    .section6 .flow ol li .flow-box p {
        font-size: 14px;
    }

    .section6 .flow ol li img {
        width: auto;
        height: 55px;
    }

    .section6 .flow ol li:nth-of-type(1) img {
        margin-top: -30px;
    }

    .timeline {
        top: 49px;
        left: 10%;
    }

    .timeline dl dt {
        font-size: 35px;
        top: 0px;
        left: 16px;
    }

    .timeline li:nth-of-type(1) {
        padding-bottom: 78px;
    }

    .timeline li:nth-of-type(2) {
        padding-bottom: 130px;
    }

    .timeline li:nth-of-type(3) {
        padding-bottom: 174px;
    }

    .timeline li:nth-of-type(4) {
        padding-bottom: 175px;
    }

    .timeline li:nth-of-type(5) {
        padding-bottom: 191px;
    }

    .timeline li::after {
        width: 50px;
        height: 50px;
    }

    .border-line {
        left: 25px;
        top: 30px;
    }

    .section7 {
        padding: 60px 0;
    }

    .section7 h2 {
        font-size: 20px;
    }

    .accordion-area {
        margin-top: 25px;
    }

    .accordion-area li {
        margin: 10px 0;
    }

    .accordion-title {
        padding: 30px 30px 30px 50px;
        font-size: 17px;
    }

    .accordion-title::before {
        width: 35px;
        height: 35px;
        font-size: 20px;
        left: 10px;
        top: 24px;
        padding-top: 2px;
    }

    .accordion-title::after {
        width: 18px;
        height: 10px;
        right: 10px;
    }

    .accordion-box {
        padding: 10px 20px 40px 50px;
    }

    .accordion-box::before {
        width: 35px;
        height: 35px;
        font-size: 20px;
        left: 10px;
        top: 3px;
        padding-top: 2px;
    }

    .section7 .flex {
        position: relative;
        margin: 50px auto 0;
    }

    .section7 .flex img {
        position: absolute;
        width: 50px;
        top: -17px;
        left: 14px;
    }

    .section7 .flex h3 {
        font-size: 15px;
        text-align: center;
    }

    .section7 .flex .sp-txt {
        font-size: 18px;
        margin-top: 10px;
        display: inline-block;
    }

    .section7 .flex h3 span {
        font-size: 25px;
    }

    .section7 .price-txt {
        display: block;
    }

    .section7 .benefits {
        gap: 5px;
        margin-top: 10px;
    }

    .section7 .benefits .item .txtbox p {
        font-size: 10px;
        width: 30px;
        height: 30px;
        padding-top: 6px;
        margin-right: 5px;
    }

    .section7 .benefits .item .txtbox p span {
        font-size: 10px;
    }

    .section7 .benefits .item .txtbox h4 {
        font-size: 10px;
        width: 80%;
    }

    .section7 .benefits .item .txtbox h4 span {
        font-size: 10px;
    }

    .section7 .price {
        margin-top: 20px;
        padding: 0;
        border: 0;
        background: unset;
    }

    .section7 .price-txt {
        border: 10px solid #DAE6EE;
        background: #fff;
        padding: 15px 5px;
        display: flex;
    }

    .section7 .price-txt p:nth-of-type(1) {
        font-size: 10px;
        padding: 5px 10px;
        border-radius: 10px;
    }

    .section7 .price-txt p:nth-of-type(2) {
        font-size: 16px;
    }

    .section7 .price-txt p:nth-of-type(2) span {
        font-size: 50px;
    }

    .section7 .price a {
        font-size: 5vw;
        padding: 25px 15px 15px;
        margin: 20px auto 0;
    }

    .section7 .price a::before {
        width: 25px;
        height: 20px;
        top: 35%;
        left: 10px;
    }

    .section7 .price a .txt1 {
        font-size: 3.4vw;
    }

    .section7 .price a .txt2 {
        font-size: 10px;
    }

    footer {
        padding: 15px 0;
    }

    footer a,
    footer span {
        font-size: 12px;
    }

    footer p {
        font-size: 12px;
    }
}

.privacy {
    max-width: 1000px;
    width: 90%;
    margin: 100px auto 160px;
}

.privacy h1 {
    font-size: 25px;
    font-weight: bold;
}

.privacy h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.privacy p {
    font-size: 18px;
    color: #707070;
}

.privacy ol {
    list-style: auto;
    list-style-position: inside;
}

.privacy .mt30 {
    margin-top: 30px;
}

.privacy .mt60 {
    margin-top: 60px;
}

.privacy ol li,
.privacy ul li {
    font-size: 18px;
    color: #707070;
}

.privacy ul li {
    font-size: 18px;
    color: #707070;
    margin-top: 20px;
}

.privacy ul li:nth-of-type(1) {
    margin-top: 0;
}

.privacy a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 769px) {
    .privacy {
        margin: 60px auto 100px;
    }

    .privacy h1 {
        font-size: 20px;
    }

    .privacy h2 {
        font-size: 20px;
        margin-top: 20px;
    }

    .privacy p {
        font-size: 14px;
    }

    .privacy ol li {
        font-size: 14px;
    }

    .privacy ul li {
        font-size: 14px;
        margin-top: 20px;
    }

    .privacy .mt30 {
        margin-top: 20px;
    }

    .privacy .mt60 {
        margin-top: 40px;
    }
}

.specified {
    max-width: 1000px;
    width: 90%;
    margin: 100px auto 150px;
}

.specified h1 {
    font-size: 26px;
    font-weight: bold;
}

.specified table {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.specified table tbody {
    width: 100%;
    display: block;
}

.specified table tr {
    display: flex;
    align-items: center;
}

.specified table tr:nth-of-type(1),
.specified table tr:nth-of-type(3),
.specified table tr:nth-of-type(5),
.specified table tr:nth-of-type(7),
.specified table tr:nth-of-type(9),
.specified table tr:nth-of-type(11) {
    background: #DAE6EE;
    border-radius: 10px;
}

.specified table th {
    width: 25%;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 30px 40px;
}

.specified table tr:nth-of-type(6) th,
.specified table tr:nth-of-type(7) th,
.specified table tr:nth-of-type(10) th {
    padding: 20px 0 20px 40px;
}

.specified table td {
    width: 75%;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 30px 30px;
}

.specified table tr:nth-of-type(3) td {
    padding: 20px 0 20px 30px;
}

.specified-address {
    margin-top: 20px;
}

.specified-address p {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 769px) {
    .specified {
        margin: 60px auto 100px;
    }

    .specified h1 {
        font-size: 20px;
    }

    .specified table {
        margin-top: 20px;
    }

    .specified table th {
        font-size: 14px;
        padding: 20px 0 20px 15px;
        width: 30%;
    }

    .specified table tr:nth-of-type(6) th,
    .specified table tr:nth-of-type(7) th,
    .specified table tr:nth-of-type(10) th {
        padding: 10px 0 10px 15px;
    }

    .specified table td {
        font-size: 14px;
        padding: 20px 0 20px 15px;
        width: 70%;
    }

    .specified table tr:nth-of-type(3) td {
        padding: 10px 0 10px 15px;
    }

    .specified-address p {
        font-size: 14px;
    }
}