@charset "UTF-8";
@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "lightbox.css";


/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
pre,
address,
li,
dt {
    font-size: 180%;
    -webkit-text-size-adjust: none;
    font-weight: 500;
}

table {
    width: 100%
}

p {
    margin: 0 0 1.5em;
}

div>p:last-child {
    margin-bottom: 0
}

* {
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
    background: none;
	line-height: 1.3em;
    scroll-behavior: smooth;
    font-size: 10px;
}

body {
    color: #333;
    font-family: 'NotoSansCJKjp-Regular', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

#wrapper {
    min-width: 1280px;
    overflow: hidden
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #333;
}

p,
dd,
dt,
li{
    line-height: 2.22em;
    letter-spacing: 0.05em;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#wrapper {
    padding-top: 120px
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 5;
    width: 100%;
}

#header .inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    transition: all ease 0.3s;
}

#header .mail a {
    font-size: 18px;
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #800000
}

#header .mail a img {
    margin-right: 10px
}

#header.active .inner {
    padding: 10px 0
}

#fct_sp {
    display: none;
    background: #8352a5;
    height: 60px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: fixed;
    bottom: -120px;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    transition: all ease 0.5s;
}

#fct_sp.active {
    bottom: 0;
}

#fct_sp p {
    margin: 0 6px 0 0;
}

#fct_sp p:last-child {
    margin-right: 0
}

#fct_sp p a {
    background: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #8352a5
}

#fct_sp p a img {
    margin-right: 5px
}

#fct_sp .tel {
    width: calc(40% - 4px)
}

#fct_sp .mail {
    width: calc(30% - 4px)
}

#fct_sp .map {
    width: calc(30% - 4px)
}

/*==========================================================================*/
/*                               ALL                                        */
/*==========================================================================*/
/* FONT PAGE  */
#header .mail a,
.box_ttl,
#box01 .txt,
#box02 .box02_l,
#box02 .box02_r .mail a,
#box02 .box02_r .tel a span.num,
#box02 .box02_form .box02_label p,
#box04 .box04_check ul li,
#box05 .ttl,
#box05 .box05_txt ul li span,
#box06 h3,
#box07 .big,
#box09 ul li .jp,
#box09 ul li .name,
#box11 .box11_item,
#box11 .box11_bot .big,
#box12 .box12_txt .big span.en,
#box13 .ttl h3,
#box13 .step_bg .big,
#box13 .name,
#box13 .tel a,
.box_ct .box_talk .txt span,
.banner_all p span,
.box_ct .box_tel p a,
.box_ct .box_ct_talk .txt span {
    font-family: 'NotoSansCJKjp-Bold', sans-serif;
}

#box04 .box04_label p {
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
}

.box03_txt,
#box10 ul li p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}

/* FIX FONT + PADDING */
.pdb30 {
    padding: 0 0 30px
}

.pdb50 {
    padding: 0 0 50px;
}

.mgb0 {
    margin-bottom: 0;
}

.mgb30 {
    margin-bottom: 30px;
}

.mgb50 {
    margin-bottom: 50px;
}

.fs12 {
    font-size: 12px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.btn {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.btn a {
    position: relative;
    text-align: center;
    color: #fff;
    width: 260px;
    height: 50px;
    background: #073265;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all ease 0.3s;
}

.btn a:hover {
    background: #101010;
    color: #fff;
}

.ttl {
    text-align: center;
    margin-bottom: 50px;
}

.ttl h3 {
    line-height: 1.4em;
    font-size: 50px;
    margin-bottom: 0px;
    letter-spacing: 0.1em
}

.ttl h3 span {
    color: #800000
}

.ttl p.en {
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 1.5;
    color: #888888;
    margin: 8px auto 0;
}

.ttl p.en span {
    color: #800000
}

.ttl p.jp {
    font-size: 20px;
    letter-spacing: 0.25em;
}

.box_ttl {
    background: #800000;
    padding: 35px 0
}

.box_ttl h3 {
    color: #fff;
    font-size: 46px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em
}

.box_ttl h3 span {
    font-size: 60px
}

/*==========================================================================*/
/*                               Main                                       */
/*==========================================================================*/
#main {
    position: relative;
    z-index: 2
}

#btn_top {
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 9;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    display: none;
}

#btn_top img {
    max-width: 100%;
}

.box_ct {
    background: url('../images/box_ct_bg.png') center no-repeat;
    background-size: cover;
    padding: 50px 0
}

.box_ct .ttl {
    margin-bottom: 22px;
}

.box_ct .ttl h3 {}

.box_ct .ttl .en {
    margin: 0 auto 2px
}

.box_ct .box_ct_form {
    background: #fff;
    padding: 55px 80px 55px;
}

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

.box_ct .box_ct_talk .img {
    margin: 0 28px 0 0;
}

.box_ct .box_ct_talk .txt {
    width: 610px;
    height: 170px;
    border: 4px solid #800000;
    border-radius: 10px;
    padding: 50px 30px 50px 40px;
    font-size: 22px;
    position: relative;
}

.box_ct .box_ct_talk .txt::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 34px 17px 0;
    border-color: transparent #800000 transparent transparent;
    position: absolute;
    top: calc(50% - 17px);
    left: -34px;
    content: ''
}

.box_ct .box_ct_talk .txt::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 24px 12px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: calc(50% - 12px);
    left: -24px;
    content: ''
}

.box_ct .box_ct_talk .txt span {
    font-size: 26px;
    display: block;
    line-height: 1em;
}

.box_ct .box_tel {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px;
}

.box_ct .box_tel p {
    width: 490px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.box_ct .box_tel p:first-child::before {
    position: absolute;
    top: -10px;
    right: -30px;
    width: 3px;
    height: 180px;
    background: #ccc;
    content: '';
    display: none;
}

.box_ct .box_tel p span {
    font-size: 22px;
    color: #555;
    line-height: 1em;
    display: block;
}

.box_ct .box_tel p span.big {
    font-size: 28px;
    color: #333;
}

.box_ct .box_tel p a {
    font-size: 60px;
    color: #800000;
    letter-spacing: 0.05em;
    display: block;
    margin: 25px 0
}

.box_ct .box_tel p a img {
    margin-right: 10px;
}

.box_ct .box_tel.list_3n .item {
    border-right: solid 1px #ccc;
    width: calc(100% / 3);
}

.box_ct .box_tel.list_3n .item:last-child {
    border-right: none;
}

.box_ct .box_tel.list_3n .item a {
    font-size: 38px;
    margin: 15px 0;
    letter-spacing: 0;
    white-space: nowrap;
    word-break: keep-all;
}

.box_ct .box_tel.list_3n .item a img {
    width: 25px;
    margin-top: -6px;
}

.box_ct .box_tel.list_3n .item span {
    font-size: 17px;
}

.banner_all {
    cursor: pointer
}

.banner_all p {
    background: #970101;
    position: relative;
    height: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-left: 165px
}

.banner_all p::before {
    background: #800000;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1
}

.banner_all p a {
    position: absolute;
    left: 35px;
    top: -30px;
	display: flex;
	align-items: center;
    z-index: 2;
}

.banner_all p span {
    font-size: 42px;
    color: #fff;
    position: relative;
    z-index: 2
}

.banner_all p img {
    margin-right: 20px
}

#box01 {
    margin-bottom: 50px
}

#box01 .box01_ct {
    width: 1500px;
    margin: 0 auto;
    position: relative;
}

#box01 .box01_ct h2 {}

#box01 .box01_ct h2 a {
    position: absolute;
    bottom: 35%;
    left: 9.7%;
    width: 31.3%;
    height: 7%;
}

#box01 .box01_ct h2 a:hover {
    background: rgba(255, 255, 255, 0.3)
}

#box01 .txt {
    background: #000;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 1em;
    padding: 22px 10px 22px 110px;
    position: relative;
}

#box01 .txt span {
    font-size: 16px;
}

#box01 .txt:before {
    content: '';
    position: absolute;
    background: url(../images/award_logo.gif)center no-repeat;
    background-size: contain;
    width: 180px;
    height: 96px;
    left: 150px;
    top: 24px;
}

#box02 {}

#box02 .box02_head {
    background: #f8f8f8;
    padding: 80px 0
}

#box02 .box02_head .inner {
    display: flex;
    justify-content: space-between
}

#box02 .box02_l {}

#box02 .box02_l p {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 1em;
    margin-bottom: 0
}

#box02 .box02_l .red {
    color: #970101;
    line-height: 1.35em;
    margin: 15px 0 15px -0.5em;
}

#box02 .box02_l .sm {
    font-size: 26px
}

#box02 .box02_r {
    flex-shrink: 0;
}

#box02 .box02_r .tel {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#box02 .box02_r .tel a {
    color: #fff;
    letter-spacing: 0.05em;
    width: 220px;
    height: 90px;
    background: #000;
    padding: 20px 10px 10px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0
}

#box02 .box02_r .tel a:not(:last-child) {
    margin-right: 5px;
}

#box02 .box02_r .tel a span {
    display: block;
    line-height: 1em;
}

#box02 .box02_r .tel a span.txt {
    font-size: 16px;
    margin-bottom: 5px
}

#box02 .box02_r .tel a span.num {
    font-size: 24px;
    white-space: nowrap;
    word-break: keep-all;
}

#box02 .box02_r .tel a span.num img {
    margin-right: 5px;
}

#box02 .box02_r .mail {
    position: relative;
}

#box02 .box02_r .mail a {
    background: #970101;
    position: relative;
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0
}

#box02 .box02_r .mail a::before {
    background: #800000;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1
}

#box02 .box02_r .mail a img {
    margin-right: 15px
}

#box02 .box02_ct {
    background: #fff;
    margin-top: 65px;
}

#box02 .box02_ct .ttl {}

#box02 .box02_ct .ttl h3 {
    font-size: 38px;
    line-height: 1.42em;
    letter-spacing: 0.05em
}

#box02 .box02_ct .ttl p {
    color: #800000;
    font-size: 28px;
}

#box02 .box02_form {
    position: relative;
}

#box02 .box02_form p {}

#box02 .box02_form .center {
    margin-bottom: 120px
}

#box02 .box02_form .box02_label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px
}

#box02 .box02_form .box02_label p {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    font-size: 38px;
    width: auto;
    text-align: center;
    margin: 0 auto 10px;
    line-height: 1em;
    padding: 15px 20px;
    line-height: 1.3em;
}

#box02 .box02_form .box02_label p span {
    color: #800000;
}

#box03 {
    padding-top: 75px;
    position: relative;
    margin-bottom: 120px
}

#box03::before {
    width: 100%;
    height: 400px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: ''
}

#box03 .ttl {}

#box03 .ttl h3 {
    font-size: 30px
}

#box03 .ttl .en {}

#box03 ul {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

#box03 ul li {
    box-shadow: 0 0 7px rgba(14, 5, 10, 0.16);
    margin: 0 10px;
}

#box03 .box03_txt {
    width: 1200px;
    height: 480px;
    background: url('../images/U0A7284_mu_1.jpg') center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

#box03 .box03_txt p {
    margin-bottom: 0;
    text-shadow: 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff
}

#box03 .box03_txt .jp {
    font-size: 38px;
    line-height: 1.4em;
}

#box03 .box03_txt .en {
    font-size: 16px;
    letter-spacing: 0.3em
}

#box04 {
    background: #ededed;
    position: relative;
    margin-bottom: 190px;
    z-index: 1
}

#box04::after {
    background: url('../images/box04_bg_bot.png') center top no-repeat;
    background-size: cover;
    width: 1920px;
    height: 242px;
    bottom: -95px;
    left: calc(50% - 960px);
    content: '';
    position: absolute;
    z-index: 0
}

#box04 .box_ttl {
    padding: 37px 0
}

#box04 .box_ttl h3 {
    font-size: 38px
}

#box04 .box_ttl h3 span {
    font-size: 46px;
}

#box04 .box04_check {
    width: 1160px;
    background: #555;
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.35);
    margin: 90px auto 0px;
    border-radius: 10px;
    padding: 37px 53px 50px;
    position: relative;
    z-index: 2
}

#box04 .box04_check::before {
    background: url('../images/box04_ic_bg.png') center no-repeat;
    background-size: cover;
    width: 254px;
    height: 78px;
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 127px);
}

#box04 .box04_check ul {
    background: url('../images/box04_bg.png') top center no-repeat;
    background-size: cover;
    padding: 85px 30px 65px 80px;
}

#box04 .box04_check ul li {
    font-size: 30px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 4px;
}

#box04 .box04_check ul li::before {
    position: absolute;
    top: 12px;
    left: 3px;
    background: url('../images/ic_check.png') center no-repeat;
    background-size: cover;
    width: 50px;
    height: 42px;
    content: ''
}

#box04 .box04_check ul li span {
    color: #800000
}

#box04 .box04_img {}

#box04 .box04_label {
    text-align: center;
    position: relative;
    top: -5px;
    z-index: 2
}

#box04 .box04_label p {
    line-height: 1em;
    font-size: 60px;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
    text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
}

#box04 .box04_label p span {
    font-size: 90px;
    color: #fa4101;
    letter-spacing: 0
}

#box05 {
    margin: 100px auto 105px
}

#box05 .ttl {
    text-align: center;
    padding-left: 25px;
    margin-bottom: 40px
}

#box05 .ttl p {
    font-size: 38px;
    line-height: 1em;
    margin-bottom: 15px
}

#box05 .ttl h3 {
    font-size: 48px;
    letter-spacing: 0.05em
}

#box05 .box05_txt {
    background: #fff;
    width: 1100px;
    margin: -125px auto 0;
    padding: 30px 0 0;
    text-align: center;
    position: relative;
}

#box05 .box05_txt p {
    font-size: 30px;
    margin-bottom: 10px
}

#box05 .box05_txt ul {
    display: flex;
    justify-content: space-between;
    width: 990px;
    margin: 0 auto;
}

#box05 .box05_txt ul li {
    width: 240px;
    border: 4px solid #800000;
    padding: 25px 0 17px;
}

#box05 .box05_txt ul li img {}

#box05 .box05_txt ul li span {
    font-size: 24px;
    display: block;
    color: #800000;
    margin-top: 10px
}

#box06 {
    background: #efefef;
    margin-bottom: 50px;
    padding-top: 85px
}

#box06 .ttl {
    text-align: center;
    margin-bottom: 35px
}

#box06 .ttl h3 {
    position: relative;
    display: inline-block;
    letter-spacing: 0.05em
}

#box06 .ttl h3::before,
#box06 .ttl h3::after {
    position: absolute;
    width: 93px;
    height: 186px;
    content: '';
    bottom: 10px;
    left: -115px;
    background: url('../images/box06_ic_l.png') center no-repeat;
    background-size: cover;
}

#box06 .ttl h3::after {
    left: inherit;
    right: -115px;
    background: url('../images/box06_ic_r.png') center no-repeat;
    background-size: cover;
}

#box07 {
    padding-bottom: 120px
}

#box07 .box_ttl {
    padding: 33px 0;
}

#box07 .box_ttl h3 {
    line-height: 1.4em;
}

#box07 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 78px 0 0;
}

#box07 ul li {
    margin-bottom: 60px
}

#box07 ul li:nth-child(3),
#box07 ul li:last-child {
    margin-bottom: 30px
}

#box07 ul li p {
    margin-bottom: 30px
}

#box07 ul li .txt {
    font-size: 24px;
    line-height: 1.25em;
    padding-left: 105px;
    position: relative;
}

#box07 ul li .txt img {
    position: absolute;
    top: 0;
    left: -8px;
}

#box07 ul li .img {
    margin-bottom: 0
}

#box07 .big {
    margin-bottom: 0;
    font-size: 34px;
    text-align: center;
}

#box08 {
    background: #f8f8f8;
}

#box08 .box_ttl {
    padding: 37px 0 38px;
    margin-bottom: 65px
}

#box08 .ttl {
    margin-bottom: 42px;
}

#box08 .ttl h3 {
    letter-spacing: 0.3em
}

#box08 .box08_ct {
    background: #fff;
    padding: 72px 80px
}

#box08 .box08_ct .img {
    float: left;
    margin: 8px 40px 0 0
}

#box08 .box08_txt {}

#box08 .box08_txt p {
    line-height: 1.9375em;
    font-size: 16px;
    margin-bottom: 30px
}

#box08 .box08_txt p.mgb20 {
    margin-bottom: 20px
}

#box08 .box08_txt .sub {}

#box08 .box08_txt .sub p {
    line-height: 1.875em;
}

#box08 .box08_txt p:first-child {
    line-height: 2.1em;
}

#box08 .box08_txt span.red {
    color: #800000;
    font-size: 20px;
    line-height: 1.7em;
    display: block;
    margin-bottom: 2px;
}

#box08 .box08_txt .right {
    margin-bottom: 0
}

#box08 .box08_txt .right span {
    font-size: 28px
}

#box08 .box08_txt .right span span {
    color: #800000
}

#box09 {
    padding: 80px 0 40px;
}

#box09 ul {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

#box09 ul li {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 6px solid #efefef;
    background: #fbfbfb;
    padding: 105px 70px 105px 90px;
    margin: 0 30px 60px;
}

#box09 ul li p {
    margin-bottom: 0;
    line-height: 1em;
}

#box09 ul li .en {
    font-size: 18px;
    /* color: */
}

#box09 ul li .name {
    color: #800000;
    font-size: 50px;
}

#box09 ul li .name span {
    color: #333
}

#box09 ul li .jp {
    font-size: 26px;
    color: #800000;
    margin: 12px 0 22px;
}

#box09 ul li .txt {
    font-size: 20px;
    line-height: 1.6em;
}

#box09 ul li.img {
    width: 314px;
    height: 314px;
    position: absolute;
    top: calc(50% - 187px);
    left: calc(50% - 157px);
    padding: 0;
    margin: 0;
    border: none;
}

#box09 ul li.img::before {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #f8f8f8;
    position: absolute;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    content: '';
    z-index: -1
}

#box10 {
    background: #f8f8f8;
    padding: 70px 0 45px
}

#box10 .ttl {}

#box10 .ttl h3 {
    line-height: 1em;
}

#box10 .ttl .jp {
    font-size: 16px;
    letter-spacing: 0.3em;
    margin-bottom: 0;
    color: #888
}

#box10 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#box10 ul li {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 80px
}

#box10 ul li p {
    margin-bottom: 0;
    letter-spacing: 0.1em
}

#box10 ul li .img {
    text-align: center;
}

#box10 ul li .txt {
    font-size: 18px;
    border-bottom: 1px solid #333;
    margin: 30px auto 0;
    padding-bottom: 17px;
}

#box11 {
    margin: 115px auto 0
}

#box11 .ttl {
    margin-bottom: 30px
}

#box11 .ttl .jp {
    margin-bottom: 0;
    letter-spacing: 0.3em;
    line-height: 1em;
    margin-bottom: 2px;
}

#box11 .ttl h3 {
    letter-spacing: 0.1em
}

#box11 .box11_txt {
    line-height: 1.667em;
    margin-bottom: 45px
}

#box11 .box11_ct {
    display: flex;
    justify-content: space-between;
    padding: 0 5px
}

#box11 .box11_item {
    width: 290px;
}

#box11 .box11_item .head {
    width: 290px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.075em;
    line-height: 1.167em;
    background: #333;
    color: #fff;
    margin-bottom: 0
}

#box11 .box11_list {
    background: #f8f8f8;
    padding: 50px 30px;
}

#box11 .box11_list p {
    margin-bottom: 40px;
    height: 80px;
    width: 100%;
    background: #fff;
    border: 3px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    position: relative;
}

#box11 .box11_list p::before {
    width: 20px;
    height: 20px;
    background: url('../images/ic_plus.png') center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -33px;
    left: calc(50% - 11px);
    content: ''
}

#box11 .box11_list p:last-child {
    margin-bottom: 0
}

#box11 .box11_list p:last-child::before {
    display: none;
}

#box11 .box11_item.item_3 .box11_list {
    padding-top: 170px
}

#box11 .box11_item.item_4 .head {
    background: #800000
}

#box11 .box11_item.item_4 p.big {
    height: auto;
    border: none;
    background: none;
    margin-bottom: 10px
}

#box11 .box11_item.item_4 p.big::before {
    display: none;
}

#box11 .box11_item.item_4 .box11_list {
    background: #faefef
}

#box11 .box11_item.item_4 .box11_list p {
    color: #800000;
    border-color: #800000
}

#box11 .box11_item.item_4 .box11_list p::before {
    background: url('../images/ic_plus_r.png') center no-repeat;
    background-size: cover;
}

#box11 .box11_bot {
    background: #fbfbfb;
    margin-top: 100px
}

#box11 .box11_bot .inner {
    position: relative;
    padding: 70px 0px 70px 0;
    text-align: center;
}

#box11 .box11_bot p {
    margin-bottom: 0;
    line-height: 1em;
}

#box11 .box11_bot .img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#box11 .box11_bot .txt {
    font-size: 30px;
    margin: 0 20px 15px 0
}

#box11 .box11_bot .big {
    font-size: 54px
}

#box11 .box11_bot .big span {
    color: #800000
}

#box12 {
    margin-top: 80px
}

#box12 .ttl {
    margin-bottom: 70px;
}

#box12 .ttl .jp {
    line-height: 1em;
    margin-bottom: 0
}

#box12 .box12_list {}

#box12 .box12_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}

#box12 .box12_item:nth-child(2) {
    padding-bottom: 65px
}

#box12 .box12_item:nth-child(2) .box12_txt .txt {
    line-height: 2.225em;
}

#box12 .box12_item:last-child {
    margin-bottom: 120px;
    padding-bottom: 0;
    border-bottom: none;
}

#box12 .box12_img {
    width: 640px
}

#box12 .box12_txt {
    width: 520px
}

#box12 .box12_txt .big {
    text-align: center;
    padding-top: 15px;
    position: relative;
    padding-top: 45px;
    margin-bottom: 40px;
    padding-right: 10px
}

#box12 .box12_txt .big::before {
    background: url('../images/ic_voice.png') center no-repeat;
    background-size: cover;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    content: ''
}

#box12 .box12_txt .big span {
    line-height: 1em;
}

#box12 .box12_txt .big span.en {
    font-size: 34px;
    color: #800000;
    display: block;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
}

#box12 .box12_txt .big span.jp {
    font-size: 20px;
    color: #fff;
    background: #800000;
    width: 155px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

#box13 {
    background: #f8f8f8;
    padding-top: 85px;
    padding-bottom: 10px
}

#box13 .ttl {
    padding-left: 5px;
}

#box13 .ttl h3 {
    position: relative;
    display: inline-block;
}

#box13 .ttl .en {
    color: #333
}

#box13 .ttl h3::before,
#box13 .ttl h3::after {
    position: absolute;
    width: 72px;
    height: 135px;
    content: '';
    top: -23px;
    left: -68px;
    background: url('../images/box13_ic_l.png') center no-repeat;
    background-size: cover;
}

#box13 .ttl h3::after {
    left: inherit;
    right: -64px;
    background: url('../images/box13_ic_r.png') center no-repeat;
    background-size: cover;
}

#box13 .ttl h3+span {
    margin-right: -5px
}

#box13 .ttl h3 span {
    font-size: 60px;
    color: #800000;
    letter-spacing: 0.075em
}

#box13 .ttl h3 span span {
    position: relative;
}

#box13 .ttl h3 span span::before {
    width: 10px;
    height: 10px;
    background: #800000;
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    content: '';
    border-radius: 50%;
}

#box13 .ttl .en {
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0.073em;
    margin-top: 0
}

#box13 .step_bg {
    background: #fff;
    margin: 0 auto 30px;
    padding: 70px 100px 110px;
}

#box13 .step_bg .step_txt {
    text-align: center;
    margin-bottom: 80px
}

#box13 .step_bg .step_txt p {
    margin-bottom: 30px
}

#box13 .step_bg .step_txt p:last-child {
    margin-bottom: 0
}

#box13 .step_bg .step_txt .big {
    font-size: 38px;
    line-height: 1.25em;
    margin-bottom: 25px;
    padding-left: 25px;
}

#box13 .step_bg .step_txt .big span {
    color: #800000;
}

#box13 .step_1 .step_contact {
    margin-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between
}

#box13 .step_1 .step_contact:nth-of-type(3) {
    margin-bottom: 65px;
}

#box13 .step_1 .step_item {
    width: 490px;
}

#box13 .step_1 .step_item p {}

#box13 .step_contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap
}

#box13 .step_contact p {
    margin-bottom: 0
}

#box13 .step_contact .step_head {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#box13 .step_contact .step_head .name {
    width: auto;
    font-size: 30px;
    color: #800000;
    border: 4px solid #800000;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 50px;
    display: inline-block;
    margin: 0 auto 15px;
}

#box13 .step_contact .step_head .tel {
    position: relative;
    padding: 5px 0 0 30px;
}

#box13 .step_contact .step_head .tel::before {
    background: url('../images/ic_tel.png') center no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
}

#box13 .step_contact .step_head .tel a {
    font-size: 36px;
    color: #800000;
    line-height: 1em;
    letter-spacing: 0.05em
}

#box13 .step_contact .step_head .tel span {
    font-size: 14px;
    color: #555;
    display: block;
    position: relative;
    top: -4px;
    line-height: 1em;
}

#box13 .step_contact .map {
    margin-top: 15px;
}

#box13 .step_contact .map a {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    border: 5px solid #333;
    position: relative;
}

#box13 .step_contact .map a img {
    position: absolute;
    top: calc(50% - 15px);
    left: 15px;
}

#box13 .step_contact.list_3n .step_item {
    width: calc((100% - 40px) / 3);
}

#box13 .step_contact.list_3n .step_item:not(:last-child) {
    margin-right: 20px;
}

#box13 .step_contact.list_3n .step_head .name {
    font-size: 20px;
}

#box13 .step_contact.list_3n .step_head .name:last-child {
    margin-bottom: 0;
}

#box13 .step_contact.list_3n .map a {
    font-size: 16px;
    padding-left: 30px;
}

#box13 .step_contact.list_3n .map a img {
    left: 25px;
}

#box13 .step_2 .inner {
    padding-bottom: 0
}

#box13 .step_3 .inner {
    padding-bottom: 75px;
    margin-bottom: 0
}

#box13 .step_3 {
    margin-bottom: 0
}

#box13 .step_3 .step_bg .step_txt {
    margin-bottom: 40px
}

#box13 .step_3 .step_bg .big {
    margin-bottom: 25px
}

#box13 .step_3 .step_bg .step_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#box13 .step_3 .step_bg .step_img p {
    margin-bottom: 40px
}

#box13 .step_3 .step_bg .step_img p:last-child {
    margin-bottom: 0px
}

#box13 .banner_all p {
    height: 105px;
    padding-left: 160px;
}

#box13 .banner_all p a {
    width: auto;
    top: -27px;
    left: 35px;
	display: flex;
	align-items: center;
}

#box13 .banner_all p span {
    font-size: 39px;
}

#box13 .banner_all p img {
    margin-right: 15px
}

/*
#box14 {
    margin: 85px auto 103px;
}

#box14 .ttl {
    margin-bottom: 45px;
}

#box14 .ttl h3 {
    font-size: 38px
}

#box14 .box14_list {}

#box14 .box14_item {
    background: #fafafa;
    display: flex;
    width: 1000px;
    margin: 0 auto 20px;
}

#box14 .box14_item:last-child {
    margin-bottom: 0
}

#box14 .box14_img {
    width: 320px;
}

#box14 .box14_img p {}

#box14 .box14_txt {
    padding: 68px 57px;
    width: calc(100% - 320px)
}

#box14 .box14_txt p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2.25;
}

#box14 .box14_txt .big {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 12px
}

#box14 .box14_txt .big::first-letter {
    color: #800000
}

#box14 .box14_txt .big span {
    font-size: 14px;
    color: #888888;
    letter-spacing: 0.3em;
    margin-left: 12px;
}
*/

#box14 .staff-box {
    padding: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
}

#box14 .staff-box p {
    font-size: 140%;
    line-height: 2.1em;
}

#box14 .staff-box .inner {
    padding: 20px 30px;
    margin: 0 0 20px;
    border: 5px solid #eee;
    width: 49.5%;
}

#box14 .staff-box .inner:nth-child(odd) {
    margin-right: 12px;
}

#box14 .staff-box .inner-block {
    margin: 0px;
}

#box14 .staff-box p.ph {
    float: left;
    margin: 0;
}

#box14 .staff-box .box {
    margin-top: 30px;
    line-height: 1.6;
    padding: 0;
    width: 100%;
    float: right;
    position: relative;
    font-size: 80%;
}

#box14 .staff-box .name {
    font-size: 250%;
    margin: 0 0 10px;
}

#box14 .staff-box .box .ja {
    font-size: 300%;
    letter-spacing: -1px
}

#box14 .staff-box .box .ja.lett {
    letter-spacing: -2px;
    font-size: 280%;
}

#box14 .staff-box .box .en {
    color: #999;
    font-size: 140%;
    margin-left: 8px
}

#box14 .staff-box .box dl {
    background: #f8f8f8;
    padding: 5px 10px;
    margin: 0 0 10px;
}

#box14 .staff-box .box dl dt {
    font-weight: bold;
}

#box14 .staff-box .box dl dd {
    margin: -2.2em 0 0 150px;
    font-size: 14px;
}

#box14 .staff-box .message {
    float: right;
    width: 60%;
    margin-top: 10px;
}

#box14 .staff-box .message p.ttl {
    background: url(../images/line.gif) center center no-repeat;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0.6em;
}

#box14 .staff-box .message p.ttl span {
    background: #fff;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    #box14 .staff-box {
        padding: 0 0 20px;
    }

    #box14 .staff-box .inner {
        padding: 10px;
        margin: 0 0 20px;
    }

    #box14 .staff-box .inner-block {
        margin: 0;
    }

    #box14 .staff-box p.ph {
        float: none;
        margin: 0px 0 20px;
    }

    #box14 .staff-box p.ph img {
        width: 100%;
        height: auto;
    }

    #box14 .staff-box .box {
        padding: 0;
        width: auto;
        float: none;
    }

    #box14 .staff-box .box .ja {
        font-size: 200%;
    }

    #box14 .staff-box .box dl dd {
        margin: 0;

    }
}



#box15 {
    margin-bottom: 110px
}

#box15 .box_ttl h3 {
    line-height: 1.21em;
}

#box15 .box15_list {
    display: flex;
}

#box15 .box15_list p {
    margin-bottom: 0;
    width: 50%;
    height: auto;
    position: relative;
}

#box15 .box15_list p::before {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

#box15 .box15_list p img {}

#box15 .box15_list p a {
    position: absolute;
    width: 360px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    font-size: 30px;
    line-height: 1em;
    z-index: 1;
    top: calc(50% - 55px);
    left: calc(50% - 180px);
    color: #fff;
}

#box15 .box15_list p a span {
    font-size: 14px;
    line-height: 1.71em;
}

#box_fmail {}

#box_fmail .ttl {}

#box_fmail .ttl h3 {
    font-size: 38px;
}

#box_fmail input,
#box_fmail texarea {
    border: 1px solid #d2d2d2;
}


/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/
#footer {
    position: relative;
    z-index: 4;
    margin: 100px auto 0px
}

#footer #foot_add {
    background: #111;
    text-align: center;
}

#footer address {
    text-align: center;
    padding: 0;
    font-size: 12px;
    width: 100%;
    height: 94px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
}

.box00_top>.inner {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: flex-start;
    min-height: 667px;
    width: 1300px;
}

.box00_top_img {
    margin-bottom: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.box00_top_box {
    width: 45%;
    background: #fff;
    padding: 20px 40px 40px;
}

.box00_top_tlt {
    font-size: 30px;
    color: #970101;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-weight: bold;
}

.box00_top_txt {
    font-size: 15px;
    line-height: 2em;
}

.h_btn {
    display: flex;
    width: auto;
}

.h_btn li {
    display: inline-block
}

.h_btn li:hover {
    opacity: 0.7
}

.h_btn .info {
    margin-right: 10px
}

.h_btn .info a {
    color: #fff;
    padding: 10px 20px;
    background: #000;
    text-align: center;
    display: flex;
    font-weight: 600
}

.button-line-1 {
    text-align: center;
}

.button-line-1:not(:first-child) {
    margin-top: 50px;
}

.button-line-1:not(:last-child) {
    margin-bottom: 50px;
}

.button-line-1 a {
    display: inline-block;
    padding: 0.35em 1.5em;
    background: #03a203;
    position: relative;
    z-index: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

.button-line-1 a:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #03ba03;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.button-line-1 a span {
    padding-left: 50px;
    display: inline-block;
    background: url(../images/icon-line-1.png) left center / 40px no-repeat;
    padding: 0.5em 0 0.5em 50px;
}

.button-line-1 a:hover {
    opacity: 0.8;
    transition: all 0.4s ease;
}

.box_ct_btn {
    display: flex;
    justify-content: space-between;
    max-width: 95%;
    margin: 50px auto 0;
}


.btn_latest_info {
    text-align: center;
    margin-bottom: 0;
}

.btn_latest_info:not(:first-child) {
    margin-top: 50px;
}



.btn_latest_info a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35em 1.5em;
    background: #000;
    position: relative;
    z-index: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    transition: all 0.4s ease;
}

.btn_latest_info a:hover {
    opacity: 0.8;
    transition: all 0.4s ease;
}

.btn_latest_info a:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #404040;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.btn_latest_info a span {
    padding-left: 50px;
    display: inline-block;
    background: url(../images/icon_home.png) left center / 40px no-repeat;
    padding: 0.5em 0 0.5em 50px;
    line-height: 1.4em;
}

.box_ct_btn>p {
    width: 47%;
}

.box_ct_btn .button-line-1 {
    margin-top: 0;
}

.box_ct_btn .button-line-1 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* CHORME ONLY  */
@media screen and (-webkit-min-device-pixel-ratio:0) {}

/* FIREFOX CSS */
@supports (-moz-appearance:none) and (-webkit-appearance:none) {}

/* IE STUPID CSS */
@media screen\0 {}

/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {}

/* YouTube */
.inner-wrapper {
    display: block;
    margin: auto;
    max-width: 1600px;
    max-width: var(--kenbo-width, 1200px);
}

.idx-movie-box {
    padding: 0 0 100px;
    margin: 0 auto;
}

.youtube-wrapper .youtube-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}

.idx-movie-box p.btn-more {
    width: 245px;
}

.btn-more a {
    font-size: 18px;
    width: 245px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #800000;
}

@media screen and (max-width:900px) {
    .youtube-wrapper .youtube-flex {
        display: block;
    }

    .idx-movie-box p.btn-more {
        margin: 0 auto 30px;
    }

    .inner-wrapper {
        width: 100%;
    }

    .img-content-text-p {
        text-align: center;
    }

    .idx-movie-box {
        padding: 0 0 40px;
    }

    .youtube-video iframe {
        width: 100%;
        height: 51vw;
    }
}

/*==========================================================================
 追記：2023/10/11　お問い合わせブロックに来場特典ブロック追加                               
==========================================================================*/
.post_content {
    margin: 50px auto 50px;
    padding: 4rem;
    max-width: 1480px;
    width: calc(100% - 20px);
    height: auto;
    color: #393939;
    background: #E6E6E6;
}
@media screen and (max-width: 1000px) {
.post_content {
    margin: 50px auto 30px;
    padding: 2rem;
}
}
@media screen and (max-width: 460px) {
.post_content {
    padding: 2rem;
}
  .post_content p{  
      text-align: left!important;
    }
}
.post_content img {
    max-width: 100%;
}
.post_content p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 3rem;
}
@media screen and (max-width: 460px) {
.post_content p {
    font-size: 1rem;
	margin-bottom: 1rem;
}	
}