@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://use.typekit.net/her2dqc.css");

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-all;
}
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ul,
ol {
    list-style: none;
}
html,
body {
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-feature-settings: "palt";
    text-align: left;
    color: #000;
    min-width: 980px;
}
@media print, screen and (min-width: 768px) {
    body {
        padding-top: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    html,
    body {
        font-size: 1vw;
        min-width: 240px;
        max-width: 767px;
    }
}

/*img*/
img {
    border-style: none;
    vertical-align: bottom;
    padding: 0;
    line-height: 0em;
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0 auto;
    text-align: center;
}

/*youtube*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25% !important;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #ccc;
}

/*txt*/
p {
    font-size: 0.9rem;
    line-height: 1.8em;
    margin: 0 0 1em;
    padding: 0;
}
p:last-child {
    margin: 0;
}
@media screen and (max-width: 767px) {
    p {
        font-size: 3.5rem;
    }
}
strong {
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.under_line {
    text-decoration: underline;
    -webkit-text-decoration-skip: none;
}
.line_through {
    text-decoration: line-through;
}

.mincho {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.din {
    font-family: "din-2014", sans-serif;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.gy {
    color: #aaa;
}
.red {
    color: #c83232;
}
.blue {
    color: #002d8e;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

/*link*/
a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    opacity: 0.7;
}

/*ヘッダー*/
header {
    display: flex;
    width: 960px;
    margin: auto;
    position: relative;
    z-index: 999;
}
header #site-logo {
    height: 75px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
}
header #site-logo img {
    max-width: 100%;
    flex: 1;
}
@media screen and (max-width: 767px) {
    header {
        padding: 2.5vw;
        display: block;
        width: 100%;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 1px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
    header #site-logo {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        box-shadow: none;
        background-color: unset;
    }
    header #site-logo img {
        height: 10vw;
    }
    header #menu {
        position: absolute;
        right: 2.5vw;
        top: 2.5vw;
        width: 10vw;
    }
}
/*sp_nav*/
@media print, screen and (min-width: 768px) {
    header .sp-menu {
        display: none !important;
    }
    .menu-base {
        display: none !important;
    }
    #sp-nav {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    header .sp-menu {
        border: 0;
        cursor: pointer;
    }
    .menu-active {
        background: url("../images/sp_hd_btn_close.png") left center no-repeat;
        background-size: 100% auto;
    }
    .menu-active img {
        opacity: 0;
    }
    .menu-base {
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        z-index: 997;
        overflow: hidden;
        display: none;
    }
    .menu-open {
        display: block;
    }
    #sp-nav {
        background: #fff;
        text-align: center;
        position: fixed;
        width: 100%;
        border-top: 1px solid #bbb;
        z-index: 1001;
        top: 15vw;
    }
    #sp-nav a {
        display: block;
        font-size: 3.5rem;
        color: #333;
        text-decoration: none;
        line-height: 100%;
        padding: 5% 0;
    }
    #sp-nav ul {
        padding: 0 2.5%;
    }
    #sp-nav ul li a {
        margin: 0 2.5%;
        padding-left: 1.25%;
        border-bottom: 1px solid #bbb;
        text-align: left;
    }
    #sp-nav ul li:last-child a {
        border-bottom: none;
    }
    #sp-nav ul li span {
        background: url("../images/ico-nav-arrow.png") left center no-repeat;
        background-size: 2rem auto;
        padding-left: 3rem;
    }
    #sp-nav .btn-close {
        border-top: 1px solid #bbb;
        margin: 0 2.5%;
        cursor: pointer;
    }
    #sp-nav .btn-close span {
        background: url("../images/ico-nav-close.png") left center no-repeat;
        background-size: 2rem auto;
        padding-left: 3rem;
    }
}

/*フッター*/
footer {
    background: #eee;
    color: #333;
    overflow: hidden;
    font-feature-settings: normal;
}
#footer {
    width: 980px;
    margin: 20px auto;
}
#footer .coution {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}
#footer .coution li {
    font-size: 0.6rem;
    color: #333;
    position: relative;
    padding-left: 1.5em;
}
#footer .coution li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}
#footer .regBox {
    margin-top: 24px;
}
#footer .regImg {
    float: left;
    padding: 0 5px 0 0;
    margin-top: -16px;
}
#footer .reg {
    font-size: 0.6rem;
    line-height: 1.5em;
    margin: 16px 0;
}
#footer p {
    font-size: 0.6rem;
    line-height: 1.5em;
    margin: 16px 0;
}
#footer .copyright {
    font-size: 0.6rem;
    line-height: 1.5em;
    text-align: right;
}
@media screen and (max-width: 767px) {
    #footer {
        width: 92%;
        margin: 2.5% auto;
    }
    #footer .coution {
        padding: 2.5% 0;
    }
    #footer .coution li {
        font-size: 3rem;
    }
    #footer .regBox {
        margin-top: 5%;
    }
    #footer .regImg {
        padding: 0 2.5vw 0 0;
        margin-top: -1vw;
    }
    #footer .regImg img {
        width: 7.5vw;
    }
    #footer .reg {
        font-size: 3rem;
        margin: 5% 0;
    }
    #footer p {
        font-size: 3rem;
        margin: 5% 0;
    }
    #footer .copyright {
        font-size: 3rem;
    }
}

/*メイン*/
#content {
    overflow: hidden;
}
section {
    width: 100%;
    background: #fff;
    margin: 0 auto;
}
.maincontent {
    padding: 0;
    margin: 0 auto;
    width: 980px;
}
@media screen and (max-width: 767px) {
    .maincontent {
        padding: 0;
        margin: 0 auto;
        width: 92%;
    }
}

/*mv*/
#mv {
    background: url("../images/mv_bg.png") center center no-repeat #37bef0;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 539px;
    position: relative;
    margin-top: -75px;
}
@media screen and (max-width: 767px) {
    #mv {
        background: url("../images/mv_bg_sp.png") center top no-repeat #37bef0;
        background-size: 100%;
        height: 116vw;
        align-items: center;
        margin-top: 0;
    }
    #mv h1 img {
        width: 100%;
    }
}

/*nav*/
#h_nav {
    padding-top: 100px;
    position: relative;
}
#h_nav nav {
    position: absolute;
    left: 0;
    top: 0;
    background: #0046b4;
    width: 100%;
}
#h_nav nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 980px;
    margin: auto;
}
#h_nav nav ul li {
    width: 33.33%;
    border-left: 1px solid #fff;
}
#h_nav nav ul li:last-child {
    border-right: 1px solid #fff;
}
#h_nav nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
}
#h_nav nav ul li a:after {
    content: "";
    width: 22px;
    height: 11px;
    background: url("../images/nav_arrow.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
}
#h_nav nav ul li a span {
    content: "";
    width: 44px;
    height: 44px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37bef0;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    border-radius: 50%;
}
#h_nav nav ul li a {
    background: #006ef8;
    background: -moz-linear-gradient(top, #006ef8 0%, #002d8e 100%);
    background: -webkit-linear-gradient(top, #006ef8 0%, #002d8e 100%);
    background: linear-gradient(to bottom, #006ef8 0%, #002d8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ef8', endColorstr='#002d8e',GradientType=0 );
}
@media print, screen and (min-width: 768px) {
    #h_nav nav.fixed {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    #h_nav {
        padding: 0 !important;
    }
    #h_nav nav {
        position: static;
    }
    #h_nav nav ul {
        display: block;
        width: 100%;
    }
    #h_nav nav ul li {
        width: 100%;
        border: none;
        border-bottom: 1px solid #fff;
    }
    #h_nav nav ul li:last-child {
        border-bottom: none;
    }
    #h_nav nav ul li a {
        justify-content: flex-start;
        height: auto;
        padding: 2% 4%;
        font-size: 5rem;
        position: relative;
    }
    #h_nav nav ul li a:after {
        width: 6vw;
        height: 3vw;
        left: auto;
        right: 4vw;
        bottom: 50%;
        transform: translateY(50%);
    }
    #h_nav nav ul li a span {
        width: 7.5vw;
        height: 7.5vw;
        font-size: 6rem;
        margin-right: 2%;
    }
}

/*tit*/
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25em;
}

/*cv*/
.cv {
    padding: 60px 0;
    background: #fdfceb;
    text-align: center;
}
.cv dl {
    width: 575px;
    margin: auto;
}
.cv dl dt {
    position: relative;
}
.cv dl dt figure {
    padding-left: 25px;
}
.cv dl dt figure img {
    width: 150px;
}
.cv dl dt p {
    position: absolute;
    left: 5px;
    top: 30px;
    width: 240px;
}
.cv dl dd img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .cv {
        padding: 10% 0;
    }
    .cv dl {
        width: 100%;
    }
    .cv dl dt figure {
        text-align: right;
        padding-left: 0;
    }
    .cv dl dt figure img {
        width: 36%;
    }
    .cv dl dt p {
        left: 0;
        top: 5vw;
        width: 66.66%;
    }
    .cv dl dt p img {
        width: 100%;
    }
}

/* cv typ02 */
.cv.s_typ02 {
    margin-bottom: 100px;
}
.cv.s_typ02  .btn {
    width: 575px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .cv.s_typ02 {
        margin-bottom: 70px;
    }
    .cv.s_typ02  .btn {
        width: 100%;
    }
}

/*sec01*/
#sec01 {
    margin: 0 auto 75px;
}
#sec01 h2 {
    background: #0046b4;
    color: #fff;
    border-bottom: 8px solid #fff251;
    font-size: 2.4rem;
    padding: 0.25em;
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sec01 h2 small {
    font-size: 80%;
}
#sec01 h2 span {
    content: "";
    width: 75px;
    height: 75px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37bef0;
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    border-radius: 50%;
}
#sec01 .lead dl {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#sec01 .lead dl dt {
    width: calc(50% - 15px);
    margin-right: 15px;
}
#sec01 .lead dl dd {
    width: calc(50% - 15px);
    margin-left: 15px;
}
#sec01 .catch_txt {
    margin: 80px auto;
    background: #fff251;
    padding: 30px 20px;
    border-radius: 20px;
}
#sec01 .catch_txt p {
    font-size: 1.1rem;
    text-align: center;
}
#sec01 .recom h3 {
    text-align: center;
    margin-bottom: 20px;
}
#sec01 .recom ul {
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
}
#sec01 .recom ul li {
    width: calc(50% - 30px);
    margin: 0 15px;
}
#sec01 .recom ul li h4 {
    background: #37bef0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 0.25em 0;
    border-radius: 2em;
}
#sec01 .recom ul li h4 small {
    font-size: 80%;
}
#sec01 .recom ul li figure {
    margin: 40px auto;
    height: 309px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    #sec01 {
        margin: 10% auto 0;
    }
    #sec01 h2 {
        border-bottom: 1.25vw solid #fff251;
        font-size: 8rem;
        padding: 0.25em 0;
        margin: 0 auto 10%;
        display: block;
        text-align: center;
    }
    #sec01 h2 span {
        width: 12.5vw;
        height: 12.5vw;
        margin: 0 auto 1.25%;
        font-size: 7.5vw;
    }
    #sec01 .lead dl {
        display: block;
    }
    #sec01 .lead dl dt {
        width: 100%;
        margin: 0 auto 5%;
    }
    #sec01 .lead dl dd {
        width: 100%;
        margin: 0 auto;
    }
    #sec01 .catch_txt {
        margin: 10% auto;
        padding: 5%;
        border-radius: 2.5vw;
    }
    #sec01 .catch_txt p {
        font-size: 5rem;
    }
    #sec01 .recom h3 {
        margin-bottom: 5%;
    }
    #sec01 .recom h3 img {
        width: 100%;
    }
    #sec01 .recom ul {
        display: block;
        width: 100%;
        margin: 0;
    }
    #sec01 .recom ul li {
        width: 100%;
        margin: 0 auto 10%;
    }
    #sec01 .recom ul li h4 {
        font-size: 6rem;
    }
    #sec01 .recom ul li figure {
        margin: 5% auto;
        height: auto;
    }
    #sec01 .recom ul li figure img {
        width: 100%;
    }
}

/*sec02*/
#sec02 {
    background: #e5f9ff;
    margin-bottom: 60px;
    padding-bottom: 80px;
}
#sec02 h2 {
    text-align: center;
    background: #37bef0;
    color: #fff;
    font-size: 2.4rem;
    padding: 0.5em;
    margin-bottom: 40px;
}
#sec02 h2 small {
    font-size: 80%;
}
#sec02 .step {
    margin: 40px auto 80px;
}
#sec02 .step:last-child {
    margin-bottom: 0;
}
#sec02 .step h3 {
    padding-left: 60px;
    margin-bottom: 20px;
}
#sec02 .step .lead {
    padding-left: 136px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #sec02 {
        padding-bottom: 10%;
    }
    #sec02 h2 {
        font-size: 7rem;
        margin-bottom: 5%;
    }
    #sec02 .step {
        margin: 5% auto 20%;
    }
    #sec02 .step h3 {
        padding-left: 0;
        text-align: center;
        margin-bottom: 5%;
    }
    #sec02 .step h3 img {
        width: 100%;
    }
    #sec02 .step .lead {
        padding: 0;
        text-align: center;
        margin-bottom: 5%;
    }
}

#sec02 .step#step01 h4 {
    text-align: center;
    margin: 50px auto 30px;
}
#sec02 .step#step01 h4 strong {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 400px;
    height: 54px;
    background: #37bef0;
    color: #fff;
    border-radius: 2em;
    font-size: 1.5rem;
}
#sec02 .step#step01 h4 strong small {
    font-size: 80%;
}
#sec02 .step#step01 ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}
#sec02 .step#step01 ul li {
    width: 315px;
}
@media screen and (max-width: 767px) {
    #sec02 .step#step01 h4 {
        margin: 7.5% auto;
    }
    #sec02 .step#step01 h4 strong {
        width: 100%;
        height: 12vw;
        font-size: 7rem;
    }
    #sec02 .step#step01 ul {
        width: 90%;
        margin: 7.5% auto 0;
        display: block;
    }
    #sec02 .step#step01 ul li {
        width: 100%;
        margin: 5% auto 0;
    }
    #sec02 .step#step01 ul li img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #sec02 .step#step02 #sp_scroll p {
        color: #666;
        font-size: 3.2rem;
    }
    #sec02 .step#step02 #sp_scroll span img {
        height: 6vw;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 1.5vw;
        margin-right: 2.5%;
    }
    #sec02 .step#step02 #sp_scroll_in {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #sec02 .step#step02 #sp_scroll_in img {
        width: 980px;
        max-width: 980px;
        margin-bottom: 2.5vw;
    }
}

/*sec03*/
#sec03 {
    margin: 40px auto 100px;
}
#sec03 h2 {
    background: #0046b4;
    color: #fff;
    font-size: 2.4rem;
    padding: 0.25em;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sec03 h2 small {
    font-size: 80%;
}
#sec03 h2 span {
    content: "";
    width: 75px;
    height: 75px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37bef0;
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    border-radius: 50%;
}
#sec03 .sec03_tit_top {
    text-align: center;
    margin-bottom: 10px;
}
#sec03 .sec03_tit_top p {
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #ff6600;
    display: inline-block;
    position: relative;
}
#sec03 .sec03_tit_top p:before {
    content: "";
    width: 2px;
    height: 1em;
    background: #ff6600;
    display: inline-block;
    position: absolute;
    left: -0.5em;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
}
#sec03 .sec03_tit_top p:after {
    content: "";
    width: 2px;
    height: 1em;
    background: #ff6600;
    display: inline-block;
    position: absolute;
    right: -0.5em;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
}
#sec03 .sec03_tit_bottom {
    background: #fff251;
    padding: 10px;
    text-align: center;
    margin-bottom: 40px;
}
#sec03 .sec03_tit_bottom p {
    font-size: 1.5rem;
    line-height: 1.25em;
    font-weight: bold;
    padding-right: 1.25em;
}
@media screen and (max-width: 767px) {
    #sec03 {
        margin: 5% auto 10%;
    }
    #sec03 h2 {
        font-size: 8rem;
        padding: 0.25em 0;
        display: block;
        text-align: center;
    }
    #sec03 h2 span {
        width: 12.5vw;
        height: 12.5vw;
        margin: 0 auto;
        font-size: 7.5vw;
    }
    #sec03 .sec03_tit_top {
        margin-bottom: 2.5%;
    }
    #sec03 .sec03_tit_top p {
        font-size: 5rem;
    }
    #sec03 .sec03_tit_top p small {
        font-size: 80%;
    }
    #sec03 .sec03_tit_top p:before {
        height: 2.5em;
        left: -0.75em;
    }
    #sec03 .sec03_tit_top p:after {
        height: 2.5em;
        right: -0.75em;
    }
    #sec03 .sec03_tit_bottom {
        padding: 1.25%;
        margin-bottom: 5%;
    }
    #sec03 .sec03_tit_bottom p {
        font-size: 5rem;
    }
}

#sec03 .cont {
    margin: 0 auto 80px;
}
#sec03 .cont:last-child {
    margin-bottom: 0;
}
#sec03 .cont h3 {
    color: #04308f;
    border-bottom: 4px solid #04308f;
    font-size: 1.5rem;
    line-height: 1.5em;
    padding: 20px 0 20px 60px;
    margin-bottom: 40px;
    position: relative;
}
#sec03 .cont h3 span {
    font-style: italic;
    font-size: 3.6rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#sec03 .cont_ex dl {
    margin: 40px auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#sec03 .cont_ex dl dd {
    width: 360px;
    min-width: 360px;
    margin-left: 40px;
}
#sec03 .cont_ex h4 {
    display: inline-block;
    margin-bottom: 20px;
}
#sec03 .cont_ex h4 strong {
    display: flex;
    align-items: center;
    margin: auto;
    height: 50px;
    background: #37bef0;
    color: #fff;
    font-size: 1.4rem;
    padding-left: 24px;
    position: relative;
    z-index: 1;
}
#sec03 .cont_ex h4 strong:after {
    content: "";
    width: 50px;
    height: 50px;
    background: #37bef0;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
#sec03 .cont_ex h5 {
    font-size: 1.2rem;
    color: #002d8e;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #sec03 .cont {
        margin: 0 auto 15%;
    }
    #sec03 .cont h3 {
        font-size: 5rem;
        line-height: 1.25em;
        padding: 0 0 2.5% 11.25vw;
        margin-bottom: 5%;
    }
    #sec03 .cont h3 span {
        font-size: 15rem;
    }
    #sec03 .cont_ex dl {
        margin: 10% auto;
        display: block;
    }
    #sec03 .cont_ex dl dt {
        margin-bottom: 5%;
    }
    #sec03 .cont_ex dl dd {
        text-align: center;
        width: 100%;
        min-width: 100%;
        margin: 0 0 5% 0;
    }
    #sec03 .cont_ex h4 {
        display: block;
        margin-right: 6vw;
        margin-bottom: 2.5%;
    }
    #sec03 .cont_ex h4 strong {
        height: 12vw;
        font-size: 5vw;
        padding-left: 2.5%;
    }
    #sec03 .cont_ex h4 strong:after {
        width: 12vw;
        height: 12vw;
        right: -6vw;
    }
    #sec03 .cont_ex h5 {
        font-size: 4rem;
        margin-bottom: 1.25%;
    }
}

#sec03 .cont#cont01 .cont_ex dl:nth-child(1) dd {
    width: 300px;
    min-width: 300px;
    margin-left: 40px;
}
#sec03 .cont#cont01 .cont_ex dl:nth-child(2) dd {
    width: 300px;
    min-width: 300px;
    margin-left: 40px;
}
#sec03 .cont#cont01 .cont_ex dl:nth-child(3) dd {
    width: 380px;
    min-width: 380px;
    margin-left: 40px;
}
#sec03 .cont#cont01 .cont_ex dl:nth-child(3) dd p {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 0.5em;
}
#sec03 .cont#cont01 .cont_ex dl:nth-child(4) dt p {
    margin: 0;
}
#sec03 .cont#cont01 .cont_ex dl:nth-child(4) dt ul {
    margin: 0 auto 1em;
}
#sec03 .cont#cont01 .cont_ex dl:nth-child(4) dt ul li {
    padding-left: 1em;
    position: relative;
}
#sec03 .cont#cont01 .cont_ex dl:nth-child(4) dt ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
    #sec03 .cont#cont01 .cont_ex dl:nth-child(1) dd {
        width: 100%;
        min-width: 100%;
        margin: 0 0 5%;
    }
    #sec03 .cont#cont01 .cont_ex dl:nth-child(2) dd {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }
    #sec03 .cont#cont01 .cont_ex dl:nth-child(3) dd {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }
    #sec03 .cont#cont01 .cont_ex dl:nth-child(3) dd p {
        font-size: 3.5rem;
    }
    #sec03 .cont#cont01 .cont_ex dl:nth-child(4) dt ul {
        font-size: 3.5rem;
    }
}

#sec03 .cont#cont02 .cont_ex .theme {
    margin: 40px auto;
    font-feature-settings: normal;
}
#sec03 .cont#cont02 .cont_ex .theme_list {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: 20px;
}
#sec03 .cont#cont02 .cont_ex .theme_box {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 20px);
    margin: 0 10px;
    border: 2px solid #002d8e;
    padding: 40px 20px 20px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#sec03 .cont#cont02 .cont_ex .theme_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #37bff0 transparent transparent transparent;
    z-index: -1;
}
#sec03 .cont#cont02 .cont_ex .theme_box h6 {
    text-align: center;
    color: #37bef0;
    font-size: 1.1rem;
    margin-bottom: 25px;
}
#sec03 .cont#cont02 .cont_ex .theme_box ul li {
    padding-left: 1em;
    font-size: 0.9rem;
    line-height: 1.5em;
    margin-bottom: 0.25em;
    position: relative;
}
#sec03 .cont#cont02 .cont_ex .theme_box ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
    #sec03 .cont#cont02 .cont_ex .theme {
        margin: 5% auto;
    }
    #sec03 .cont#cont02 .cont_ex .theme_list {
        display: block;
        width: 100%;
        margin: 2.5% auto 0;
    }
    #sec03 .cont#cont02 .cont_ex .theme_box {
        display: block;
        width: 100%;
        margin: 5% auto;
        padding: 7.5% 5% 5%;
        border-radius: 1.25vw;
    }
    #sec03 .cont#cont02 .cont_ex .theme_box:before {
        border-width: 12.5vw 12.5vw 0 0;
    }
    #sec03 .cont#cont02 .cont_ex .theme_box h6 {
        font-size: 5rem;
        margin-bottom: 5%;
    }
    #sec03 .cont#cont02 .cont_ex .theme_box ul li {
        font-size: 3.5rem;
    }
    #sec03 .cont#cont02 .cont_ex .theme_box p.right {
        margin-top: -1.75em;
    }
}

@media screen and (max-width: 767px) {
    #sec03 .cont#cont03 .cont_ex dl:nth-child(2) h4 {
        margin-right: 8.75vw;
    }
    #sec03 .cont#cont03 .cont_ex dl:nth-child(2) h4 strong {
        height: 17.5vw;
        line-height: 1.25em;
    }
    #sec03 .cont#cont03 .cont_ex dl:nth-child(2) h4 strong:after {
        width: 17.5vw;
        height: 17.5vw;
        right: -8.75vw;
    }
}

#sec03 .cont#cont05 .cont_ex .zu h6 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#sec03 .cont#cont05 .cont_ex .zu h6 strong {
    font-size: 2.3rem;
}
#sec03 .cont#cont05 .cont_ex .zu h6 span {
    display: block;
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    #sec03 .cont#cont05 .cont_ex .zu h6 {
        font-size: 6rem;
        line-height: 1.25em;
        margin-bottom: 5%;
    }
    #sec03 .cont#cont05 .cont_ex .zu h6 strong {
        font-size: 7.5rem;
    }
    #sec03 .cont#cont05 .cont_ex .zu h6 span {
        font-size: 5rem;
    }
    #sec03 .cont#cont05 .cont_ex dl dt p {
        text-align: left;
    }
    #sec03 .cont#cont05 p {
        color: #666;
        font-size: 3.5rem;
        text-align: center;
    }
    #sec03 .cont#cont05 p span img {
        height: 9vw;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 1.5vw;
        margin-right: 2.5%;
    }
}

/*toggle*/
@media print, screen and (min-width: 768px) {
    #sec03 .cont {
        height: auto !important;
    }
    #sec03 .cont .cont_toggle {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    #sec03 .cont {
        height: 80vw;
        overflow: hidden;
        position: relative;
        z-index: 1;
        transition: 0.3s;
    }
    #sec03 .cont#cont01 {
        height: auto !important;
        padding-bottom: 0 !important;
    }
    #sec03 .cont.active {
        height: auto;
        padding-bottom: 15vw;
    }
    #sec03 .cont .cont_toggle * {
        transition: 0.3s;
    }
    #sec03 .cont .cont_toggle {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 40vw;
        font-size: 4vw;
        color: #002d8e;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        cursor: pointer;
    }
    #sec03 .cont .cont_toggle a {
        width: 100%;
        text-align: center;
    }
    #sec03 .cont .cont_toggle span {
        width: 100%;
        text-align: center;
    }
    #sec03 .cont .cont_toggle span img {
        height: 3vw;
        line-height: 0;
        margin-bottom: 1.25vw;
    }
    #sec03 .cont .cont_toggle {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }
    #sec03 .cont .cont_toggle span:after {
        content: "続きを読む";
        font-weight: bold;
        margin-left: 2.5%;
    }
    #sec03 .cont.active .cont_toggle {
        z-index: -1;
    }
    #sec03 .cont.active .cont_toggle span img {
        position: relative;
        transform: rotateX(180deg);
    }
    #sec03 .cont.active .cont_toggle span:after {
        content: "閉じる";
    }
}

/*sec04*/
#sec04 {
    margin: 0 auto 80px;
}
#sec04 h2 {
    background: #0046b4;
    color: #fff;
    border-bottom: 8px solid #fff251;
    font-size: 2.4rem;
    padding: 0.25em;
    text-align: center;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sec04 h2 small {
    font-size: 80%;
}
#sec04 h2 span {
    content: "";
    width: 75px;
    height: 75px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37bef0;
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    #sec04 {
        margin: 0 auto 10%;
    }
    #sec04 h2 {
        border-bottom: 1.25vw solid #fff251;
        font-size: 8rem;
        padding: 0.25em 0;
        margin: 0 auto 5%;
        display: block;
        text-align: center;
    }
    #sec04 h2 span {
        width: 12.5vw;
        height: 12.5vw;
        margin: 0 auto 1.25%;
        font-size: 7.5vw;
    }
    #sec04 p {
        color: #666;
        font-size: 3.5rem;
        text-align: center;
    }
    #sec04 p span img {
        height: 9vw;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 1.5vw;
        margin-right: 2.5%;
    }
}

/* sec05 */
#sec05 {
    margin-bottom: 60px;
}
#sec05 h2 {
    text-align: center;
    background: #37bef0;
    color: #fff;
    font-size: 2.4rem;
    padding: 0.5em;
    margin-bottom: 40px;
}
#sec05 .sec05_content {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto 1fr;
    gap: 25px 0;
    grid-template-areas:
    "area01 area02"
    "area01 area03";
    align-content: start;
}
#sec05 .sec05_thumb {
    width: 240px;
    grid-area: area01;
}
#sec05 .sec05_thumb img {
    display: block;
    margin: 0 auto;
}
#sec05 .sec05_txtBox {
    padding: 20px;
    background-color: #fff251;
    border-radius: 20px;
    grid-area: area02;
    justify-self: start;
    align-self: start;
}
#sec05 .sec05_txtBox p {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.8;
}
#sec05 .sec05_body {
    grid-area: area03;
    align-self: start;
}
#sec05 .sec05_body span {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    #sec05 {
        margin-bottom: 45px;
    }
    #sec05 h2 {
        font-size: 7rem;
        margin-bottom: 5%;
    }
    #sec05 .sec05_content {
        gap: 10px 0;
        grid-template-columns: 41% auto;
        grid-template-areas:
        "area01 area02"
        "area03 area03";
    }
    #sec05 .sec05_thumb {
        width: 100%;
    }
    #sec05 .sec05_txtBox {
        justify-self: inherit;
        align-self: center;
        border-radius: 10px;
    }
    #sec05 .sec05_txtBox p {
        font-size: 5.4rem;
    }
}

/* sec06 */
#sec06 {
    margin-bottom: 60px;
}
#sec06 h2 {
    text-align: center;
    background: #37bef0;
    color: #fff;
    font-size: 2.4rem;
    padding: 0.5em;
    margin-bottom: 40px;
}
#sec06 .sec06_content {
    display: flex;
}
#sec06 .sec06_thumb {
    flex: 0 0 240px;
}
#sec06 .sec06_body {
    flex: 1;
}
#sec06 .sec06_body span {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    #sec06 h2 {
        font-size: 7rem;
        margin-bottom: 5%;
    }
    #sec06 .sec06_thumb img {
        display: block;
        width: 56%;
        margin: 0 auto 15px;
    }
    #sec06 .sec06_content {
        display: block;
    }
}

@media print, screen and (min-width: 768px) {
    .smp {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}
