/*
Theme Name:
Theme URI:
Description:
Author:INDIG
Author URI:
Version:7.7
*/

@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
    min-width: 320px;
    font-size: 100%;
    height: 100%;
}

html {
    opacity: 0;
}

html.wf-active {
    transition: 0.3s;
    opacity: 1;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
    color: #000;
    margin: 0;
}

input,
textarea {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.col1 {
    width: 5.9829%;
}

.col2 {
    width: 14.5299%;
}

.col3 {
    width: 23.0769%;
}

.col4 {
    width: 31.6239%;
}

.col5 {
    width: 40.1709%;
}

.col6 {
    width: 48.7179%;
}

.col7 {
    width: 57.2649%;
}

.col8 {
    width: 65.8119%;
}

.col9 {
    width: 74.3589%;
}

.col10 {
    width: 82.9059%;
}

.col11 {
    width: 91.4529%;
}

.col12 {
    width: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.xsmall {
    font-size: 8px;
}

.small {
    font-size: 12px;
}

.large {
    font-size: 20px;
}

.xlarge {
    font-size: 24px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

a svg,
a svg path {
    transition: 0.3s;
}

span.big {
    font-size: 30px;
}

span.red {
    color: #ff3333;
    font-weight: bold;
}

table {
    border-collapse: collapse;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

dh {
    color: #555;
    font-size: 20px;
    font-weight: bold;
}

.flr {
    float: right;
}

.fll {
    float: left;
}


/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    zoom: 1;
}

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

strong {
    font-weight: bold;
}

textarea,
button,
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


/*投稿ページ*/

.sigle_page .page_contents img {
    height: auto;
}

.sigle_page .page_contents p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    line-height: 1.3;
}


/* .sigle_page .page_contents h1 {} */

.sigle_page .page_contents h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    font-weight: bold;
}

.sigle_page .page_contents h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-weight: bold;
}

.sigle_page .page_contents h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    font-weight: bold;
}

.sigle_page .page_contents h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    font-weight: bold;
}

.sigle_page .page_contents h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    font-weight: bold;
}

.sigle_page .page_contents ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.sigle_page .page_contents ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.sigle_page .page_contents table {
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

.sigle_page .page_contents tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.sigle_page .page_contents thead {
    border-bottom: 3px solid;
}

.sigle_page .page_contents tfoot {
    border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: .5em;
    word-break: normal;
}

.sigle_page .page_contents th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

.sigle_page .page_contents td {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.sigle_page .page_contents figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.sigle_page .page_contents a {
    color: #2271b1;
    text-decoration: underline;
}

.sigle_page .page_contents em {
    font-style: italic;
}


/*------------------パンくずリスト------------*/

.breadcrumg-area ul {
    padding-left: 0;
    margin-bottom: 30px;
}

.breadcrumg-area ul li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.breadcrumg-area ul li::before {
    position: absolute;
    left: 0;
    content: ">";
    color: #333;
}

.breadcrumg-area ul li:first-child {
    padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before {
    display: none;
}


/*------------------base------------*/

span.ruby {
    position: relative;
    display: inline-block;
    display: -webkit-inline-box;
}

span.ruby_kana {
    position: absolute;
    top: -0.9em;
    left: -150%;
    right: -150%;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-align: center;
    margin: auto;
    /* font-weight: 400; */
    -webkit-transform: scale(0.42);
    -moz-transform: scale(0.42);
    -ms-transform: scale(0.42);
    -o-transform: scale(0.42);
    transform: scale(0.42);
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner {
    margin: auto;
    width: 94%;
    max-width: 980px;
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #080F47;
    padding: 5px 0;
    box-sizing: border-box;
    z-index: 999999;
}

.header_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 94%;
    width: 1180px;
    margin: auto;
}

.header_logo {
    max-width: 175px;
}

.header_box ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_box ul li {
    margin-left: 24px;
    color: #fff;
}

a.h_tel {
    color: #E3041F;
    background-color: #fff;
    border: 1px solid #E3041F;
    padding: 3px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 17px;
    border-radius: 3px;
}

a.h_tel svg {
    width: 22px;
    margin-right: 9px;
}

a.h_tel:hover {
    color: #fff;
    background-color: #E3041F;
    border: 1px solid #fff;
    opacity: 1;
}

a.h_tel:hover svg path {
    fill: #fff;
}

a.h_contact {
    color: #fff;
    background-color: #E3041F;
    border: 1px solid #E3041F;
    width: 183px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.9;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
}

a.h_contact:hover {
    color: #E3041F;
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 1;
}

a.h_contact svg {
    margin-right: 11px;
}

a.h_contact svg path {
    transition: 0.3s;
}

a.h_contact:hover svg path {
    fill: #E3041F;
}

a.h_contact span.ruby_kana {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    /* top: -0.7em; */
}

.tel_time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    letter-spacing: 0.14em;
}

p.h_uketuke {
    letter-spacing: 0.54em;
    margin-right: 1.3em;
}

.tel_time span.ruby_kana {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    top: -1.3em;
}

.tel_time p.h_uketuke span.ruby_kana {
    margin-left: -7px;
}


/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

main {
    overflow: hidden;
    height: auto;
    width: 100%;
}


/* ----------------
section mv
---------------- */

section.mv {
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 38px 0 41px;
    margin-top: -4px;
}

.mv_label_img {
    max-width: 800px;
    margin: auto;
    margin-bottom: 17px;
}

.mv_text_img {
    max-width: 800px;
    margin: auto;
    margin-bottom: 32px;
}

.mv_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_link a {
    width: 550px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #E3041F;
    border: 1px solid #E3041F;
    height: 100px;
    border-radius: 3px;
}

.mv_link a svg {
    width: 59px;
    margin-right: 26.4px;
}

.mv_l_text {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-top: 15px;
}

.mv_l_text span.ruby_kana {
    top: -1em;
}

.mv_l_text span.sp_small span.ruby_kana {
    top: -0.9em;
}

.mv_link a:hover {
    color: #E3041F;
    background-color: #fff;
    border: 1px solid #E3041F;
    opacity: 1;
}

.mv_link a:hover svg path {
    fill: #E3041F;
}


/* ----------------
section1
---------------- */

section.s1 {
    background-color: #EDEDED;
    padding: 47px 0 64px;
}

.inner.s1_inner {
    max-width: 997px;
}

.s1_title {
    text-align: center;
}

.s1_title h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 38px;
    color: #080F47;
}

.s1_title p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 32px;
}

ul.s1_ul {
    display: flex;
    /* align-items: flex-start; */
    justify-content: space-between;
}

li.s1_li {
    background-color: #fff;
    width: 311px;
    min-height: 346px;
    padding: 16px;
    box-sizing: border-box;
}

.s1_ul_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sut_img {
    width: 80px;
}

.sut_text {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}

.s1_ul_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

li.s1_li ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 18px;
}

li.s1_li ul li:last-child {
    margin-bottom: 0;
}


/* ----------------
section2
---------------- */

section.s2 {
    padding: 40px 0 55px;
    background: linear-gradient(261.09deg, #DAA85D 0%, rgba(249, 162, 12, 0.18) 48.83%, #DAA64B 97.66%);
}

.s2_contents {
    margin-bottom: 34px;
}

.s2_contents ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s2_contents ul li {
    background: linear-gradient(261.09deg, #F3C877 0%, rgba(215, 147, 20, 0.44) 48.83%, #F3C877 97.66%);
    padding: 5px;
    box-sizing: border-box;
    width: 305px;
    height: 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}

.s2_contents ul li .s2c_li_inner {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
}

.s2c_li_inner img.num_img {
    width: 193px;
    margin-top: 10px;
}

.s2_contents ul li img.num {
    position: absolute;
    left: -15px;
    top: -11px;
    width: 64px;
    z-index: 1;
}

.s2c_li_inner .num_text {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    margin-top: 12px;
    font-weight: 700;
}

.s2c_li_inner .num_text span.ruby_kana {
    font-weight: 700;
    /* top: -1.1em; */
}

.s2_contents ul li.num_2col {
    width: 643px;
}

.s2_contents ul li.num_2col img.num_img.num_img5 {
    width: 467px;
}

.s2_contents ul li.num_2col .num_text {
    margin-top: 28px;
}

.s2_bottom_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}


/* ----------------
section3
---------------- */

section.s3 {
    background-size: cover;
    padding: 64px 0 73px;
}

span.ruby_dot {
    position: relative;
    display: inline-block;
}

span.ruby_dot img {
    position: absolute;
    top: 0;
    width: 16px;
    max-width: 16px;
}

h2.s3_title {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.1em;
}

h2.s3_title.s3t_sub {
    margin-bottom: 36px;
}

span.ruby_dot img {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    width: 16px;
    max-width: 16px;
}

h2.s3_title span.ruby_kana {
    letter-spacing: 0.4em;
    top: -0.8em;
}

.inner.s3_inner {
    max-width: 1160px;
}

.s3_contents {
    max-width: 996px;
    margin: auto;
    margin-top: 44.5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s3_text p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.s3_text p.p_1 {
    margin-bottom: 24px;
}

.s3_text p.p_2 {
    margin-bottom: 20px;
}

img.s3t_img {
    width: 662px;
}

.s3_img {
    width: 300px;
}

section.s4 {
    background-size: cover;
    background-position: bottom;
}


/* ----------------
section4
---------------- */

section.s4 {
    background-size: cover;
    background-position: bottom;
    padding: 73px 0 100px;
}

.inner.s4_inner h2 {
    font-weight: 900;
    font-size: 59px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 45px;
}

.inner.s4_inner ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.inner.s4_inner ul li {
    width: 256px;
}

.inner.s4_inner ul li img {
    width: 146px;
    margin-bottom: 12px;
}

.inner.s4_inner ul li p {
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.04em;
    color: #fff;
}

.inner.s4_inner ul li p span.ruby_kana {
    /* top: -1.2em; */
}


/* ----------------
section5
---------------- */

section.s5 {
    background-size: cover;
    background-position: bottom;
    padding: 32px 0 6.7vw;
    margin-bottom: -6.7vw;
    z-index: 1;
    position: relative;
}

.inner.s5_inner img {
    width: 467px;
    margin-bottom: 18px;
}

.inner.s5_inner p {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.5;
}


/* ----------------
section6
---------------- */

section.s6 {
    padding: 150px 0 48px;
    background-size: cover;
    background-position: center;
}

img.s6_title {
    width: 1117px;
    max-width: 94%;
    margin-bottom: 41px;
}

section.s6 ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 980px;
    margin: auto;
    margin-bottom: 56px;
    max-width: 94%;
}

section.s6 ul li {
    width: 280px;
    height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.s6 ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F2F6F8;
    opacity: 0.85;
    top: 0;
    left: 0;
}

img.s6_li_img {
    width: 146px;
    margin: 0;
    margin-bottom: 13px;
    position: relative;
    z-index: 1;
}

section.s6 ul li p {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: center;
    z-index: 1;
}

section.s6 ul li p span.ruby_kana {
    /* top: -1.1em; */
}

.contact_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px;
    height: 100px;
    background-color: #E3041F;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid #E3041F;
}

.contact_link a svg {
    width: 59px;
    margin-right: 27px;
}

.contact_link a p {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding-top: 6px;
    padding-top: 16px;
}

.contact_link a p span.ruby_kana {
    /* top: -1.05em; */
}

.contact_link a:hover {
    background-color: #fff;
    border: 2px solid #E3041F;
    opacity: 1;
}

.contact_link a:hover p {
    color: #E3041F;
}

.contact_link a:hover svg path {
    fill: #E3041F;
}


/* ----------------
section7
---------------- */

section.s7 {
    padding: 48px 0 112px;
    background: linear-gradient(261.09deg, #080F47 0%, rgba(8, 15, 71, 0.604167) 48.83%, #2A3C5B 97.66%);
}

img.s7_title {
    width: 410px;
    margin-bottom: 56px;
}

section.s7 ul {
    width: 100%;
}

section.s7 ul li {
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    /* align-items: flex-end; */
    justify-content: space-between;
}

section.s7 ul li.s7_li_reverse {
    flex-direction: row-reverse;
}

section.s7 ul li:last-child {
    margin-bottom: 0;
}

.s7_ul_img {
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: hidden;
}

.s7_ul_img img {
    /* width: 268px; */
    max-width: 102%;
    position: relative;
    top: -1%;
    left: -1%;
}

.s7_ul_text {
    font-weight: 500;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.s7_ul_text p {
    font-size: 16px;
    line-height: 2.5;
}

.s7_ul_text span.ruby_kana {
    /* top: -1.3em; */
}


/* ----------------
section8
---------------- */

section.s8 {
    background-color: #E8E5CE;
    padding: 56px 0 80px;
}

.inner.s8_inner {
    max-width: 840px;
}

.s8_title {
    text-align: center;
    margin-bottom: 48px;
}

.s8_title h2 {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.5;
    color: #080F47;
    margin-bottom: 40px;
}

span.ruby_kana.s8t_kana1 {
    letter-spacing: 0.4em;
    margin-left: 0.2em;
}

span.ruby_kana.s8t_kana2 {
    letter-spacing: -0.14em;
}

.s8_title p {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
}

.inner.s8_inner ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.inner.s8_inner ul li {
    width: 400px;
}

.inner.s8_inner ul li img {
    margin-bottom: 16px;
}

.inner.s8_inner ul li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.04em;
}

.inner.s8_inner ul li p span.ruby_kana {
    /* top: -1.2em; */
}


/* ----------------
section9
---------------- */

section.s9 {
    padding: 64px 0 56px;
    background-color: #F2F6F8;
}

.inner.s9_inner {
    max-width: 880px;
}

img.s9_img {
    margin-bottom: 56px;
}


/* ----------------
section10
---------------- */

section.s10 {
    padding: 89px 0 105px;
}

.s10_title.s8_title h2 {
    color: #000;
}

.s10_title.s8_title p:last-child {
    margin-top: 16px;
}

li.s10_li.s10_li_1 {
    background-size: cover;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 44px 82px;
    margin-bottom: 40px;
}

li.s10_li.s10_li_1 p {
    font-weight: 700;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    width: 416px;
}

li.s10_li.s10_li_1 p span.ruby_kana {
    /* top: -1.2em; */
}

li.s10_li.s10_li_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

li.s10_li.s10_li_2 img {
    width: 50%;
    margin: 0;
}

li.s10_li.s10_li_2 .s10_li_text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.s10_li.s10_li_2 p {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: center;
}

li.s10_li.s10_li_2 p strong {
    font-weight: 900;
}

li.s10_li.s10_li_2 p span.ruby_kana {
    /* top: -1.05em; */
}

li.s10_li.s10_li_3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

li.s10_li.s10_li_3 .s10_li_text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.s10_li.s10_li_3 p {
    max-width: 394px;
    width: 85%;
    letter-spacing: 0.04em;
    font-size: 16px;
    line-height: 2.3;
    font-weight: 400;
}

li.s10_li.s10_li_3 p span.ruby_kana {
    /* top: -1.3em; */
}

.s10li3_img {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.s10li3_img img {
    width: 50%;
    margin: 0;
}

.s10li3_img img:last-child {
    padding-top: 84px;
}

li.s10_li.s10_li_4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.s10_li.s10_li_4 img {
    width: 612.5px;
    margin: 0;
    max-width: 62.4%;
    flex-shrink: 0;
}

li.s10_li.s10_li_4 .s10_li_text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.s10_li.s10_li_4 p {
    font-weight: 700;
    font-size: 26px;
    line-height: 2.54;
    text-align: center;
    letter-spacing: 0.04em;
}

li.s10_li.s10_li_4 p span.ruby_kana {
    /* top: -1.5em; */
}


/* ----------------
section11
---------------- */

section.s11 {
    padding: 70px 0 64px;
    background-color: #080F47;
    color: #fff;
    text-align: center;
}

h2.s11_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 42px;
}

span.ruby_kana.s11t_kana1 {
    letter-spacing: -0.05em;
}

span.ruby_kana.s11t_kana2 {
    letter-spacing: 0.6em;
    margin-left: 0.3em;
}

img.s11_img {
    width: 815px;
    margin-bottom: 24px;
}

p.s11_img_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0.1em;
    margin-bottom: 48px;
}

.inner.s11_inner h3 {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}

span.ruby_kana.s11h3_kana1 {
    letter-spacing: 0.8em;
    margin-left: 0.3em;
}

span.ruby_kana.s11h3_kana2 {
    letter-spacing: 0.7em;
    margin-left: 0.3em;
}

span.ruby_kana.s11h3_kana3 {
    letter-spacing: 0.3em;
    margin-left: 0.1em;
}

span.ruby_kana.s11h3_kana4 {
    letter-spacing: -0.05em;
}

span.ruby_kana.s11h3_kana5 {
    letter-spacing: -0.15em;
}

span.ruby_kana.s11h3_kana6 {
    letter-spacing: 0.7em;
    margin-left: 0.3em;
}

p.s11_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 62px;
}


/* ----------------
section12
---------------- */

section.s12 {
    padding: 92px 0 105px;
}

section.s12 h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 42px;
    text-align: center;
    color: #080F47;
}

section.s12 ul li {
    padding: 0 64px 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #C4C4C4;
    box-sizing: border-box;
}

section.s12 ul li .s12q,
section.s12 ul li .s12a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

section.s12 ul li .s12q {
    margin-bottom: 16px;
}

section.s12 ul li img {
    width: 40px;
    margin: 0;
    margin-right: 24px;
    flex-shrink: 0;
}

section.s12 ul li p {
    font-weight: 400;
    font-size: 24px;
    line-height: 2.25;
}

section.s12 ul li .s12q p {
    font-weight: 700;
}

section.s12 ul li p span.ruby_kana {
    /* top: -1.2em; */
}


/* ----------------
section13
---------------- */

section.s13 h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
    color: #080F47;
}

section.s13 {
    margin-bottom: 103px;
}

.irame_wrapper {
    padding: 12px 0;
    margin-bottom: 69px;
    background: linear-gradient(261.09deg, #080F47 0%, rgba(8, 15, 71, 0.604167) 48.83%, #2A3C5B 97.66%);
}

.irame_wrapper iframe {
    width: 100%;
    height: 547px;
}

.inner.s13_inner {
    max-width: 932px;
}

.s13_contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s13l_logo {
    display: flex;
    flex-direction: column;
    width: max-content;
    margin-bottom: 24px;
}

.s13l_logo img {
    width: 24px;
}

.s13l_logo {
    display: flex;
    flex-direction: column;
    width: max-content;
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.s13l_add {
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.s13l_add span.ruby_kana {
    /* top: -1.1em; */
    letter-spacing: 0.5em;
}

.bg_gy {
    background-color: #EDEDED;
    padding: 8px;
    box-sizing: border-box;
}

.s13_right {
    width: 581px;
}

.s13r_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s13r_1 .bg_gy {
    padding-top: 14px;
}

.s13r_gy1,
.s13r_gy2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s13r_1 img,
.s13r_3 img {
    width: 24px;
    margin: 0;
    margin-right: 8px;
}

.s13r_1 p,
.s13r_3 p {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.s13r_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

.s13r_2 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.s13r_2 img {
    margin: 0 8px;
    width: 24px;
}

.s13r_3 {
    width: 100%;
}

.s13r_3 .bg_gy {
    display: flex;
    width: 100%;
    align-items: center;
}


/* ----------------
section14
---------------- */

section.s14 {
    padding: 43px 0 54px;
    background-size: cover;
    color: #fff;
    background-position: center;
}

.inner.s14_inner h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 42px;
}

.s14_contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s14c_img {
    width: 428px;
    max-width: 43.7%;
    flex-shrink: 0;
    margin-left: 40px;
}

.s14c_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 2.08;
    letter-spacing: 0.1em;
}

.s14c_text p:first-child {
    margin-bottom: 21px;
}

.s14c_text p span.ruby_kana {
    /* top: -1.2em; */
}


/* ----------------
section15
---------------- */

section.s15 {
    padding: 43px 0 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.s15 h2 {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.5;
    color: #080F47;
}

.s15_tel {
    margin-top: 60px;
}

.s15_tel {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s15_tel p {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #080F47;
    margin-bottom: 8px;
}

.s15_tel a {
    padding: 8px 44px;
    border: 2px solid #E3041F;
    border-radius: 3px;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #E3041F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s15_tel a svg {
    margin-right: 16px;
}

.s15_tel a svg path {
    transition: 0.3s;
}

.s15_tel a:hover {
    opacity: 1;
    color: #fff;
    border: 2px solid #fff;
    background-color: #E3041F;
}

.s15_tel a:hover svg path {
    fill: #fff;
}


/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

.footer_menu {
    background-color: #333333;
    padding: 12px 0;
}

.footer_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer_menu ul span {
    font-size: 16px;
    font-weight: 700;
    margin: 0 8px;
}

.footer_menu ul li.r2 {
    position: absolute;
    right: 4%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.footer_menu ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.copyright {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 64px;
    font-weight: 700;
}

.copyright span {
    display: block;
    margin-top: 8px;
}

/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 1060px) {
    section.mv {
        padding: 3.585vw 0 3.868vw;
        margin-top: -0.377vw;
    }
    .mv_label_img {
        max-width: 75.472vw;
        margin-bottom: 1.604vw;
    }
    .mv_text_img {
        max-width: 75.472vw;
        margin-bottom: 3.019vw;
    }
    .s1_title h2 {
        font-size: 3.774vw;
        margin-bottom: 3.585vw;
    }
    .s1_title p {
        font-size: 2.264vw;
        margin-bottom: 3.019vw;
    }
    li.s1_li {
        width: 29.34vw;
        min-height: 32.642vw;
        padding: 1.509vw;
    }
    .sut_img {
        width: 7.547vw;
    }
    .sut_text {
        font-size: 2.264vw;
    }
    .s1_ul_title {
        margin-bottom: 2.453vw;
    }
    li.s1_li ul li {
        font-size: 2.264vw;
        margin-bottom: 1.698vw;
    }
    section.s2 {
        padding: 3.774vw 0 5.189vw;
    }
    .s2_contents ul li {
        padding: 0.472vw;
        width: 28.774vw;
        height: 21.321vw;
        margin-bottom: 3.019vw;
    }
    .s2c_li_inner img.num_img {
        width: 18.208vw;
        margin-top: 0.943vw;
    }
    .s2_contents ul li img.num {
        left: -1.415vw;
        top: -1.038vw;
        width: 6.038vw;
    }
    .s2c_li_inner .num_text {
        font-size: 1.698vw;
        margin-top: 1.132vw;
    }
    .s2_contents ul li.num_2col {
        width: 60.66vw;
    }
    .s2_contents ul li.num_2col img.num_img.num_img5 {
        width: 44.057vw;
    }
    .s2_contents ul li.num_2col .num_text {
        margin-top: 2.642vw;
    }
    .s2_bottom_text {
        font-size: 2.264vw;
    }
    section.s3 {
        padding: 6.038vw 0 6.887vw;
    }
    span.ruby_dot img {
        width: 1.509vw;
        max-width: 1.509vw;
    }
    h2.s3_title {
        font-size: 4.528vw;
    }
    h2.s3_title.s3t_sub {
        margin-bottom: 3.396vw;
    }
    span.ruby_dot img {
        top: -2.642vw;
        width: 1.509vw;
        max-width: 1.509vw;
    }
    .s3_contents {
        max-width: 93.962vw;
        margin-top: 4.198vw;
    }
    .s3_text p {
        font-size: 2.264vw;
    }
    .s3_text p.p_1 {
        margin-bottom: 2.264vw;
    }
    .s3_text p.p_2 {
        margin-bottom: 1.887vw;
    }
    img.s3t_img {
        width: 62.453vw;
    }
    .s3_img {
        width: 28.302vw;
    }
    section.s4 {
        padding: 6.887vw 0 9.434vw;
    }
    .inner.s4_inner h2 {
        font-size: 5.566vw;
        margin-bottom: 4.245vw;
    }
    .inner.s4_inner ul li {
        width: 24.151vw;
    }
    .inner.s4_inner ul li img {
        width: 13.774vw;
        margin-bottom: 1.132vw;
    }
    .inner.s4_inner ul li p {
        font-size: 1.698vw;
    }
    section.s5 {
        padding: 32px 0 6.7vw;
        margin-bottom: -6.7vw;
    }
    .inner.s5_inner img {
        width: 44.057vw;
        margin-bottom: 1.698vw;
    }
    .inner.s5_inner p {
        font-size: 3.585vw;
    }
    section.s6 {
        padding: 14.151vw 0 4.528vw;
    }
    img.s6_title {
        width: 105.377vw;
        margin-bottom: 3.868vw;
    }
    section.s6 ul {
        width: 92.453vw;
        margin-bottom: 5.283vw;
        max-width: 94%;
    }
    section.s6 ul li {
        width: 26.415vw;
        height: 26.415vw;
    }
    img.s6_li_img {
        width: 13.774vw;
        margin-bottom: 1.226vw;
    }
    section.s6 ul li p {
        font-size: 1.698vw;
    }
    .contact_link a {
        width: 51.887vw;
        height: 10vw;
    }
    .contact_link a svg {
        width: 5.566vw;
        margin-right: 2.547vw;
    }
    .contact_link a p {
        font-size: 2.453vw;
        padding-top: 1.35vw;
    }
    section.s7 {
        padding: 4.528vw 0 10.566vw;
    }
    img.s7_title {
        width: 38.679vw;
        margin-bottom: 5.283vw;
    }
    section.s7 ul li {
        margin-bottom: 3.774vw;
    }
    .s7_ul_img {
        width: 28.302vw;
        height: 28.302vw;
    }
    .s7_ul_text {
        padding: 2.264vw;
    }
    .s7_ul_text p {
        font-size: 1.509vw;
    }
    section.s8 {
        padding: 5.283vw 0 7.547vw;
    }
    .inner.s8_inner {
        max-width: 79.245vw;
    }
    .s8_title {
        margin-bottom: 4.528vw;
    }
    .s8_title h2 {
        font-size: 4.528vw;
        margin-bottom: 3.774vw;
    }
    .s8_title p {
        font-size: 2.264vw;
    }
    .inner.s8_inner ul li {
        width: 37.736vw;
    }
    .inner.s8_inner ul li p {
        font-size: 1.509vw;
    }
    section.s9 {
        padding: 6.038vw 0 5.283vw;
    }
    .inner.s9_inner {
        max-width: 83.019vw;
    }
    img.s9_img {
        margin-bottom: 5.283vw;
    }
    section.s10 {
        padding: 8.396vw 0 9.906vw;
    }
    .s10_title.s8_title p:last-child {
        margin-top: 1.509vw;
    }
    li.s10_li.s10_li_1 {
        height: 37.736vw;
        padding: 4.151vw 7.736vw;
        margin-bottom: 3.774vw;
    }
    li.s10_li.s10_li_1 p {
        font-size: 1.509vw;
        width: 39.245vw;
    }
    li.s10_li.s10_li_2 {
        margin-bottom: 1.887vw;
    }
    li.s10_li.s10_li_2 p {
        font-size: 2.453vw;
    }
    li.s10_li.s10_li_3 {
        margin-bottom: 1.887vw;
    }
    li.s10_li.s10_li_3 p {
        max-width: 37.17vw;
        width: 85%;
        font-size: 1.509vw;
    }
    .s10li3_img img:last-child {
        padding-top: 7.925vw;
    }
    li.s10_li.s10_li_4 img {
        width: 57.783vw;
    }
    li.s10_li.s10_li_4 p {
        font-size: 2.453vw;
    }
    section.s11 {
        padding: 6.604vw 0 6.038vw;
    }
    h2.s11_title {
        font-size: 4.528vw;
        margin-bottom: 3.962vw;
    }
    img.s11_img {
        width: 76.887vw;
        margin-bottom: 2.264vw;
    }
    p.s11_img_text {
        font-size: 1.509vw;
        margin-bottom: 4.528vw;
    }
    .inner.s11_inner h3 {
        font-size: 3.774vw;
        margin-bottom: 3.774vw;
    }
    p.s11_text {
        font-size: 2.264vw;
        margin-bottom: 5.849vw;
    }
    section.s12 {
        padding: 8.679vw 0 9.906vw;
    }
    section.s12 h2 {
        font-size: 4.528vw;
        margin-bottom: 3.962vw;
    }
    section.s12 ul li {
        padding: 0 6.038vw 2.264vw;
        margin-bottom: 2.264vw;
    }
    section.s12 ul li .s12q {
        margin-bottom: 1.509vw;
    }
    section.s12 ul li img {
        width: 3.774vw;
        margin-right: 2.264vw;
    }
    section.s12 ul li p {
        font-size: 2.264vw;
    }
    section.s13 h2 {
        font-size: 4.528vw;
        margin-bottom: 1.887vw;
    }
    section.s13 {
        margin-bottom: 9.717vw;
    }
    .irame_wrapper {
        padding: 1.132vw 0;
        margin-bottom: 6.509vw;
    }
    .irame_wrapper iframe {
        height: 51.604vw;
    }
    .inner.s13_inner {
        max-width: 87.925vw;
    }
    .s13l_logo {
        margin-bottom: 2.264vw;
    }
    .s13l_logo img {
        width: 2.264vw;
    }
    .s13l_logo {
        margin-bottom: 2.264vw;
        font-size: 1.509vw;
    }
    .s13l_add {
        font-size: 1.509vw;
    }
    .bg_gy {
        padding: 0.755vw;
    }
    .s13_right {
        width: 54.811vw;
    }
    .s13r_1 .bg_gy {
        padding-top: 1.321vw;
    }
    .s13r_1 img,
    .s13r_3 img {
        width: 2.264vw;
        margin-right: 0.755vw;
    }
    .s13r_1 p,
    .s13r_3 p {
        font-size: 1.509vw;
    }
    .s13r_2 {
        margin: 2.264vw 0;
    }
    section.s14 {
        padding: 4.057vw 0 5.094vw;
    }
    .inner.s14_inner h2 {
        font-size: 3.774vw;
        margin-bottom: 3.962vw;
    }
    .s14c_img {
        width: 40.377vw;
        margin-left: 3.774vw;
    }
    .s14c_text {
        font-size: 2.264vw;
    }
    .s14c_text p:first-child {
        margin-bottom: 1.981vw;
    }
    section.s15 {
        padding: 4.057vw 0 4.528vw;
    }
    section.s15 h2 {
        margin-bottom: 3.774vw;
        font-size: 3.774vw;
    }
    .s15_tel {
        margin-top: 5.66vw;
    }
    .s15_tel {
        margin-top: 5.66vw;
    }
    .s15_tel p {
        font-size: 1.698vw;
        margin-bottom: 0.755vw;
    }
    .s15_tel a {
        padding: 0.755vw 4.151vw;
    }
    .s15_tel a {
        padding: 0.755vw 4.151vw;
        font-size: 3.019vw;
    }
    /* 
    section.mv {
        padding: 38px 0 41px;
        margin-top: -4px;
    }

    .mv_label_img {
        max-width: 761px;
        margin-bottom: 17px;
    }

    .mv_text_img {
        max-width: 800px;
        margin-bottom: 32px;
    }

    .s1_title h2 {
        font-size: 40px;
        margin-bottom: 38px;
    }

    .s1_title p {
        font-size: 24px;
        margin-bottom: 32px;
    }

    li.s1_li {
        width: 311px;
        min-height: 346px;
        padding: 16px;
    }

    .sut_img {
        width: 80px;
    }

    .sut_text {
        font-size: 24px;
    }

    .s1_ul_title {
        margin-bottom: 26px;
    }

    li.s1_li ul li {
        font-size: 24px;
        margin-bottom: 18px;
    }

    section.s2 {
        padding: 40px 0 55px;
    }

    .s2_contents ul li {
        padding: 5px;
        width: 305px;
        height: 226px;
        margin-bottom: 32px;
    }

    .s2c_li_inner img.num_img {
        width: 193px;
        margin-top: 10px;
    }

    .s2c_li_inner img.num {
        left: -15px;
        top: -11px;
        width: 64px;
    }

    .s2c_li_inner .num_text {
        font-size: 18px;
        margin-top: 12px;
    }

    .s2_contents ul li.num_2col {
        width: 643px;
    }

    .s2_contents ul li.num_2col img.num_img.num_img5 {
        width: 467px;
    }

    .s2_contents ul li.num_2col .num_text {
        margin-top: 28px;
    }

    .s2_bottom_text {
        font-size: 24px;
    }

    section.s3 {
        padding: 64px 0 73px;
    }

    span.ruby_dot img {
        width: 16px;
        max-width: 16px;
    }

    h2.s3_title {
        font-size: 48px;
    }

    h2.s3_title.s3t_sub {
        margin-bottom: 36px;
    }

    span.ruby_dot img {
        top: -28px;
        width: 16px;
        max-width: 16px;
    }

    .s3_contents {
        max-width: 996px;
        margin-top: 44.5px;
    }

    .s3_text p {
        font-size: 24px;
    }

    .s3_text p.p_1 {
        margin-bottom: 24px;
    }

    .s3_text p.p_2 {
        margin-bottom: 20px;
    }

    img.s3t_img {
        width: 662px;
    }

    .s3_img {
        width: 300px;
    }

    section.s4 {
        padding: 73px 0 100px;
    }

    .inner.s4_inner h2 {
        font-size: 59px;
        margin-bottom: 45px;
    }

    .inner.s4_inner ul li {
        width: 256px;
    }

    .inner.s4_inner ul li img {
        width: 146px;
        margin-bottom: 12px;
    }

    .inner.s4_inner ul li p {
        font-size: 18px;
    }

    section.s5 {
        padding: 32px 0 6.7vw;
        margin-bottom: -6.7vw;
    }

    .inner.s5_inner img {
        width: 467px;
        margin-bottom: 18px;
    }

    .inner.s5_inner p {
        font-size: 38px;
    }

    section.s6 {
        padding: 150px 0 48px;
    }

    img.s6_title {
        width: 1117px;
        margin-bottom: 41px;
    }

    section.s6 ul {
        width: 980px;
        margin-bottom: 56px;
        max-width: 94%;
    }

    section.s6 ul li {
        width: 280px;
        height: 280px;
    }

    img.s6_li_img {
        width: 146px;
        margin-bottom: 13px;
    }

    section.s6 ul li p {
        font-size: 18px;
    }

    .contact_link a {
        width: 550px;
        height: 90px;
    }

    .contact_link a svg {
        width: 59px;
        margin-right: 27px;
    }

    .contact_link a p {
        font-size: 26px;
        padding-top: 6px;
    }

    section.s7 {
        padding: 48px 0 112px;
    }

    img.s7_title {
        width: 410px;
        margin-bottom: 56px;
    }

    section.s7 ul li {
        margin-bottom: 40px;
    }

    .s7_ul_img {
        width: 300px;
        height: 300px;
    }

    .s7_ul_text {
        padding: 24px;
    }

    .s7_ul_text p {
        font-size: 16px;
    }

    section.s8 {
        padding: 56px 0 80px;
    }

    .inner.s8_inner {
        max-width: 840px;
    }

    .s8_title {
        margin-bottom: 48px;
    }

    .s8_title h2 {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .s8_title p {
        font-size: 24px;
    }

    .inner.s8_inner ul li {
        width: 400px;
    }

    .inner.s8_inner ul li p {
        font-size: 16px;
    }

    section.s9 {
        padding: 64px 0 56px;
    }

    .inner.s9_inner {
        max-width: 880px;
    }

    img.s9_img {
        margin-bottom: 56px;
    }

    section.s10 {
        padding: 89px 0 105px;
    }

    .s10_title.s8_title p:last-child {
        margin-top: 16px;
    }

    li.s10_li.s10_li_1 {
        height: 400px;
        padding: 44px 82px;
        margin-bottom: 40px;
    }

    li.s10_li.s10_li_1 p {
        font-size: 16px;
        width: 416px;
    }

    li.s10_li.s10_li_2 {
        margin-bottom: 20px;
    }

    li.s10_li.s10_li_2 p {
        font-size: 26px;
    }

    li.s10_li.s10_li_3 {
        margin-bottom: 20px;
    }

    li.s10_li.s10_li_3 p {
        max-width: 394px;
        width: 85%;
        font-size: 16px;
    }

    .s10li3_img img:last-child {
        padding-top: 84px;
    }

    li.s10_li.s10_li_4 img {
        width: 612.5px;
    }

    li.s10_li.s10_li_4 p {
        font-size: 26px;
    }

    section.s11 {
        padding: 70px 0 64px;
    }

    h2.s11_title {
        font-size: 48px;
        margin-bottom: 42px;
    }

    img.s11_img {
        width: 815px;
        margin-bottom: 24px;
    }

    p.s11_img_text {
        font-size: 16px;
        margin-bottom: 48px;
    }

    .inner.s11_inner h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    p.s11_text {
        font-size: 24px;
        margin-bottom: 62px;
    }

    section.s12 {
        padding: 92px 0 105px;
    }

    section.s12 h2 {
        font-size: 48px;
        margin-bottom: 42px;
    }

    section.s12 ul li {
        padding: 0 64px 24px;
        margin-bottom: 24px;
    }

    section.s12 ul li .s12q {
        margin-bottom: 16px;
    }

    section.s12 ul li img {
        width: 40px;
        margin-right: 24px;
    }

    section.s12 ul li p {
        font-size: 24px;
    }

    section.s13 h2 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    section.s13 {
        margin-bottom: 103px;
    }

    .irame_wrapper {
        padding: 12px 0;
        margin-bottom: 69px;
    }

    .irame_wrapper iframe {
        height: 547px;
    }

    .inner.s13_inner {
        max-width: 932px;
    }

    .s13l_logo {
        margin-bottom: 24px;
    }

    .s13l_logo img {
        width: 24px;
    }

    .s13l_logo {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .s13l_add {
        font-size: 16px;
    }

    .bg_gy {
        padding: 8px;
    }

    .s13_right {
        width: 581px;
    }

    .s13r_1 .bg_gy {
        padding-top: 14px;
    }

    .s13r_1 img,
    .s13r_3 img {
        width: 24px;
        margin-right: 8px;
    }

    .s13r_1 p,
    .s13r_3 p {
        font-size: 16px;
    }

    .s13r_2 {
        margin: 24px 0;
    }

    .s13r_2 img {
        margin: 0 8px;
    }

    section.s14 {
        padding: 43px 0 54px;
    }

    .inner.s14_inner h2 {
        font-size: 40px;
        margin-bottom: 42px;
    }

    .s14c_img {
        width: 428px;
        margin-left: 40px;
    }

    .s14c_text {
        font-size: 24px;
    }

    .s14c_text p:first-child {
        margin-bottom: 21px;
    }

    section.s15 {
        padding: 43px 0 48px;
    }

    section.s15 h2 {
        margin-bottom: 40px;
        font-size: 40px;
    }

    .s15_tel {
        margin-top: 60px;
    }

    .s15_tel {
        margin-top: 60px;
    }

    .s15_tel p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .s15_tel a {
        padding: 8px 44px;
    }

    .s15_tel a {
        padding: 8px 44px;
        font-size: 32px;
    }
 */
}

@media screen and (max-width: 750px) {
    .pc-only {
        display: none;
    }
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
    .sp-only {
        display: block;
    }
    .mmb-10 {
        margin-bottom: 10px;
    }
    .mmb-20 {
        margin-bottom: 20px;
    }
    .mmb-30 {
        margin-bottom: 30px;
    }
    .mmb-40 {
        margin-bottom: 40px;
    }
    .splogo {
        display: inline-block;
    }
    /* vw変換 */
    section.mv {
        background-image: url("./img/mv2_sp.jpg") !important;
        padding: 5.333vw 0 4.267vw;
        margin-top: -1.067vw;
    }
    .mv_label_img {
        max-width: 100%;
        margin-bottom: 7.467vw;
    }
    .mv_text_img {
        max-width: 100%;
        margin-bottom: 10.667vw;
    }
    .mv_link a {
        width: 100%;
        height: 26.667vw;
    }
    .mv_link a svg {
        width: 8.533vw;
        margin-right: 6.4vw;
    }
    .mv_l_text {
        font-size: 6.4vw;
        line-height: 1.6;
    }
    .sp_small {
        font-size: 4.267vw;
    }
    .mv_l_text span.sp_small span.ruby_kana {
        top: -1.1em;
        -webkit-transform: scale(0.52);
        -moz-transform: scale(0.52);
        -ms-transform: scale(0.52);
        -o-transform: scale(0.52);
        transform: scale(0.52);
    }
    section.s1 {
        background-color: #EDEDED;
        padding: 13.067vw 0 17.067vw;
    }
    .s1_title h2 {
        font-size: 6.4vw;
        margin-bottom: 6.133vw;
        font-weight: 900;
        line-height: 1.83;
    }
    .s1_title h2 span.ruby_kana {
        top: -1em;
    }
    .s1_title p {
        font-size: 4.267vw;
        margin-bottom: 4.267vw;
        font-weight: 500;
        line-height: 2.25;
    }
    /*safariの場合*/
     ::-webkit-full-page-media,
     :future,
     :root .s1_title p {
        font-size: 4.1vw;
    }
    .s1_title p span.ruby_kana {
        /* top: -1.3em; */
    }
    ul.s1_ul {
        margin-top: 8.533vw;
        margin-bottom: -6.4vw;
    }
    ul.s1_ul {
        margin-top: 8.533vw;
        margin-bottom: -6.4vw;
        flex-direction: column;
        align-items: center;
    }
    li.s1_li {
        width: 82.933vw;
        height: 92.267vw;
        margin-bottom: 6.4vw;
        padding: 4.267vw;
    }
    .s1_ul_title {
        margin-bottom: 6.933vw;
    }
    .sut_img {
        width: 21.333vw;
    }
    .sut_text {
        font-size: 6.4vw;
    }
    li.s1_li ul li {
        font-size: 6.4vw;
        margin-bottom: 4.8vw;
        font-weight: 500;
    }
    section.s2 {
        padding: 10.933vw 0 12.8vw;
    }
    .s2_contents {
        margin-top: 14.933vw;
        margin-bottom: 17.067vw;
    }
    ul.s2c_bottom,
    ul.s2c_top {
        flex-direction: column;
        align-items: center;
    }
    .s2_contents ul li {
        width: 81.333vw;
        height: auto;
        padding: 1.6vw;
        margin-bottom: 8.533vw;
    }
    .s2_contents ul li img.num {
        left: -4vw;
        top: -2.933vw;
        width: 17.067vw;
    }
    .s2_contents ul li .s2c_li_inner {
        padding: 2.667vw 0 1.067vw;
    }
    .s2c_li_inner img.num_img {
        width: 51.467vw;
        margin-top: 0;
    }
    .s2c_li_inner .num_text {
        font-size: 4.8vw;
        margin-top: 2.667vw;
    }
    .s2_contents ul li.num_2col {
        width: 81.333vw;
        margin-bottom: 0;
    }
    .s2_contents ul li.num_2col img.num_img.num_img5 {
        width: 64.267vw;
    }
    .s2_contents ul li.num_2col .num_text {
        margin-top: 4.8vw;
    }
    .s2_bottom_text {
        white-space: break-spaces;
        font-size: 4.267vw;
        font-weight: 500;
        line-height: 2.25;
    }
    .s2_bottom_text span.ruby_kana {
        /* top: -1.2em; */
    }
    section.s3 {
        padding: 16.267vw 0 25.067vw;
    }
    section.s3 {
        padding: 16.267vw 0 25.067vw;
        background-image: url("./img/s3_bg_sp4.jpg") !important;
    }
    h2.s3_title {
        font-size: 6.4vw;
        line-height: 2.25;
        margin: auto;
        margin-bottom: 7.733vw;
        width: 80vw;
        text-align: left;
    }
    /*safariの場合*/
     ::-webkit-full-page-media,
     :future,
     :root h2.s3_title {
        width: 82vw;
    }
    h2.s3_title.s3t_sub {
        font-size: 4.8vw;
        margin-bottom: 9.333vw;
    }
    h2.s3_title span.ruby_kana {
        letter-spacing: 0.4em;
        /* top: -1.15em; */
    }
    span.ruby_dot img {
        top: -0.5em;
        width: 2.667vw;
        max-width: 2.667vw;
    }
    .s3_contents {
        margin-top: 0;
        max-width: 100%;
    }
    .s3_contents {
        margin-top: 0;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .s3_text {
        width: 100%;
        margin-bottom: 13.067vw;
    }
    .s3_text p {
        font-size: 4.267vw;
        line-height: 2.25;
    }
    .s3_text p.p_1 {
        margin-bottom: 6.133vw;
    }
    .s3_text p.p_2 {
        margin-bottom: 8.533vw;
    }
    img.s3t_img {
        width: 100%;
    }
    .s3_text p span.ruby_kana {
        /* top: -1.3em; */
    }
    .s3_img {
        width: 80vw;
    }
    section.s4 {
        padding: 8.533vw 0 27.467vw;
        background-image: url(./img/s4_bg_sp.png) !important;
    }
    .inner.s4_inner h2 {
        font-size: 6.4vw;
        margin-bottom: 13.067vw;
        letter-spacing: 0;
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .inner.s4_inner ul {
        flex-direction: column;
        align-items: center;
        margin-bottom: -4.267vw;
    }
    .inner.s4_inner ul li {
        width: 100%;
        margin-bottom: 4.267vw;
    }
    .inner.s4_inner ul li img {
        width: 38.933vw;
        margin-bottom: 4.267vw;
    }
    .inner.s4_inner ul li p {
        font-size: 4.8vw;
        line-height: 2.25;
    }
    section.s5 {
        padding: 6.667vw 0 21.333vw;
        margin-bottom: -21.333vw;
        background-image: url(./img/s5_bg_sp.png) !important;
    }
    .inner.s5_inner img {
        width: 75.467vw;
        margin-bottom: 6.667vw;
    }
    .inner.s5_inner p {
        font-size: 6.4vw;
        line-height: 2;
        margin-bottom: -2.667vw;
    }
    .inner.s5_inner p span.ruby_kana {
        /* top: -1em; */
    }
    section.s6 {
        background-image: url("./img/s6_bg_sp.jpg") !important;
        padding: 27.2vw 0 9.867vw;
    }
    img.s6_title {
        width: 100%;
        margin-bottom: 1.067vw;
    }
    section.s6 ul {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 8.533vw;
    }
    section.s6 ul li {
        width: 74.667vw;
        height: 74.667vw;
        margin-bottom: 4.267vw;
    }
    img.s6_li_img {
        width: 38.933vw;
        margin-bottom: 2.667vw;
    }
    section.s6 ul li p {
        font-size: 4.8vw;
        line-height: 2.25;
    }
    section.s6 ul li p span.ruby_kana {
        /* top: -1.2em; */
    }
    section.s6 .contact_link {
        max-width: 94%;
        margin: auto;
    }
    .contact_link a {
        width: 100%;
        height: 26.667vw;
    }
    .contact_link a svg {
        width: 8.533vw;
        margin-right: 6.4vw;
    }
    .contact_link a p {
        font-size: 6.4vw;
        padding-top: 2.5vw;
        line-height: 1.5;
    }
    .contact_link a p span.ruby_kana {
        top: -0.95em;
    }
    section.s7 {
        padding: 8.533vw 0 17.067vw;
    }
    img.s7_title {
        width: 87.4vw;
        margin-bottom: 7.733vw;
    }
    section.s7 ul li.s7_li_reverse,
    section.s7 ul li {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10.667vw;
    }
    .s7_ul_img {
        width: 87.4vw;
        height: 87.4vw;
    }
    .s7_ul_img img {
        width: 102%;
    }
    .s7_ul_text {
        width: 87.4vw;
        padding: 4.2vw;
    }
    .s7_ul_text p {
        font-size: 3.733vw;
        letter-spacing: 0.1em;
    }
    /*safariの場合*/
    /* ::-webkit-full-page-media,
     :future,
     :root .s7_ul_text {
        padding: 3vw;
    } */
    section.s8 {
        padding: 6.4vw 0 10.667vw;
    }
    .inner.s8_inner {
        max-width: 100%;
    }
    .s8_title {
        margin-bottom: 12.8vw;
    }
    .s8_title h2 {
        font-size: 8.533vw;
        margin-bottom: 6.4vw;
    }
    .s8_title p {
        font-size: 4.267vw;
        line-height: 2.25;
    }
    .s8_title p span.ruby_kana {
        /* top: -1.2em; */
    }
    .inner.s8_inner ul {
        flex-direction: column;
        align-items: center;
        margin-bottom: -6.4vw;
    }
    .inner.s8_inner ul li {
        width: 87.6vw;
        margin-bottom: 6.4vw;
    }
    .inner.s8_inner ul li img {
        margin-bottom: 4.267vw;
        width: 100%;
        height: 80vw;
        object-fit: cover;
    }
    .inner.s8_inner ul li p {
        font-size: 4.267vw;
    }
    section.s9 {
        padding: 10.667vw 0 14.933vw;
    }
    .inner.s9_inner {
        max-width: 100%;
    }
    .s9_title.s8_title {
        margin-bottom: 6.4vw;
    }
    .s9_title.s8_title h2 {
        letter-spacing: 0.2em;
    }
    span.ruby_kana.s8t_kana1 {
        letter-spacing: 0.6em;
        margin-left: 0.1em;
    }
    span.ruby_kana.s8t_kana2 {
        letter-spacing: -0.14em;
    }
    .s9_title.s8_title p {
        font-size: 6.4vw;
    }
    img.s9_img {
        margin-bottom: 12.8vw;
        width: 100%;
    }
    section.s10 {
        padding: 16.533vw 0 19.2vw;
    }
    .s10_title.s8_title {
        margin-bottom: 4.267vw;
    }
    span.ruby_kana.s8t_kana2 {
        letter-spacing: 0em;
        margin-left: -0.2em;
    }
    .s10_title.s8_title p:last-child {
        margin-top: 4.533vw;
    }
    li.s10_li.s10_li_1 {
        background-image: url(./img/s9_1_sp.jpg) !important;
        height: 100vw;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        justify-content: center;
        padding: 2.4vw 4.267vw;
        margin-bottom: 10.667vw;
    }
    li.s10_li.s10_li_1 p {
        font-size: 4.267vw;
        width: 100%;
    }
    li.s10_li.s10_li_2 {
        margin-bottom: 10.667vw;
        flex-direction: column;
    }
    li.s10_li.s10_li_2 img {
        width: 93.6vw;
        margin: 0;
        margin-left: auto;
        margin-bottom: -14.667vw;
    }
    li.s10_li.s10_li_2 .s10_li_text {
        width: 84vw;
        margin-right: auto;
        background-color: #fff;
        padding: 2.933vw 0px;
        box-sizing: border-box;
    }
    li.s10_li.s10_li_2 p {
        font-size: 4.8vw;
        line-height: 2.25;
    }
    li.s10_li.s10_li_2 p span.ruby_kana {
        /* top: -1.2em; */
    }
    li.s10_li.s10_li_3 {
        flex-direction: column-reverse;
        margin-bottom: 10.667vw;
    }
    li.s10_li.s10_li_3 .s10_li_text {
        width: 100%;
    }
    li.s10_li.s10_li_3 p {
        max-width: 97%;
        width: 100%;
        font-size: 4.267vw;
    }
    .s10li3_img {
        width: 100vw;
        justify-content: space-between;
        margin-bottom: 8.533vw;
    }
    .s10li3_img img {
        width: 45.2vw;
        margin: 0;
    }
    .s10li3_img img:last-child {
        padding-top: 13.333vw;
    }
    li.s10_li.s10_li_4 {
        flex-direction: column;
    }
    li.s10_li.s10_li_4 img {
        width: 100%;
        max-width: 100%;
        margin-bottom: -19.733vw;
    }
    li.s10_li.s10_li_4 .s10_li_text {
        background-color: #fff;
        width: 94%;
    }
    li.s10_li.s10_li_4 p {
        font-size: 6.933vw;
        line-height: 2.25;
        padding-top: 3.2vw;
    }
    section.s11 {
        padding: 8.533vw 0 12.8vw;
    }
    h2.s11_title {
        font-size: 8.533vw;
        margin-bottom: 10.933vw;
        line-height: 1.62;
    }
    img.s11_img {
        width: 87.2vw;
        margin-bottom: 4.267vw;
    }
    p.s11_img_text {
        font-size: 3.733vw;
        margin-bottom: 6.4vw;
        line-height: 2.25;
    }
    p.s11_img_text span.ruby_kana {
        /* top: -1.3em; */
    }
    .inner.s11_inner h3 {
        font-size: 6.4vw;
        margin-bottom: 6.4vw;
        line-height: 1.83;
    }
    .inner.s11_inner h3 span.ruby_kana {
        /* top: -1em; */
    }
    p.s11_text {
        font-size: 4.267vw;
        margin-bottom: 12.8vw;
        line-height: 2.25;
    }
    p.s11_text span.ruby_kana {
        /* top: -1.3em; */
    }
    section.s12 {
        padding: 12.8vw 0 19.467vw;
    }
    section.s12 h2 {
        font-size: 8.533vw;
        margin-bottom: 14.933vw;
    }
    section.s12 ul li {
        padding: 0 0 6.4vw;
        margin-bottom: 6.4vw;
    }
    section.s12 ul li .s12q {
        margin-bottom: 6.4vw;
    }
    section.s12 ul li img {
        width: 10.667vw;
        margin-right: 4.267vw;
    }
    section.s12 ul li p {
        font-size: 4.8vw;
    }
    section.s12 ul li .s12a p {
        font-size: 4.267vw;
    }
    section.s13 h2 {
        font-size: 6.4vw;
        margin-bottom: 4.267vw;
        font-weight: 900;
        line-height: 1.85;
    }
    .irame_wrapper {
        padding: 1.867vw 0;
        margin-bottom: 8.8vw;
    }
    .irame_wrapper iframe {
        height: 100vw;
    }
    .inner.s13_inner {
        max-width: 100%;
    }
    .s13_contents {
        flex-direction: column;
        align-items: center;
    }
    .s13_left {
        margin-bottom: 10.667vw;
    }
    .s13l_logo {
        margin-bottom: 6.4vw;
        font-size: 4.267vw;
    }
    .s13l_logo img {
        width: 6.4vw;
    }
    .s13l_add {
        font-size: 4.267vw;
        font-weight: 400;
    }
    .s13_right {
        width: 93.6vw;
    }
    .s13r_1 .bg_gy {
        padding: 2.667vw;
    }
    .bg_gy {
        padding: 2.667vw;
    }
    .s13r_1 img,
    .s13r_3 img {
        width: 4.267vw;
        margin-right: 2.667vw;
    }
    .s13r_1 p,
    .s13r_3 p {
        font-size: 3.2vw;
    }
    .s13r_1 p {
        line-height: 2;
    }
    .s13r_1 p span.ruby_kana {
        /* top: -1.1em; */
    }
    .s13r_2 {
        margin: 4.267vw 0;
    }
    section.s14 {
        padding: 10.667vw 0;
    }
    .inner.s14_inner h2 {
        font-size: 8.533vw;
        margin-bottom: 4.8vw;
        text-align: left;
    }
    .s14_contents {
        flex-direction: column;
        align-items: center;
    }
    .s14c_text {
        font-size: 3.733vw;
        margin-bottom: 6.4vw;
    }
    .s14c_text p:first-child {
        margin-bottom: 4.267vw;
    }
    .s14c_img {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin: auto;
    }
    section.s15 {
        padding: 10.667vw 0 14.133vw;
    }
    section.s15 h2 {
        margin-bottom: 10.667vw;
        font-size: 8.533vw;
    }
    section.s15 .contact_link {
        width: 94%;
    }
    .s15_tel {
        margin-top: 14.933vw;
    }
    .s15_tel {
        margin-top: 14.933vw;
        width: 94%;
    }
    .s15_tel p {
        font-size: 4.8vw;
        margin-bottom: 2.133vw;
    }
    .s15_tel a {
        padding: 2.133vw 0;
        font-size: 8.533vw;
        width: 100%;
        box-sizing: border-box;
    }
    .s15_tel a svg {
        margin-right: 4.267vw;
        width: 8.533vw;
    }
}

@media screen and (max-width: 750px) {
    .header_logo {
        max-width: 159px;
    }
    .header_box ul li {
        margin-left: 16px;
    }
    a.h_tel {
        padding: 0;
        width: 56px;
        height: 38px;
        margin-bottom: 0;
    }
    a.h_tel p {
        display: none;
    }
    a.h_tel svg {
        width: 22px;
        margin-right: 0;
    }
    .tel_time {
        display: none;
    }
    a.h_contact svg {
        margin-right: 0;
    }
    a.h_contact p {
        display: none;
    }
    a.h_contact {
        width: 56px;
        height: 38px;
    }
    .footer_menu {
        padding: 40px 0 16px;
    }
    .footer_menu ul {
        flex-direction: column;
        align-items: flex-start;
        width: 190px;
        margin: auto;
        margin-bottom: -8px;
    }
    .footer_menu ul span {
        display: none;
    }
    .footer_menu ul li {
        margin-bottom: 8px;
    }
}

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

@media screen and (max-width: 375px) {
    /* 
    section.mv {
        padding: 20px 0 16px;
        margin-top: -4px;
    }

    .mv_label_img {
        max-width: 345px;
        margin-bottom: 28px;
    }

    .mv_text_img {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .mv_link a {
        width: 100%;
        height: 100px;
    }

    .mv_link a svg {
        width: 32px;
        margin-right: 24px;
    }

    .mv_l_text {
        font-size: 24px;
    }

    .sp_small {
        font-size: 16px;
    }

    section.s1 {
        background-color: #EDEDED;
        padding: 49px 0 64px;
    }

    .s1_title h2 {
        font-size: 24px;
        margin-bottom: 23px;
        font-weight: 900;
    }

    .s1_title p {
        font-size: 16px;
        margin-bottom: 16px;
        font-weight: 500;
        line-height: 2.25;
    }

    .s1_title p span.ruby_kana {
        top: -1.3em;
    }

    ul.s1_ul {
        margin-top: 32px;
        margin-bottom: -24px;
    }

    ul.s1_ul {
        margin-top: 32px;
        margin-bottom: -24px;
        flex-direction: column;
        align-items: center;
    }

    li.s1_li {
        width: 311px;
        height: 346px;
        margin-bottom: 24px;
        padding: 16px;
    }

    .s1_ul_title {
        margin-bottom: 26px;
    }

    .sut_img {
        width: 80px;
    }

    .sut_text {
        font-size: 24px;
    }

    li.s1_li ul li {
        font-size: 24px;
        margin-bottom: 18px;
        font-weight: 500;
    }

    section.s2 {
        padding: 41px 0 48px;
    }

    .s2_contents {
        margin-top: 56px;
        margin-bottom: 64px;
    }

    ul.s2c_bottom,
    ul.s2c_top {
        flex-direction: column;
        align-items: center;
    }

    .s2_contents ul li {
        width: 305px;
        height: auto;
        padding: 6px;
        margin-bottom: 32px;
    }

    .s2_contents ul li img.num {
        left: -15px;
        top: -11px;
        width: 64px;
    }

    .s2_contents ul li .s2c_li_inner {
        padding: 10px 0 4px;
    }

    .s2c_li_inner img.num_img {
        width: 193px;
        margin-top: 0;
    }

    .s2c_li_inner .num_text {
        font-size: 18px;
        margin-top: 10px;
    }

    .s2_contents ul li.num_2col {
        width: 305px;
        margin-bottom: 0;
    }

    .s2_contents ul li.num_2col img.num_img.num_img5 {
        width: 241px;
    }

    .s2_contents ul li.num_2col .num_text {
        margin-top: 18px;
    }

    .s2_bottom_text {
        white-space: break-spaces;
        font-size: 16px;
        font-weight: 500;
        line-height: 2.25;
    }

    .s2_bottom_text span.ruby_kana {
        top: -1.2em;
    }

    section.s3 {
        padding: 61px 0 94px;
    }

    section.s3 {
        padding: 61px 0 94px;
        background-image: url(./img/s3_bg_sp.jpg) !important;
    }

    h2.s3_title {
        font-size: 24px;
        line-height: 2.25;
        margin: auto;
        margin-bottom: 29px;
        width: 300px;
        text-align: left;
    }

    h2.s3_title.s3t_sub {
        font-size: 18px;
        margin-bottom: 35px;
    }

    h2.s3_title span.ruby_kana {
        letter-spacing: 0.4em;
        top: -1.15em;
    }

    span.ruby_dot img {
        top: -0.5em;
        width: 10px;
        max-width: 10px;
    }

    .s3_contents {
        margin-top: 0;
        max-width: 100%;
    }

    .s3_contents {
        margin-top: 0;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .s3_text {
        width: 100%;
        margin-bottom: 49px;
    }

    .s3_text p {
        font-size: 16px;
        line-height: 2.25;
    }

    .s3_text p.p_1 {
        margin-bottom: 23px;
    }

    .s3_text p.p_2 {
        margin-bottom: 32px;
    }

    img.s3t_img {
        width: 100%;
    }

    .s3_text p span.ruby_kana {
        top: -1.3em;
    }

    .s3_img {
        width: 300px;
    }

    section.s4 {
        padding: 32px 0 103px;
        background-image: url(./img/s4_bg_sp.png) !important;
    }

    .inner.s4_inner h2 {
        font-size: 24px;
        margin-bottom: 49px;
        letter-spacing: 0;
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .inner.s4_inner ul {
        flex-direction: column;
        align-items: center;
        margin-bottom: -16px;
    }

    .inner.s4_inner ul li {
        width: 100%;
        margin-bottom: 16px;
    }

    .inner.s4_inner ul li img {
        width: 146px;
        margin-bottom: 16px;
    }

    .inner.s4_inner ul li p {
        font-size: 18px;
        line-height: 2.25;
    }

    section.s5 {
        padding: 25px 0 80px;
        margin-bottom: -80px;
        background-image: url(./img/s5_bg_sp.png) !important;
    }

    .inner.s5_inner img {
        width: 283px;
        margin-bottom: 25px;
    }

    .inner.s5_inner p {
        font-size: 24px;
        line-height: 2;
        margin-bottom: -10px;
    }

    .inner.s5_inner p span.ruby_kana {
        top: -1em;
    }

    section.s6 {
        padding: 102px 0 37px;
    }

    img.s6_title {
        width: 100%;
        margin-bottom: 4px;
    }

    section.s6 ul {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 32px;
    }

    section.s6 ul li {
        width: 280px;
        height: 280px;
        margin-bottom: 16px;
    }

    img.s6_li_img {
        width: 146px;
        margin-bottom: 10px;
    }

    section.s6 ul li p {
        font-size: 18px;
        line-height: 2.25;
    }

    section.s6 ul li p span.ruby_kana {
        top: -1.2em;
    }

    section.s6 .contact_link {
        max-width: 94%;
        margin: auto;
    }

    .contact_link a {
        width: 100%;
        height: 100px;
    }

    .contact_link a svg {
        width: 32px;
        margin-right: 24px;
    }

    .contact_link a p {
        font-size: 24px;
        padding-top: 0;
    }

    section.s7 {
        padding: 32px 0 64px;
    }

    img.s7_title {
        width: 327px;
        margin-bottom: 29px;
    }

    section.s7 ul li.s7_li_reverse, section.s7 ul li {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    .s7_ul_img {
        width: 327px;
        height: 327px;
    }

    .s7_ul_text {
        width: 327px;
        padding: 16px;
    }

    .s7_ul_text p {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    section.s8 {
        padding: 24px 0 40px;
    }

    .inner.s8_inner {
        max-width: 100%;
    }

    .s8_title {
        margin-bottom: 48px;
    }

    .s8_title h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .s8_title p {
        font-size: 16px;
        line-height: 2.25;
    }

    .s8_title p span.ruby_kana {
        top: -1.2em;
    }

    .inner.s8_inner ul {
        flex-direction: column;
        align-items: center;
        margin-bottom: -24px;
    }

    .inner.s8_inner ul li {
        width: 327px;
        margin-bottom: 24px;
    }

    .inner.s8_inner ul li img {
        margin-bottom: 16px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .inner.s8_inner ul li p {
        font-size: 16px;
    }

    section.s9 {
        padding: 40px 0 56px;
    }

    .inner.s9_inner {
        max-width: 100%;
    }

    .s9_title.s8_title {
        margin-bottom: 24px;
    }

    .s9_title.s8_title h2 {
        letter-spacing: 0.2em;
    }

    .s9_title.s8_title p {
        font-size: 24px;
    }

    img.s9_img {
        margin-bottom: 48px;
        width: 100%;
    }

    section.s10 {
        padding: 62px 0 72px;
    }

    .s10_title.s8_title {
        margin-bottom: 16px;
    }

    .s10_title.s8_title h2 {
        margin-bottom: 38px;
    }

    .s10_title.s8_title p:last-child {
        margin-top: 17px;
    }

    li.s10_li.s10_li_1 {
        background-image: url(./img/s9_1_sp.jpg) !important;
        height: 375px;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        justify-content: center;
        padding: 9px 16px;
        margin-bottom: 40px;
    }

    li.s10_li.s10_li_1 p {
        font-size: 16px;
        width: 100%;
    }

    li.s10_li.s10_li_2 {
        margin-bottom: 40px;
        flex-direction: column;
    }

    li.s10_li.s10_li_2 img {
        width: 351px;
        margin: 0;
        margin-left: auto;
        margin-bottom: -55px;
    }

    li.s10_li.s10_li_2 .s10_li_text {
        width: 315px;
        margin-right: auto;
        background-color: #fff;
        padding: 11px 0px;
        box-sizing: border-box;
    }

    li.s10_li.s10_li_2 p {
        font-size: 18px;
        line-height: 2.25;
    }

    li.s10_li.s10_li_2 p span.ruby_kana {
        top: -1.2em;
    }

    li.s10_li.s10_li_3 {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    li.s10_li.s10_li_3 .s10_li_text {
        width: 100%;
    }

    li.s10_li.s10_li_3 p {
        max-width: 97%;
        width: 100%;
        font-size: 16px;
    }

    .s10li3_img {
        width: 100vw;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .s10li3_img img {
        width: 169.5px;
        margin: 0;
    }

    .s10li3_img img:last-child {
        padding-top: 50px;
    }

    li.s10_li.s10_li_4 {
        flex-direction: column;
    }

    li.s10_li.s10_li_4 img {
        width: 100%;
        max-width: 100%;
        margin-bottom: -74px;
    }

    li.s10_li.s10_li_4 .s10_li_text {
        background-color: #fff;
        width: 94%;
    }

    li.s10_li.s10_li_4 p {
        font-size: 26px;
        line-height: 2.25;
        padding-top: 12px;
    }

    section.s11 {
        padding: 32px 0 48px;
    }

    h2.s11_title {
        font-size: 32px;
        margin-bottom: 41px;
        line-height: 1.62;
    }

    img.s11_img {
        width: 327px;
        margin-bottom: 16px;
    }

    p.s11_img_text {
        font-size: 14px;
        margin-bottom: 24px;
        line-height: 2.25;
    }

    p.s11_img_text span.ruby_kana {
        top: -1.3em;
    }

    .inner.s11_inner h3 {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 1.83;
    }

    .inner.s11_inner h3 span.ruby_kana {
        top: -1em;
    }

    p.s11_text {
        font-size: 16px;
        margin-bottom: 48px;
        line-height: 2.25;
    }

    p.s11_text span.ruby_kana {
        top: -1.3em;
    }

    section.s12 {
        padding: 48px 0 73px;
    }

    section.s12 h2 {
        font-size: 32px;
        margin-bottom: 56px;
    }

    section.s12 ul li {
        padding: 0 0 24px;
        margin-bottom: 24px;
    }

    section.s12 ul li .s12q {
        margin-bottom: 24px;
    }

    section.s12 ul li img {
        width: 40px;
        margin-right: 16px;
    }

    section.s12 ul li p {
        font-size: 18px;
    }

    section.s12 ul li .s12a p {
        font-size: 16px;
    }

    section.s13 h2 {
        font-size: 24px;
        margin-bottom: 16px;
        font-weight: 900;
        line-height: 1.85;
    }

    .irame_wrapper {
        padding: 7px 0;
        margin-bottom: 33px;
    }

    .irame_wrapper iframe {
        height: 375px;
    }

    .inner.s13_inner {
        max-width: 100%;
    }

    .s13_contents {
        flex-direction: column;
        align-items: center;
    }

    .s13_left {
        margin-bottom: 40px;
    }

    .s13l_logo {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .s13l_logo img {
        width: 24px;
    }

    .s13l_add {
        font-size: 16px;
        font-weight: 400;
    }

    .s13_right {
        width: 351px;
    }

    .s13r_1 .bg_gy {
        padding: 10px;
    }

    .bg_gy {
        padding: 10px;
    }

    .s13r_1 img, .s13r_3 img {
        width: 16px;
        margin-right: 10px;
    }

    .s13r_1 p, .s13r_3 p {
        font-size: 12px;
    }

    .s13r_1 p {
        line-height: 2;
    }

    .s13r_1 p span.ruby_kana {
        top: -1.1em;
    }

    .s13r_2 {
        margin: 16px 0;
    }

    section.s14 {
        padding: 40px 0;
    }

    .inner.s14_inner h2 {
        font-size: 32px;
        margin-bottom: 18px;
        text-align: left;
    }


    .s14_contents {
        flex-direction: column;
        align-items: center;
    }

    .s14c_text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .s14c_text p:first-child {
        margin-bottom: 16px;
    }

    .s14c_img {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin: auto;
    }

    section.s15 {
        padding: 40px 0 53px;
    }

    section.s15 h2 {
        margin-bottom: 40px;
        font-size: 32px;
    }

    section.s15 .contact_link {
        width: 94%;
    }

    .s15_tel {
        margin-top: 56px;
    }

    .s15_tel {
        margin-top: 56px;
        width: 94%;
    }

    .s15_tel p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .s15_tel a {
        padding: 8px 0;
        font-size: 32px;
        width: 100%;
        box-sizing: border-box;
    }

    .s15_tel a svg {
        margin-right: 16px;
        width: 32px;
    }
*/
}


/* aaaaaa */


/*media queryここまで*/


/*IEの場合*/


/* IE11 は最初に *::-ms-backdrop, をつける */


/* IE10 より前はそのまま */


/*@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .class {
        padding-top: 15px ;
    }

    .class {
        padding-top: 15px ;
    }

}*/


/*Firefoxの場合*/


/*@-moz-document url-prefix() {
}*/


/*safariの場合*/


/*::-webkit-full-page-media, :future, :root クラス名 {
}*/


/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/

main.pages {
    background-color: #F7F7F7;
    padding: 40px 0 64px;
}

main.pages h1 {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 40px;
}

@media screen and (max-width: 600px) {
    main.pages h1 {
        font-size: 30px;
    }
    .inner {
        width: 96%;
    }
}

@media screen and (max-width: 375px) {
    main.pages h1 {
        font-size: 25px;
    }
}


/*----------------------------------------------------------------------
contact
----------------------------------------------------------------------*/

.inner.page_inner.contact_inner {
    max-width: 650px;
}

.contact-contents table {
    width: 100%;
}

.contact-contents table tr th {
    padding: 0 0 20px;
    word-break: keep-all;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    width: 210px;
    flex-shrink: 0;
}

.contact-contents table tr th p {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
}

.contact-contents table tr th span.ct-red {
    color: red;
    font-size: 14px;
    margin: 0 2px;
}

.contact-contents table tr td {
    padding: 0 0 20px;
}

.contact-contents table tr td textarea,
.contact-contents table tr td input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 0;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}

body .contact-contents table tr td input:-webkit-autofill,
body .contact-contents table tr td textarea:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}

.contact-content .contact-form textarea::placeholder,
.contact-content .contact-form.cc-text input::placeholder {
    color: #888888;
}

.contact-contents table tr td textarea {
    resize: none;
    height: 233px;
}

.contact-submit-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 56px;
}

.contact-submit-btn button {
    border: 2px solid #E3041F;
    background-color: #E3041F;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    max-width: 296px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    height: 50px;
    letter-spacing: 0.04em;
    line-height: 1;
    transition: 0.3s;
    padding-top: 9px;
    cursor: pointer;
}

.contact-submit-btn button:hover {
    border: 2px solid #E3041F;
    background-color: #fff;
    color: #E3041F;
}

span.mwform-checkbox-field.horizontal-item label {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

span.mwform-checkbox-field.horizontal-item label input {
    width: max-content;
    margin-right: 5px;
}

tr.privacy-check a {
    color: #080F47;
    text-decoration: underline;
}

.ppc_inner {
    display: flex;
    justify-content: flex-end;
}

.mw_wp_form_complete {
    text-align: center;
    padding: 50px 0;
}

.mw_wp_form_complete h2 {
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: 600;
}

.mw_wp_form_complete p {
    line-height: 2.25;
    margin-bottom: 50px;
    font-size: 16px;
}

.mw_wp_form_complete p span.ruby_kana {
    top: -1.2em;
}

a.top_back {
    border: 2px solid #E3041F;
    background-color: #E3041F;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    max-width: 296px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    height: 50px;
    letter-spacing: 0.04em;
    line-height: 1;
    transition: 0.3s;
    padding-top: 4px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.top_back:hover {
    border: 2px solid #E3041F;
    background-color: #fff;
    color: #E3041F;
    opacity: 1;
}

@media screen and (max-width: 600px) {
    .contact-contents table tr {
        display: flex;
        flex-direction: column;
    }
    .contact-contents table tr th {
        padding: 10px 10px 0;
        font-size: 16px;
    }
    .contact-contents table tr th p {
        justify-content: flex-start;
    }
    .mw_wp_form_complete p {
        font-size: 4.1vw;
        text-align: start;
    }
    .contact-submit-btn button {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .mw_wp_form_complete p {
        font-size: 14px;
    }
}


/*----------------------------------------------------------------------
 privacy policy
----------------------------------------------------------------------*/

.inner.page_inner.pp_inner .page_contents {
    line-height: 1.6;
}

.inner.page_inner.pp_inner {
    max-width: 660px;
}

.inner.page_inner.pp_inner .page_contents p {
    margin-bottom: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.inner.page_inner.pp_inner .page_contents h5,
.inner.page_inner.pp_inner .page_contents h4,
.inner.page_inner.pp_inner .page_contents h3,
.inner.page_inner.pp_inner .page_contents h2 {
    margin-top: 1.5em;
    font-weight: 700;
}


/*----------------------------------------------------------------------
ruby ルビ
----------------------------------------------------------------------*/

span.ruby_kana.kanas2 {
    letter-spacing: 0em;
}

span.ruby_kana.kanas7 {
    letter-spacing: -0.1em;
    margin-left: -0.1em;
}

span.ruby_kana.kanas8 {
    letter-spacing: 0.6em;
    margin-left: 0.1em;
}

span.ruby_kana.kanas9 {
    letter-spacing: 1.5em;
    margin-left: 0.7em;
}

span.ruby_kana.kanas10 {
    letter-spacing: 0.2em;
}

span.ruby_kana.kanas11 {
    letter-spacing: 0.4em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas14 {
    letter-spacing: -0.2em;
}

span.ruby_kana.kanas15 {
    margin-left: 0.1em;
    letter-spacing: 0em;
}

span.ruby_kana.kanas38,
span.ruby_kana.kanas35,
span.ruby_kana.kanas32,
span.ruby_kana.kanas30,
span.ruby_kana.kanas25,
span.ruby_kana.kanas24,
span.ruby_kana.kanas21,
span.ruby_kana.kanas18,
span.ruby_kana.kanas16 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas34,
span.ruby_kana.kanas27,
span.ruby_kana.kanas20 {
    letter-spacing: -0.2em;
}

span.ruby_kana.kanas23 {
    letter-spacing: 0.6em;
    margin-left: 0.3em;
}

span.ruby_kana.kanas31 {
    letter-spacing: 0.6em;
    margin-left: 0.3em;
}

span.ruby_kana.kanas33 {
    letter-spacing: 0.5em;
}

span.ruby_kana.kanas37 {
    letter-spacing: 0em;
}

span.ruby_kana.kanas64,
span.ruby_kana.kanas42,
span.ruby_kana.kanas40 {
    letter-spacing: 0.4em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas46,
span.ruby_kana.kanas45,
span.ruby_kana.kanas43 {
    letter-spacing: 0.5em;
    margin-left: 0.3em;
}

span.ruby_kana.kanas44 {
    letter-spacing: -0.05em;
    margin-left: 0.1em;
}

span.ruby_kana.kanas55 {
    letter-spacing: -0.2em;
    margin-left: -0.3em;
}

span.ruby_kana.kanas61,
span.ruby_kana.kanas49 {
    letter-spacing: 0em;
}

span.ruby_kana.kanas59 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas58,
span.ruby_kana.kanas54,
span.ruby_kana.kanas52,
span.ruby_kana.kanas51,
span.ruby_kana.kanas48 {
    letter-spacing: 0.2em;
}

span.ruby_kana.kanas53 {
    letter-spacing: 0.4em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas56 {
    letter-spacing: 0.6em;
}

span.ruby_kana.kanas62,
span.ruby_kana.kanas60 {
    letter-spacing: 0.6em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas63 {
    margin-left: 0.2em;
}

span.ruby_kana.kanas66 {
    letter-spacing: 0.2em;
}

span.ruby_kana.kanas69 {
    letter-spacing: 0.6em;
    margin-left: 0.3em;
}

span.ruby_kana.kanas88,
span.ruby_kana.kanas87,
span.ruby_kana.kanas86,
span.ruby_kana.kanas83 {
    letter-spacing: 0em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas89 {
    letter-spacing: 0.6em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas92 {
    letter-spacing: 0.2em;
}

span.ruby_kana.kanas101,
span.ruby_kana.kanas97,
span.ruby_kana.kanas94 {
    letter-spacing: 0.7em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas99,
span.ruby_kana.kanas95 {
    letter-spacing: 0.3em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas96 {
    letter-spacing: 0em;
    margin-left: -0.2em;
}

span.ruby_kana.kanas102 {
    letter-spacing: 0em;
}

span.ruby_kana.kanas103 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas106,
span.ruby_kana.kanas105 {
    letter-spacing: 0.7em;
    margin-left: 0.3em;
}

span.ruby_kana.kanas113,
span.ruby_kana.kanas109 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas118 {
    letter-spacing: 0.4em;
}

span.ruby_kana.kanas119 {
    letter-spacing: 0em;
}

span.ruby_kana.kanas117,
span.ruby_kana.kanas112,
span.ruby_kana.kanas120 {
    letter-spacing: 0.3em;
}

span.ruby_kana.kanas111 {
    letter-spacing: 0.4em;
}

span.ruby_kana.kanas108 {
    letter-spacing: 0.5em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas115,
span.ruby_kana.kanas114 {
    letter-spacing: 0.8em;
    margin-left: 0.4em;
}

span.ruby_kana.kanas428,
span.ruby_kana.kanas307,
span.ruby_kana.kanas248,
span.ruby_kana.kanas122 {
    letter-spacing: -0.05em;
}

span.ruby_kana.kanas204,
span.ruby_kana.kanas203,
span.ruby_kana.kanas194,
span.ruby_kana.kanas183,
span.ruby_kana.kanas176,
span.ruby_kana.kanas174,
span.ruby_kana.kanas172,
span.ruby_kana.kanas171,
span.ruby_kana.kanas160,
span.ruby_kana.kanas157,
span.ruby_kana.kanas155,
span.ruby_kana.kanas150,
span.ruby_kana.kanas149,
span.ruby_kana.kanas137,
span.ruby_kana.kanas132,
span.ruby_kana.kanas130,
span.ruby_kana.kanas128 {
    letter-spacing: 0em;
}

span.ruby_kana.kanas210,
span.ruby_kana.kanas199,
span.ruby_kana.kanas198,
span.ruby_kana.kanas196,
span.ruby_kana.kanas188,
span.ruby_kana.kanas185,
span.ruby_kana.kanas180,
span.ruby_kana.kanas175,
span.ruby_kana.kanas167,
span.ruby_kana.kanas161,
span.ruby_kana.kanas144,
span.ruby_kana.kanas141,
span.ruby_kana.kanas138,
span.ruby_kana.kanas134 {
    letter-spacing: 0.3em;
}

span.ruby_kana.kanas206,
span.ruby_kana.kanas205,
span.ruby_kana.kanas189,
span.ruby_kana.kanas182,
span.ruby_kana.kanas179,
span.ruby_kana.kanas166,
span.ruby_kana.kanas165,
span.ruby_kana.kanas156,
span.ruby_kana.kanas153,
span.ruby_kana.kanas145,
span.ruby_kana.kanas142,
span.ruby_kana.kanas135,
span.ruby_kana.kanas133 {
    letter-spacing: 0.6em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas211 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas217,
span.ruby_kana.kanas212 {
    letter-spacing: 0em;
}

span.ruby_kana.kanas214 {
    letter-spacing: 0.8em;
    margin-left: 0.4em;
}

span.ruby_kana.kanas216 {
    letter-spacing: 0.15em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas241,
span.ruby_kana.kanas239,
span.ruby_kana.kanas236,
span.ruby_kana.kanas224,
span.ruby_kana.kanas222,
span.ruby_kana.kanas218 {
    letter-spacing: 0.2em;
    margin-left: 0.1em;
}

span.ruby_kana.kanas237,
span.ruby_kana.kanas240,
span.ruby_kana.kanas235,
span.ruby_kana.kanas221,
span.ruby_kana.kanas220,
span.ruby_kana.kanas219 {
    letter-spacing: 0.6em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas242 {
    letter-spacing: 1.2em;
    margin-left: 0.5em;
}

span.ruby_kana.kanas243 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas244 {
    letter-spacing: 1.4em;
    margin-left: 0.6em;
}

span.ruby_kana.kanas246 {
    letter-spacing: 0.5em;
}

span.ruby_kana.s8t_kana {
    letter-spacing: 0.7em;
    margin-left: 0.3em;
}

span.ruby_kana.kanas260,
span.ruby_kana.kanas255 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas259,
span.ruby_kana.kanas254 {
    letter-spacing: 0.4em;
}

span.ruby_kana.kanas258 {
    letter-spacing: 0.7em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas290,
span.ruby_kana.kanas260_1,
span.ruby_kana.kanas257,
span.ruby_kana.kanas253 {
    letter-spacing: 1.2em;
    margin-left: 0.6em;
}

span.ruby_kana.kanas273,
span.ruby_kana.kanas265,
span.ruby_kana.kanas261 {
    letter-spacing: 0;
}

span.ruby_kana.kanas287,
span.ruby_kana.kanas285,
span.ruby_kana.kanas277,
span.ruby_kana.kanas267,
span.ruby_kana.kanas266,
span.ruby_kana.kanas263,
span.ruby_kana.kanas262 {
    letter-spacing: 0.8em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas270 {
    letter-spacing: 1em;
    margin-left: 0.4em;
}

span.ruby_kana.kanas272 {
    letter-spacing: 0.4em;
}

span.ruby_kana.kanas291,
span.ruby_kana.kanas288,
span.ruby_kana.kanas275 {
    letter-spacing: 0.2em;
}

span.ruby_kana.kanas289,
span.ruby_kana.kanas276 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas294 {
    letter-spacing: 0.5em;
}

span.ruby_kana.kanas312,
span.ruby_kana.kanas304,
span.ruby_kana.kanas295 {
    letter-spacing: 0.2em;
}

span.ruby_kana.kanas298 {
    letter-spacing: 0.7em;
}

span.ruby_kana.kanas419,
span.ruby_kana.kanas415,
span.ruby_kana.kanas386,
span.ruby_kana.kanas381,
span.ruby_kana.kanas374,
span.ruby_kana.kanas370,
span.ruby_kana.kanas331 {
    letter-spacing: -0.1em;
}

span.ruby_kana.kanas394,
span.ruby_kana.kanas391,
span.ruby_kana.kanas376,
span.ruby_kana.kanas372,
span.ruby_kana.kanas371,
span.ruby_kana.kanas342,
span.ruby_kana.kanas340,
span.ruby_kana.kanas332,
span.ruby_kana.kanas327,
span.ruby_kana.kanas324,
span.ruby_kana.kanas313,
span.ruby_kana.kanas299 {
    letter-spacing: 0em;
}

span.ruby_kana.kanas345,
span.ruby_kana.kanas343 {
    letter-spacing: 0.2em;
}

span.ruby_kana.kanas350 {
    letter-spacing: 0.3em;
    margin-left: 0.1em;
}

span.ruby_kana.kanas349,
span.ruby_kana.kanas348 {
    letter-spacing: 0.4em;
    margin-left: 0.1em;
}

span.ruby_kana.kanas344 {
    letter-spacing: 0.4em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas423,
span.ruby_kana.kanas416,
span.ruby_kana.kanas412,
span.ruby_kana.kanas390,
span.ruby_kana.kanas382,
span.ruby_kana.kanas380,
span.ruby_kana.kanas378,
span.ruby_kana.kanas368,
span.ruby_kana.kanas353,
span.ruby_kana.kanas341,
span.ruby_kana.kanas339,
span.ruby_kana.kanas335,
span.ruby_kana.kanas328,
span.ruby_kana.kanas322,
span.ruby_kana.kanas316 {
    letter-spacing: 0.7em;
    margin-left: 0.3em;
}

span.ruby_kana.kanas404_2,
span.ruby_kana.kanas404 {
    letter-spacing: 0.3em;
}

span.ruby_kana.kanas408,
span.ruby_kana.kanas405 {
    letter-spacing: 0.6em;
    margin-left: 0.2em;
}

span.ruby_kana.kanas407 {
    letter-spacing: 1em;
    margin-left: 0.3em;
}

span.ruby_kana.kanas409 {
    letter-spacing: 1.3em;
    margin-left: 0.4em;
}

section.s15 h2 .ruby_kana,
.inner.s14_inner h2 .ruby_kana,
section.s12 h2 .ruby_kana,
.inner.s11_inner h3 .ruby_kana,
h2.s11_title .ruby_kana,
.s8_title p .ruby_kana,
.s8_title h2 .ruby_kana,
.inner.s5_inner p .ruby_kana,
.s1_title h2 span.ruby_kana,
.s1_title h2 span.ruby_kana {
    top: -0.8em;
}

@media screen and (max-width: 750px) {
    span.ruby_kana.kanas50 {
        letter-spacing: 0.2em;
        margin-left: 0.1em;
    }
    span.ruby_kana.kanas71 {
        letter-spacing: 0.4em;
    }
    span.ruby_kana.kanas131 {
        margin-left: -0.2em;
    }
    span.ruby_kana.kanas181 {
        margin-left: -0.2em;
        letter-spacing: 0.2em;
    }
    span.ruby_kana.kanas232,
    span.ruby_kana.kanas230,
    span.ruby_kana.kanas229,
    span.ruby_kana.kanas228,
    span.ruby_kana.kanas195,
    span.ruby_kana.kanas192,
    span.ruby_kana.kanas208 {
        letter-spacing: 0.5em;
    }
    span.ruby_kana.kanas191 {
        margin-left: -1.1em;
        letter-spacing: 0.3em;
    }
}