@charset "utf-8";

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333333;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}


abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif !important;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    /* 16px*/
    color: #3A3A3A;
}

.zen {
    font-family: 'Zen Old Mincho', serif;
}

img {
    max-width: 100%;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.br03 {
    display: inline-block;
}

.wrapper {
    overflow: hidden;
}

.inner {
    width: 95%;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}

[type=button],
[type=submit],
button {
    color: transparent !important;
    border: none !important;
}

[type=button],
[type=reset],
[type=submit],
button :hover {
    background-color: transparent !important;
    border: none !important;
}

@font-face {
    font-family: 'didot';
    src: url(../font/TheanoDidot-Regular.ttf);
}

/*-------------------------------
    ここからheader
---------------------------------*/
.sp-nav {
    display: none;
}

.header-pc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background-color: #fff;
    height: 100px;
    top: 0;
    z-index: 999;
}

.header-logo {
    width: 370px;
    margin-left: 2.5em;
}

.header-pc-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-pc-menu .header-contact {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header-pc-menu .header-contact p {
    font-size: 14px;
    color: #032274;
}

.header-pc-menu .header-contact a {
    font-size: 25px;
    width: 360px;
    display: inline-block;
    padding: 10px 0;
    background: #3792CA;
    /* background: #cccccc; */
    color: #fff;
    border-radius: 50px;
}

.header-logo img {
    max-width: 400px;
}

.header-pc-menu ul {
    display: flex;
    text-align: center;
    align-items: center;
    margin-right: 2.1875em;
}

.header-pc-menu li {
    font-family: 'a-otf-ryumin-pr6n', serif;
    padding: 0 .9375em;
}

.header-pc-menu .txt-small {
    display: block;
    font-size: 17px;
    color: #032274;
}

.form-btn {
    display: block;
    font-size: 20px;
    color: #fff;
    background-color: #3792CA;
    /* background-color: #cccccc; */
    width: 360px;
    height: 50px;
    line-height: 50px;
    border-radius: 35px;
}

/*-------------------------------
    ここまでheader
---------------------------------*/

/*-------------------------------
    ここからtop-vosual
---------------------------------*/
.top-sp {
    display: none;
}

.top-visual {
    margin-top: 80px;

}

#read-txt01 {
    margin-bottom: 70px;
}

.read-txt01 .sp_br {
    display: none;
}

.read-txt01 h2 {
    padding: 0 15px;
    text-align: center;
    color: #032274;
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 2.4px;
    font-family: 'a-otf-ryumin-pr6n', serif;
    text-shadow: 0px 3px 5px #BBBBBB;
}

.read_flex_img {
    display: block;
}

.read_flex_img img {
    max-width: 234px;
}

.read_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 86%;
    margin: 0 auto;
    max-width: 700px;
    margin-top: 15px;
}

.read_flex_txt p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.44px;
    font-family: "游明朝", "YuMincho", sans-serif;

}

.read-txt01 {
    position: relative;
    padding-top: 75px;
    background-color: #DFEAF7;
}

.read-txt01:after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 70px solid #DFEAF7;
}

.read-txt01-img {
    display: none;
}

@media only screen and (max-width: 920px) {

    .read-txt01 .sp_br {
        display: block;
    }

    .read-txt01 h2 {

        font-size: 25px;
    }

    .read-txt01 {
        padding-top: 43px;
    }

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

}

@media only screen and (max-width: 620px) {

    .read_flex_txt p {
        font-size: 12px;
    }

    .read_flex_img img {
        max-width: 155px;
    }
}

@media only screen and (max-width: 479px) {

    .read-txt01 h2 {

        font-size: 22px;
    }

    .read-txt01:after {
        border-top: 40px solid #DFEAF7;
    }

}

/*-------------------------------
    ここまでtop-vosual
---------------------------------*/

/*-------------------------------
    ここからread-txt02
---------------------------------*/
#read-txt02 {
    padding-top: 4.625em;
}

.read-txt02 p {
    font-size: 16px;
    line-height: 1.875;
}

.read-txt02 .read-txt02pdt {
    margin-top: 35px;
}

.underline {
    background: linear-gradient(transparent 90%, rgb(0, 128, 204, 0.4) 70%);
}

/*-------------------------------
    ここまでread-txt02
---------------------------------*/

/*-------------------------------
    ここからworries
---------------------------------*/
#worries {
    margin-top: 3.75em;
    margin-bottom: 6.5em;
}

.worries-contents {
    position: relative;
}

.worries_bg01 {
    position: absolute;
    left: 0;
    top: 29%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.worries_bg02 {
    position: absolute;
    right: 0;
    bottom: -12%;
    z-index: -1;
}

.worries-ttl {
    text-align: center;
}

.worries-ttl img {
    padding: 0 15px;
    width: 95%;
    max-width: 1010px;
}

.worries-ttl01,
.worries-ttl02 {
    width: 100%;
    text-align: center;
    padding: .9375em 0;
    border-bottom: 1px solid #032274;
    margin: 0;
}

.worries-ttl01,
.worries-ttl02 {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 25px;
    margin-top: 0 !important;
    font-weight: normal;
}

.worries-ttl01 {
    background-color: #032274;
    color: #fff;
}

.worries-ttl01 .txtBig,
.worries-ttl02 .txtBig {
    font-size: 30px;
}

.worries-ttl02 {
    background-color: #fff;
    color: #032274;
}

.worries-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 6.125em;
}

.worries-txt-box {
    position: relative;
    padding: 15px 0;
}

.worries-txt {
    width: 95%;
    max-width: 350px;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.worries-txt02 {
    margin-top: 55px;
    margin-right: auto;
    margin-left: 20px;
}

.worries-item {
    background-color: #DFEAF7;
    width: 48%;
    max-width: 475px;
    border: 1px solid blue;
}

.img {
    width: 80px;
    height: 200px;
    background-color: #fff;
    margin: 0 .9375em;
}

/* チェックマーク */
.worries-read {
    font-family: 'a-otf-ryumin-pr6n', serif;
    color: #0080CC;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}

.worries-read02 {
    padding-left: 2.1em;
    font-size: 14px;
}

.worries-txt-img01 {
    width: 100%;
    max-width: 137px;
    position: absolute;
    z-index: 1;
    left: -18px;
    bottom: -11px;
    image-rendering: -webkit-optimize-contrast;
}

.worries-txt-img02 {
    max-width: 127px;
    position: absolute;
    bottom: -72px;
    right: -22px;
}

.worries-read img {
    vertical-align: middle;
    padding-right: .25em;
}

/* 吹き出し 左 */
.balloon2-left,
.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 10px 0px 10px 0;
    padding: 12px 10px 12px 10px;
    width: 100%;
    min-width: 120px;
    max-width: 311px;
    color: #555;
    background: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
    margin-left: auto;
    z-index: 0;
}

.balloon2-right {
    margin-right: auto;
    margin-left: 0;
    max-width: 325px;
}

/* 吹き出し　矢印左上 */
.balloon2-left-up:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -22px;
    border: 10px solid transparent;
    border-right: 22px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -1;
}

.balloon2-left-row:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 16px;
    left: -22px;
    border: 10px solid transparent;
    border-right: 22px solid #fff;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    z-index: -1;
}

/* 吹き出し　矢印右上 */
.balloon2-right-up:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px !important;
    right: -22px !important;
    border: 10px solid transparent;
    border-left: 22px solid #fff;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

/* 吹き出し　矢印右下 */
.balloon2-right-row:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 17px !important;
    right: -22px !important;
    border: 10px solid transparent;
    border-left: 22px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

@media only screen and (max-width: 500px) {
    .worries-read02 {
        padding-left: 16px;
        font-size: 12px;
    }

    .balloon2-left,
    .balloon2-right {
        max-width: 250px;
    }

}

@media only screen and (max-width: 430px) {

    .balloon2-left,
    .balloon2-right {
        max-width: 211px;
    }

}

/*-------------------------------
    ここまでworries
---------------------------------*/

.form-box {
    /*   background-image: url('../img/form_bg.png'); */
    background-size: cover;
    text-align: center;
    font-family: 'a-otf-ryumin-pr6n', serif;
    padding-top: 5em;
    padding-bottom: 6em;
}

.formbanner {
    width: 100%;
    max-width: 750px;
}

.form-box02 {
    background-image: none;
}

.form-box p {
    font-size: 25px;
    color: #032274;
    font-weight: bold;
}

.form-box .form-btn {
    margin: 0 auto;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
}

/*-------------------------------
    ここからcontents01
---------------------------------*/
#contents01 {
    background-color: #DFEAF7;
    padding-top: 88px;
    padding-bottom: 70px;
}

.contents01-img01 {
    text-align: left;
}

.contents01-img01 img {
    width: 95%;
    max-width: 895px;
}

.contents01-ttl {
    /* 	  width: 98%;
  max-width: 1015px; */
    margin-left: auto;
}

.contents01-ttl h2 {
    background-color: #032274;
    /*   text-shadow: 0px 3px 5px #FFFFFF; */
    margin-top: 2.2em;
    font-weight: bold;
    font-size: 40px;
    padding: .6125em 0 .6125em 0;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 0;
}

.contents01-ttl img {
    width: 47px;
    vertical-align: middle;
    margin-right: 37px;
}

.contents01-ttl p {
    margin-left: 50px;
    font-size: 28px;
    color: #032274;
    font-family: 'a-otf-ryumin-pr6n', serif;
    line-height: 2;
    text-shadow: 0px 3px 6px rgb(255 255 255 / 80%);
}

.contents01-ttl p .sp_br {
    display: none;
}

@media only screen and (max-width: 800px) {

    .contents01-ttl p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {

    .contents01-ttl p {
        line-height: 1.5;
        margin: 0 auto;
        margin-top: 10px;
        margin-left: 33px;
    }

    .contents01-ttl p .sp_br {
        display: block;
    }
}

@media only screen and (max-width: 479px) {

    .contents01-ttl p {
        margin-left: 25px;
    }
}

/*-------------------------------
    ここまでcontents01
---------------------------------*/

/*-------------------------------
    ここからmovie
---------------------------------*/
.movie_inner {
    width: 95%;
    max-width: 1040px;
    margin: 0 auto;
}

.iroha_course {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.iroha_course_txt {
    color: #032274;
}

.iroha_course_txt h3 {
    font-size: 45px;
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-weight: normal;

}

.iroha_read {
    font-size: 18px;
    font-weight: bold;
    font-family: 'a-otf-ryumin-pr6n', serif;
}

.iroha_read02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: .2em;
    margin-top: 30px;
}

.iroha_course_img {
    width: 40%;
    max-width: 350px;
}

.iroha_course_img img {
    width: 100%;
}

/* movie-item */
.movie-box {
    display: flex;
    column-gap: 124px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 110px;
}

.movie-item {
    width: 50%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media only screen and (max-width: 980px) {
    .movie-item {
        width: 95%;
    }

}

.movie-item-ttl p {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 20px;
}

.movie-item-ttl .txtBig {
    font-size: 35px;
}

.txtBg {
    background-color: #0080CC;
}

.red {
    color: #DE0025!important;
}

.bold {
    font-weight: bold;
}

.movie-txt-inner {
    position: relative;
}

.movie-txt-img {
    position: absolute;
    top: -14%;
    right: -9%;
    width: 90%;
    max-width: 243px;
    image-rendering: -webkit-optimize-contrast;
}

.movie-txt-img02 {
    margin-top: 1em;
}

@media only screen and (max-width: 769px) {

    .movie-txt-img {
        position: absolute;
        top: -11%;
        right: 15%;
        width: 90%;
        max-width: 191px;
        image-rendering: -webkit-optimize-contrast;
    }
}

.movie-item-txt01 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.875;
    letter-spacing: 2px;
}

.movie_bg {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.movie-item-txt01 h3 {
    color: #032274;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 1.6px;
    padding-bottom: 35px;
    margin: 0;
}

.movie-item-txt01 p {
    font-size: 16px;
    letter-spacing: 1.6px;
}

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

.movie_icon p {
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
    color: #032274;
    font-weight: 900;
    vertical-align: middle;
    position: relative;
}

.movie_icon img {
    width: 34px;
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
}

/* movie-item */

.movie-point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 4.75em;
    text-align: center;
}

.movie-point-box {
    position: relative;
    width: 25%;
    max-width: 295px;
}

.movie-point-box-inner {
    position: absolute;
    top: 46%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 76%;
    text-align: center;
}

.movie-box-txt {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.txtBlue {
    color: #0080CC;
    font-weight: bold;
}

.txtSmall02 {
    display: inline-block;
    font-size: 11px;
}

.movie-point img {
    width: 100%;
}

.movie-box-txt::before {
    content: "";
    background-image: url('../img/point_bg.png');
    width: 100%;
    max-width: 300px;
    height: 150px;
    z-index: -5;
    right: 0;
    top: 0;
}

@media only screen and (max-width:750px) {
    .movie-point {
        width: 85%;
        margin-top: 4.75em;
    }

    .movie-point img {
        width: 80%;
        margin: 0 auto;
    }
}

/* -------------------------------
    ここまでmovie
---------------------------------*/

/*-------------------------------
    ここからcontents02
---------------------------------*/

#contents02 {
    background-color: #DFEAF7;
    padding-top: 6em;
}

.contents02-ttl {
    width: 98%;
    max-width: 900px;
    background-color: #032274;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    z-index: 3;
}

.contents02-ttl h2 {
    text-align: right;
    padding: .6125em .625em .6125em 0;
}

.contents02-box {
    width: 95%;
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 2.8em;
    padding-bottom: 9em;
    z-index: 2;
}

.contents02-box-txt {
    position: relative;
    z-index: 2;
}

.contents02-box-txt h4 {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 35px;
    font-weight: normal;
    color: #0080CC;
    padding-bottom: 1.15em;

}

.contents02-box-txt p {
    font-size: 18px;
    line-height: 1.875;
}

.contents02-box-img {
    position: absolute;
    right: -6%;
    top: -39%;
    z-index: -1;
}

/*-------------------------------
    ここまでcontents02
---------------------------------*/

/*-------------------------------
    ここからvoice
---------------------------------*/

#voice {
    background-color: #395780;
    padding-top: 100px;
}

.section-ttl {
    width: 95%;
    max-width: 1012px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

.section-ttl-img {
    position: absolute;
    top: -70px;
    left: -55px;
    width: 150px;
}

.section-ttl h2 {
    font-size: 50px;
    font-weight: normal;
    text-align: center;
}

.section-ttl h2 .txtBig {
    font-size: 50px;
}

.section-ttl p {
    font-size: 20px;
    padding-left: 5em;
}

.slider {
    margin: 80px auto 0;
    width: 100%;
    max-width: 1100px;
    padding-bottom: 130px;
}

.slider-img {
    margin: 0 5px;
}

.slider-img .pdt {
    padding-top: 2em;
}

.slider-img img {
    width: 100%;
    height: auto;
}

.slick-dots {
    display: none !important;
}

.slick-arrow:before {
    content: "" !important;
    width: 37px !important;
    height: 37px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before {
    background: url('../img/arrow.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before {
    background: url('../img/arrow.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: scale(-1, 1);
}

.slick-prev,
.slick-next {
    width: 37px !important;
    height: 37px !important;
    z-index: 5;
    top: 37% !important;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
}

.slick-next {
    right: -45px !important;
}

.slick-prev {
    left: -45px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/*-------------------------------
    ここまでvoice
---------------------------------*/
/*-------------------------------
    ここからyoyaku-movie
---------------------------------*/
#yokoku-movie {
    background-image: url('../img/yokoku_bg.png');
    background-size: cover;
    padding-top: 6em;
    padding-bottom: 5.8em;
}

.yokoku-movie-ttl {
    color: #032274;
    text-align: center;
    padding-bottom: 4.5em;
}

.yokoku-movie-ttl h2 {
    font-size: 60px;
    font-weight: bold;
}

.yokoku-ttl-img {
    position: absolute;
    top: -55px;
    left: 42px;
}

.play-movie {
    text-align: center;
}

.play-movie iframe {
    width: 607px;
    height: 341px;
}

/*-------------------------------
    ここまでyoyaku-movie
---------------------------------*/

/*-------------------------------
    ここからoutline
---------------------------------*/
#outline {
    margin-top: 9em;
}


/* table01 */
.toma {
    font-weight: bold;
}

.toma-pdt {
    display: inline-block;
    margin-top: .9375em;
}

.toma-pdt a {
    color: #333;
}

.outline-contents,
.outline-table {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    border-bottom: 1px solid #032274;
}

.outline-ttl {
    width: 100%;
}

.outline-contents h2 {
    font-family: 'a-otf-ryumin-pr6n', serif;
    background-color: #395780;
    font-size: 24px;
    color: #fff;
    display: block;
    font-weight: normal;
    padding: .625em 1.38em;
    margin: 0 !important;
}

.outline-table th,
.outline-table td {
    padding: 24px 0;
    border: none;
}

.outline-table td {
    padding-left: 2em;
    font-size: 16px;
    padding-right: 5em;
    border-right: 1px solid #032274;
    background-color: #EBEEF4;
}

.outline-table tr:nth-child(odd)>td {
    background-color: #fff;
}

.outline-table td .pd {
    display: inline-block;
    padding-bottom: 1.5em;
}

.outline-table td .small02 {
    font-size: 12px;
}

.outline-table th {
    width: 25%;
    max-width: 204px;
    font-size: 16px;
    color: #032274;
    font-weight: normal;
    text-align: left;
    padding-left: 1.5em;
    border-left: 1px solid #032274;
    border-right: 1px solid #032274;
}

.outline-table tr:nth-child(even) {
    background-color: #EBEEF4;
}

.outline-table tr:nth-child(odd)>th {
    background-color: #fff;
    color: #032274;
}

.outline-table p a {
    text-decoration: underline;
}

/*-------------------------------
    ここまでoutline
---------------------------------*/

/*-------------------------------
    ここからteacher
---------------------------------*/

#teacher {
    width: 95%;
    max-width: 1010px;
    margin: 0 auto;
    /* margin-left: auto; */
    /* display: flex; */
    /* border: 1px solid; */
    margin-top: 100px;
}

.teacher-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0080CC;
    width: 95%;
    margin-left: auto;
    padding: 35px 48px 35px 130px;
    position: relative;
    margin-top: 83px;
}

@media only screen and (max-width:1096px) {
    .teacher-box {
        flex-direction: column;
        align-items: center;
        width: 95%;
        max-width: 660px;
        margin: 0 auto;
        padding: 30px 0 30px 0;
        margin-top: 110px;
    }
}

.teacher-read {
    position: absolute;
    top: -20%;
    left: -5.4%;
    width: 130px;
    height: 130px;
    background: #395780;
    padding-top: 44px;
}

.teacher-read h2 {
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.teacher-txt {
    padding-left: 25px;
}

.teacher-img img {
    max-width: 150px !important;
}

.teacher-read01 {
    font-weight: bold;
    font-size: 18px;
}

.teacher-txt h3 {
    font-size: 24px;
    margin: 0;
}

.teacher-txt p {
    margin-top: 1em;
    font-size: 16px;
}

@media only screen and (max-width:1096px) {

    .teacher-read {
        position: absolute;
        top: -9%;
        left: -7%;
    }

    .teacher-txt {
        padding-left: 0;
        width: 90%;
        margin: 0 auto;
        max-width: 450px;
        margin-top: 28px;
    }

    .teacher-txt p {
        margin-top: 12px;
        font-size: 19px;
    }
}

/*-------------------------------
    ここまでteacher
---------------------------------*/

/*-------------------------------
    ここからcontents03
---------------------------------*/

#contents03 {
    background-image: url('../img/contents02_img.png');
    background-size: cover;
    padding-top: 45%;
    margin-top: 8em;
}

/*-------------------------------
    ここまでcontents03
---------------------------------*/

/*-------------------------------
    ここからform-contents
---------------------------------*/

#form-contents {
    background-color: #0080CC;
    padding-top: 4em;
    padding-bottom: 3em;
}

.form-contents-ttl {
    text-align: center;
    color: #fff;
    font-family: 'a-otf-ryumin-pr6n', serif;
}

.form-contents-ttl h3 {
    font-size: 50px;
    font-weight: normal;
}

.form-contents-ttl p {
    font-size: 25px;
}

.form-contents-ttl .form-txtSmall {
    font-size: 18px;
}

.form-contents-txt {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin-top: 3em;
    padding-top: 2.5em;
    margin-bottom: 7em;
}

.form-contents-txt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 500px 0 500px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.form-contents-txt h3 {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 24px;
    display: block;
    width: 80%;
    max-width: 810px;
    margin: 0 auto;
    color: #032274;
}

.bdr01 {
    text-align: center;
    display: inline-block;
    padding: .325em 0;
    margin: 0;
    border: solid 2px #0080CC;
    position: relative;
}

.bdr01:after {
    content: "";
    border: solid 1px #0080CC;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
}

.form-contents-txt .txtRead {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 20px;
    color: #032274;
    margin-top: 1em;
}

.underline02 {
    background: linear-gradient(transparent 59%, #DFEAF7 54%);
}

.form-contents-txt02 {
    margin-top: .9375em;
}

.form-contents-txt02 p {
    font-size: 16px;
    line-height: 1.5;
}

.form-contents-txt03 {
    margin-top: 1.8em;
}

.form-contents-txt03 p {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 20px;
    color: #032274;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.txt03Small {
    padding: 10px 50px;
}

.form-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 6em;
    background-color: #0080CC;
}

.form-area iframe {
    height: 1050px !important;
}

/*-------------------------------
    ここまでform-contents
---------------------------------*/

.trackingBnr {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100%;
    max-width: 280px;
    z-index: 100;
}

.trackingBnr a {
    transition: all .6s;
}

.trackingBnr a:hover {
    opacity: .6;
}

.trackingBnr .sp {
    display: none;
}

.trackingBnr img {
    width: 100%;
    height: auto;
}

.trackingBnr .close {
    position: absolute;
    top: -27px;
    right: 11px;
    background-color: #163e64;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 1px 4px;
}

.footer {
    padding: 2.5em 0;
    text-align: center;
}

.footer-link a {
    margin: 0 5px;
}

.footer-box-txt h2 {
    font-size: 20px;
    list-style: 1.8;
}

.footer-box-txt .footer-small {
    font-size: 14px;
}

.footer-box-txt p {
    font-size: 12px;
}

.footer-box-img {
    margin-right: 1.8em;
}

.footer-box {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-box-txt .pdt {
    padding-top: 1.65em;
}

.footer-link ul {
    justify-content: center;
}

.footer-box-txt {
    text-align: left;
}



@media only screen and (max-width:980px) {
    .worries-box {
        flex-direction: column;
        align-items: center;
        margin-top: .9375em;
    }

    .worries-item {
        width: 90%;
        max-width: 550px;
        margin-top: 40px;
    }

    .worries-txt-img02 {
        bottom: -16px;
    }

    .worries-txt02 {
        margin-top: 5px;
    }

    .form-contents-txt:after {
        border-width: 40px 50vw 0 50vw;
    }
}

/* タブレット */
@media only screen and (max-width:768px) {


    .br {
        display: inline-block;
    }

    .br02 {
        display: block;
    }

    .br03 {
        display: inline;
    }

    /*-------------------------------
    ここからheader
---------------------------------*/
    .header-pc {
        display: none;
    }

    .active {
        opacity: 1;
        transform: translate(0, 0);
    }


    /*　------ sp__menu ------　*/
    .sp-nav {
        display: block;
        background-color: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }

    .header-logo {
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .header-logo-sp img {
        width: 170px;
        margin-top: .2em;
    }

    .sp-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sp-form .txt-small {
        font-size: 10px;
        text-align: center;
    }

    .sp-form .form-btn {
        font-size: 15px;
        height: 22px;
        line-height: 22px;
        width: 165px;
        text-align: center;
    }

    /* hamburger */

    /* nav-menu */
    .nav-menu {
        position: fixed;
        overflow-y: scroll;
        z-index: 99;
        text-align: left;
        width: 100%;
        height: auto;
        display: none;
        background-color: #fff;
    }

    .sp-nav .header-logo-sp {
        height: 60px;
        margin-left: .625em;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .nav-menu .sp-menu {
        display: flex;
        justify-content: center;
    }

    .sp-menu img {
        width: 30px;
    }

    .share.header-pc-menu ul {
        margin-right: 0 !important;
    }

    .sp-menu>li,
    .sp-web-menu {
        padding: .625em .9375em 1.25em .9375em;
    }

    /* nav-menu */

    /* hamburger */
    .toggle {
        position: fixed;
        right: 15px;
        top: 16px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 999;
        display: block;

    }

    .toggle:before {
        content: url('../img/share.png');
        display: inline-block;
    }

    .toggle_a::before {
        content: url('../img/nav.png');
    }

    /* hamburger */

    /*　------ sp__menu ------　*/

    /*-------------------------------
    ここまでheader
---------------------------------*/
    .top-visual {
        margin-top: 60px;
    }

    /*-------------------------------
    ここからworries
---------------------------------*/
    .worries-ttl img {
        width: 90%;
    }

    .worries-box {
        max-width: 700px;
        margin-top: 4.125em;
    }

    .worries-ttl01,
    .worries-ttl02 {
        font-size: 18px;
    }

    .worries-ttl01 .txtBig,
    .worries-ttl02 .txtBig {
        font-size: 25px;
    }

    .worries-read {
        font-size: 15px;
    }

    .worries-txt-img img {
        max-width: 100px !important;
        vertical-align: bottom;
        padding-top: 8.07635em;
    }

    .worries-txt-img01,
    .worries-txt-img02 {
        margin-top: auto;
        margin-left: .5em;
    }

    .worries-txt-img01 {
        margin-right: .5em;
    }

    /*-------------------------------
    ここまでworries
---------------------------------*/

    /*-------------------------------
    ここからcontenst01
---------------------------------*/

    .contents01-ttl {
        max-width: 600px;
    }

    .contents01-ttl h2 {
        font-size: 30px;
    }

    .contents01-img01 img {
        width: 90%;
    }

    /*-------------------------------
    ここまでcontents01
---------------------------------*/

    /*-------------------------------
    ここからmovie
---------------------------------*/
    .movie-box {
        width: 95%;
    }

    .movie-item-ttl .txtBig {
        font-size: 25px;
    }

    .movie-item-ttl p {
        font-size: 23px;
    }

    .movie-item-txt01 {
        font-size: 14px;
        width: 95%;
    }

    .contents02-box-img {
        position: static;
        margin-top: 1.8em;
        text-align: center;
    }

    .contents02-box-img img {
        width: 70%;
    }

    .contents02-box {
        padding-bottom: 5em;
    }

    /*-------------------------------
    ここまでmovie
---------------------------------*/

    /*-------------------------------
    ここからcontents02
---------------------------------*/

    .section-ttl {
        max-width: 700px;
    }

    .section-ttl h2 {
        font-size: 30px;
        text-align: center;
    }

    .section-ttl h2 .txtBig {
        font-size: 30px;
    }

    /*-------------------------------
    ここまでcontents02
---------------------------------*/

    .slider {
        margin: 0 auto;
        width: 75%;
        margin-top: 3.5em !important;
        padding-bottom: 6em !important;
    }

    .slick-prev,
    .slick-next {
        top: 40% !important;
    }

    .yokoku-ttl-img {
        position: absolute;
        top: -75px;
        left: 42px;
    }

    /*-------------------------------
    ここからoutline
---------------------------------*/

    #outline {
        width: 90%;
        margin: 2em auto 0;
    }

    .outline-contents,
    .outline-table {
        max-width: 700px;
    }

    /*-------------------------------
    ここまでoutline
---------------------------------*/

    /*-------------------------------
    ここからteacher
---------------------------------*/

    .teacher-box {
        width: 90%;
        max-width: 450px;
    }

    .teacher-txt {
        padding: 0.75em;
    }

    /*-------------------------------
    ここまでteacher
---------------------------------*/

    #contents03 {
        margin-top: 4em;
    }

    /*-------------------------------
    ここからform-contents
---------------------------------*/
    .form-contents-txt {
        max-width: 700px;
    }

    /*-------------------------------
    ここまでform-contents
---------------------------------*/

    .footer-box {
        width: 90%;
        margin: 0 auto;
    }

    .form-area {
        width: 90%;
        margin: 0 auto;
    }

    .form-area iframe {
        height: 1212px !important;
    }
}


@media only screen and (max-width: 540px) {

    /*-------------------------------
    ここからteacher
---------------------------------*/
    #teacher {
        margin-top: 3em;
    }

    .teacher-box {
        flex-direction: column;
        width: 85%;
    }

    .teacher-read img {
        width: 70px;
    }

    .teacher-txt h3 {
        font-size: 20px;
    }

    .teacher-read01 {
        font-size: 14px;
    }

    .teacher-txt p {
        margin-top: 1em;
        font-size: 12px;
        line-height: 1.5;
    }

    .teacher-read {
        position: absolute;
        top: -14%;
        left: -6%;
        width: 150px;
        height: 75px;
        padding-top: 16px;
    }

    .teacher-img {
        padding-left: 0;
        text-align: center;
    }

    .teacher-txt {
        padding: 0 1.25em;
        padding-top: 1.25em;
    }

    /*-------------------------------
    ここまでteacher
---------------------------------*/


}

/* sp */


@media only screen and (max-width: 479px) {


    /*-------------------------------
    ここからtop-visual
---------------------------------*/


    .top-visual {
        margin-top: 60px;
        position: relative;
    }

    .top-sp {
        display: block;
        width: 100%;
        position: absolute;
        top: 82%;
    }

    .top-form {
        background-image: none;
    }

    .top-form .form-btn {
        height: 40px !important;
        line-height: 40px !important;
    }

    /*-------------------------------
    ここまでtop-visual
---------------------------------*/

    /*-------------------------------
    ここからread-txt01,read-txt02
---------------------------------*/

    #read-txt02 {
        padding-top: 2em;
    }

    .read_flex_img {
        display: none;
    }

    .read_flex {
        flex-direction: column;
    }

    .read-txt01-img {
        display: block;
        text-align: center;
        margin: 7em 0 0.5em 0;
    }

    .read-txt01-img img {
        width: 60%;
    }

    .read-txt02 p {
        font-size: 3.99999vw;
    }

    .inner {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .read-txt02pdt {
        padding-top: 3em;
    }

    /*-------------------------------
    ここまでread-txt01,read-txt02
---------------------------------*/
    /*-------------------------------
    ここからworries
---------------------------------*/
    #worries {
        margin-top: 2.75em;
        margin-bottom: 4.5em;
    }

    .worries-box {
        margin-top: .9375em;
    }

    .worries-ttl img {
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }

    .worries-item {
        width: 95%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .worries-txt-img img {
        padding-top: 2.07635em;
    }

    .worries-ttl01,
    .worries-ttl02 {
        font-size: 3.99999vw;
        padding: .625em 0px;
    }

    .worries-read {
        font-size: 15px;
    }

    .worries-read02 {
        font-size: 12px;
    }

    .worries-ttl01 .txtBig,
    .worries-ttl02 .txtBig {
        font-size: 5.33333vw;
    }

    .worries-read {
        font-size: 15px;
    }

    .worries-read img {
        width: 15px;
    }

    .balloon2-left {
        padding: 10px 5px 10px 5px;
    }

    .balloon2-right {
        padding: 10px 5px 10px 5px;
    }

    .worries-txt-img01,
    .worries-txt-img02 {
        margin-top: auto;
    }

    .brpdl {
        padding-left: 1.2em;
    }

    .worries-read .brpdl {
        display: block;
    }

    .worries_bg01 {
        width: 120px;
        height: 70px;
        left: 0;
        top: 15%;
        z-index: -1;
    }

    .worries_bg02 {
        width: 120px;
        height: 70px;
        right: 0;
        bottom: -3%;
        z-index: -1;
    }

    /*-------------------------------
    ここまでworries
---------------------------------*/

    /*-------------------------------
    ここからform-box
---------------------------------*/

    .form-box p {
        font-size: 3.73333vw;
        font-weight: normal;
    }

    .form-box .form-btn {
        font-size: 5.33333vw;
        height: 50px;
        line-height: 50px;
        width: 300px;
    }

    .form-box {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    /*-------------------------------
    ここまでformm-box
---------------------------------*/

    /*-------------------------------
    ここからmovie
---------------------------------*/

    .contents01-ttl {
        width: 90%;
        margin-top: 4.6em;
    }

    .contents01-ttl h2 {
        font-size: 7.99999vw;
        padding: .25em .5em .25em 0.5em;
        text-align: right;
    }

    .contents01-img01 {
        padding-top: 4.4375em;
    }

    .contents01-img01 img {
        width: 95%;
        margin: 0 auto;
    }

    .contents02-box {
        padding-bottom: 4.5em;
    }

    .contents02-ttl h2 {
        text-align: left;
        padding: .25em 0 .25em .625em;
    }

    .contents02-box-txt h4 {
        font-size: 5.86666vw;
        padding-bottom: 1.15em;
    }

    .contents02-box-txt {
        width: 85%;
        margin: 0 auto;
        padding-left: 0;
    }

    .movie-box {
        flex-direction: column;
        margin: 0 auto;
        margin-top: 4em;
        margin-bottom: 8em;
    }

    .movie-item {
        width: 90%;
        margin: 0 auto;
        margin-top: 4.5em;
    }

    .movie-txt-img {
        position: absolute;
        top: -16%;
        right: 0;
        width: 190px;
    }

    .movie-item-ttl p {
        font-size: 16px;
    }

    .movie_icon {
        margin-bottom: 5px;
    }

    .movie_icon img {
        width: 25px;
    }

    .movie-item-ttl .txtBig {
        font-size: 6.93333vw;
        letter-spacing: -.9px;
    }

    .txtBg {
        padding: .1em 0;
    }

    .movie-item-txt01 {
        font-size: 3.99999vw;
        width: 100%;
    }

    .movie-point {
        width: 90%;
        margin: 0 auto;
        margin-top: 3em;
    }

    .movie-point-box {
        width: 95%;
    }

    .movie-point img {
        width: 100%;
    }

    #contents02 {
        padding-top: .5em;
    }

    .contents02-box-txt p {
        font-size: 3.99999vw;
    }

    .contents02-box-img img {
        width: 90%;
    }

    /*-------------------------------
    ここまでmovie
---------------------------------*/
    /*-------------------------------
    ここからvoice
---------------------------------*/
    #voice {
        padding-top: 60px;
    }

    .section-ttl h2 {
        text-align: center;
        font-size: 26px;
    }

    .section-ttl h2 .txtBig {
        font-weight: normal;
    }

    .section-ttl {
        position: relative;
    }

    .section-ttl p {
        font-size: 3.6111vw;
    }

    .section-data {
        position: absolute;
        top: 40px;
        left: 25px;
    }

    .section-ttl-img {
        width: 74px;
        top: -32px;
        left: 29px;
    }

    .slider {
        width: 100% !important;
        margin-top: 80px !important;
        padding-bottom: 60px !important;
    }

    .slick-dotted.slick-slider {
        overflow: hidden;
    }

    .slider-img img {
        width: 65% !important;
        height: auto;
        margin: 0 auto !important;
    }

    .slick-prev,
    .slick-next {
        top: 50% !important;
    }

    .slick-arrow:before {
        content: "" !important;
        width: 50% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: -40px !important;
    }

    .slick-prev,
    .slick-next {
        width: 90px !important;
        height: 74px !important;
    }

    .slick-prev {
        left: 45px !important;
    }

    .slick-next {
        right: -77px !important;
    }

    .slider-img .pdt {
        padding-top: 0;
    }

    /*-------------------------------
    ここまでvoice
---------------------------------*/

    /*-------------------------------
    ここからyokoku-movie
---------------------------------*/
    #yokoku-movie {
        padding-top: 5em;
        padding-bottom: 5.8em;
    }

    .yokoku-movie-ttl h2 {
        font-size: 6.66666vw;
        font-weight: bold;
    }

    .yokoku-movie-ttl {
        padding-bottom: 3em;
    }

    .play-movie iframe {
        width: 90%;
        height: 189px;
    }

    .yokoku-ttl-img {
        position: absolute;
        top: -28px;
        left: 25px;
        width: 83px;
    }

    /*-------------------------------
    ここまでyokoku-movie
---------------------------------*/
    /*-------------------------------
    ここからoutline
---------------------------------*/
    #outline {
        margin-top: 80px;
    }

    .outline-contents h2 {
        font-size: 5.33333vw;
        padding: .625em 1.8em;
    }

    .outline-ttl {
        width: 100%;
        margin: 0 auto;
    }

    .outline-table {
        width: 100%;
    }

    .outline-table td {
        padding-left: 1em;
        padding-right: 2em;
        font-size: 3.99999vw;
    }

    .outline-table th {
        width: 26%;
        font-size: 3.99999vw;
        padding-left: .875em;
    }

    .outline-contents {
        border-bottom: none;
    }

    /*-------------------------------
    ここまでoutline
---------------------------------*/


    #contents03 {
        background-image: url('../img/contents02_img_sp.png');
        background-size: cover;
        padding-top: 131%;
        margin-top: 4em;
    }

    /*-------------------------------
    ここからform-contents
---------------------------------*/

    #form-contents {
        padding-bottom: 1em;
    }

    .form-contents-ttl h3 {
        font-size: 7.99999vw;
        font-weight: normal;
    }

    .form-contents-ttl p {
        font-size: 5.33333vw;
        margin-top: .25em;
    }

    .form-contents-ttl .form-txtSmall {
        font-size: 3.2vw;
    }

    .form-contents-txt {
        width: 90%;
        padding-bottom: 1em;
        margin-top: 1.8em;
        padding-top: 1.7em;
    }

    .form-contents-txt h3 {
        font-size: 4.8vw;
        width: 90%;
    }

    .sp-none {
        display: none;
    }

    .bdr01 {
        padding: .9375em 0 .75em 0;
    }

    .bdr01:after {
        top: 4px;
        left: 4px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .form-contents-txt .txtRead {
        font-size: 4.53333vw;
        line-height: 2;
        margin-top: 1em;
    }

    .form-contents-txt02 p {
        font-size: 3.2vw;
        line-height: 2;
    }

    .form-contents-txt03 p {
        font-size: 4.53333vw;
    }

    .txt03Small {
        font-size: 3.99999vw !important;
        padding: 10px 5px;
    }

    .form-contents-txt03 {
        width: 90%;
        margin: 0 auto;
        margin-top: 1em;
    }

    .underline03 {
        background: linear-gradient(transparent 59%, #DFEAF7 54%);
    }

    .form-contents-txt:after {
        border-width: 40px 45vw 0 45vw;
    }

    .form-area iframe {
        height: 1490px !important;
    }

    /*-------------------------------
    ここまでform-contents
---------------------------------*/
    /*-------------------------------
    ここからfooter
---------------------------------*/
    .footer-link img {
        width: 30px;
    }

    .footer-link a {
        margin: 0 .9375em;
    }

    .footer-box {
        margin-top: 2em;
        flex-direction: column;
    }

    .footer-box-img {
        margin-right: 0;
        margin: 0 auto;
    }

    .footer-box-txt {
        width: 90%;
        margin: 0 auto;
    }

    .footer-box-txt h2 {
        font-size: 3.73333vw;
    }

    .form-area {
        width: 90%;
        margin: 0 auto;
        margin-top: 6em;
    }

    .footer-box-txt .footer-small {
        font-size: 3.2vw;
        font-weight: normal;
    }

    .footer-box-txt p {
        font-size: 3.2vw;
    }

    /*-------------------------------
    ここまでfooter
---------------------------------*/

}

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

    .form-area iframe {
        height: 1540px !important;
    }

}

@media only screen and (max-width: 320px) {


    .form-area iframe {
        height: 1590px !important;
    }
}

/* 改修コード */
.sk1 {
    background: #F6F6F6;
    padding: 60px 0 40px;
}

.sk1-content {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
}

.sk1-content h2 {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    max-width: 865px;
    width: 100%;
    margin: 0 auto;
}

.sk1-content h2 span {
    display: block;
    text-align: center;
    padding: 16px 0;
}

.sk1-content h2 span:nth-of-type(1),
.sk1-content h2 span:nth-of-type(3) {
    background: #395780;
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.sk1-content h2 span:nth-of-type(2) {
    background: #5A7498;
    max-width: 700px;
    margin: -50px 0 0 auto;
}

.sk1-content h2 span:nth-of-type(3) {
    margin: -45px 0px 0px -60px;
    max-width: 720px;
}

.sk1-content ul {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.sk1-content ul li {
    width: 31%;
    background: #fff;
    padding: 40px 15px 35px;
    position: relative;
}

.sk1-content ul li:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 120px;
    height: 90px;
    background-image: url(../img/icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -40px;
}

.sk1-content ul li:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    width: 95px;
    height: 90px;
    background-image: url(../img/icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -40px;
}

.sk1-content ul li:nth-of-type(3)::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 90px;
    background-image: url(../img/icon03.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -40px;
}

.sk1-content ul li h3 {
    font-size: 22px;
    font-weight: bold;
    color: #3792CA;
}

.sk1-content ul li:nth-of-type(1) h3,
.sk1-content ul li:nth-of-type(2) h3 {
    margin-top: 14px;
}

.sk1-content ul li p {
    font-size: 19px;
    margin-top: 20px;
}

.sk1-content ul li:nth-of-type(1) p,
.sk1-content ul li:nth-of-type(2) p {
    margin-top: 40px;
}

.sk1-content .btn {
    margin-top: 80px;
    text-align: center;
}

.sk1-content .btn p {
    font-size: 20px;
    color: #032274;
}

.sk1-content .btn a {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    max-width: 600px;
    width: 90%;
    padding: 15px 0;
    background: #3792CA;
    /* background: #cccccc; */
    border-radius: 50px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
}

.sk2 {
    margin-bottom: 200px;
}

.sk2-content {
    padding: 70px 0;
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.sk2-content::before {
    content: "";
    display: inline-block;
    background: linear-gradient(146deg, rgba(64, 113, 148, 0) 0%, rgba(64, 113, 148, 0.06) 20%, rgba(130, 172, 205, 0.15) 55%, rgba(57, 87, 128, 0) 100%);
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 45px;
    top: 0;
}

.sk2-content .left {
    width: 50%;
    position: relative;
}

.sk2-content .left img {
    width: 100%;
    height: auto;
}

.sk2-content .right {
    width: 500px;
    position: relative;
}

.sk2-content .right img:nth-of-type(1) {
    display: block;
    width: 170px;
    margin: 0 auto 0 50%;
}

.sk2-content .right h2 {
    font-size: 25px;
    color: #3792CA;
    margin-top: 20px;
    font-weight: 400;
}

.sk2-content .right h3 {
    font-size: 29px;
    color: #395780;
    line-height: 2;
    margin-top: 10px;
    font-weight: 400;
    width: 680px;
    text-align: center;
}

.sk2-content .right .box {
    width: 680px;
    background: rgb(255, 255, 255, .3);
    backdrop-filter: blur(4px);
    margin-top: 24px;
    padding: 40px 90px;
    bottom: -245px;
    right: -80px;
    border-radius: 4px;
    border: 1px solid #395780;
    text-align: center;
}

.sk2-content .right .box p {
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
}

.sk2-content .right .box p span {
    color: #3792CA;
}

.sk3 {
    background: #EBEEF4;
    padding: 120px 0 50px;
    margin-top: 310px;
    position: relative;
}

.sk3 .sk-title {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.sk-title {
    text-align: center;

}

.sk-title p {
    display: inline-block;
    font-size: 18px;
    color: #032274;
    background: #fff;
    border-radius: 50px;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    border: 1px solid #395780;
}

.sk-title p span {
    font-size: 20px;
    font-weight: bold;
}

.sk-title h2 {
    max-width: 690px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    background: #395780;
    padding: 35px 0;
    position: relative;
    top: -30px;
}

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

.sk3-content h3 {
    font-size: 35px;
    color: #0080CC;
    font-weight: normal;
}

.sk3-content p {
    font-size: 22px;
    line-height: 2;
    margin-top: 30px;
}

.sk4 {
    margin-top: 100px;
    padding-bottom: 100px;
}

.sk4-content {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
}

.sk4-content .title {}

.sk4-content .top {
    margin-top: 60px;
}

.sk4-content .top ul {
    display: flex;
    justify-content: space-between;
}

.sk4-content .top ul li {
    width: 32.5%;
    box-shadow: 0 0 5px #80b8dc5c;
    padding: 30px 10px 20px;
    text-align: center;
}

.sk4-content .top ul li span:nth-of-type(1) {
    font-size: 40px;
    color: #032274;
    display: block;
    margin-top: -60px;
}

.sk4-content .top ul li span:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../img/movie.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 25px;
    position: relative;
    top: -2px;
}

.sk4-content .top ul li p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.8;
}

.sk4-content .top ul li h3 {
    font-size: 26px;
    color: #fff;
    padding: 5px 0;
    margin-top: 10px;
}

.sk4-content .top ul li:nth-of-type(1) h3 {
    background: #369487;
}

.sk4-content .top ul li:nth-of-type(2) h3 {
    background: #407194;
}

.sk4-content .top ul li:nth-of-type(3) h3 {
    background: #976243;
}

.sk4-content .top ul li p:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
    color: #395780;
    margin-top: 10px;
    line-height: 1.8;
}

.sk4-content .top ul li span:nth-of-type(2) {
    font-size: 16px;
    margin-top: 15px;
}

.sk4-content .foot {
    margin-top: 100px;
}

.sk4-content .foot ol {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.sk4-content .foot ol li {
    width: 49.5%;
    margin-top: 50px;
    position: relative;
    background: #EBEEF4;
    padding: 50px 10px 50px 30px;
    vertical-align: middle;
}

.sk4-content .foot ol p {
    font-size: 30px;
    color: #395780;
    position: absolute;
    top: -20px;
    left: 15px;
    font-family: 'didot';
}

.sk4-content .foot ol li h3 {
    font-size: 21px;
    line-height: 1.6;
    color: #395780;
    font-weight: normal;
    display: inline;
}

.sk4-content .foot ol li h3 span {
    font-weight: bold;
    color: #3792CA;
}

.sk4-content .btn {
    margin-top: 150px;
    text-align: center;
}

.sk4-content .btn p {
    font-size: 20px;
    color: #032274;
}

.sk4-content .btn a {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    max-width: 600px;
    width: 90%;
    padding: 15px 0;
    background: #3792CA;
    /* background: #cccccc; */
    border-radius: 50px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%)
}

.sk5 {
    margin-top: 150px;
    padding: 200px 0;
    background-image: url(../img/back02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.sk5-content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    line-height: 2;
}

.sk5-content h2 span {
    font-size: 50px;
}

.sk6 {
    padding: 65px 0 80px;
    text-align: center;
}

.sk6 h2 {
    font-size: 50px;
    font-weight: normal;
    color: #395780;
    max-width: 300px;
    border-bottom: 1px solid #395780;
    padding-bottom: 10px;
    margin: 0 auto;
}

.sk6 p {
    margin-top: 30px;
    font-size: 25px;
    color: #395780;
}

.sk6 p span {
    font-size: 18px;
}

.sk6 a {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    max-width: 570px;
    width: 90%;
    padding: 18px 0;
    background: #3792CA;
    /* background: #cccccc; */
    border-radius: 50px;
    margin-top: 30px;
}

.sp {
    display: none;
}

.tab {
    display: none;
}

@media screen and (max-width: 1220px) {
    .section-ttl h2 .txtBig {
        font-size: 35px;
    }

    .section-ttl-img {
        top: -50px;
        left: 0px;
    }

    .slick-dotted.slick-slider {
        width: 85%;
        margin: 40px auto 0;
    }
}

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

    .tab {
        display: block;
    }

    .header-pc-menu .header-contact {
        display: none;
    }

    .sk1-content h2 span:nth-of-type(2) {
        max-width: 660px;
    }

    .sk2-content {
        padding: 70px 0 0;
    }

    .sk2-content .right {
        width: 100%;
    }

    .sk2-content .right img:nth-of-type(2) {
        position: relative;
        left: -10%;
        width: 100%;
        margin-top: 20px;
    }

    .sk2-content .right .box {
        bottom: -180px;
    }

    .sk4-content .top ul {
        flex-wrap: wrap;
    }

    .sk4-content .top {
        margin-top: 0;
    }

    .sk4-content .top ul li {
        width: 48%;
        margin-top: 70px;
    }

    .sk4-content .foot ol li h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 769px) {

    .sp {
        display: block;
    }

    .sk1 {
        margin-top: 80px;
        padding: 30px 0 80px;
    }

    .sk1-content h2 {
        font-size: 16px;
    }

    .sk1-content h2 span:nth-of-type(1) {
        max-width: 255px;
    }
    
    .sk1-content h2 span:nth-of-type(2) {
        max-width: 325px;
        margin: -32px 0 0 auto;
    }
    
    .sk1-content h2 span:nth-of-type(3) {
        max-width: 255px;
        margin: -28px 0px 0px 90px;
        font-size: 100%;
    }

    .sk1-content ul {
        display: block;
        margin-top: 80px;
    }

    .sk1-content ul li {
        width: 100%;
        margin-top: 60px;
    }

    .sk1-content .btn p {
        font-size: 16px;
    }

    .sk1-content .btn a {
        font-size: 25px;
        padding: 10px 0;
        width: 100%;
        margin-top: 10px;
    }

    .sk2 {
        margin-bottom: 310px;
    }

    .sk2-content {
        padding: 0;
    }

    .sk2-content::before {
        left: 0;
    }

    .sk2-content .right {
        margin-left: 5%;
        width: 100%;
        padding: 40px 0 0;
    }

    .sk2-content .right img:nth-of-type(1) {
        width: 150px;
        margin: 0;
    }

    .sk2-content .right h2 {
        font-size: 15px;
    }

    .sk2-content .right h3 {
        font-size: 17px;
        width: auto;
        text-align: left;
    }

    .sk2-content .right img:nth-of-type(2) {
        left: auto;
        margin-top: 30px;
        width: 90vw;
        max-width: 90vw;
        transform: translateX(-5vw);
    }

    .sk2-content .right .box {
        width: 100%;
        position: absolute;
        padding: 30px 20px;
        bottom: 0;
        right: 0;
        transform: translateY(110%) translateX(-5%);
    }

    .sk-title p {
        font-size: 12px;
        padding: 10px 40px;
    }

    .sk-title p span {
        font-size: 14px;
    }

    .sk-title h2 {
        font-size: 24px;
        padding: 35px 0 10px;
        top: -22px;
    }

    .sk3 {
        padding: 70px 0 30px;
        margin-top: 340px;
    }

    .sk3-content h3 {
        font-size: 25px;
    }

    .sk3-content p {
        font-size: 16px;
    }

    .sk4 {
        margin-top: 50px;
    }

    .sk4-content .sk-title h2 {
        width: 100%;
    }

    .sk4-content .top {
        margin-top: 40px;
    }

    .sk4-content .top ul {
        display: block;
    }

    .sk4-content .top ul li {
        width: 100%;
        margin-top: 70px;
        padding: 30px 10px 30px;
    }

    .sk4-content .foot ol {
        display: block;
    }

    .sk4-content .foot {
        margin-top: 70px;
    }

    .sk4-content .foot ol li {
        width: 100%;
        padding: 25px;
        margin-top: 35px;
    }

    .sk4-content .foot ol li:nth-of-type(3) {
        padding: 25px;
    }

    .sk4-content .foot ol p {
        font-size: 19px;
        top: -17px;
    }

    .sk4-content .foot ol li h3 {
        font-size: 17px;
    }

    .sk4-content .btn {
        margin-top: 80px;
    }

    .sk4-content .btn p {

        font-size: 16px;
    }

    .sk4-content .btn a {
        font-size: 25px;
        padding: 10px 0;
        width: 100%;
        margin-top: 10px;
    }

    .section-ttl h2 .txtBig {
        font-size: 25px;
    }

    .section-ttl-img {
        top: -35px;
        left: 30px;
    }

    .sk5 {
        padding: 55px 0;
        background-image: url(../img/back02-sp.jpg);
        margin-top: 60px;
    }

    .sk5-content h2 {
        font-size: 14px;
    }

    .sk5-content h2 span {
        font-size: 23px;
    }

    .sk6 h2 {
        font-size: 30px;
    }

    .sk6 p {
        font-size: 20px;
    }

    .sk6 p span {
        font-size: 15px;
    }

    .sk6 a {
        font-size: 25px;
        padding: 14px;
    }

    .trackingBnr {
        right: 0;
        bottom: 0;
        max-width: 100%;
    }

    .trackingBnr .pc {
        display: none;
    }

    .trackingBnr .sp {
        display: block;
    }

    .trackingBnr .close {
        right: 0;
        background-color: #051e6d;
    }
}