@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;

}

html,body {
    color: #331B2B;
    font-size: 14px;
    line-height: 80px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-style: normal;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1 {
    opacity: 0;
}

.section-wrapper {
    padding: 0px;
}

.section-wrapper2 {
    background-color: #F0F5FB;
    padding: 0px;
}

.section-wrapper3 {
    height: 1400px;
    background-color: #F0F5FB;
    padding: 0px;
}

.section-inner {
    max-width: 1320px;
    margin: 0 auto;
}

.nav01 {
    position: fixed;
    top: 30px;
    right: 0px;
    padding: 0px;
    z-index: 1000;
}

.nav01 :hover {
    opacity: 0.8;
}

.nav01 img {
    width: 60px;
}

.nav03 {
    position: fixed;
    top: 415px;
    right: 0px;
    padding: 0px;
    z-index: 1000;
}

.nav03 :hover {
    opacity: 0.8;
}

.nav03 img {
    width: 60px;
}

.nav02 {
    position: fixed;
    bottom: 30px;
    right: 0px;
    padding: 0px;
    z-index: 1000;
}

.nav02 :hover {
    opacity: 0.8;
}

.nav02 img {
    width: 60px;
}

.title01 {
    font-size: 63px;
    font-family: "Zen Antique", serif;
    font-weight: 400;
    font-style: normal;
}

.title02 {
    font-size: 44px;
    font-family: "Zen Antique", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0px 50px;
}

.logo01 {
    text-align: center;
    line-height: 50px;
    padding-top: 150px;
}

.logo01 img {
    width: 240px;
}

.logo02 {
    text-align: center;
    line-height: 50px;
    padding-bottom: 350px;
}

.logo02 img {
    width: 440px;
}

.main-visual {
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 1100px;
    position: relative;
}

.top-light {
    width: 650px;
    position: absolute;
    bottom: -50px;
    right: -100px;
    z-index: 1;
}

.top-light img {
    width: 600px;

}

.top-text {
    position: relative;
    width: fit-content;
    padding: 0px 50px;
    z-index: 300;
}

.section-title {
    padding-top: 80px;
}

.section-title h2 {
    font-size: 60px;
    line-height: 60px;
    font-family: "Zen Antique", serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    padding-left: 60px;
}

.section-title h2::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 130px;
    background-color: #3D6C7E;
    position: absolute;
    top: 0px;
    left: 0px;
}

.section-title01 {
    color: #3D6C7E;
}

.section-title02 {
    color: #D25318;
}

.section-title03 {
    font-family: "Zen Antique", serif;
    padding-left: 70px;
    font-size: 30px;
}

.icon01 {
    text-align: center;
    line-height: 0px;
    padding: 30px 20px;
    float: left;
}

.icon01 img {
    width: 170px;
}

.icon01 p {
    padding-top: 20px;
}

.section01 {
    display: flex;
    flex-wrap: wrap;
    /* 子要素が複数行になる場合に対応 */
    justify-content: center;
    /* 水平方向の中央揃え */
    align-items: center;
    /* 垂直方向の中央揃え */
    gap: 10px;
    /* 子要素間の隙間を設定 */
    padding: 50px 0px;
}

.data01 h3,
.data01 p {
    padding-left: 100px;
}

.data-text01 {
    color: #D25318;
    font-size: 45px;
    line-height: 70px;
    font-family: "Zen Antique", serif;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 20px;
}

.data-text02 {
    font-size: 140px;
    line-height: 100px;
    font-family: "Zen Antique", serif;
    font-weight: 500;
    font-style: normal;
}

.data-text03 {
    font-size: 45px;
    font-family: "Zen Antique", serif;
    font-weight: 500;
    font-style: normal;
}

.data-text04 {
    line-height: 30px;
    padding: 50px;
}

.section02 {
    margin: 0 auto;
    padding: 50px 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.box-inner {
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.data01 {
    display: inline-block;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    text-align: left;
    padding-top: 100px;
}

.data02 {
    width: 100%;
    height: 278px;
}

.box-right-b {
    border-left: 1px solid #3D6C7E;
    border-bottom: 2px solid #fff;
    margin: 0px;
    padding: 0px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.box-left-b {
    border-right: 1px solid #3D6C7E;
    border-bottom: 2px solid #fff;
    margin: 0px;
    padding: 0px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}


.box-right {
    border-left: 1px solid #3D6C7E;
    border-bottom: 2px solid #3D6C7E;
    margin: 0px;
    padding: 0px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.box-right h3::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #3D6C7E;
    position: absolute;
    bottom: -11px;
    left: -12px;
}

.box-left {
    border-right: 1px solid #3D6C7E;
    border-bottom: 2px solid #3D6C7E;
    margin: 0px;
    padding: 0px;
    width: 50%;
    box-sizing: border-box;
    text-align: right;
    float: left;
}

.box-left h3::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #3D6C7E;
    position: absolute;
    bottom: -11px;
    right: -12px;
}

.box-last {
    border-left: 1px solid #3D6C7E;
    margin: 0px;
    padding: 0px;
    width: 50%;
    box-sizing: border-box;
    float: left;
    height: 150px;
}

.center-line {
    display: inline-block;
    border-left: 1px solid #38546d;
    border-right: 1px solid #16222c;
    height: 100%;
}

.box-bg01 {
    background-image: url("../img/date01.png");
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: 300px;
    position: relative;
}

.box-bg02 {
    background-image: url("../img/date02.png");
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: 300px;
    position: relative;
}

.box-bg03 {
    background-image: url("../img/date03.png");
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: 300px;
    position: relative;
}

.box-bg04 {
    background-image: url("../img/date04.png");
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: 300px;
    position: relative;
}

.box-bg05 {
    background-image: url("../img/date05.png");
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: 300px;
    position: relative;
}

.box-bg06 {
    background-image: url("../img/date06.png");
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: 300px;
    position: relative;
}

.question-inner01 {
    position: relative;
    padding: 0px 50px;
    background-image: url("../img/q01.png");
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
    background-size: 300px;
    height: 500px;
}

.question-inner02 {
    position: relative;
    padding: 0px 50px;
    background-image: url("../img/q02.png");
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    background-size: 300px;
    height: 500px;
}

.question-inner03 {
    position: relative;
    padding: 0px 50px;
    background-image: url("../img/q03.png");
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
    background-size: 300px;
    height: 500px;
}

.question-inner04 {
    position: relative;
    padding: 0px 50px;
    background-image: url("../img/q04.png");
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    background-size: 300px;
    height: 500px;
}

.question-inner05 {
    position: relative;
    padding: 0px 50px;
    background-image: url("../img/q05.png");
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
    background-size: 300px;
    height: 500px;
}

.question-inner06 {
    position: relative;
    padding: 0px 50px;
    background-image: url("../img/q06.png");
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    background-size: 300px;
    height: 500px;
}

.question-inner07 {
    position: relative;
    padding: 0px 50px;
    background-image: url("../img/q07.png");
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
    background-size: 300px;
    height: 500px;
}

.fujkidashi01-r {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-right: 20px;
    padding: 15px 30px;
    border-radius: 25px;
    background-color: #75c02a;
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
    margin: 15px 30px 15px auto;
}

.fujkidashi01-r::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 0 0 15px 20px;
    border-color: transparent transparent transparent #75c02a;
    translate: 100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: left;
}

.fujkidashi02-r {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-left: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #f5e928;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #331b2b;
    margin: 15px 0px 15px 300px;
}

.fujkidashi02-r::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #f5e928 transparent transparent;
    translate: -100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: right;
}

.fujkidashi03-r {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-left: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #92DBDD;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #331b2b;
    margin: 15px 0px 15px 350px;
}

.fujkidashi03-r::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #92DBDD transparent transparent;
    translate: -100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: right;
}

.fujkidashi04-r {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-left: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #f5d551;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #331b2b;
    margin: 15px 0px 15px 300px;
}

.fujkidashi04-r::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #f5d551 transparent transparent;
    translate: -100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: right;
}

.fujkidashi05-r {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-left: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #ffff;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #331b2b;
    margin: 15px 0px 15px 350px;
}

.fujkidashi05-r::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: right;
}

.fujkidashi01-l {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-right: 20px;
    padding: 15px 30px;
    border-radius: 25px;
    background-color: #75c02a;
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
    margin: 15px 300px 15px auto;
}

.fujkidashi01-l::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 0 0 15px 20px;
    border-color: transparent transparent transparent #75c02a;
    translate: 100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: left;
}

.fujkidashi02-l {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-left: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #f5e928;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #331b2b;
    margin: 15px 300px 15px 30px;
}

.fujkidashi02-l::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #f5e928 transparent transparent;
    translate: -100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: right;
}

.fujkidashi03-l {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-left: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #92DBDD;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #331b2b;
    margin: 15px 300px 15px 80px;
}

.fujkidashi03-l::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #92DBDD transparent transparent;
    translate: -100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: right;
}

.fujkidashi04-l {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-left: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #f5d551;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #331b2b;
    margin: 15px 300px 15px 30px;
}

.fujkidashi04-l::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #f5d551 transparent transparent;
    translate: -100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: right;
}

.fujkidashi05-l {
    position: relative;
    max-width: 600px;
    width: fit-content;
    margin-left: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #ffff;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #331b2b;
    margin: 15px 300px 15px 80px;
}

.fujkidashi05-l::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% calc(-50% - 0.2px);
    transform: skew(0, -10deg);
    transform-origin: right;
}

.section04 {
    position: relative;
    padding: 0px 50px;
    background-image: url("../img/stepup-bg.png");
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: 1100px;
    height: 1000px;
    width: 100%;
}

.stepup01 {
    width: 550px;
    position: absolute;
    top: -150px;
    left: -120px;
    z-index: 1;
    width: 50%;
}

.stepup01 img {
    width: 100%;
}

.stepup02 {
    padding: 0px 50px 200px 50px;
    position: absolute;
    top: 100px;
    right: 80px;
    z-index: 1;
}

.stepup02 img {
    width: 600px;
}

.stepup-text01 {
    font-size: 30px;
    line-height: 50px;
    font-family: "Zen Antique", serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    text-align: right;
    padding-top: 100px;
    padding-right: 80px;
}

.stepup-text02 {
    text-align: right;
    padding-right: 80px;
}

.benefits-text01 {
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    font-family: "Zen Antique", serif;
    font-weight: 500;
    font-style: normal;
    width: 80%;
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 10px 50px 0px 50px;
    border: solid 2px #F5E928;
    background-color: #fff;
    z-index: 10;
}

.benefits-text01::before {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px;
    border: solid 2px #D25318;
}

.check {
    position: relative;
    z-index: 100;
}

.check::before {
    content: url("../img/check.png");
    position: absolute;
    top: -15px;
    left: 15px;
}

.benefits-text02 {
    text-align: center;
    line-height: 21px;
    position: relative;
    padding: 0px 5px;
    margin: 0px 50px 0px 50px;
}

.benefits-main {
    width: 100%;
}

.benefits {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
    float: left;
}

.animate__animated {
    animation: grow-progress auto linear;
    animation-timeline: scroll();
}

.slide {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
}

html {
    scroll-behavior: smooth;
}