@charset 'UTF-8'; /* PC */
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    /* font: inherit; */
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

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

img {
    border: none;
    vertical-align: bottom;
}

a {
    /* cursor: pointer; */
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #000000;
    /* font-family: 'source-han-sans-japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    background: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
}

p {
    word-wrap: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000000;
    margin: 0 0 20px;
}

a, a:hover {
    text-decoration: none;
    color: #000000;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

[id] {
    scroll-margin-top: 100px;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.hv:hover {
    opacity: 0.6;
}

/*
.font-min {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
*/
.sp {
    display: none;
}

.phone {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 26.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.txt-center {
    text-align: center;
}

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

/*============================
COMMON
============================*/
img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.text_center {
    text-align: center;
}

.nonmargin {
    margin: 0;
}

.mt50 {
    margin-bottom: 70px;
}

.mt30 {
    margin-bottom: 30px;
}

/*============================
section common
============================*/
.section {
    padding: 70px 3%;
}

.section.first {
    padding: 140px 3% 70px;
}

.section.end {
    padding: 70px 3% 140px;
}

.top_ttl {
    text-align: center;
    position: relative;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    padding: 27px 0;
    margin: 0 0 60px;
    line-height: 1.2;
}

.top_ttl::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #007050;
    border-left-color: transparent;
    border-right-color: transparent;
}

.btn01 {
    display: block;
    max-width: 320px;
    text-align: center;
    padding: 14px 3%;
    color: #FFF;
    background: #012241;
    font-size: 18px;
    border-radius: 12px 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.btn01:hover {
    color: #FFF;
}

.section_table01 {
    width: 100%;
}

.section_table01 tbody {
}

.section_table01 tr {
}

.section_table01 th {
    border-top: 2px solid #c36a2d;
    padding: 15px;
    font-size: 18px;
    width: 160px;
    font-family: 'Noto Serif JP', serif;
}

.section_table01 td {
    border-top: 2px solid;
    padding: 15px 3%;
    width: calc(100% - 160px);
    font-size: 18px;
}

.section_table01 tr:last-child th {
    border-bottom: 2px solid #c36a2d;
}

.section_table01 tr:last-child td {
    border-bottom: 2px solid;
}

/*============================
header
============================*/
.header {
    padding: 20px 3%;
    position: fixed;
    width: 100%;
    z-index: 100;
    overflow: hidden;
}

.header .container {
    max-width: 100%;
}

.header_logo__wrap {
    width: 180px;
}

.header_logo__wrap a {
    display: block;
}

.header_logo {
}

.header_logo img {
}

.header_navi__wrap {
    width: calc(100% - 200px);
    justify-content: flex-end;
    align-items: center;
}

.header_navi {
    align-items: center;
    padding: 10px 10px 10px 30px;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.header_navi .header_navi__list {
}

.header__navi__item {
    margin: 0 10px;
}

.header__navi__link {
}

.header_navi .header_navi__contact {
    width: 200px;
    text-align: center;
    padding: 10px 3%;
    margin-left: 20px;
    background: #007050;
    color: #FFF;
    border-radius: 100px;
}

.header_spnavi__wrap {
    display: none;
    align-items: center;
}

.header_spnavi__contact {
    width: 200px;
    text-align: left;
    padding: 12px 3% 10px 60px;
    margin-right: 20px;
    background-color: #007050;
    color: #FFF;
    border-radius: 100px;
    display: block;
    background-image: url(../img/icon_mail_white.svg);
    height: 50px;
    background-size: auto 28px;
    background-position: center left 20px;
    background-repeat: no-repeat;
}

.header_spnavi__contact span {
}

.header__spmenu {
    width: 50px;
    height: 50px;
    border-radius: 200px;
    position: relative;
    background: #f9f1e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header__spmenu span {
    position: absolute;
    width: 36px;
    height: 2px;
    background: #007050;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header__spmenu span:nth-child(1) {
    top: 20px;
}

.header__spmenu span:nth-child(2) {
    bottom: 20px;
}

.header__spmenu.active span:nth-child(1) {
    top: 24px;
    transform: rotate(30deg);
}

.header__spmenu.active span:nth-child(2) {
    bottom: 24px;
    transform: rotate(-30deg);
}

/*============================
main article aside
============================*/
.main {
    overflow: hidden;
}

.article {
}

.aside {
    overflow: hidden;
}

/*============================
top_mv
============================*/
.top_mv {
    height: 100vh;
    align-items: center;
    justify-content: flex-end;
}

.top_mv__left {
    width: 50%;
    max-width: 570px;
    padding-right: 5%;
    box-sizing: border-box;
}

.top_mv__read {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
}

.top_mv__logo {
    padding-left: 1.5em;
    margin: 0 0 30px;
}

.top_mv__logo__text {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
}

.top_mv__logo__image {
}

.top_mv__text {
    padding-left: 1.5em;
    margin: 0;
    font-size: 18px;
    line-height: 2;
    max-width: 580px;
}

.top_mv__right {
    width: 50%;
    height: 100vh;
}

.mv_slider.splide {
}

.mv_slider.splide .splide__track {
}

.mv_slider.splide .splide__list {
}

.mv_slider.splide .splide__slide {
}

.mv_slider.splide .slider_item {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_slider.splide .slider_01 {
    background-image: url(../img/mv01.jpg);
}

.mv_slider.splide .slider_02 {
    background-image: url(../img/mv02.jpg);
}

.mv_slider.splide .slider_03 {
    background-image: url(../img/mv03.jpg);
}

/*============================
top_image__container top_read
============================*/
.top_image__container {
    height: 500px;
    background: #f9f1e6;
    position: relative;
    box-sizing: border-box;
}

.top_image__container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: #012241;
    clip-path: ellipse(60% 100% at 50% 100%);
}

.top_image {
    height: 240px;
    width: 480px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    border: 2px solid #FFF;
    position: absolute;
    margin: auto;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.top_image.img01 {
    background-image: url(../img/top_u_img01.jpg);
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.top_image.img02 {
    background-image: url(../img/top_u_img02.jpg);
    left: -360px;
    right: 0;
    top: -60px;
    z-index: 1;
}

.top_image.img03 {
    background-image: url(../img/top_u_img03.jpg);
    left: 0;
    right: -360px;
    bottom: -60px;
    z-index: 1;
}

.top_read {
    background: #012241;
    padding: 140px 3% 80px;
}

.top_read .container {
}

.top_read .top_read__ttl {
    text-align: center;
    color: #FFF;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 30px;
}

.top_read p {
    text-align: center;
    color: #FFF;
    margin: 0 0 50px;
    font-size: 18px;
    line-height: 2;
}

.top_read .btn01 {
    margin: 30px auto 0;
    background: #FFF;
    color: #012241;
}

/*============================
top_about
============================*/
.top_about {
    padding: 0;
    background: #f9f1e6;
}

.top_about .container {
    max-width: 100%;
}

.top_about__item {
    min-height: 600px;
    padding: 0 3%;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    justify-content: flex-end;
    z-index: 0;
}

.top_about__item::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(157 148 131 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/*.top_about__textwrap {
    width: 70%;
    padding: 60px 9%;
    background: rgba(255,255,255,0.8);
    z-index: 1;
    border-radius: 30px 0;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}*/

.top_about__textwrap {
    width: 80%;
    padding: 60px 5%;
    background: rgba(255,255,255,0.8);
    z-index: 1;
    border-radius: 30px 0;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    margin: 80px auto;
}

.top_about__textwrap h3 {
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 30px;
}

.top_about__textwrap h4 {
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    margin: 22px 0 8px;
}

.top_about__textwrap p {
    margin: 0;
}

.top_about__textwrap p.name {
    margin: 30px 0 0;
    text-align: right;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
}

.top_about__textwrap .btn01 {
    margin: 30px 0 0;
}

.top_about__item.reverse {
    background-position: center right;
    justify-content: flex-start;
}

.top_about__item.reverse .top_about__textwrap {
}

.top_about__item.item01 {
    background-image: url(../img/img07.jpg);
}

.top_about__item.item02 {
    background-image: url(../img/img08.jpg);
}

/*============================
top_futures
============================*/
.top_futures {
    background: #f9f1e6;
    position: relative;
    z-index: 0;
    padding: 80px 3% 220px;
}

.top_futures::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: #007050;
    clip-path: ellipse(60% 100% at 50% 0%);
    clip-path: ellipse(60% 100% at 50% 100%);
    z-index: -1;
}

.top_futures .container {
    max-width: 1400px;
}

.top_futures .top_ttl {
    margin: 0 0 60px;
}

.top_futures__item {
    align-items: center;
    padding: 0 4%;
    position: relative;
    z-index: 0;
    width: 90%;
    margin: 0 0 40px;
}

.top_futures__item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    background: #c36a2d;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.top_futures__item.blockright::before {
    background: #007050;
}

.top_futures__image {
    width: 400px;
    height: 400px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
}

.top_futures__image.img01 {
    background-image: url(../img/top_f_img01_c.jpg);
}

.top_futures__image.img02 {
    background-image: url(../img/top_f_img02.jpg);
}

.top_futures__image.img03 {
    background-image: url(../img/top_f_img03.jpg);
}

.top_futures__text {
    width: calc(100% - 420px);
    padding: 3%;
}

.top_futures__text h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    margin: 0 0 20px;
    color: #fff;
}

.top_futures__text p {
    margin: 0;
    color: #FFF;
}

.top_futures__item.blockleft {
}

.top_futures__item.blockleft .top_futures__image {
}

.top_futures__item.blockleft .top_futures__text {
}

.top_futures__item.blockright {
    margin-left: auto;
}

.top_futures__item.blockright .top_futures__image {
    order: 2;
}

.top_futures__item.blockright .top_futures__text {
    order: 1;
}

.top_futures .btn01 {
    margin: 60px auto 0;
    color: #012241;
    background: #FFF;
}

/*============================
top_schedule
============================*/
.top_schedule {
    background: #007050;
    padding: 0 3% 80px;
}

.top_schedule .container {
}

.top_schedule .top_ttl {
    color: #FFF;
}

.top_schedule .top_ttl::before {
    border: 5px solid #FFF;
    border-left-color: transparent;
    border-right-color: transparent;
}

.top_schedule__table {
    padding: 60px 6%;
    background: rgba(255,255,255,0.9);
    max-width: 700px;
    margin: 80px auto 0;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

.top_schedule__table .section_table01 {
}

.top_schedule__table .section_table01 tbody {
}

.top_schedule__table .section_table01 tr {
}

.top_schedule__table .section_table01 th {
}

.top_schedule__table .section_table01 td {
}

/*============================
top_merit
============================*/
.top_merit {
    background: #007050;
    position: relative;
    z-index: 0;
}

.top_merit::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: #FFF;
    clip-path: ellipse(60% 100% at 50% 100%);
    z-index: -1;
}

.top_merit .container {
}

.top_merit .top_ttl {
    color: #FFF;
    margin: 0 0 40px;
}

.top_merit .top_ttl::before {
    border: 5px solid #FFF;
    border-left-color: transparent;
    border-right-color: transparent;
}

.top_merit__list {
}

.top_merit__list li {
    width: 48%;
    margin: 50px 0 0;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background: #FFF;
}

.top_merit__img {
    width: 100%;
    padding: 55% 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0 0;
}

.top_merit__img.img01 {
    background-image: url(../img/top_m_img01.jpg);
}

.top_merit__img.img02 {
    background-image: url(../img/top_m_img02.jpg);
}

.top_merit__img.img03 {
    background-image: url(../img/top_m_img03.jpg;);
}

.top_merit__img.img04 {
    background-image: url(../img/top_m_img04_c.jpg);
}

.top_merit__text {
    padding: 30px 30px;
    background: #FFF;
    border-radius: 0 0 20px 20px;
}

.top_merit__text h3 {
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 20px;
}

.top_merit__text p {
    margin: 0;
}

/*============================
.top_information
============================*/
.top_information {
    padding: 50px 3% 140px;
}

.top_information .container {
}

.top_information .top_ttl {
}

.news_list {
    max-width: 800px;
    margin: 0 auto;
}

.news_list li {
    padding: 20px 3% 20px;
    border-bottom: 1px solid;
}

.news_list a {
}

.news_list__date {
    width: 100px;
}

.news_list__title {
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_information .btn01 {
    margin: 60px auto;
}

/*============================
.aside_contact
============================*/
.aside_contact {
    position: relative;
    z-index: 0;
    padding: 0 3%;
}

.aside_contact::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: #012241;
    clip-path: ellipse(60% 100% at 50% 100%);
    z-index: -1;
}

.aside_contact .container {
    border-radius: 20px;
}

.aside_contact__map {
    width: 50%;
    border-radius: 20px 0 0 20px;
}

.aside_contact__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
}

.aside_contact__info {
    width: 50%;
    padding: 60px 6%;
    background: #007050;
    border-radius: 0 20px 20px 0;
}

.aside_contact__info h3 {
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    font-size: 22px;
    margin: 0 0 10px;
}

.aside_contact__info p {
    color: #FFF;
}

.aside_contactinfo {
    justify-content: flex-start;
    margin: 0 0 10px;
    color: #FFF;
}

.aside_contactinfo dt {
    width: 50px;
}

.aside_contactinfo dd {
}

.aside_contact__info .btn01 {
    margin: 30px 0 0;
    background: #FFF;
    color: #012241;
}

/*============================
.footer
============================*/
.gotop__wrap {
    position: fixed;
    bottom: 50px;
    right: 3%;
    z-index: 100;
}

.gotop {
    display: block;
}

.gotop img {
    width: 70px;
}

.footer {
    background: #012241;
    padding: 80px 3%;
}

.footer .container {
    max-width: 1000px;
}

.footer_info__wrap {
    width: 50%;
}

.footer_logo {
    margin: 0 0 30px;
}

.footer_logo a {
    display: block;
    width: 280px;
}

.footer_logo img {
}

.footer_info {
    justify-content: flex-start;
    margin: 0 0 10px;
    color: #FFF;
}

.footer_info dt {
    width: 50px;
}

.footer_info dd {
}

.foote_sns {
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0 0;
}

.foote_sns li {
    margin-right: 20px;
}

.foote_sns li:last-child {
    margin-right: 0;
}

.foote_sns a {
    display: block;
}

.foote_sns img {
    height: 40px;
}

.footer_navi__wrap {
    width: 50%;
}

.footer_navi {
}

.footer_navi__list {
}

.footer_navi__list li {
    width: 100%;
    margin: 0 0 10px;
}

.footer_navi__list a {
    color: #FFF;
}

.copyright {
    color: #FFF;
    width: 100%;
    margin: 40px 0 0;
}

/*============================
lower
============================*/
.lower_mv {
    background: #FFF;
    height: 280px;
    position: relative;
    z-index: 2;
    padding: 0 3%;
}

.lower_mv .container {
    height: 100%;
    justify-content: center;
    align-items: flex-end;
}

.lower_mv h1 {
    font-size: 36px;
    padding: 0px 0 14px;
    margin: 0 0 40px;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    text-align: center;
}

.lower_mv h1::after {
    content: '';
    width: 140px;
    height: 2px;
    background: #007050;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.breadcrumb__wrap {
    background: #FFF;
    position: relative;
    padding: 0px 3% 0;
}

.breadcrumb__wrap::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: #FFF;
    clip-path: ellipse(60% 100% at 50% 0%);
    z-index: 0;
}

.breadcrumb__wrap .container {
}

.breadcrumb__wrap .container .breadcrumbs {
}

.bg_ivory {
    background: #f9f1e6;
}

.section_read_text {
    text-align: center;
    padding: 40px 3% 40px;
    margin: 0;
}

.lower_subttl {
    font-size: 20px;
    margin: 50px 0 30px;
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid;
    padding: 0 3% 10px;
}

.section_ul_list {
}

.section_ul_list li {
}

.section_ol_list {
    counter-reset: my_section_ol_counter;
    padding-left: 0;
}

.section_ol_list li {
    counter-increment: my_section_ol_counter;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
}

.section_ol_list li::before {
    content: counter(my_section_ol_counter) ".";
    position: absolute;
    left: 0;
}

.text_link {
}

/*============================
privacy
============================*/
.section_privacy p {
    padding: 0 3%;
    margin: 0 0 30px;
}

.section_privacy .section_read_text {
    text-align: center;
    padding: 40px 3% 40px;
}

.section_privacy .section_ol_list {
    padding: 0 3%;
    margin: 0 0 20px;
}

/*============================
contact
============================*/
.contact__telbox {
    max-width: 800px;
    margin: 40px auto 80px;
    background: #007050;
    padding: 30px 3%;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.contact__tel {
    font-size: 40px;
    margin: 0 auto 20px;
    display: block;
    max-width: 316px;
    font-weight: bold;
    padding-left: 50px;
    line-height: 1.2;
    color: #FFF;
    background-image: url(../img/icon_tel_white.svg);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: left bottom;
}

.contact__tel:hover {
    color: #FFF;
}

.contact__telbox p {
    margin: 0;
    color: #FFF;
}

.must_text {
    display: inline-block;
    background: #dc1432;
    color: #FFF;
    font-size: 10px;
    padding: 3px 8px 2px;
    margin: auto;
    position: relative;
    height: 23px;
    top: -2px;
    border-radius: 4px;
    margin-right: 4px;
    font-weight: bold;
    line-height: 1.5;
}

/* mailform pro用 追加css */
.contact__sec {
    max-width: 1000px;
    margin: 0 auto;
}

.contact__form {}

.contact__form table {
    width: 90%;
}

.contact__form tbody {
}

.contact__form tr {
}

.contact__form th {
    width: 280px;
    text-align: left;
    font-weight: bold;
    padding: 20px 80px 20px 0px;
    font-size: 16px;
    position: relative;
    vertical-align: top;
    border: none;
    /* border-bottom: 1px solid #ddd; */
    vertical-align: middle;
    text-align: right;
}

.contact__form .must {
    display: inline-block;
    background: #dc1432;
    color: #FFF;
    font-size: 10px;
    padding: 3px 8px 2px;
    margin: auto;
    position: absolute;
    /* position: relative; */
    /* left: 0; */
    top: 0;
    bottom: 0;
    height: 23px;
    float: none;
    text-shadow: none;
    box-shadow: none;
    border: none;
    right: 30px;
    line-height: 1.5;
}

.contact__form td {
    padding: 20px 0;
    border: none;
    /* border-bottom: 1px solid #ddd; */
    vertical-align: middle;
}

.contact__form td ul {
    padding: 0;
}

.contact__form td ul li {
    list-style: none;
}

textarea {
    width: 100%!important;
    padding: 20px 34px;
    font-size: 16px;
    border: 1px solid #ddd;
    min-height: 280px!important;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 20px;
    border: none;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.contact__form p {
    text-align: center;
    margin: 40px 0;
}

input[type=text] {
    width: 100%;
    padding: 20px 34px;
    font-size: 16px;
    /* border: 1px solid #ddd; */
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
    border-radius: 100px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.contact__form p a {
    color: #4A86E8;
    text-decoration: underline;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}

.contact__form .btn {
    border: 1px solid #000;
    padding: 20px;
    background: #007050;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-shadow: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    border: none;
    max-width: 260px;
    width: 100%;
    border-radius: 10px;
}

.contact__form .btn:hover {
    opacity: 0.6;
}

.contact__form .btn::before {
}

/*============================
single entry-contents
============================*/
.section_information__single {padding: 140px 3% 140px;}
.section_information__single__wrap {margin: 60px auto 0;background: #FFF;border-radius: 20px;box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);}
.single_news__header {
    padding: 50px 5% 0px;
    /* background: rgba(255,255,255,0.8); */
}

.single_news__header .single_news__ttl {
    margin: 0 auto;
    padding: 4px 0 10px 26px;
    border-left: 10px solid #007050;
    position: relative;
}

.single_news__header .single_news__ttl::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    background: #38761d;
    top: 0;
    left: 6px;
}

.single_news__metadata {
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 20px;
}

.single_news__metadata .news_tag {
    margin: 0;
    display: inline-block;
    padding: 0px 8px 1px;
    text-align: center;
    width: 100px;
    font-size: 12px;
    background: #007050;
    color: #FFF;
    border-radius: 4px;
    position: relative;
    top: 1px;
    font-weight: bold;
}

.single_news__metadata .news_date {
    margin: 0;
    padding-left: 20px;
}

.single_news__body {
    margin: 0 auto;
    /* background: #FFF; */
    padding: 30px 5% 50px;
}

.sngle_news__footer {
    padding: 80px 0 0;
}

.sngle_news__footer .btn01 {
    margin: 0 auto 0;
}

.has-text-align-right {
    text-align: right;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-center .btn01 {
    margin: 0 auto;
}

.entry-contents h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    padding: 0px 0 10px 0px;
    margin: 30px auto 30px;
    color: #000000;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    border-bottom: 2px solid #007050;
}

.entry-contents h2.has-text-align-left {
    text-align: left;
}

.entry-contents h2.has-text-align-left::after {
    right: auto;
}

.entry-contents h2.white {
    color: #FFF;
}

.entry-contents h2:first-letter {
}

.entry-contents h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 30px auto 30px;
    letter-spacing: 0.1rem;
    padding: 0 0;
    color: #007050;
    position: relative;
    line-height: 1.4;
}

.entry-contents h3.bd {
    padding: 20px 0 20px;
    font-size: 20px;
    margin: 0 0 20px;
}

.entry-contents h3.bd::before {
    content: " ";
    width: 100%;
    display: block;
    height: 4px;
    position: absolute;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(50deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(97,83,141,1) 25%, rgba(97,83,141,1) 50%, rgba(193,64,58,1) 50%, rgba(193,64,58,1) 75%, rgba(236,167,84,1) 75%, rgba(236,167,84,1) 100%);
    left: 0;
    right: 0;
    margin: auto;
}

.entry-contents h3.bd::after {
    content: " ";
    width: 100%;
    display: block;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(50deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(97,83,141,1) 25%, rgba(97,83,141,1) 50%, rgba(193,64,58,1) 50%, rgba(193,64,58,1) 75%, rgba(236,167,84,1) 75%, rgba(236,167,84,1) 100%);
    left: 0;
    right: 0;
    margin: auto;
}

.entry-contents .wp-block-column {
    /* text-align: center; */
    /* border: 2px solid #025daf; */
    margin: 0 0 10px;
    /* box-shadow: 0 0 10px #c3c3c3; */
    /* padding: 20px; */
}

.entry-contents .wp-block-column p {
    margin: 0;
}

.entry-contents h4 {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 20px;
    padding: 0 0 10px;
    line-height: 1.4;
    border-bottom: 2px solid #c36a2d;
}

.entry-contents h5 {
    color: #c36a2d;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 20px;
    line-height: 1.4;
}

.entry-contents h6 {
    color: #093a38;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 10px;
    line-height: 1.4;
}

.entry-contents p {
    margin: 0px 0 30px;
}

.entry-contents p small {
    font-size: 12px;
}

.entry-contents figure {
    margin: 40px auto;
}

.entry-contents ul {
    padding: 0 0 0 20px;
    margin: 30px 0;
}

.entry-contents li {
    font-size: 16px;
    margin: 0 0 3px;
}

.entry-contents ul li {
    list-style: disc;
}

.entry-contents ol li {
    list-style: auto;
}

.entry-contents ol {
    padding: 0 0 0 20px;
    margin: 30px 0;
}

.entry-contents .table {
}

.entry-contents table {
    width: 100%;
    margin: 30px 0;
    border: 1px solid;
}

.entry-contents tr:first-child th, .entry-contents tr:first-child td {
}

.entry-contents th {
    border: 1px solid #000;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
}

.entry-contents td {
    border: 1px solid #000;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 2;
    min-width: 180px;
}

.entry-contents .name-position {
    margin: 0;
    font-size: 12px;
}

.entry-contents .name-jp {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.entry-contents .name-en {
    margin: 0;
    font-size: 12px;
}

.entry-contents .wp-block-media-text__media {
}

.entry-contents .wp-block-media-text__media img {
    border-radius: 4px;
    margin: 0 0 20px;
    border: 1px solid #e5e5e5;
}

.entry-contents .wp-block-media-text {
    margin: 0 0 40px;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    /* background: #f7f7f7; */
}

.entry-contents .wp-block-image {
    padding: 0 0px;
    margin: 0 0 40px;
}

.font-weight-bold {
    font-weight: bold;
}

/* wp-pagenavi */
.wp-pagenavi {
    margin: 40px 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    ';
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .previouspostslink {
    padding: 10px 10px 11px 12px;
    font-size: 18px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #007050;
    background: #FFF;
    color: #007050;
}

.wp-pagenavi .current {
    padding: 10px 14px 11px;
    font-size: 18px;
    margin: 0 10px;
    color: #FFF;
    background: #007050;
    text-align: center;
    border: 1px solid #007050;
}

.wp-pagenavi .extend {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

.wp-pagenavi .page.smaller {
    padding: 10px 14px 11px;
    font-size: 18px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #007050;
    background: #FFF;
    color: #007050;
}

.wp-pagenavi .page.larger {
    padding: 10px 14px 11px;
    font-size: 18px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #007050;
    background: #FFF;
    color: #007050;
}

.wp-pagenavi .nextpostslink {
    padding: 10px 10px 11px 12px;
    font-size: 18px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #007050;
    background: #FFF;
    color: #007050;
}


.archive_newslist .news_list {
    margin: 0 auto;
    max-width: 1000px;
    padding: 60px 0 0;
}

.archive_newslist .news_item {
    margin: 20px auto 10px;
    padding: 0 3% 18px;
    border-bottom: 1px solid #38761D;
}

.archive_newslist .news_item a {
    display: block;
}

.archive_newslist .news_date {
    display: inline-block;
}

.archive_newslist .news_tag {
    display: inline-block;
    padding: 4px 8px 6px;
    text-align: center;
    width: 100px;
    font-size: 12px;
    background: #007050;
    margin: 0 3%;
    color: #FFF;
    border-radius: 4px;
    position: relative;
    top: -1px;
    font-weight: bold;
}

.archive_newslist .news_title {
    display: inline-block;
}

/* introduction */
.section_ttl {
    text-align: center;
    font-size: 30px;
    margin: 40px auto 60px;
    font-family: 'Noto Serif JP', serif;
    /* padding: 0 0 20px; */
    position: relative;
    line-height: 1.4;
}

.section_ttl::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #007050;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    content: none;
}

.kazari {
    position:relative;
    padding: 0 48px 14px;
    border-bottom: 2px solid #007050;
    text-align: center;
    display: inline-block;
}

.kazari::before {
    content:'';
    width: 20px;
    height: 20px;
    background: #007050;
    position: absolute;
    /* transform: rotate(45deg); */
    margin: auto;
    left: 6px;
    top: -6px;
    bottom: 0;
    border-radius: 90px;
}

.kazari::after {
    content:'';
    width: 20px;
    height: 20px;
    background: #007050;
    position: absolute;
    /* transform: rotate(45deg); */
    margin: auto;
    right: 6px;
    top: -6px;
    bottom: 0;
    border-radius: 90px;
}

.section_subttl {
    margin: 0px auto 30px;
    font-size: 24px;
    padding: 0 0 10px 40px;
    border-bottom: 1px solid #007050;
    /* border-left: 8px solid #007050; */
    position: relative;
    line-height: 1.4;
}

.section_subttl::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #007050;
    position: absolute;
    transform: rotate(45deg);
    margin: auto;
    left: 4px;
    top: -6px;
    bottom: 0;
    border-radius: 4px;
}

.section_subttl02 {
    font-size: 24px;
    padding: 0;
    position: relative;
    text-align: center;
}

.section_subttl02 .kazari {
    border-bottom: none;
    padding: 0 40px;
}

.section_subttl02 .kazari::before {
    width: 20px;
    height: 20px;
    background: #007050;
    position: absolute;
    transform: rotate(45deg);
    margin: auto;
    left: 4px;
    top: 0px;
    bottom: 0;
    border-radius: 4px;
}

.section_subttl02 .kazari::after {
    width: 20px;
    height: 20px;
    background: #007050;
    position: absolute;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    border-radius: 4px;
    margin: auto;
    right: 4px;
}

.section_childttl {
    text-align: center;
    font-size: 26px;
    margin: 50px 0 30px;
    font-family: 'Noto Serif JP', serif;
}

.section_childttl::before {
    content: '～ ';
}

.section_childttl::after {
    content: '～';
}

.section_list {
    margin: 0 0 20px;
    padding-left: 20px;
}

.section_list li {
    list-style: disc;
    margin: 0 0 10px;
}

.section_item {
}

.section_childitem {
}

.section_childitem.per50 {
    width: 48%;
}

.section_childitem.per30 {
    width: 28%;
}

.section_childitem.per70 {
    width: 68%;
}

.section_childitem .section_subttl {
    margin: 10px auto 30px;
}

.section_childitem p {
}
.section_childitem .section_list {
}
.section_childitem .section_list li {
}

.section_image {
    padding-top: 35%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #9c9c9c;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.section_image.per50 {
    width: 47%;
}

.section_image.about {
    padding-top: 45%;
}
.section_item02 {
    padding: 30px 3%;
}

.section_item02 .section_subttl {
}

.section_item02 p {
    margin: 0;
}

.introduction_flowlist {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    counter-reset: my-counter;
}

.introduction_flowlist::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #007050;
    left: 19px;
    top: 19px;
}

.introduction_flowlist li {
    padding: 0 0 0 50px;
    margin: 0 0 40px;
    position: relative;
}

.introduction_flowlist li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 39px;
    background: #007050;
    text-align: center;
    border-radius: 100px;
    left: 0;
    color: #FFF;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    top: 6px;
}

.introduction_flowlist h3 {
    margin: 0 auto 20px;
    font-size: 24px;
    padding: 0 0 8px 20px;
    border-bottom: 1px solid #007050;
    font-family: 'Noto Serif JP', serif;
}

.introduction_flowlist p {
    margin: 0;
    padding: 0 3%;
}

.introduction__table.sr_load-bottom {
    padding: 60px 5%;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.introduction__table.sr_load-bottom .section_table01 {
}

.introduction__table.sr_load-bottom .section_table01 tbody {
}

.introduction__table.sr_load-bottom .section_table01 tr {
}

.introduction__table.sr_load-bottom .section_table01 th {
    text-align: left;
    width: 200px;
    padding: 26px;
}

.introduction__table.sr_load-bottom .section_table01 td {
    width: calc(100% - 200px);
    padding: 26px 3%;
}

.btn01.hv.sr_load-bottom {
}

.introduction_item {
    align-items: center;
    padding: 40px 4%;
    background: #FFF;
    border-radius: 20px;
    max-width: 1000px;
    margin: 60px auto 0;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.introduction_item .section_childitem {
}

.introduction_item .section_childitem.per50 {
}

.introduction_item .section_subttl {
    padding: 0;
    text-align: center;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    border: none;
}

.introduction_item .section_list {
}

.introduction_item .section_list li {
}

.introduction_item  p {
}



.about_top {
}
.about_top .container {
}
.about_top .section_ttl {
}
.about_top .section_ttl .kazari {
}
.about_top p {
    margin: 0;
    text-align: center;
}
.abuot_toplist__wrap {
    margin: 60px auto 30px;
    padding: 30px 3%;
    background: #c36a2d;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    max-width: 1000px;
}
.abuot_toplist {
    font-size: 18px;
    padding: 20px 3% 20px;
    border-bottom: 1px solid #ffffff;
    align-items: center;
}
.abuot_toplist:last-child {
    margin: 0;
     border-bottom:none;
 }
.abuot_toplist dt {
    font-weight: bold;
    width: 200px;
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
}
.abuot_toplist dd {
    color: #FFF;
    width: calc(100% - 240px);
}

.about__table {
    padding: 60px 5%;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.about__table .section_table01 {
}
.about__table .section_table01 tbody {

}
.about__table .section_table01 tr {

}
.about__table .section_table01 th {
    text-align: left;
    padding: 20px;
    width: 290px;
}
.about__table .section_table01 td {
    width: calc(100% - 290px);
    padding: 20px 3%;
}
.section_nomalimage {
    width: 100%;
}

.about_partner__list {
    margin: 0 auto 0;
}
.about_partner__list li {
    margin: 0 0 30px;
    padding: 30px;
    padding: 40px 4%;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    width: 48%;
    align-items: center;
}
.about_partner__logobox {
    width: 200px;
    align-items: center;
    justify-content: center;

}
.about_partner__logobox img {
    width: 100%;
}
.about_partner__infobox {
    width: calc(100% - 240px);
}
.about_partner__infobox h5 {
    font-size: 18px;
    margin: 0 0 20px;
}
.about_partner__infobox p {
    margin: 0;
}



.futures_image {/* max-width: 1000px; */padding: 40% 0 0;/* margin: 0 auto 30px; */background-repeat: no-repeat;background-position: center center;background-size: cover;border-radius: 20px;box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);width: 47%;}

.futures_worklist {max-width: 1000px;margin: 0 auto;}
.futures_worklist li {font-size: 18px;margin: 8px 0 0px;}
.futures_childitem .section_subttl.futures_subttl {
    margin: 30px 0 10px;
    font-size: 22px;
}
.futures_list {max-width: 800px;justify-content: center;margin: 0 auto;}
.futures_list li {width: 30%;margin: 40px 1.5% 0;max-width: 240px;height: 240px;background: #007050;border-radius: 900px;padding: 40px 0 10px;box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);}
.futures_list .icon_image {text-align: center;margin: 0 0 10px;}
.futures_list .icon_image span {font-size: 100px;display: block;margin: 0 auto;width: 100px;height: 100px;color: #FFF;}
.futures_list__text {text-align: center;margin: 0;font-size: 18px;color: #FFF;font-weight: bold;line-height: 1.4;}
.futures_childitem {
    width: 48%;
    margin: 20px 0 0;
}




@media screen and (max-width: 1180px) {
    /*============================
    header
    ============================*/.header {
        overflow: unset;
    }

    .header .container {
    }

    .header_logo__wrap {
    }

    .header_logo__wrap a {
    }

    .header_logo {
    }

    .header_logo img {
    }

    .header_navi__wrap {
        display: none;
        position: absolute;
        left: 0;
        top: 94px;
        width: 100%;
        height: auto;
        background: #FFF;
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .header_navi {
        border-radius: 0;
        padding: 30px 3%;
        width: 100%;
        box-shadow: none;
    }

    .header_navi .header_navi__list {
        margin: 0 auto 20px;
        width: 100%;
    }

    .header__navi__item {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        padding: 0 0 10px;
        border-bottom: 1px solid;
    }

    .header__navi__link {
    }

    .header_navi .header_navi__contact {
        margin: 0 auto;
    }

    .header_spnavi__wrap {
        display: flex;
        padding: 12px 12px 12px 12px;
        border-radius: 100px;
        background: #FFF;
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .header_spnavi__contact {
    }

    .header_spnavi__contact span {
    }

    .header__spmenu {
    }

    .header__spmenu span {
    }
}