@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,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: 400;
}
*, ::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: 2.1875em;
    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_sm {
    font-size: 80%;
}
.m0a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
:root {
    --txt: #000;
    --mcolor: #D1272D;
    --scolor: #000000;
    --container: 1430px;
    --gray: #e9e9e9;
    --blue: #003b7d;
    --red: red;
    --f-main: 'Noto Sans JP', sans-serif;
    --f-en: "Roboto", 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: 10px 8px 5px;
    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: 30px;
    height: 24px
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 30px;
    height: 1px;
    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;
}
#logo {
    position: relative;
    width: 340px;
    border-top: 8px var(--mcolor) solid;
    padding-top: 33px;
    padding-left: 10px;
    transition: all 0.3s;
}
.h_box {
    width: 100%;
    position: fixed;
    background: #fff;
    transition: all 0.3s;
}
.is_scroll .h_box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.h_inner {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}
.h_left {
    flex-shrink: 0;
    margin-right: 80px;
}
.h_right {
    padding-top: 15px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    margin-left: auto;
}
.box_sns {
    display: flex;
    margin-bottom: 0;
    margin-right: 26px;
}
.box_sns a {
    flex-shrink: 0;
}
.box_sns a:not(:last-child) {
    margin-right: 14px;
}
.contact_box {
    display: flex;
    align-items: center;
}
.contact_box > p {
    margin-bottom: 0;
}
.contact_box > p:not(:last-child) {
    margin-right: 10px;
}
.contact_box > p > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 180px;
    height: 70px;
    line-height: 1;
}
.contact_box > p > a .en {
    font-family: var(--f-en);
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}
.contact_box > p > a .ja {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.contact_box > p.contact_catalog a {
    background: var(--scolor);
}
.contact_box > p.contact_mail a {
    background: var(--mcolor);
}
.ft_contact {
    justify-content: center;
    position: relative;
    top: -150px;
    margin-bottom: -95px;
}
.ft_contact.contact_box > p > a {
    width: 600px;
    height: 250px;
    position: relative;
    padding-bottom: 41px;
}
.ft_contact.contact_box > p > a:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_right_lg2.png") no-repeat center bottom/22px;
    width: 22px;
    height: 21px;
    left: 0;
    right: 0;
    bottom: 48px;
    margin: 0 auto;
}
.ft_contact.contact_box > p > a .en {
    font-size: 50px;
    margin-bottom: 15px;
}
.ft_contact.contact_box > p > a .ja {
    letter-spacing: 0.1em;
    font-size: 16px;
}
.ft_contact.contact_box .contact_catalog {
    margin-right: 0;
}
.ft_contact .contact_mail {}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
    position: relative;
    z-index: 2;
    padding-top: 90px;
}
.mv {
    position: relative;
    padding: 0;
}
.mv_bg {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
}
.mv_bg.init {
    opacity: 1
}
.mv_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.mv_bg, .mv_slider_ite {
    width: 100%;
    height: 810px;
}
.mv_slider_ite .wrap {
    display: flex;
    height: 100%;
    padding: 109px 90px 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    max-width: 1920px;
}
.mv_slider_ite.item2 .wrap {
    padding-top: 115px;
    padding-right: 97px;
}
.mv_slider_ite.item4 .wrap {
    padding-right: 65px;
}
.mv_slider_ite.item4 .mv_box .mv_ttl .ja {
    padding-right: 20px;
    letter-spacing: -0.02em;
}
.mv_slider_ite .wrap .img {
    position: absolute;
    z-index: 8;
}
.mv_slider_ite.item3 .wrap {
    padding-top: 79px;
    padding-left: 97px;
}
.mv_slider_ite.item1 {
    padding-left: 0;
}
.mv_slider_ite.item2 {}
.mv_slider_ite.item3 {
    padding: 0;
}
.mv_slider_ite.item3 .mv_box .mv_ttl {
    margin-bottom: 25px;
}
.mv_slider_ite.item4 .mv_box .mv_ttl {
    margin-bottom: 52px;
}
.mv_slider_ite.item3 .mv_txt {
    padding-left: 0;
}
.mv_slider_ite.item4 {}
.mv_slider_ite.item4 .mv_box {
    text-align: right;
}
.mv_slider_ite.item5 {}
.mv_slider_ite.item1 .wrap .img {
    right: -215px;
    top: 55px;
}
.mv_slider_ite.item2 .wrap .img {
    left: 30px;
    top: 50px;
}
.mv_slider_ite.item3 .wrap .img {
    right: 25px;
    top: 50px;
}
.mv_slider_ite.item4 .wrap .img {
       left: 29px;
    top: 60px;
}
.mv_slider_ite.item5 .wrap .img {
    right: 0;
    top: 40px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.mv_slider_ite.item5 .wrap .img img {
	display: table;
	margin: 0 auto;
}
.mv_slider_ite .wrap .mv_box, .mv_box .mv_ttl {
    display: flex;
    flex-direction: column;
}
.mv_slider_ite .wrap .mv_box {
    position: relative;
    z-index: 8;
    width: 100%;
    padding: 0 10px;
}
.mv_slider_ite.item2 .wrap .mv_box {
    margin-left: auto;
    text-align: right;
    padding-right: 0;
}
.mv_slider_ite.item2 .mv_box .mv_txt {
    padding-right: 0;
}
.mv_slider_ite.item4 .mv_box .mv_txt {
    padding-right: 22px;
}
.mv_slider_ite.item2 .mv_box .mv_ttl .en {
    line-height: 0.8;
    margin-bottom: 62px;
    padding-right: 27px;
    font-size: 141px;
    letter-spacing: 0.013em;
}
.mv_slider_ite.item3 .mv_box .mv_ttl .en {
    line-height: 1;
    margin-bottom: 51px;
    padding-right: 30px;
}
.mv_slider_ite.item4 .mv_box .mv_ttl .en {
    line-height: 0.8;
    margin-bottom: 55px;
    padding-right: 30px;
}
.mv_slider_ite.item4 .mv_box .mv_ttl .en .mid {
    font-size: 55%;
}
.mv_slider_ite.item2 .mv_box .mv_ttl {
    margin-bottom: 50px;
}
.mv_box .mv_ttl {
    margin-bottom: 40px;
}
.mv_box .mv_ttl .en {
    color: var(--mcolor);
    font-weight: 700;
    font-size: 149px;
    letter-spacing: -0.02em;
    margin-bottom: -1px;
}
.mv_box .mv_ttl .en .mid {
    font-size: 91%;
    letter-spacing: -0.02em;
}
.mv_box .mv_ttl .en .sm {
    font-size: 64%;
    letter-spacing: 0.02em;
}
.mv_box .mv_ttl .ja {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.46;
}
.mv_slider_ite.item1 .mv_box .mv_ttl .ja {
    margin-left: 10px;
}
.mv_box .mv_ttl .ja .l2 {
    font-size: 84.6%;
    font-weight: 500;
    margin-left: -10px;
}
.mv_box .mv_ttl .ja .l3 {
    font-size: 68.5%;
    font-weight: 500;
}
.mv_box .mv_ttl .ja .x-sm {
    font-size: 71%;
}
.mv_box .mv_txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.875;
    padding-left: 10px;
}
.mv_box .mv_ttl .ja .line {
    font-size: 69.2%;
    font-weight: 400;
    position: relative;
}
.mv_box .mv_ttl .ja .line.l_l {
    top: -23px;
    left: -5px;
    margin-left: -10px;
}
.mv_box .mv_ttl .ja .line.l_r {
    bottom: -3px;
    right: -5px;
    margin-right: -13px;
}
.mv_box .mv_ttl .ja .line.l_r.r1 {
    margin-right: 0px;
    right: -9px;
}
.mv_slider .slick-dots {
    bottom: 30px;
}
.mv_slider .slick-dots li {}
.mv_slider .slick-dots li button {
    background: #fff;
    border: 1px solid var(--mcolor);
    border-radius: 50%;
}
.mv_slider .slick-dots li button::before {
    display: none;
}
.mv_slider .slick-dots li.slick-active {
    pointer-events: none;
}
.mv_slider .slick-dots li.slick-active button {
    background: var(--mcolor);
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.ttl_h3_l {
    text-align: left;
    align-items: flex-start;
}
.ttl_h3:not(:last-child) {
    margin-bottom: 35px;
}
.ttl_h3 .ja {
    font-size: 61px;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.ttl_h3 .ja .let1 {
    font-size: 65.5%;
}
.ttl_h3 .ja .light {
    font-size: 61%;
    font-weight: 300;
    position: relative;
}
.ttl_h3 .ja .light.l_l {
    top: -31px;
    left: -12px;
}
.ttl_h3 .ja .light.l_r {
    bottom: -7px;
    right: -16px;
}
.ttl_h3 .ja .xsm {
    font-size: 50%;
}
.ttl_h3 .ja .lg {
    font-size: 126%;
    letter-spacing: -0.02em;
}
.ttl_h3 .en {
    font-weight: bold;
    font-size: 20px;
    font-family: var(--f-en);
    margin-bottom: 23px;
    position: relative;
    padding-right: 50px;
    letter-spacing: 0.04em;
}
.ttl_h3 .en:before, .ttl_h3_cen .en:before {
    position: absolute;
    content: "";
    background: url("../images/bg_h.png") no-repeat right bottom/40px;
    width: 40px;
    height: 3px;
}
.ttl_h3 .en:before {
    right: 0;
    bottom: 7px;
}
.ttl_h3_cen .en {
    padding-right: 0;
    padding-bottom: 13px;
    margin-bottom: 42px;
}
.ttl_h3_cen .en:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
/* DEFAUTL NAME BUTTON */
.btn a {
    width: 270px;
    height: 70px;
    background: var(--scolor);
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 30px;
}
.btn a, .btn a:before {
    display: flex;
    align-items: center;
}
.btn a:before {
    position: absolute;
    content: "";
    width: 58px;
    height: 50px;
    border-left: 1px #fff solid;
    right: 0;
    top: 10px;
    background: url('../images/arrow_right.svg') no-repeat center;
}
.btn a .en {
    font-family: var(--en);
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
}
.btn a .ja {
    font-size: 16px;
    font-weight: bold;
}
.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: 10px;
}
/*============= SEC01 ==============*/
.sec01 {
    position: relative;
    background: #D1272D;
    padding-bottom: 108px;
}
.sec01:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg1_par.png") no-repeat center top/1920px;
    width: 1920px;
    left: calc(50% - 960px);
    height: 700px;
    top: 0;
}
.sec01 .ttl_h3 .en:before {
    display: none;
}
.sec01 .inner {
    width: 100%;
    padding: 0 53px 0 52px;
    max-width: 1920px;
}
.sec01_con, .sec01_con .item1, .sec01_con .item2 {
    display: flex;
}
.sec01_con {
    position: relative;
    z-index: 2;
    padding: 0 0 0 52px;
}
.sec01_con .item1 {
    position: relative;
    margin-top: -27px;
}
.sec01_con .item2 {
    flex-direction: column;
    color: #fff;
    text-align: left;
    padding-top: 118px;
    padding-left: 16px;
}
.sec01_w {
    background: #fff;
    padding: 95px 50px 55px 49px;
    position: relative;
    margin-top: -90px;
}
.sec01_ttl1 {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-right: 47px;
    display: table;
    margin-bottom: 21px;
}
.sec01_ttl1.ttl2 {
    margin-top: 32px;
    margin-bottom: 24px;
}
.sec01_ttl1:before {
    position: absolute;
    content: "";
    background: url("../images/bg_h.png") no-repeat left center/40px;
    width: 40px;
    height: 4px;
    right: 0;
    bottom: 11px;
}
.sec01_txt p {
    font-weight: 500;
    letter-spacing: 0.01em;
}
.product_item {
    display: flex;
}
.product_item > div {
    width: calc(20% - 16px);
    cursor: pointer;
}
.product_item > div:not(:last-child) {
    margin-right: 20px;
}
.product_thumb {
    height: 390px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0px;
}
.product_type {
    background: var(--txt);
    color: #fff;
    min-width: 284px;
    height: 90px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    margin-bottom: 35px !important;
}
.product_type .sm {
    font-size: 77%;
    display: block;
    margin-top: 2px;
}
.product_title {
    padding: 18px 15px;
    text-align: center;
    font-weight: 500;
}
.product_item > div .wrap {
    position: relative;
    border-bottom: 10px var(--mcolor) solid;
    padding: 0 20px;
    z-index: 1;
}
.product_item > div .wrap:before, .product_item > div .wrap:after {
    position: absolute;
    content: "";
    transition: all 0.3s;
}
.product_item > div .wrap:before {
    background: url("../images/arrow_down_right_b.svg") no-repeat;
    width: 10px;
    height: 10px;
    right: 8px;
    bottom: 13px;
}
.product_item > div .wrap:after {
    width: 100%;
    left: 0;
    height: calc(100% - 30px);
    top: 30px;
    background: var(--mcolor);
    z-index: -1;
    opacity: 0;
}
.product_tag {
    display: flex;
    justify-content: center;
}
.product_tag li {
    width: calc(16.666% - 10px);
    background: var(--mcolor);
    height: 110px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 19px;
    text-align: center;
    transition: all 0.3s;
}
.product_tag li.keep a {
    letter-spacing: 1.1em;
}
.product_tag li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.product_tag li a:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_down_right.svg") no-repeat;
    width: 10px;
    height: 10px;
    right: 8px;
    bottom: 8px;
}
.product_tag li:not(:last-child) {
    margin-right: 22px;
}
/*============= SEC02 ==============*/
.sec02 {
    background: #fff;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 120px 0;
}
.sec02 .ttl_h3 .en:before {
    bottom: 10px;
}
.sec02 .ttl_h3 .ja .let1 {
    font-size: 90%;
    font-weight: 500;
}
.sec02 .ttl_h3 .ja .let2 {
    font-size: 83%;
    font-weight: 500;
}
.sec02 .ttl_h3 {
    margin-bottom: 28px;
}
.sec02 .inner {
    width: 100%;
    padding: 0 53px 0 52px;
}
.sec02:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: calc(100% - 712px);
    height: 100%;
    background: #fff;
    z-index: -1;
    display: none;
}
.sec02_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 1800px;
    height: 700px;
    padding-left: 153px;
    padding-top: 85px;
    border-radius: 5px;
}
.sec02_wrap:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg2.png") no-repeat center top/cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
}
.sec02 .ttl_h3 .en {
    font-size: 30px;
}
.sec02_ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
}
.sec02_txt p {
    font-weight: 500;
    line-height: 2.1875;
}
.sec02_btn {
    position: absolute;
    right: 59px;
    bottom: 25px;
    width: 270px;
    height: 270px;
    background: transparent;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.15);
    font-family: var(--f-en);
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    border-radius: 50%;
    z-index: 9;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.sec02_btn a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding-bottom: 2px;
    background-color: var(--mcolor);
}
.sec02_btn span {
    background: url("../images/arrow_right_lg.svg") no-repeat center bottom;
    padding-bottom: 15px;
}
.sec02_en {
    position: absolute;
    left: 0px;
    bottom: -33px;
}
/*============= SEC03 ==============*/
.sec03 {
    /* background: url("../images/idx_bg3.jpg") no-repeat center/cover; 
    padding: 285px 53px 180px 52px;
    */
    background: #d1272d;
    background-attachment: fixed;
    padding: 120px 53px 120px 52px;
}
.sec03 .inner {
    width: 100%;
    padding: 110px 50px;
    color: #fff;
}
.sec03 .inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2a2a2a;
    mix-blend-mode: multiply;
}
.sec03_txt p {
    font-weight: 500;
    line-height: 2.1875;
    text-align: center;
    margin-bottom: 25px;
}
.sec03_txt {
    margin-bottom: 92px;
    position: relative;
}
.sec03_item {
    display: flex;
    align-items: flex-start;
    position: relative;
    left: 10px;
}
.sec03_item > div:nth-child(2n) {
    margin-top: 60px;
}
.sec03_item > div:not(:last-child) {
    margin-right: 30px;
}
.sec03 .ttl_h3 {
    margin-bottom: 38px;
    position: relative;
}
.sec03_item > div {
    position: relative;
    cursor: pointer;
}
.sec03_img {
    margin-bottom: 0;
}
.sec03_item > div a {
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    position: absolute;
}
.sec03_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item2 .sec03_wrap {
    padding-bottom: 30px;
}
.item2 .sec03_tt > span {
    padding: 5px 11px 6px 16px;
}
.sec03_img a {
    display: block;
}
.sec03_en {
    width: 140px;
    height: 40px;
    background: #d1272d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--f-en);
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0px;
    left: -10px;
    position: relative;
}
.sec03_tt {
    font-size: 25px;
    letter-spacing: -0.035em;
    font-weight: bold;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-left: -10px;
    margin-top: auto;
}
.sec03_tt .lg {
    font-size: 28px;
}
.item4 .sec03_tt .lg {
    padding-right: 10px;
    padding-top: 2px;
}
.item1 .sec03_wrap {
    padding-bottom: 19px;
}
.item1 .sec03_tt > span {
    padding-right: 10px;
}
.item4 .sec03_wrap {
    padding-bottom: 31px;
}
.sec03_tt .sm {
    font-size: 25px;
    letter-spacing: -0.028em;
}
.sec03_tt .mid {
    font-size: 26px;
}
.sec03_tt .en {
    font-family: var(--f-en);
}
.sec03_tt > span {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 4px 12px 4px 18px;
    margin-bottom: 5px;
    letter-spacing: 0.01em;
}
.sec03 .ttl_h3 .ja .let1 {
    font-size: 56%;
}
.sec03 .ttl_h3 .ja .let2 {
    font-size: 50%;
    font-weight: 400;
}
/*============= SEC04 ==============*/
.sec04 {
    position: relative;
}
.sec04:before {
    position: absolute;
    content: "";
    background: url(../images/par2.png) no-repeat center top / 1916px;
    width: 1916px;
    height: 1230px;
    left: calc(50% - 923px);
    top: 66px;
}
.sec04 .inner {
    width: 100%;
    padding: 0px 0px 279px 102px;
}
.sec04_item, .sec04_item .item1 {
    display: flex;
}
.sec04_item .item1 {
    flex-direction: column;
    padding-top: 158px;
    position: relative;
    width: calc(100% + 200px);
    margin-right: -200px;
}
.sec04_item .item2 {
    flex-shrink: 0;
}
.red_txt {
    color: var(--mcolor);
    position: relative;
}
.sec04_item .ttl_h3 {}
.sec04_item .ttl_h3 {
    margin-bottom: 40px;
}
.sec04_item .ttl_h3 .en {
    margin-bottom: 25px;
}
.sec04_txt {
    margin-bottom: 32px;
}
.sec04_txt p {
    font-weight: 500;
    line-height: 2.1875;
}
.sec04_wrap {
    position: relative;
}
.sec04_en {
    position: absolute;
    left: -10px;
    top: 10px;
}
.sec04_list {
    padding-left: 80px;
}
.sec04_list li {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
}
.sec04_img {
    position: relative;
    margin-right: -20px;
}
.sec04_item .ttl_h3 .ja {
    font-size: 50px;
    letter-spacing: -0.06em;
    line-height: 1.24;
}
.sec04 .ttl_h3 .ja .light {
    font-size: 60%;
    font-weight: 400;
    position: relative;
}
.sec04 .ttl_h3 .ja .light.l_l {
    top: -21px;
    left: -8px;
}
.sec04 .ttl_h3 .ja .light.l_r {
    bottom: -8px;
    right: -5px;
}
.sec04 .ttl_h3 .ja .light.l_l {
    top: -10px;
    left: -1px;
}
.sec04 .ttl_h3 .ja .light.l_r {
    bottom: -6px;
    right: -2px;
}
.sec04 .ttl_h3 .ja .mid {
    font-size: 66.6%;
}
.sec04_en_lg {
    position: absolute;
    left: calc(50% - 957px);
    bottom: 25px;
}
.sec04_en_lg img {
    position: relative;
    max-width: inherit;
}
/*============= SEC05 ==============*/
.sec05 {
    padding-bottom: 100px;
    border-bottom: 1px #f2f2f2 solid;
    padding-top: 12px;
}
.sec05 .inner {
    width: 100%;
}
.sec05 .ttl_h3 {
    margin-bottom: 63px;
}
.sec05 .ttl_h3 .ja {
    font-size: 30px;
}
.sec05 .ttl_h3_cen .en {
    padding-bottom: 5px;
    margin-bottom: 23px;
    padding-right: 0;
}
.sec05_step {
    max-width: 1600px;
    margin: 0 auto 50px;
}
.sec05_step ul {
    display: flex;
    justify-content: center;
    position: relative;
}
.sec05_step ul:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: #6e6e6e;
    left: 0;
    top: calc(50% - 5px);
}
.sec05_step ul > li {
    background: #f5f5f5;
    height: 150px;
    height: auto;
    width: calc(20% - 10px);
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec05_step ul > li:not(:last-child) {
    margin-right: 25px;
}
.sec05_step ul > li .num {
    position: absolute;
    left: 0;
    top: -10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.sec05_step ul > li .tt {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 14px;
    margin-bottom: 3px;
}
.sec05_step ul > li .txt {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.sec05_step ul > li.item1 .num {
    background: #d1272d;
}
.sec05_step ul > li.item2 .num {
    background: #e8900c;
}
.sec05_step ul > li.item3 .num {
    background: #d05998;
}
.sec05_step ul > li.item4 .num {
    background: #b23081;
}
.sec05_step ul > li.item5 .num {
    background: #2c88ca;
}
/*============= SEC06 ==============*/
.sec06 {
    padding-top: 75px;
    padding-bottom: 140px;
}
.sec06 .ttl_h3 {
    margin-bottom: 64px;
}
.sec06 .ttl_h3 .ja {
    font-size: 30px;
}
.sec06 .ttl_h3 .en {
    margin-bottom: 18px;
    padding-right: 45px;
}
.sec06 .inner {
    width: 100%;
}
.sec06_item {
    display: flex;
    justify-content: space-between;
    max-width: 1701px;
    margin: 0 auto;
}
.sec06_item .item1 {
    width: 1030px;
    margin-right: 50px;
}
.sec06_item .item2 {}
.sec06_w {
    display: flex;
    justify-content: space-between;
}
.sec06_w .btn a {
    width: 230px;
    height: 50px;
    margin-top: 38px;
    padding-left: 25px;
    font-weight: 500;
}
.sec06_w .btn a:before {
    width: 50px;
    height: 30px;
}
.sec06_load {}
.sec06_load dl {
    display: flex;
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px #f2f2f2 solid;
    cursor: pointer;
}
.sec06_load dl dt {
    width: 150px;
    height: 100px;
    margin-right: 30px;
    flex-shrink: 0;
}
.sec06_load dl dt .img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}
.sec06_load dl dt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec06_load dl dd {
    width: calc(100% - 180px);
    padding-top: 12px;
}
.sec06_load dl dd .cate {
    width: auto;
    height: 25px;
    background: #000;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 9px;
    display: inline-block;
    padding: 0 15px;
}
.sec06_load dl dd .date, .sec06_load dl dd .num {
    font-size: 18px;
    font-family: var(--f-en);
    font-weight: bold;
    line-height: 1.4;
}
.sec06_load dl dd .date {
    margin-bottom: 0;
}
.sec06_load dl dd .tt {
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec06_bnr {
    display: flex;
    flex-direction: column;
}
.sec06_bnr p {
    margin-bottom: 20px;
}
.sec06_bnr p a {
    width: 570px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 13px;
}
.sec06_bnr p a .en {
    width: 130px;
    height: 35px;
    line-height: 35px;
    background: var(--mcolor);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: var(--f-en);
    font-weight: bold;
    margin-bottom: 14px;
}
.sec06_bnr p a .ja {
    font-weight: bold;
    font-size: 28px;
}
.sec06_bnr p.bnr1 a {
    background: url("../images/idx_bnr1.jpg") no-repeat center/cover;
}
.sec06_bnr p.bnr2 a {
    background: url("../images/idx_bnr2.jpg") no-repeat center/cover;
}
.sec06_bnr p.bnr2 a .ja {
    letter-spacing: 0.2em;
}
/*============= SEC07 ==============*/
/*============= SEC08 ==============*/
@media screen and (min-width: 751px) {}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
    position: relative;
    z-index: 3;
    padding-top: 150px;
}
address {
    text-align: center;
    padding: 33px 0 99px;
    font-weight: 500;
    letter-spacing: 0.005em;
}
.ft_t {
    background: #515151;
    padding-bottom: 17px;
}
.ft_tel_box {
    display: flex;
    justify-content: center;
}
.ft_tel_box, .ft_tel_box a {
    color: #fff;
}
.ft_tel_num a, .ft_tel_box .ft_fax_r .ft_tel_fax {
    font-family: var(--f-en);
    font-weight: bold;
}
.ft_tel_num {
    margin-right: 30px;
}
.ft_tel_num a {
    font-size: 40px;
    letter-spacing: 0.03em;
}
.ft_tel_num a .num {
    font-size: 192%;
    letter-spacing: -0.03em;
    margin-left: -5px;
    top: 5px;
    position: relative;
}
.ft_tel_box .ft_fax_r .ft_tel_fax {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1;
    margin-bottom: 2px;
}
.ft_tel_box .ft_fax_r .ft_tel_fax .num {
    font-size: 35px;
    margin-left: 5px;
    letter-spacing: -0.03em;
}
.ft_tel_box .ft_fax_r .ft_hour {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
}
.ft_tel_box .ft_fax_r .ft_hour span {
    font-size: 90%;
    margin-right: 14px;
    letter-spacing: 0.02em;
}
.ft_fax_r {
    position: relative;
    margin-top: -16px;
    padding-top: 5px;
}
.ft_bt .inner {
    width: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
}
.ft_bt_l, .ft_bnr {
    display: flex;
    flex-direction: column;
}
.ft_bt_l {
    padding-top: 80px;
}
.ft_tt {
    font-family: var(--f-en);
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 17px;
    letter-spacing: 0.05em;
}
.ft_bnr {
    padding-right: 83px;
    position: relative;
    margin-right: 81px;
    padding-top: 165px;
}
.ft_bnr:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 400px;
    background: #000;
    opacity: 0.4;
    right: 0;
    top: 65px;
}
.ft_bnr p {
    margin-bottom: 10px;
}
.ft_bnr p a {}
.ft_info {
    padding-top: 65px;
    width: 335px;
}
.ft_add {}
.ft_bnr_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    flex-wrap: wrap;
}
.ft_bnr_group p {
    margin-bottom: 0;
}
.bnr1_sub1 {
    margin-right: 11px;
}
.ft_bnr_group p.bnr1 a:not(:last-child) {
    margin-right: 11px;
}
.ft_bnr_group .bnr2 {
    margin-bottom: 0;
    position: relative;
}
.ft_bnr_group .bnr2 a:not(:last-child), .ft_bnr_group .bnr3 a:not(:last-child) {
    margin-right: 5px;
}
.ft_bnr_group .bnr3 {
    margin-top: 30px;
}
.ft_link {
    display: flex;
    margin-right: 70px;
    flex-shrink: 0;
}
.ft_link ul {}
.ft_link ul.item1 {
    width: 170px;
}
.ft_link ul.item2 {
    width: 335px;
}
.ft_link ul.item3 {
    width: 205px;
}
.ft_link ul:not(:last-child) {
    margin-right: 30px;
}
.ft_link ul li.f_big.mt1 {
    margin-top: 46px;
}
.ft_link ul li.f_big {
    margin-bottom: 25px;
}
.ft_link ul li.f_big p {
    font-weight: 900;
    font-size: 18px;
}
.ft_link ul li {
    margin-bottom: 11px;
    line-height: 1.56;
    white-space: nowrap;
}
.ft_link ul li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
}
.ft_logo {
    margin-bottom: 9px;
}
.ft_add {
    margin-bottom: 22px;
    padding-left: 10px;
}
.ft_add dl {
    margin-bottom: 7px;
}
.ft_add dl dt {
    font-weight: 900;
    font-size: 18px;
    background: url("../images/icon_ft1.png") no-repeat left center/17px;
    padding: 4px 0 3px 30px;
    margin-bottom: -3px;
}
.ft_add dl dd {
    line-height: 1.68;
    letter-spacing: 0.01em;
}
/* BACK TO TOP */
.to_top {
    position: fixed;
    z-index: 9;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    border: 1px #fff solid;
    margin-bottom: 0;
}
.to_top.show, .menu_fix_bottom.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}
.menu_fix_bottom {
    width: calc(100% - 30px);
    max-width: 1700px;
    height: 80px;
    border-radius: 3px 3px 0px 0px;
    background: #1d1d1d;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
    z-index: 99;
    /*    visibility: hidden;
    opacity: 0;
    transition: all .2s;*/
}
.menu_fix_bottom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: url("../images/line01.png") repeat left top;
    background-size: auto 2px;
}
.menu_fix_bottom, .menu_fix_tt, .menu_fix_list, .menu_fix_tt .icon {
    display: flex;
    color: #fff;
}
.menu_fix_tt {
    flex-shrink: 0;
    width: 320px;
    position: relative;
    margin-bottom: 0;
    justify-content: center;
    line-height: 1.4;
}
.menu_fix_tt .icon {
    background: url("../images/icon_search.svg") no-repeat left center;
    padding-left: 50px;
    flex-direction: column;
}
.menu_fix_tt .en {
    font-weight: bold;
    font-size: 24px;
    font-family: var(--f-en);
    line-height: 1;
    letter-spacing: 0.04em;
}
.menu_fix_tt .ja {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.menu_fix_list {
    height: 100%;
    flex-grow: 1;
    width: 100%;
}
.menu_fix_list li {
    height: 100%;
    flex: auto;
    position: relative;
}
.menu_fix_list li.active .arrow {
    color: var(--mcolor);
}
.menu_fix_list li.active a .arrow {
    background: url(../images/arrow_up_red.svg) no-repeat right center;
}
.menu_fix_list li .sub_menu {
    display: none;
    background: var(--mcolor);
    padding: 5px 15px;
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 99;
    width: 100%;
}
.menu_fix_list li .sub_menu ul li {
    display: inline-block;
    width: 100%;
}
.menu_fix_list li .sub_menu ul li:not(:last-child) {
    border-bottom: 1px #fff solid;
}
.menu_fix_list li .sub_menu ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 3px 0;
}
.menu_fix_list > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.menu_fix_list li a .arrow {
    background: url("../images/arrow_up.svg") no-repeat right center;
    padding-right: 22px;
}
.menu_fix_list > li > a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    opacity: 0.3;
    top: 15px;
    left: 0;
}
.menu_fix_list li a .sm {
    font-size: 14px;
    position: relative;
    margin-left: -5px;
}
.sub ul li a {
    background: url(../images/arrow_right.svg)var(--mcolor) no-repeat left 15px center;
    padding-left: 35px;
}
.grecaptcha-badge {
    bottom: 100px !important;
    z-index: 99 !important;
}
/* 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) {}