@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd, del {
    font-size: 160%;
    -webkit-text-size-adjust: none;
    font-weight: 500;
}
*, ::before, ::after {
    box-sizing: border-box;
    outline: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
    flex-shrink: 0;
    height: auto;
}
select {
    visibility: visible !important;
}
a {
    transition: all ease 0.3s;
    text-decoration: none;
    color: var(--txt);
}
a[href^="tel:"] {
    word-break: keep-all;
}
video {
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
figure:not(:last-child) {
    margin-bottom: 20px;
}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
    background: #fff
}
body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
    color: var(--txt);
    font-family: var(--f-main)
}
table {
    width: 100%
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
p, dd, dt, li, th, td, address {
    line-height: 1.875em;
    letter-spacing: 0;
}
p {
    margin: 0 0 1.5em;
}
p:last-child {
    margin-bottom: 0
}
.bold {
    font-weight: bold;
}
.left {
    text-align: left
}
.right {
    text-align: right;
}
.auto {
    margin-left: auto;
    margin-right: auto;
}
.red {
    color: var(--red);
}
.txt_u {
    text-decoration: underline;
}
.f_big {
    font-size: 150%;
}
.f_sm {
    font-size: 80%;
}
.m0a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
:root {
    --txt: #333333;
    --mcolor: #393c71;
    --scolor: #ff9933;
    --container: 1230px;
    --gray: #e9e9e9;
    --blue: #003b7d;
    --red: red;
    --f-main: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    --f-noto: "Noto Sans JP", sans-serif;
}
#wrapper {
    min-width: 1260px;
    overflow: hidden;
    margin: 0 auto
}
.inner {
    width: var(--container);
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
}
/*==========================================================
                       H E A D E R
==========================================================*/
/* HAMBUGER BUTTON */
.hamburger {
    font: inherit;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 2px 10px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition: all ease 0.15s;
    background-color: #fff;
}
.hamburger-inner::after, .hamburger-inner::before {
    display: block;
    content: ""
}
.hamburger-inner::before {
    top: -10px
}
.hamburger-inner::after {
    bottom: -10px
}
.hamburger--3dxy .hamburger-box {
    perspective: 80px
}
.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}
.hamburger--3dxy .hamburger-inner::after, .hamburger--3dxy .hamburger-inner::before {
    transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}
.hamburger--3dxy.is_active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent !important
}
.hamburger--3dxy.is_active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dxy.is_active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}
header {
    position: relative;
    z-index: 9;
}
#index h1 {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #fff;
    z-index: 1;
}
h1 {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    max-width: 700px;
}
.under h1 {
    padding: 0px 0 2px;
    font-size: 12px;
    position: relative;
    margin-right: -500px;
}
.under #logo {
    margin-top: 0;
}
.h_box {
    width: 100%;
    position: fixed;
    background-color: #fff;
}
.is_scroll .h_box {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.h_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 0 0 25px;
    max-width: 1920px;
}
.h_contact {
    display: flex;
    align-items: center;
}
.h_contact > p {
    margin-bottom: 0;
}
.h_contact > p:not(:last-child) {}
.h_contact > p > a {
    color: #FFF;
    text-align: center;
    background-color: var(--mcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 209px;
    height: 103px;
    position: relative;
    flex-direction: column;
    font-family: var(--f-noto);
}
.h_contact > p.h_contact_tel > a {
    font-size: 28px;
    width: 205px;
    position: relative;
    line-height: 1;
    background-color: var(--scolor);
}
.h_contact > p.h_contact_tel > a .sm {
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}
.h_contact > p.h_contact_tel > a .tel_num {
    font-size: 30px;
    letter-spacing: -0.02em;
    margin: 4px 0 4px 4px;
    font-weight: 500;
}
.h_contact > p.h_contact_tel > a .hour {
    font-size: 14px;
    letter-spacing: -0.02em;
}
.h_contact > p.h_contact_mail > a .lg {
    font-size: 24px;
    margin-bottom: 5px;
}
.h_contact > p.h_contact_mail > a .sm {
    background: url("../images/icon_mail.png") no-repeat left center;
    padding-left: 50px;
    text-align: left;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
}
#logo {
    margin-bottom: 0;
    margin-top: 24px;
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
    position: relative;
    z-index: 2;
    padding-top: 103px;
}
.mv {
    position: relative;
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;
}
.mv .mv_img {
    width: 1920px;
    left: calc(50% - 960px);
    position: relative;
}
.mv .mv_img img {}
.mv_bnr {
    position: absolute;
    left: calc(50% - 538px);
    bottom: 99px;
}
.mv_bg {
    position: relative;
    /* overflow: hidden; */
    transition: all .3s;
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {
    text-align: center;
    font-weight: bold;
}
.ttl_h3:not(:last-child) {
    margin-bottom: 30px;
}
.ttl_h3 span {
    display: block;
}
.ttl_h3 .ja {
    font-size: 32px;
}
.ttl_h3 .en {
    font-size: 16px;
}
/* DEFAUTL NAME BUTTON */
.btn a {
    width: 203px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--mcolor);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-top: 2px;
}
.btn.center a {
    margin-left: auto;
    margin-right: auto;
}
.btn_box:not(:last-child) {
    margin-bottom: 30px;
}
.btn_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.btn_box .btn {
    margin: 0 25px;
}
/*============= SEC01 ==============*/
.sec_case {
    position: relative;
    height: 540px;
    z-index: 1;
    color: #fff;
    font-family: var(--f-noto);
    padding-top: 32px;
}
.sec_case .inner {
    width: 1620px;
}
.sec_case:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg1.png") no-repeat center top/1920px;
    width: 1920px;
    height: 100%;
    left: calc(50% - 960px);
    top: 0;
    z-index: -1;
}
.sec_case_ttl {
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 7px;
    letter-spacing: -0.03em;
}
.sec_case_txt {
    margin-bottom: 33px;
}
.sec_case_txt p, .sec_case_ttl_en {
    font-size: 18px;
    text-align: center;
}
.sec_case_txt p {
    font-weight: 400;
    letter-spacing: -0.024em;
}
.sec_case_ttl_en {
    font-size: 16px;
    margin-bottom: 24px;
}
.sec_case_item {
    display: flex;
    margin-left: 7px;
}
.sec_case_item > div {
    position: relative;
}
/*============= SEC02 ==============*/
.sec02 {
    padding-bottom: 60px;
}
.sec02 .inner {
    width: 1530px;
    left: 42px;
}
.sec02_item {
    display: flex;
    justify-content: space-between;
}
.sec02_item .item1 {
    width: 920px;
    margin-right: 40px;
    margin-top: 72px;
}
.sec02_item .item2 {
    flex-shrink: 0;
    margin-top: 23px;
}
.sec02_ttl {
    font-size: 36px;
    color: #393c71;
    margin-bottom: 23px;
    letter-spacing: -0.03em;
}
.sec02_txt {}
.sec02_txt p {
    font-size: 18px;
    letter-spacing: -0.047em;
    line-height: 1.66;
}
.sec02_img {
    margin-bottom: 21px;
}
/*============= SEC03 ==============*/
.sec03 {
    position: relative;
    height: 840px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.sec03 .inner {
    width: 1560px;
    left: 47px;
    z-index: 9;
    z-index: 10;
}
.sec03:before, .sec03:after {
    position: absolute;
    content: "";
}
.sec03:before {
    background: url("../images/idx_bg2.jpg") no-repeat center top/1920px;
    height: 100%;
    top: 0;
    width: 1920px;
}
.sec03:after {
    width: 1065px;
    left: calc(50% - 960px);
    top: 53px;
    height: 746px;
    background: #393c71;
    opacity: 0.68;
}
.sec03_item {
    display: flex;
    justify-content: space-between;
}
.sec03_item .item1 {
    color: #fff;
    padding-top: 180px;
    margin-right: 50px;
}
.sec03_item .item1 .wrap {
    max-width: 524px;
}
.sec03_item .item2 {
    position: relative;
    right: 0px;
    padding-top: 145px;
}
.sec03_con dl {
    width: 912px;
    height: 249px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 1px 13px 0px rgba(88, 7, 7, 0.15);
    cursor: pointer;
}
.sec03_con dl dd {
    flex-shrink: 0;
}
.sec03_con dl dt {
    flex-grow: 1;
    padding: 24px 5px 22px 35px;
    display: flex;
    flex-direction: column;
}
.sec03_con dl dt .txt {
    line-height: 1.7;
    letter-spacing: -0.045em;
    padding-right: 25px;
}
.sec03_con dl dt .btn {
    margin-top: auto;
    margin-left: 6px;
}
.sec03_con dl:not(:last-child) {
    margin-bottom: 71px;
}
.sec03_con dl dt .tt {
    font-size: 30px;
    font-weight: 700;
    color: #393c71;
    margin-bottom: 11px;
	line-height: 1.4;
}
.sec03_en {
    position: absolute;
    left: 30px;
    bottom: -55px;
    z-index: 9;
    pointer-events: none;
    opacity: 0.45;
}
.sec03_ttl {
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
}
.sec03_ttl .sm {
    font-size: 36px;
    letter-spacing: -0.065em;
}
.sec03_ttl .lg {
    font-size: 48px;
}
.sec03_txt p {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: -0.025em;
    font-weight: 400;
}
/*============= SEC04 ==============*/
.sec04 {
    position: relative;
    padding-top: 45px;
    padding-bottom: 62px;
}
.sec04 .inner {
    width: 1486px;
}
.sec04_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec04_item > div {
    position: relative;
}
.sec04_item > div.item1 {}
.sec04_item > div.item2 {}
.sec04_item > div.item2 {}
.sec04_item > div.item3 {}
.sec04_item li:not(:last-child) {
    margin-right: 50px;
}
.sec04_ttl {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #393c71;
    letter-spacing: -0.05em;
    margin-bottom: 31px;
}
.sec04_ttl .ja {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: -1px;
}
.sec04_ttl .en {
    line-height: 1;
}
/*============= SEC05 ==============*/
.cta {
    position: relative;
    background: #f0f0f0;
    padding: 24px 0 71px;
}
.cta .inner {
    width: 1278px;
}
.cta_ttl {
    text-align: center;
    color: #393c71;
    font-size: 36px;
    margin-bottom: 26px;
    letter-spacing: -0.031em;
}
.cta_bnr {
    display: flex;
    justify-content: space-between;
}
.cta_bnr li {
    display: inline-block;
}
.cta_bnr li:not(:last-child) {
    margin-right: 30px;
}
/*============= SEC06 ==============*/
.sec_info {
    background: #fff;
}
.sec_info .inner {
    width: 1470px;
    display: flex;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 66px;
}
.sec_info .inner > div {
    width: 580px;
	position: relative;
}
.sec_info .inner > div.item2 .btn {
	margin-left: -40px;
}
.sec_info .inner > div.item1 .btn {
	margin-left: -88px;
}
.sec_info .inner > div.item2 {
	left: -45px;
}
.sec_info .inner .tt {
    font-size: 36px;
    font-weight: 700;
    color: #393c71;
    margin-bottom: 9px;
    letter-spacing: -0.02em;
    position: relative;
    left: -7px;
}
.load_ovn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 23px 0 58px;
}
.load_ovn li {
    max-width: 100%;
}
.load_ovn a {
    display: flex;
    font-size: 18px;
    color: #393c71;
    border-bottom: 1px #393c71 solid;
    line-height: 1.05;
}
.load_ovn > li:not(:last-child) {
    margin-bottom: 31px;
}
.load_ovn a .date {
    flex-shrink: 0;
    margin-right: 20px;
}
.load_ovn a .link {
    width: calc(100% - 108px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*============= SEC07 ==============*/
/*============= SEC08 ==============*/
@media screen and (min-width: 751px) {}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
    position: relative;
    z-index: 3;
}
.ft_info {
    font-size: 18px;
    line-height: 1.74;
    letter-spacing: -0.01em;
    margin-bottom: 57px;
	color: #000;
}
.ft_list_link li {
    font-weight: 700;
    color: var(--mcolor);
}
.ft_list_link li:not(:last-child) {
    margin-bottom: 7px;
}
.ft_list_link li a {
    position: relative;
    padding-left: 12px;
}
.ft_list_link li a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--mcolor);
    left: 0;
    top: 8px;
}
address {
    background-color: var(--mcolor);
    padding: 0;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    letter-spacing: -0.008em;
}
/* BACK TO TOP */
.to_top {
    position: absolute;
    z-index: 9;
    width: 110px;
    height: 176px;
    bottom: 32px;
    right: 10px;
    cursor: pointer;
    transition: all .2s;
    opacity: 0;
    visibility: hidden
}
.to_top.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.to_top_over {
    display: none;
}
/* FIREFOX ONLY */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}