@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*****---------------------------------------------
  共通設定
-----------------------------------------------*****/
img{
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.clear{
    clear: both;
    display: block;
}

.center{
    text-align: center;
}
.normal{
    font-weight: normal;
}
.bold{
    font-weight: bold;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb25{
    margin-bottom: 25px;
}
.mb30{
    margin-bottom: 30px;
}
.mb35{
    margin-bottom: 35px;
}
.mb40{
    margin-bottom: 40px;
}
.mb45{
    margin-bottom: 45px;
}
.mb50{
    margin-bottom: 50px;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
.ml20{
    margin-left: 20px;
}
.ml25{
    margin-left: 25px;
}
.ml30{
    margin-left: 30px;
}
.ml35{
    margin-left: 35px;
}
.ml40{
    margin-left: 40px;
}
.ml45{
    margin-left: 45px;
}
.ml50{
    margin-left: 50px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr15{
    margin-right: 15px;
}
.mr20{
    margin-right: 20px;
}
.mr25{
    margin-right: 25px;
}
.mr30{
    margin-right: 30px;
}
.mr35{
    margin-right: 35px;
}
.mr40{
    margin-right: 40px;
}
.mr45{
    margin-right: 45px;
}
.mr50{
    margin-right: 50px;
}
.caution{
    color: #F00;
}


.show_sp{
    display: none !important;
}
.show_sp02{
    display: none !important;
}

.mincho{
    font-family: "Noto Serif JP", serif;
}
.marugo{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
    .show_sp,
    .show_sp02 {
        display: block !important;
    }
    .show_pc {
        display: none !important;
    }

}


/*****---------------------------------------------
  ボタン設定
-----------------------------------------------*****/
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


/*****---------------------------------------------
  リンク設定
-----------------------------------------------*****/
a:link,
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover,
a:active {
    color: #000;
    text-decoration: none;
}
a.hover:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}


/*****---------------------------------------------
  段落設定
-----------------------------------------------*****/
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}


/*****---------------------------------------------
  body設定
-----------------------------------------------*****/
body{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}


/*****---------------------------------------------
  header
-----------------------------------------------*****/
.header {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header-in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.logo {
    max-width: 135px;
}
.logo img {
    display: block;
}

@media screen and (max-width: 768px) {
    .header-in {
        padding: 15px;
    }
    .logo {
        width: 60%;
    }
}


/***** ナビ
-----------------------------------------------*****/
nav{
    margin: 0;
    padding: 0;
}
.gnav{
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.pcmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.pcmenu li {
    margin: 0;
    padding: 0;
}
.pcmenu li a {
    display: block;
    margin: 0 10px;
    padding: 5px;
    font-size: 1.5rem;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .pcmenu{
        display: none;
    }
}


/*****---------------------------------------------
  ハンバーガー
-----------------------------------------------*****/
.hamburger{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 10px;
    display: none;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-trigger.active span{
    background-color: #FFF;
}
.menu-trigger {
    margin-right: 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}
.menu-trigger span:nth-of-type(1) {
    top: 8px;
}
.menu-trigger span:nth-of-type(2) {
    top: 18px;
}
.menu-trigger span:nth-of-type(3) {
    top: 28px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: block;
    }
}



/*****---------------------------------------------
  sp header
-----------------------------------------------*****/
#overlay{
    display: none;
    width: 100%;
    height:100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.95);
    /*overflow-y: auto;*/
}
#overlay .logobox {
    padding: 15px;
}
#overlay .logo {
    max-width: 135px;
    width: 37%;
}
#overlay .logo img {
    display: block;
}

ul.spmenu{
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}
ul.spmenu li{
    margin: 0;
    padding: 0;
}
ul.spmenu li a{
    margin: 0;
    padding: 15px 15px 0;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    color: #FFF;
    text-decoration: none;
    /* border-bottom: 1px solid #FFFFFF; */
    font-weight: 500;
}


/*****---------------------------------------------
  footer
-----------------------------------------------*****/
.footer{
    margin: 0;
    padding:  75px 0 0;
    background-color: #fff;
}
.footer .inner {
    margin: 0 auto;
    max-width: 1200px;
}
.footer-top {
    margin: 0 auto;
    padding: 0 0 12px 0;
    max-width: 1200px;
}
.footer-top .logo {
    max-width: 230px;
}
.footer-bottom {
    border-top: 1px solid #000;
}
.footer-bottom .copyright {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 20px 0;
}

#pagetop{
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 100;
    bottom: 50px;
    right: 20px;
    display: none;
    border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .footer{
        padding:  55px 0 0;
    }
    .footer-top {
        padding: 0 0 12px 0;
        max-width: 1200px;
    }
    .footer-top .logo {
        max-width: 150px;
    }
    .footer-bottom .copyright {
        font-size: 1.1rem;
        text-align: center;
        font-weight: 500;
        padding: 10px 0;
    }
}


/*****---------------------------------------------
  section
-----------------------------------------------*****/
section{
    margin: 0;
    padding: 0;
}

article{
    margin: 0;
    padding: 0;
}


/*****---------------------------------------------
  form設定 IE_CSS3
-----------------------------------------------*****/
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"],
input[type="email"],
textarea {
    padding: 5px;
    font-size: 1.5rem;
    border: 1px solid #CCC;
    border-radius: 6px;
}
textarea {
    width: 100%;
}
.w100 {
    width: 100%;
}
/* input[type="submit"] {
    border: none;
    background-color: #0055A7;
    width: 250px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px 10px;
} */
input[type="submit"].back {
    background-color: #666;
}
input[type="submit"]:hover {
    opacity: 0.8;
}
input::-webkit-input-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
input::placeholder {
    color: #999;
}



/*****---------------------------------------------
  コンテンツ
-----------------------------------------------*****/
.main_wrap {
    padding-top: 62px;
}

.mv {
    width: 100%;
}
.mv_media {
    position: relative;
    width: 100%;
    height: clamp(360px, 56vw, 670px);
    overflow: hidden;
    background: #000;
}
.mv_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* MVテキスト */
.mv_content {
    position: absolute;
    left: clamp(16px, 10vw, 145px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    max-width: min(560px, 86vw);
    font-weight: bold;
}
.mv_title {
    font-size: clamp(22px, 2.6vw, 3.5rem);
    line-height: 1.8;
    margin: 0 0 20px;
    text-shadow: 0 0 2px #000;
}
.mv_lead {
    font-size: 1.8rem;
    line-height: 1.6;
    text-shadow: 0 0 2px #000;
}


@media screen and (max-width: 768px) {
    .main_wrap {
        padding-top: 60px;
    }
    .mv_media {
        height: clamp(360px, 56vw, 670px);
    }

    /* MVテキスト */
    .mv_content {
        position: absolute;
        left: clamp(16px, 7vw, 145px);
        top: 50%;
        transform: translateY(-50%);
        max-width: min(560px, 86vw);
        font-weight: bold;
    }
    .mv_title {
        font-size: clamp(21px, 2vw, 2.5rem);
        line-height: 1.8;
        margin: 0 0 20px;
    }
    .mv_lead {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}



/* sec01 */
.sec01 {
    padding: 140px 0 0;
}
.sec01-in {
    max-width: calc(1080px + 6%);
    margin: 0 auto;
    padding: 0 0 18% 5%;
    position: relative;
}
.sec01-in .img-circle {
    position: absolute;
    top: 30px;
    left: -7%;
    width: clamp(120px, 13vw, 175px);
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: -1;
    animation: spin2 8s linear infinite;
}
/* アニメーション定義 */
@keyframes spin2 {
  from { transform: translate(50%, -50%) rotate(0deg); }
  to   { transform: translate(50%, -50%) rotate(360deg); }
}
.sec01-in .content {
   width: 42%;
}
.sec01-in .content .heading {
    /* font-size: 3.2rem; */
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
}
.sec01-in .content p {
    font-size: 1.5rem;
    line-height: 2.2;
}
.sec01-in .image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 670px;
    width: 58%;
}

@media screen and (max-width: 768px) {
    .sec01 {
        padding: 50px 0 0;
    }
    .sec01-in {
        max-width: 100%;
        padding: 0 4% 120px;
    }
    .sec01-in .img-circle {
        position: absolute;
        top: 10px;
        left: -10%;
        width: clamp(90px, 13vw, 175px);
    }
    .sec01-in .content {
        width: 100%;
    }
    .sec01-in .content .heading {
        font-size: 2rem;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .sec01-in .content p {
        font-size: 1.2rem;
        line-height: 2;
    }

}

/* sec02 */
.sec02 {
    padding: 100px 0 120px;
    background-color: #000;
    color: #fff;
}
.sec02-in {
    max-width: calc(960px + 4%);
    margin: 0 auto;
    padding: 0 2%;
}
.sec02-in .lead {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
}
.sec02-in .text01 {
    font-size: 1.5rem;
    line-height: 2.2;
    text-align: center;
}
.sec02-in .text01 span {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #b29b4b;
}
.sec02-in .image {
    max-width: 435px;
    width: 100%;
    margin: 25px auto 50px;
}
.sec02-in .heading {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.sec02-in .desc {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 20px;
}
.sec02-in .list {
    display: flex;
    gap: 2%;
}
.sec02-in .list-item {
    width: 32%;
    padding: 20px 5px;
    background-color: #fff;
    color: #000;
    border: 1px solid #b29b4b;
    text-align: center;
    font-size: 1.8rem;
    font-size: clamp(1.4rem,1.5vw,1.8rem);
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1.5;
}
.sec02-in .list-item .icon {
    max-width: 90px;
    margin: 0 auto 15px;
}
.sec02-in .list-item .icon img {
    display: block;
}
.sec02-in .list-item .text {
    font-weight: normal;
    font-size: 1.3rem;
    text-align: left;
    padding: 10px 15px 0;
}

@media screen and (max-width: 768px) {
    .sec02 {
        padding: 60px 0;
    }
    .sec02-in {
        max-width:100%;
        padding: 0 4%;
    }
    .sec02-in .lead {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .sec02-in .text01 {
        font-size: 1.3rem;
        line-height: 2;
        letter-spacing: -0.02em;
    }
    .sec02-in .text01 span {
        display: block;
        font-size: 1.5rem;
    }
    .sec02-in .image {
        max-width: 100%;
        width: 100%;
        margin: 25px auto 35px;
    }
    .sec02-in .heading {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .sec02-in .desc {
        font-size: 1.3rem;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .sec02-in .list {
        flex-wrap: wrap;
        gap: 8px 2%;
    }
    .sec02-in .list-item {
        width: 100%;
        padding: 15px 5px;
        font-size: 1.4rem;
    }
    .sec02-in .list-item .icon {
        max-width: 80px;
        margin: 0 auto 10px;
    }
}

/* sec03 */
.sec03 {
    padding: 145px 4% 100px;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.heading-type02 {
    position: relative;
    text-align: center;
}
.heading-type02 .en {
    font-family: "Libre Bodoni", serif;
    font-size: clamp(6rem,15vw,11.5rem);
    color: rgba(178,155,75,0.2);
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: -48px;
    margin: 0 auto;
}
.heading-type02 .main {
    font-size: 3.2rem;
    font-weight: 500;
}
.sec03 .desc {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}
.sec03-in {
    max-width: 1200px;
    margin: 70px auto 0;
    padding: 5% 8%;
    background-color: #fff;
    position: relative;
}
.sec03-in::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #000;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.sec03-in .lead {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.sec03-in .lead-sub {
    font-size: 1.5rem;
    text-align: center;
}
.sec03-in._01 .item {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.sec03-in._01 .item:not(:first-of-type) {
    margin-top: 110px;
}
.sec03-in._01 .item-content {
    flex: 1;
    padding-right: 5%;
}
.sec03-in._01 .item-title {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.sec03-in .item-text {
    font-size: 1.5rem;
    line-height: 2.2;
    text-indent: -17px;
    padding-left: 17px;
    letter-spacing: -0.02em;
}
.sec03-in .item-text span {
    font-weight: bold;
}
.sec03-in .item-text::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    vertical-align: baseline;
    background-color: #b29b4b;
    border-radius: 999px;
}
.sec03-in .item-text + .item-text {
    margin-top: 15px;
}
.sec03-in._01 .item-image {
    max-width: 430px;
    width: 50%;
}
.sec03-in._02 .lead {
    margin-bottom: 35px;
}
.sec03-in._02 .items {
    display: flex;
    justify-content: space-between;
    gap: 3%;
}
.sec03-in._02 .item {
    width: 50%;
    padding: 3.5% 4.5%;
    border: 1px solid #b29b4b;
}
.sec03-in._02 .item-title {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 20px;
}
.sec03-in._02 .item-image {
    max-width: 260px;
    width: 68%;
    margin: 20px auto 0;
}
.sec03-in._02 .item-text + .item-text {
    margin-top: 10px;
}
.sec03-in._02 .note {
    margin-top: 10px;
    padding-left: 17px;
    font-size: 1.2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .sec03 {
        padding: 60px 6%;
        background-image: url(../img/bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
    }
    .heading-type02 .en {
        font-size: 5.5rem;
        top: -18px;
    }
    .heading-type02 .main {
        font-size: 2rem;
    }
    .sec03 .desc {
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .sec03-in {
        margin: 40px auto 0;
        padding: 10% 6% 40px;
    }
    .sec03-in::before {
        height: 40px;
        top: -20px;
    }
    .sec03-in .lead {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .sec03-in .lead-sub {
        font-size: 1.3rem;
        text-align: left;
    }
    .sec03-in._01 .item {
        margin-top: 60px;
        flex-wrap: wrap;
    }
    .sec03-in._01 .item:not(:first-of-type) {
        margin-top: 50px;
    }
    .sec03-in._01 .item-content {
        flex: unset;
        padding-right: 0;
        width: 100%;;
    }
    .sec03-in._01 .item-title {
        font-size: 1.9rem;
        margin-bottom: 10px;
    }
    .sec03-in .item-text {
        font-size: 1.3rem;
        line-height: 1.8;
        text-indent: -15px;
        padding-left: 15px;
        letter-spacing: -0.02em;
    }
    .sec03-in .item-text::before {
        width: 9px;
        height: 9px;
        margin-right: 7px;
    }
    .sec03-in .item-text + .item-text {
        margin-top: 10px;
    }
    .sec03-in._01 .item-image {
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
    }
    .sec03-in._02 .lead {
        margin-bottom: 15px;
    }
    .sec03-in._02 .items {
        flex-wrap: wrap;
        gap: 10px;
    }
    .sec03-in._02 .item {
        width: 100%;
        padding: 20px 15px;
    }
    .sec03-in._02 .item-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .sec03-in._02 .item-image {
        max-width: 260px;
        width: 68%;
        margin: 20px auto 0;
    }
    .sec03-in._02 .item-text + .item-text {
        margin-top: 10px;
    }

}

/* sec04 */
.sec04 {
    padding: 145px 4% 85px;
}
.sec04-in {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 2.8%;
    max-width: calc(960px + 4%);
    margin: 70px auto 0;
    padding: 0 2%;
}
.sec04-in .item {
    max-width: 302px;
    width: 32%;
    padding: 40px 3% 30px;
    border: 1px solid #b29b4b;
}
.sec04-in .item-icon {
    max-width: 130px;
    margin: 0 auto 15px;
}
.sec04-in .item-icon img {
    display: block;
}
.sec04-in .item-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.sec04-in .item-text {
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .sec04 {
        padding: 60px 6%;
    }
    .sec04-in {
        gap: 10px 2%;
        max-width: 100%;
        margin: 40px auto 0;
        padding: 0;
    }
    .sec04-in .item {
        max-width: 100%;
        width: 49%;
        padding: 20px 2%;
    }
    .sec04-in .item-icon {
        max-width: 90px;
        margin: 0 auto 10px;
    }
    .sec04-in .item-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .sec04-in .item-text {
        font-size: 1.2rem;
        line-height: 1.75;
    }
}

/* sec05 */
.sec05 {
    padding: 85px 0 115px;
    background-color: #f5f5f5;
}
.sec05 .inner {
    max-width: calc(960px + 4%);
    margin: 0 auto;
    padding: 0 2%;
}
.sec05-in:not(:last-of-type) {
    margin-bottom: 110px;
}
.sec05 .heading {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 45px;
}
.sec05-01 {
    display: flex;
    justify-content: space-between;
    /* height: 100%; */
    position: relative;
}
.sec05-01 .border {
    width: 1px;
    background-color: #a5a5a5;
}
.sec05-01 .item {
    width: 50%;
}
.sec05-01 .item01 {
    padding: 0 4%  20px 0;
}
.sec05-01 .item02 {
    padding: 0 0 20px 6%;
}
.sec05-01 .item p {
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.sec05-01 .item .img {
    display: block;
}
.sec05-01 .item .img01 {
    max-width: 200px;
}
.sec05-01 .item .img02 {
    max-width: 220px;
    margin-bottom: 15px;
}
.sec05-01 .item .videos {
    max-width: 395px;
    aspect-ratio: 16 / 9;
}
.sec05-01 .item .videos video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec05-02 {
    display: flex;
}
.sec05-02 .heading {
    margin-bottom: 25px;
}
.sec05-02 .content {
    width: 45%;
}
.sec05-02 .btn {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 11px;
    text-align: center;
    font-size: 1.5rem;
    background-color: #000;
    color: #fff;
    position: relative;
    transition: all .3s;
}
.sec05-02 .btn:hover {
    opacity: .7;
}
.sec05-02 .btn .arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.sec05-02 .img-list {
    display: flex;
    gap: 20px;
    flex: 1;
    font-size: 1.5rem;
}
.sec05-03 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 3%;
}
.sec05-03 .list-item {
    width: 22.75%;
}
.sec05-03 .list-item .text01 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.sec05-03 .list-item .text02 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .sec05 {
        padding: 60px 0;
    }
    .sec05 .inner {
        max-width: 100%;
        padding: 0 6%;
    }
    .sec05-in:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .sec05 .heading {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .sec05-01 {
        flex-wrap: wrap;
        height: 100%;
    }
    .sec05-01 .border {
        width: 100%;
        height: 1px;
    }
    .sec05-01 .item {
        width: 100%;
    }
    .sec05-01 .item01 {
        padding: 0 0 20px;
    }
    .sec05-01 .item02 {
        padding: 20px 0 0;
    }
    .sec05-01 .item p {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    .sec05-01 .item .img01 {
        max-width: 160px;
    }
    .sec05-01 .item .img02 {
        max-width: 190px;
    }
    .sec05-01 .item .videos {
        max-width: 100%;
    }
    .sec05-02 {
        flex-wrap: wrap;
    }
    .sec05-02 .heading {
        margin-bottom: 25px;
    }
    .sec05-02 .content {
        width: 100%;
        font-size: 1.3rem;
    }
    .sec05-02 .btn {
        max-width: 220px;
        margin: 30px auto 30px 0;
        padding: 11px;
        font-size: 1.3rem;
    }
    .sec05-02 .img-list {
        display: flex;
        gap: 10px;
        flex: 1;
        font-size: 1.2rem;
    }
    .sec05-03 .list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 2% ;
    }
    .sec05-03 .list-item {
        width: 49%;
    }
    .sec05-03 .list-item .text01 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .sec05-03 .list-item .text02 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
}

/* sec06 */
.sec06 {
    padding: 120px 0 100px;
}
.sec06-in {
    max-width: calc(1010px + 4%);
    margin: 100px auto 0;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
}
.sec06-in .item {
    width: 48%;
    padding: 3% 5%;
    border: 1px solid #b29b4b;
}
.sec06-in .item-title {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.sec06-in .img-slider {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.slide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 16px;
    height: fit-content;
    z-index: 10;
}
.prev-arrow {
    left: -10px;
}
.next-arrow {
    right: -10px;
}
.sec06-in .item p {
    font-size: 1.5rem;
    line-height: 2;
}
.sec06-in .item p span {
    font-weight: bold;
}
.sec06-in .item p.red {
    color: #b3272d;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .sec06 {
        padding: 60px 0;
    }
    .sec06-in {
        max-width: 100%;
        margin: 50px auto 0;
        padding: 0 6%;
        flex-wrap: wrap;
        gap: 10px;
    }
    .sec06-in .item {
        width: 100%;
        padding: 5% 7%;
    }
    .sec06-in .item-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .sec06-in .img-slider {
        margin-bottom: 20px;
    }
    .sec06-in .item p {
        font-size: 1.3rem;
    }
}

/* sec07 */
.sec07 {
    padding: 110px 2% 100px;
    background-color: #000;
}
.sec07 .heading-type02 {
    color: #fff;
}
.sec07 .heading-type02 .en {
    color: rgba(255,255,255,0.2);
}
.sec07 .desc {
    margin: 30px auto 40px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    color: #fff;
}
.sec07 .desc span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #b29b4b;
    margin-bottom: 5px;
}
/*  Form */
.contact-form {
    position: relative;
    z-index: 1;
}
.contact-form_rows {
    width: min(755px, 100%);
    margin: 0 auto;
}
.contact-row {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 0 0 18px;
}
.contact-row_label {
    width: 20%;
    font-size: 1.5rem;
    letter-spacing: .06em;
    text-align: left;
    white-space: nowrap;
    color: #fff;
}
.contact-row_field {
    flex: 1;
}
.req {
    color: #ff3b3b;
    font-weight: 700;
}
.contact-input,
.contact-textarea {
    width: 100%;
    border: 1px solid #bfbfbf;
    background: #fff;
    color: #000;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
}
.contact-input {
    height: 50px;
    padding: 0 12px;
}
.contact-textarea {
    min-height: 150px;
    padding: 10px 12px;
    resize: vertical;
}
.contact-input:focus,
.contact-textarea:focus {
    border-color: #b49d4a;
    box-shadow: 0 0 0 2px rgba(180, 157, 74, .25);
}
.contact-row-textarea {
    align-items: start;
}
.contact-row-textarea .contact-row_label {
    padding-top: 8px;
}
.contact-row-pp{
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 1.4rem;
}
.contact-row-pp a{
    color: #FFF;
    text-decoration: underline;
}
.contact-row-pp a:hover{
    color: #FFF;
    text-decoration: none;
}

/* policy box */
.contact-policy {
    width: min(755px, 100%);
    margin: 22px auto 0;
}
.contact-policy_box {
    background: #fff;
    color: #000;
    border-radius: 0;
    padding: 25px 23px;
    height: 190px;
    overflow: auto;
    box-sizing: border-box;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8;
}
.contact-policy_box p {
    line-height: 2;
}
.contact-policy_box p + p {
    margin-top: 30px;
}
.contact-policy_title {
    font-size: 1.3rem;
    margin: 0 0 8px;
    font-weight: 500;
}
.contact-policy_agree {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    user-select: none;
}
.contact-actions {
    width: min(620px, 100%);
    margin: 26px auto 0;
    text-align: center;
}
.contact-submit {
    width: 300px;
    border: none;
    background-color: #b29b4b;
    color: #fff;
    letter-spacing: .12em;
    cursor: pointer;
    margin: 30px 0 0 0;
    padding: 11px;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    transition: all .3s;
}
.contact-submit:hover {
    filter: brightness(1.2);
}
.contact-submit .arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .sec07 {
        padding: 60px 6%;
    }
    .sec07 .desc {
        margin: 30px auto 40px;
        font-size: 1.3rem;
        text-align: center;
        line-height: 2;
    }
    .sec07 .desc span {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    /*  Form */
    .contact-form {
        position: relative;
        z-index: 1;
    }
    .contact-form_rows {
        width: min(755px, 100%);
    }
    .contact-row {
        gap: 10px;
        flex-wrap: wrap;
        margin: 0 0 18px;
    }
    .contact-row_label {
        width: 100%;
        font-size: 1.3rem;
    }
    .contact-row_field {
        flex: unset;
        width: 100%;
    }
    .contact-input,
    .contact-textarea {
        width: 100%;
        font-size: 1.3rem;
    }
    .contact-input {
        height: 40px;
        padding: 0 10px;
        font-size: 1.3rem;
    }
    .contact-textarea {
        min-height: 150px;
        padding: 10px 12px;
    }
    .contact-row-textarea .contact-row_label {
        padding-top: 8px;
    }

    /* policy box */
    .contact-policy {
        width: min(755px, 100%);
        margin: 22px auto 0;
    }
    .contact-policy_box {
        padding: 20px 10px;
        height: 150px;
        font-size: 1.1rem;
    }
    .contact-policy_box p + p {
        margin-top: 25px;
    }
    .contact-policy_title {
        font-size: 1.3rem;
    }
    .contact-actions {
        width: min(620px, 100%);
        margin: 26px auto 0;
    }
    .contact-submit {
        /* width: 220px; */
        margin: 30px 0 0 0;
        padding: 10px;
        font-size: 1.4rem;
    }

}

/* モーダル背景 */
.privacy-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

/* モーダル本体 */
.privacy-modal-inner {
  background: #fff;
  width: 90%;
  max-width: 700px;
  max-height: 70vh;
  overflow-y: auto;
  margin: 15vh auto 0 auto;
  padding: 30px;
  position: relative;
  border-radius: 8px;
}

/* 閉じるボタン */
.privacy-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.privacy-content{
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
}
.privacy-content p + p {
  margin-top: 30px;
}


/* 20251225 */
.sec06-in .img-slider .slick-slide {
    height: auto;
}
.contact-row > p:first-of-type {
    width: 20%;
    font-size: 1.5rem;
    letter-spacing: .06em;
    text-align: left;
    white-space: nowrap;
    color: #fff;
}
.contact-row-pp {
    margin: 0 auto;
    width: fit-content;
}
.contact-row-pp p {
    width: 100% !important;
}
.privacy-check {
    display: flex;
    justify-content: center;
    align-items: center;
}
.privacy-check br {
    display: none !important;
}
.wpcf7-list-item-label {
    display: none;
}
.contact-actions {
    width: 300px;
}
.contact-actions p {
    width: min(620px, 100%);
    margin: 26px auto 0;
    text-align: center;
    position: relative;
}
.contact-actions .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    transition: all .3s;
}
.contact-actions:hover .arrow {
    opacity: .7;
}
.contact-row_field > p {
    color: #fff
}
.form-thanks {
    max-width: 1000px;
    margin: 0 auto;
    padding: 62px 0 0;
}
.form-thanks-in {
    padding: 10% 5%;
}
.form-thanks-in .wp-block-heading {
    margin-bottom: 20px;
    font-size: 2rem;
}
.form-thanks-in p {
    line-height: 1.8;
}
.privacy-check {
    position: relative;
}
.privacy-check .wpcf7-form-control-wrap {
    position: static;
}
.privacy-check .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
}
.wpcf7-previous-link {
    color: #fff !important;
    display: block;
    background-color: #999;
    padding: 10px;
    transition: all .3s;
    font-size: 1.5rem;
}
.wpcf7-previous-link:hover {
    opacity: .7;
}


@media screen and (max-width: 768px) {
    .contact-row > p:first-of-type {
        width: 100%;
        font-size: 1.3rem;
    }
    .form-thanks-in p {
        font-size: 1.4rem;
    }
    .wpcf7-previous-link {
        font-size: 1.4rem;
    }
}