@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #786a3e;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow: visible;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  scroll-padding-top: 120px;
}
@media only screen and (max-width: 767.9px) {
  html {
    scroll-padding-top: 90px;
  }
}

main {
  overflow: clip;
}

.mv {
  position: relative;
}
.mv video {
  width: 100%;
}
.mv figcaption {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fff;
  font-size: 9px;
}
@media only screen and (max-width: 767.9px) {
  .mv figcaption {
    bottom: 3px;
    left: 3px;
  }
}

@media only screen and (max-width: 767.9px) {
  .mv-video video {
    left: -190%;
  }
}

.child-mv__text {
  width: 370px;
}
@media only screen and (max-width: 767.9px) {
  .child-mv__text {
    width: 250px !important;
  }
}

.h3Img {
  margin: 0px auto 60px;
}
@media only screen and (max-width: 767.9px) {
  .h3Img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.c-nav {
  max-width: 800px;
  margin: 100px auto;
}
@media only screen and (max-width: 767.9px) {
  .c-nav {
    margin: 50px auto;
    padding: 0 15px;
  }
}
.c-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-nav li {
  width: 48%;
}
.c-nav a {
  opacity: 0.6;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.c-nav a.-soon {
  opacity: 0.3;
}
.c-nav a.-current, .c-nav a:hover {
  opacity: 1;
}

.z-icon {
  max-width: 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.9px) {
  .z-icon {
    max-width: 100px;
  }
}

.z-img01 {
  margin-top: 60px;
  max-width: 800px;
  margin-inline: auto;
}
@media only screen and (max-width: 767.9px) {
  .z-img01 {
    margin-top: 30px;
  }
}

.z-about {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #f1f0ec;
  padding: 100px 0;
}
.z-about.-mb {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.9px) {
  .z-about {
    margin-top: 60px;
    margin-bottom: 60px;
    background: #f1f0ec;
    padding: 60px 0;
  }
}

.z-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.z-merit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.z-merit__inner.-mt {
  margin-top: 30px;
}
@media only screen and (max-width: 767.9px) {
  .z-merit__inner {
    margin-top: 40px;
  }
}

.z__l {
  width: 47%;
}
.z__l.-sm {
  width: 40%;
}
@media only screen and (max-width: 767.9px) {
  .z__l {
    width: 100% !important;
  }
}

.z__r {
  width: 47%;
}
.z__r.-la {
  width: 57%;
  margin-top: -55px;
}
@media only screen and (max-width: 767.9px) {
  .z__r.-la {
    margin-top: -10px;
    width: 110% !important;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767.9px) {
  .z__r {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767.9px) {
  .-mt {
    margin-top: 30px;
  }
}

.z-img {
  max-width: 700px;
  margin: 30px auto 10px;
}

.child-heading1 {
  width: 100%;
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.child-heading1 span {
  font-size: 70%;
}
@media only screen and (max-width: 767.9px) {
  .child-heading1 {
    font-size: 20px;
  }
}

.z-merit h4 {
  background: #786a3e;
  padding: 20px;
  width: 100%;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767.9px) {
  .z-merit h4 {
    padding: 13px;
    margin-bottom: 15px;
  }
}
.z-merit h4 img {
  width: 260px;
  margin: 0 auto;
}
.z-merit h4 img.-n3 {
  width: 290px;
}
@media only screen and (max-width: 767.9px) {
  .z-merit h4 img {
    width: 200px;
  }
  .z-merit h4 img.-n3 {
    width: 240px;
  }
}
.z-merit h5 {
  font-size: 23px;
  color: #333;
  margin: 0px 0 10px;
  padding: 0;
}
@media only screen and (max-width: 767.9px) {
  .z-merit h5 {
    font-size: 19px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767.9px) {
  .z-merit h5.-mt {
    margin-top: 25px;
  }
}

.z__lead {
  color: #333;
  margin-bottom: 15px;
  line-height: 2;
  width: 100%;
  position: relative;
  z-index: 2;
}
.z__lead span {
  font-size: 11px;
}
.z__lead.-l2 {
  line-height: 2.5;
}
@media only screen and (max-width: 767.9px) {
  .z__lead.-l2 {
    line-height: 2;
  }
}
@media only screen and (max-width: 767.9px) {
  .z__lead {
    font-size: 12px;
  }
}

.z__cap {
  font-size: 11px;
  color: #333;
  width: 100%;
  margin-top: 10px;
  letter-spacing: -0.5px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767.9px) {
  .z__cap {
    font-size: 10px;
    margin-top: 25px;
  }
}

h5 {
  padding: 0;
  margin: 0;
}

/****************
  intro
******************/
.intro_area {
  padding-top: var(--size60);
  padding-bottom: var(--size80);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), color-stop(12%, #fff), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0.75) 0%, #fff 12%, #fff 100%);
}

.second_page .sec_tit .en {
  font-size: calc(1.1 * var(--size40));
  line-height: 0.75;
}

.aproach_img .scroll_inner img {
  min-width: 752px;
}

.intro_area .img_box {
  mix-blend-mode: darken;
}

@media (max-width: 768px) {
  .intro_area .outer {
    padding-inline: 0;
  }
}
@media (min-width: 769px) {
  .intro_area {
    padding-top: var(--size100);
    padding-bottom: var(--size100);
  }
  .second_page .sec_tit .en {
    font-size: calc(0.86 * var(--fsize48));
  }
}
@media (min-width: 1025px) {
  .intro_area {
    padding-top: var(--size100pc);
  }
  .intro_area .img_box {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}
/****************
  station/residense
******************/
.station {
  color: var(--station);
}

.bg_station {
  background-color: var(--station);
}

.residense {
  color: var(--residense);
}

.bg_residense {
  background-color: var(--residense);
}

.station_area {
  background-color: var(--station02);
  padding: var(--size60) 0;
}

.residense_area {
  padding-top: var(--size60);
  padding-bottom: calc(1.2 * var(--size100));
  background-color: var(--residense02);
}

.station_area .sec_tit {
  border-bottom-color: var(--station);
}

.residense_area .sec_tit {
  border-bottom-color: var(--residense);
}

.sec_lead {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.item .txt_box {
  position: relative;
}

.item .txt_box * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: var(--ease);
          animation-timing-function: var(--ease);
}

.item .item_head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: var(--size10pc);
  margin-top: var(--size10pc);
  padding-right: 4em;
}

.item .txt_box .more {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: var(--fsize12);
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 1px solid var(--gold);
}

.item .txt_box .more:before {
  content: "ï¼‹";
  margin-right: 0.25em;
}

.item .txt_box .more.close:before {
  content: "ãƒ¼";
  margin-right: 0.25em;
}

.item_head h4 {
  font-size: var(--fsize24);
  line-height: 1.125;
}

.item .txt_box p {
  line-height: 1.6;
}

.item_head .spec {
  font-size: var(--fsize18);
}

.station_area .topic_box {
  background-color: rgba(159, 136, 109, 0.062745098);
  padding-top: var(--size60);
  padding-bottom: var(--size60);
}

.topic_tit {
  font-size: var(--fsize24);
}

.topic_box p:not(.cap) {
  font-size: calc(1.1 * var(--size20));
  letter-spacing: -0.05em;
}

.intro_area.intro02 {
  padding-top: calc(1.2 * var(--size100));
  padding-bottom: var(--size100);
}

.pick_box {
  padding: var(--size30);
  gap: 10px;
}

.pick_box figure {
  width: 100%;
}

.pick_box .txt h4 {
  font-size: calc(1.2 * var(--size20));
}

.pick_box .txt p {
  line-height: 1.2;
}

.topic2, .topic3 {
  position: relative;
  padding-bottom: var(--size100);
}

.topic2::before, .topic3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/common/bg01.jpg) repeat;
  background-size: 450px auto;
  opacity: 0.5;
  z-index: -1;
}

.topic3:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--gold);
  opacity: 0.1;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}

.slide-up {
  height: 0px;
  padding-bottom: 0;
  overflow: hidden;
}

.slide-down {
  height: auto;
  overflow: visible;
}

.topic4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E5E1D0;
}

.topic4 .img_box {
  background-color: white;
}

@media (max-width: 768px) {
  .item .txt_box .more {
    font-size: var(--fsize18);
  }
  .topic2, .topic3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size40);
  }
  .topic2 *, .topic3 * {
    width: 100% !important;
  }
  .item_head h4 {
    font-size: var(--fsize20);
    line-height: 1.125;
  }
}
@media (max-width: 500px) {
  .topic_tit {
    font-size: calc(0.85 * var(--fsize24));
  }
}
@media (min-width: 769px) {
  .sec_lead {
    font-size: 28px;
  }
  .item_head h4 {
    font-size: var(--fsize18);
    line-height: 1.4;
  }
  .item_head .spec {
    text-align: left;
    font-size: var(--fsize12);
  }
  .station_area .topic_box .container_l h4 {
    font-size: var(--fsize28);
  }
  .station_area .topic_box .container_l p:not(.cap) {
    font-size: var(--fsize18);
    line-height: 1.7;
  }
  .topic_box p:not(.cap) {
    font-size: var(--fsize18);
    line-height: 1.7;
  }
  .station_area .topic_box .container_l h4 .word sup {
    top: -0.5em;
  }
  .topic_tit {
    font-size: var(--fsize24);
  }
  .pick_box .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topic2 {
    gap: var(--size40pc);
  }
  .topic2 .topic_tit {
    /*    width:48%;*/
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topic2 p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pick_box .txt h4 {
    font-size: var(--fsize20);
  }
  .pick_box .txt p {
    font-size: var(--fsize14);
  }
}
@media (min-width: 1025px) {
  .sec_lead {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .station_area {
    padding: var(--size100pc) 0;
  }
  .item {
    padding-bottom: var(--size10pc);
  }
  .item_head {
    display: block;
    padding-bottom: var(--size10pc);
    margin-bottom: var(--size10pc);
    position: relative;
  }
  .item_head h4 {
    font-size: var(--fsize18);
  }
  .item_head + p {
    font-size: var(--fsize14);
    line-height: 1.4;
  }
  .station_area .topic_box {
    margin-inline: 0;
    padding-inline: 0;
    padding-top: 0;
    position: relative;
  }
  .station_area .topic_box:after {
    content: "";
    display: block;
    width: calc(100% - var(--size60pc));
    height: calc(100% - var(--size60pc));
    position: absolute;
    border: 4px solid white;
    left: calc(var(--size30pc) - 4px);
    top: calc(var(--size30pc) - 4px);
    -webkit-filter: drop-shadow(var(--shadow02));
            filter: drop-shadow(var(--shadow02));
  }
  .station_area .topic_box .container_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .station_area .topic_box .container_l figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: var(--size30pc);
  }
  .station_area .topic_box .container_l h4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-inline: var(--size60pc) var(--size60pc);
  }
  .station_area .topic_box .container_l p:not(.cap) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-inline: var(--size60pc) var(--size60pc);
    margin-top: 0;
  }
  .station_area .topic_box .container_l p.cap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-inline: var(--size60pc) var(--size60pc);
  }
  .residense_area .breaking-out + .cap.min {
    top: -2em;
    color: white;
    position: relative;
    margin-bottom: -2em;
  }
  .residense_area .topic_box.topic2 figure {
    margin-inline: var(--size70pc) var(--size70pc);
    -webkit-box-shadow: var(--shadow02), var(--shadow02);
            box-shadow: var(--shadow02), var(--shadow02);
  }
  .residense_area .topic_box.topic2 figure + p.cap {
    margin-inline: var(--size100pc) var(--size100pc);
    position: relative;
    top: calc(-1 * var(--size40pc));
  }
  .topic2 {
    padding-bottom: calc(1.2 * var(--size100pc));
  }
  .topic4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .topic4 .img_box {
    background-color: white;
    width: 61%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topic4 figcaption {
    bottom: 3px;
  }
  .pick_box {
    padding: var(--size30pc);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1600px) {
  .sec_lead {
    font-size: 30px;
  }
  .topic_tit {
    font-size: var(--fsize32);
  }
}
/****************
 bn_location
******************/
.bn_contents {
  position: relative;
  padding: 0;
  background-color: rgba(232, 230, 220, 0.5843137255);
}

.bn_contents a {
  display: block;
  position: relative;
}

/* .bn_location a:before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
  mix-blend-mode: multiply;
}  */
.bn_contents a.nolink {
  pointer-events: none;
}

@media (min-width: 1025px) {
  .bn_contents a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/****************
 lifeinfo_area
******************/
.lifeinfo_area {
  position: relative;
  padding-top: calc(1.5 * var(--size100));
  padding-bottom: calc(1.5 * var(--size100));
  background-color: rgba(255, 255, 255, 0.9);
}

.lifeinfo_tab .map_box {
  border: 1px solid var(--gold);
}

.tab-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(var(--size20) * 0.25) 1fr calc(var(--size20) * 0.25) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--size20) * 0.25);
}

.tab-panel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  overflow: hidden;
}

.tab-panel .lifeinfo_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

/*ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã‚’å…¨ã¦æ¶ˆã™*/
input[name=tab-radio] {
  display: none;
}

/*åˆæœŸçŠ¶æ…‹*/
.panel-b,
.panel-c,
.panel-d, .panel-e, .panel-f {
  display: none;
}

.tab-label {
  display: block;
  text-align: center;
}

.tab:not(:last-of-type) {
  margin-right: 2px;
}

.tab-label-heading {
  margin: 0;
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}

.tab-label {
  color: white;
  cursor: pointer !important;
  font-size: var(--size18);
  font-family: var(--fontEn);
  padding: calc(0.5 * var(--size20)) 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  opacity: 0.7;
  background-color: var(--gold) !important;
}

.tab-label:hover {
  opacity: 1 !important;
}

#tab-b + .tab-label-heading .tab-label, .panel-b .num {
  background: var(--shopping);
}

#tab-a + .tab-label-heading .tab-label, .panel-a .num {
  background: var(--gourmet);
}

#tab-c + .tab-label-heading .tab-label, .panel-c .num {
  background: var(--medical);
}

#tab-d + .tab-label-heading .tab-label, .panel-d .num {
  background: var(--park);
}

#tab-e + .tab-label-heading .tab-label, .panel-e .num {
  background: var(--education);
}

#tab-f + .tab-label-heading .tab-label, .panel-f .num {
  background: var(--public);
}

.selected > .tab-label {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab-label-heading::after {
  content: none !important;
}

.lifeinfo_list table {
  width: 100%;
  font-size: var(--size20);
  margin-top: var(--size20);
}

.lifeinfo_list table th, .lifeinfo_list table td {
  padding: calc(0.5 * var(--size20)) 0;
  vertical-align: top;
}

.lifeinfo_list table th {
  text-align: left;
  font-weight: 400;
}

.lifeinfo_list table td {
  text-align: right;
  white-space: nowrap;
}

.lifeinfo_list table th .num {
  width: var(--size30);
  height: var(--size30);
  color: white;
  font-size: var(--size20);
  font-family: var(--fontGo);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  line-height: 1;
  -webkit-margin-end: calc(0.5 * var(--size20));
          margin-inline-end: calc(0.5 * var(--size20));
}

.category {
  font-size: 0.75em;
  padding-inline: 1em;
  color: var(--gley02);
  display: inline-block;
}

@media (max-width: 1024px) {
  .category {
    padding-inline: var(--size30);
  }
  .tab-panel .lifeinfo_list table + table {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .category {
    padding-inline: var(--size40);
  }
}
@media (min-width: 769px) {
  .lifeinfo_list table {
    font-size: var(--fsize16);
  }
  .lifeinfo_list table th .num {
    width: var(--size20);
    height: var(--size20);
    font-size: var(--size16);
  }
}
@media (min-width: 1025px) {
  .tab-panel .lifeinfo_list {
    -ms-grid-columns: 1fr var(--size40pc) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--size40pc);
  }
  .lifeinfo_list table {
    font-size: var(--fsize14);
  }
  .tab-wrapper {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
/****ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³****/
.p-anima-5 {
  overflow: hidden;
  /*  background-color: var(--blue);*/
}

/*
.p-anima-5.animated .js-locanm01{
  animation-name:loca01 ;
  animation-duration:8s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
*/
@media (min-width: 1025px) {
  /* .p-anima-5:hover .js-locanm01{
    animation-name:loca01 ;
    animation-duration:3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  } */
  /*
  .p-anima-5:hover .js-locanm02{
    animation-name:loca02 ;
    animation-duration:3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
  .p-anima-5:hover .js-locanm03{
    animation-name:loca03 ;
    animation-duration:3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
  .p-anima-5:hover .js-locanm04{
    animation-name:loca04 ;
    animation-duration:3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
  .p-anima-5:hover .js-locanm05{
    animation-name:loca01 ;
    animation-duration:3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
  .p-anima-5:hover .js-locanm06{
    animation-name:loca02 ;
    animation-duration:3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
  */
}
@media (max-width: 1024px) {
  /*
    .p-anima-5.animated .js-locanm01{
      animation-name:loca01 ;
      animation-duration:8s;
      animation-fill-mode: both;
      animation-iteration-count: 1;
    }
    .p-anima-5.animated .js-locanm02{
      animation-name:loca01 ;
      animation-duration:8s;
      animation-fill-mode: both;
      animation-iteration-count: 1;
    }
    .p-anima-5.animated .js-locanm03{
      animation-name:loca03 ;
      animation-duration:8s;
      animation-fill-mode: both;
      animation-iteration-count: 1;
    }
    .p-anima-5.animated .js-locanm04{
      animation-name:loca04 ;
      animation-duration:8s;
      animation-fill-mode: both;
      animation-iteration-count: 1;
    }
    .p-anima-5.animated .js-locanm05{
      animation-name:loca01 ;
      animation-duration:8s;
      animation-fill-mode: both;
      animation-iteration-count: 1;
    }
    .p-anima-5.animated .js-locanm06{
      animation-name:loca02 ;
      animation-duration:8s;
      animation-fill-mode: both;
      animation-iteration-count: 1;
    }
  */
}
@-webkit-keyframes loca01 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, 25%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, 25%, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, 25%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, 25%, 0);
  }
  80% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, -25%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, -25%, 0);
  }
  95% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@keyframes loca01 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, 25%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, 25%, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, 25%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, 25%, 0);
  }
  80% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, -25%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, -25%, 0);
  }
  95% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes loca02 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
  }
  80% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, 15%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, 15%, 0);
  }
  95% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@keyframes loca02 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
  }
  80% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, 15%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, 15%, 0);
  }
  95% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes loca03 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2) translate3d(10%, -10%, 0);
            transform: scale3d(2, 2, 2) translate3d(10%, -10%, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale3d(2, 2, 2) translate3d(10%, -10%, 0);
            transform: scale3d(2, 2, 2) translate3d(10%, -10%, 0);
  }
  80% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(-10%, 0, 0);
            transform: scale3d(2, 2, 2) translate3d(-10%, 0, 0);
  }
  95% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@keyframes loca03 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2) translate3d(10%, -10%, 0);
            transform: scale3d(2, 2, 2) translate3d(10%, -10%, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale3d(2, 2, 2) translate3d(10%, -10%, 0);
            transform: scale3d(2, 2, 2) translate3d(10%, -10%, 0);
  }
  80% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(-10%, 0, 0);
            transform: scale3d(2, 2, 2) translate3d(-10%, 0, 0);
  }
  95% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes loca04 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  70% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale3d(2, 2, 2) translate3d(10%, -20%, 0);
            transform: scale3d(2, 2, 2) translate3d(10%, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@keyframes loca04 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  70% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
            transform: scale3d(2, 2, 2) translate3d(0, -20%, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale3d(2, 2, 2) translate3d(10%, -20%, 0);
            transform: scale3d(2, 2, 2) translate3d(10%, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
.machidukuri_area {
  padding-top: var(--size80);
  padding-bottom: var(--size80);
}

.machidukuri_area .img_box {
  padding-inline: var(--size20);
}

@media (min-width: 769px) {
  .machidukuri_area {
    padding-top: var(--size100);
    padding-bottom: var(--size100);
  }
}
/****************
  submenu
******************/
.hero_wrap#quality_mv {
  padding-bottom: var(--size80);
}

.quality_content_wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
}

.quality_content .section {
  padding-bottom: var(--size100);
  padding-top: var(--size100);
}

.local_menu {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.local_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: var(--innergap);
  gap: var(--size20);
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.local_menu ul li {
  position: relative;
  font-size: 1.375em;
}

.local_menu ul li a {
  color: var(--gold);
  /*  font-size:var(--fsize14);*/
}

.local_menu ul li a.nolink {
  pointer-events: none;
  opacity: 0.2;
  color: var(--black);
}

.local_menu ul li.current:before {
  content: "";
  width: 80%;
  height: 2px;
  background-color: var(--gold03);
  position: absolute;
  left: 10%;
  bottom: 0;
}

@media (max-width: 768px) {
  .local_menu {
    width: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .local_menu ul {
    padding-inline: var(--size20);
    background-color: transparent;
  }
  .img_box.-mt {
    margin-top: 20px !important;
  }
}
@media (min-width: 769px) {
  .local_menu {
    width: min(12.5%, 200px);
    left: 0;
    top: var(--size100);
    float: left;
  }
  .local_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 1px solid var(--gold02);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 0;
    padding: 0;
    background-color: transparent;
  }
  .local_menu ul li {
    padding-left: 30px;
    position: relative;
  }
  .local_menu ul li.current:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--gold);
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: calc(50% - 6px);
  }
  .local_menu ul li a {
    /*  font-size:var(--fsize18);*/
  }
}
/****************
  intro
******************/
.intro_area {
  background: none;
  background-color: transparent;
  padding-bottom: var(--size80);
  padding-top: var(--size100);
}

@media (min-width: 769px) {
  .intro_area {
    padding-bottom: var(--size100);
  }
}
/****************
  å…±é€šã€€item
******************/
.page_lead + p, .sec_lead + p {
  font-size: var(--fsize18);
}

.sec_lead + p {
  line-height: 2.2;
}

.gold_box {
  border: 1px solid var(--gold);
}

.columns {
  gap: var(--size20);
}

h4 {
  font-size: var(--fsize24);
}

.item_index_wrap {
  gap: var(--size20);
}

.item_index_wrap {
  padding-bottom: 0;
}

.item .item_head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.item_head h5 {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #333;
}

.item_head p {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin-top: -2px;
}

h3.sec_tit_en {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

h3.sec_tit_en .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

h3.sec_tit_en .en {
  font-size: calc(1.125 * var(--size60));
  letter-spacing: 0.05em;
  line-height: 0.65;
}

h4.sec_tit_en.rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}

h4.sec_tit_en > * {
  line-height: 1;
}

h4.sec_tit_en .bar {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

h4.sec_tit_en .en {
  font-size: var(--fsize28);
}

h4.sec_tit_en .ja {
  font-size: var(--fsize16);
  margin-top: 1rem;
}

.topic_tit {
  margin-bottom: var(--size40);
}

.quality_cont {
  margin-bottom: var(--size30);
}

.sub_item_wrap {
  margin-top: var(--size30);
}

.sub_item_wrap .sub_item {
  background-color: white;
  border: var(--gold03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--blue);
  padding-top: var(--size20);
  padding-bottom: var(--size20);
}

.sub_item_wrap .sub_item h5 {
  font-size: var(--fsize20);
  letter-spacing: -0.05em;
  font-weight: bold;
}

.sub_item_wrap .sub_item h5 span {
  display: block;
  text-align: center;
  font-size: 0.75em;
  font-weight: normal;
}

@media (max-width: 768px) {
  .quality_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quality_cont .img_box {
    margin-bottom: var(--size60);
  }
  .columns.col2x.item_index_wrap, .columns.col4x.item_index_wrap, .item_index_wrap.d_flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .item_head h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .item .txt_box p {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .page_lead + p, .sec_lead + p {
    font-size: var(--fsize20);
  }
  .item_index_wrap {
    gap: var(--size30);
  }
  .item_index_wrap.d_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: min(78%, 1040px);
    margin-left: auto;
    margin-right: auto;
  }
  .item_index_wrap.d_flex > * {
    width: calc(33.3333333333% - var(--size30) * 2 / 3);
  }
  .item {
    padding-bottom: var(--size10pc);
  }
  .item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  .quality_cont {
    gap: var(--size50);
    margin-bottom: var(--size50);
  }
  .quality_cont .img_box {
    width: min(46%, 640px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .sub_item_wrap {
    margin-top: var(--size50);
  }
  .sub_item_wrap .sub_item h5 {
    font-size: var(--fsize18);
  }
}
@media (min-width: 1600px) {
  .quality_cont {
    gap: var(--size80);
  }
  .item_index_wrap {
    gap: var(--size40);
  }
  .sub_item_wrap .sub_item h5, .item_head h5 {
    font-size: var(--fsize20);
  }
  .item_index_wrap.d_flex > * {
    width: calc(33.3333333333% - var(--size40) * 2 / 3);
  }
}
.storage_content_wrap {
  background: rgba(187, 188, 128, 0.3);
  padding: 50px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}

.storage_content_wrap .img_box {
  width: 45.45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.storage_content_wrap .txt_box {
  width: 41.3%;
}

.storage_content_wrap .txt_box h4 {
  font-size: var(--fsize28);
  border-bottom: 1px solid #000;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}

ul.check li {
  background: url("../img/quality/chk.svg") top 5px left no-repeat;
  background-size: 1em auto;
  padding-left: 1.25em;
}

@media (max-width: 1024px) {
  .storage_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .storage_content_wrap .img_box {
    widsth: min(100%, 605px);
  }
  .storage_content_wrap .txt_box {
    width: 100%;
  }
  .storage_content_wrap .txt_box figure {
    widsth: min(100%, 500px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #storage .columns.col2x.item_index_wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.item figure figcaption {
  bottom: 5px;
  padding-inline: 5px;
}

.topics_box {
  gap: var(--size20);
  padding: var(--size30);
  border: 1px solid var(--gold);
  background-color: #F4F3ED;
}

.topics_box .img_box {
  width: 125px;
}

.topics_box .txt_box {
  width: calc((100% - 125px - var(--size20) * 2) * 0.6);
}

.topics_box .sub_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topics_box .sub_box p {
  width: 90%;
  max-width: 274px;
  margin: 0 auto var(--size20);
}

.topics_box .sub_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: white;
}

.topics_box .sub_box dl + dl {
  margin-top: 10px;
}

.topics_box .sub_box dt, .topics_box .sub_box dd {
  text-align: center;
  padding-inline: 1em;
  line-height: 2;
}

.topics_box .sub_box dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .topics_box {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .topics_box .img_box {
    width: 80px;
  }
  .topics_box .txt_box {
    width: calc(100% - 80px - var(--size20));
  }
  .topics_box .sub_box {
    width: 100%;
  }
  .topics_box .sub_box p {
    width: 70%;
  }
}
.second_page main {
  background-color: transparent;
}

.contentsWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--outergap);
  position: relative;
}

.outer {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--innergap);
  position: relative;
}

.second_page:not(.sub_page) .outer .container {
  padding-inline: 0;
}

.container, .container_l, .container_s {
  padding-inline: 0;
  position: relative;
}

.breaking-out {
  margin-inline: calc(50% - 50cqi);
}

.breaking-out.-bg {
  padding-inline: calc(50cqi - 50%);
}

.breaking-out.-bgr {
  padding-inline: 0 calc(50cqi - 50%);
}

.breaking-out.-bgl {
  padding-inline: calc(50cqi - 50%) 0;
}

.section {
  position: relative;
  overflow: hidden;
}

a.coming {
  pointer-events: none;
  opacity: 0.3;
}

.en {
  font-family: var(--fontEn);
}

.go {
  font-family: var(--fontGo);
}

section p {
  line-height: 2;
}

@media (max-width: 768px) {
  .outer {
    padding: 0 calc(0.5 * var(--innergap));
  }
}
@media (min-width: 769px) {
  body {
    font-size: var(--fsize16);
  }
}
@media (min-width: 1025px) {
  .contentsWrap {
    padding: 0 var(--innergap);
  }
  .container {
    padding-inline: min(6.5%, var(--size70pc));
  }
  .container_s {
    padding-inline: min(3.125%, 60px);
  }
}
@media (max-width: 799px) {
  .sub_page .outer {
    padding: 0 var(--size30);
  }
}
@media (max-width: 500px) {
  .contentsWrap {
    padding: 0 calc(0.5 * var(--outergap));
  }
}
.columns {
  display: -ms-grid;
  display: grid;
  gap: clamp(20px, 1.785vw, 25px);
}

.col6x {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.col5x {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.col4x {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.col3x {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.col2x {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.columns.gap_xl {
  gap: clamp(45px, 3.89142vw, 60px) !important;
}

.columns.gap_l {
  gap: clamp(30px, 2.857vw, 40px) !important;
}

.columns.gap_s {
  gap: clamp(5px, 0.7vw, 10px) !important;
}

@media (max-width: 1024px) {
  .col4x, .col3x {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .col5x, .col6x {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .col5x, .col6x {
    -ms-grid-columns: 1fr var(--size40) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--size40);
  }
  .col3x, .col2x, .col4x {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--size40);
  }
}
/*----------------------------------
   styling
-----------------------------------*/
.black {
  color: var(--black) !important;
}

.black02 {
  color: var(--black02) !important;
}

.blue {
  color: var(--blue) !important;
}

.blue02 {
  color: var(--blue02) !important;
}

.gley {
  color: var(--gley) !important;
}

.gley02 {
  color: var(--gley02) !important;
}

.gold {
  color: var(--gold) !important;
}

.gold02 {
  color: var(--gold02) !important;
}

.gold03 {
  color: var(--gold03) !important;
}

.green {
  color: var(--green) !important;
}

.red {
  color: #803332 !important;
}

.white {
  color: var(--white) !important;
}

.bg_black {
  background-color: var(--black);
}

.bg_black02 {
  background-color: var(--black02);
}

.bg_blue {
  background-color: var(--blue);
}

.bg_blue02 {
  background-color: var(--blue02);
}

.bg_gley {
  background-color: var(--gley);
}

.bg_gley02 {
  background-color: var(--gley02);
}

.bg_gley04 {
  background-color: var(--gley04);
}

.bg_gley05 {
  background-color: var(--gley05);
}

.bg_gold {
  background-color: var(--gold) !important;
}

.bg_gold02 {
  background-color: var(--gold02) !important;
}

.bg_gold03 {
  background-color: var(--gold03) !important;
}

.bg_gold04 {
  background-color: var(--gold04) !important;
}

.bg_green {
  background-color: var(--green) !important;
}

.bg_green02 {
  background-color: var(--green02) !important;
}

.bg_red {
  background-color: #803332;
}

.bg_white {
  background-color: var(--white);
}

.font10 {
  font-size: var(--fsize10);
}

.font12 {
  font-size: var(--fsize12);
}

.font13 {
  font-size: var(--fsize13);
}

.font14 {
  font-size: var(--fsize14);
}

.font15 {
  font-size: var(--fsize15);
}

.font16 {
  font-size: var(--fsize16);
}

.font18 {
  font-size: var(--fsize18);
}

.font20 {
  font-size: var(--fsize20);
}

.font24 {
  font-size: var(--fsize24);
}

.font26 {
  font-size: var(--fsize26);
}

.font28 {
  font-size: var(--fsize28);
}

.font32 {
  font-size: var(--fsize32);
}

.font36 {
  font-size: var(--fsize36);
}

.font42 {
  font-size: var(--fsize42);
}

.font48 {
  font-size: var(--fsize48);
}

.font46 {
  font-size: calc(0.958 * var(--fsize42));
}

.font100 {
  font-size: calc(5 * var(--fsize20));
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.nowrap {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.d_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.d_columnrev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.d_rowrev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ws_nowrap {
  white-space: nowrap;
}

.word {
  position: relative;
}

sup {
  font-size: 0.5em;
  position: absolute;
  right: 0;
  top: -0.9em;
}

.small {
  font-size: 0.85em;
}

@media (max-width: 599px) {
  .d_flex.wrap > * {
    width: 100%;
  }
  .font100 {
    font-size: calc(4 * var(--fsize20));
  }
}
@media (min-width: 1281px) {
  .max1280 {
    display: none;
  }
}
.mga {
  margin-left: auto;
  margin-right: auto;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: var(--size10pc);
}

.mb15 {
  margin-bottom: var(--size15);
}

.mb20 {
  margin-bottom: var(--size20);
}

.mb25 {
  margin-bottom: var(--size25);
}

.mb30 {
  margin-bottom: var(--size30);
}

.mb35 {
  margin-bottom: var(--size35);
}

.mb40 {
  margin-bottom: var(--size40);
}

.mb45 {
  margin-bottom: var(--size45);
}

.mb50 {
  margin-bottom: var(--size50);
}

.mb55 {
  margin-bottom: var(--size55);
}

.mb60 {
  margin-bottom: var(--size60);
}

.mb70 {
  margin-bottom: var(--size70);
}

.mb80 {
  margin-bottom: var(--size80);
}

.mb90 {
  margin-bottom: var(--size90);
}

.mb100 {
  margin-bottom: var(--size100);
}

.mb120 {
  margin-bottom: calc(var(--size100) + var(--size20));
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: var(--size10pc);
}

.mt15 {
  margin-top: var(--size15);
}

.mt20 {
  margin-top: var(--size20);
}

.mt25 {
  margin-top: var(--size25);
}

.mt30 {
  margin-top: var(--size30);
}

.mt35 {
  margin-top: var(--size35);
}

.mt40 {
  margin-top: var(--size40);
}

.mt45 {
  margin-top: var(--size45);
}

.mt50 {
  margin-top: var(--size50);
}

.mt55 {
  margin-top: var(--size55);
}

.mt60 {
  margin-top: var(--size60);
}

.mt70 {
  margin-top: var(--size70);
}

.mt80 {
  margin-top: var(--size80);
}

.mt90 {
  margin-top: var(--size90);
}

.mt100 {
  margin-top: var(--size100);
}

.mt120 {
  margin-top: calc(var(--size100) + var(--size20));
}

.mr0 {
  margin-right: 0;
}

.mr10 {
  margin-right: var(--size10);
}

.mr15 {
  margin-right: var(--size15);
}

.mr20 {
  margin-right: var(--size20);
}

.mr25 {
  margin-right: var(--size25);
}

.mr30 {
  margin-right: var(--size30);
}

.mr35 {
  margin-right: var(--size35);
}

.mr40 {
  margin-right: var(--size40);
}

.mr45 {
  margin-right: var(--size45);
}

.mr50 {
  margin-right: var(--size50);
}

.mr55 {
  margin-right: var(--size55);
}

.mr60 {
  margin-right: var(--size60);
}

.mr70 {
  margin-right: var(--size70);
}

.mr80 {
  margin-right: var(--size80);
}

.mr90 {
  margin-right: var(--size90);
}

.mr100 {
  margin-right: var(--size100);
}

.mi025 {
  margin-inline: 0.25em;
}

.mi05 {
  margin-inline: 0.5em;
}

.mi1 {
  margin-inline: 1em;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: var(--size10);
}

.pb15 {
  padding-bottom: var(--size15);
}

.pb20 {
  padding-bottom: var(--size20);
}

.pb25 {
  padding-bottom: var(--size25);
}

.pb30 {
  padding-bottom: var(--size30);
}

.pb35 {
  padding-bottom: var(--size35);
}

.pb40 {
  padding-bottom: var(--size40);
}

.pb45 {
  padding-bottom: var(--size45);
}

.pb50 {
  padding-bottom: var(--size50);
}

.pb55 {
  padding-bottom: var(--size55);
}

.pb60 {
  padding-bottom: var(--size60);
}

.pb70 {
  padding-bottom: var(--size70);
}

.pb80 {
  padding-bottom: var(--size80);
}

.pb90 {
  padding-bottom: var(--size90);
}

.pb100 {
  padding-bottom: var(--size100);
}

.pb120 {
  padding-bottom: calc(var(--size100) + var(--size20));
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: var(--size10);
}

.pt15 {
  padding-top: var(--size15);
}

.pt20 {
  padding-top: var(--size20);
}

.pt25 {
  padding-top: var(--size25);
}

.pt30 {
  padding-top: var(--size30);
}

.pt35 {
  padding-top: var(--size35);
}

.pt40 {
  padding-top: var(--size40);
}

.pt45 {
  padding-top: var(--size45);
}

.pt50 {
  padding-top: var(--size50);
}

.pt55 {
  padding-top: var(--size55);
}

.pt60 {
  padding-top: var(--size60);
}

.pt70 {
  padding-top: var(--size70);
}

.pt80 {
  padding-top: var(--size80);
}

.pt90 {
  padding-top: var(--size90);
}

.pt100 {
  padding-top: var(--size100);
}

.pt120 {
  padding-top: calc(var(--size100) + var(--size20));
}

.pi025 {
  padding-inline: 0.25em;
}

.pi05 {
  padding-inline: 0.5em;
}

.pi1 {
  padding-inline: 1em;
}

.cap {
  font-size: var(--fsize12);
  font-family: var(--fontGo);
  font-weight: 200;
}

.cap.min {
  font-family: var(--fontMin);
  font-weight: 400;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls05 {
  letter-spacing: 0.05em;
}

.ls0 {
  letter-spacing: 0;
}

.ls-05 {
  letter-spacing: -0.05em;
}

@media (min-width: 1025px) {
  .tab {
    display: none !important;
  }
  .sp_tab {
    display: none !important;
  }
  sup {
    font-size: 0.3em;
  }
}
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .cap {
    font-size: var(--fsize12);
  }
}
@media (max-width: 768px) {
  .tab_pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp_tal {
    text-align: left !important;
  }
}
@media (min-width: 501px) {
  .xs {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .xs_none {
    display: none !important;
  }
}
.cta_area {
  -webkit-transition: all 0.3s var(--easeout);
  transition: all 0.3s var(--easeout);
  position: relative;
}

.cta_area > a {
  display: block;
  padding: var(--size60) 0 var(--size80);
  background-color: transparent;
  -webkit-transition: all 0.3s var(--easeout);
  transition: all 0.3s var(--easeout);
  position: relative;
}

/*
.cta_area:hover {
  background-color:rgb(31 44 92 / 0.9) ;
}
*/
.cta_area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/common/bg_menu.jpg") repeat-y;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: all 0.3s var(--easeout);
  transition: all 0.3s var(--easeout);
}

.cta_area:hover:before {
  opacity: 0.9;
}

.cta_area:hover, .cta_area:hover * {
  opacity: 1;
}

.cta_area .bn_cta {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  gap: 15px;
}

.cta_area .bn_cta .txt_main {
  font-size: var(--size40);
  text-align: center;
}

.cta_area .bn_cta .btn_cta {
  font-size: var(--size30);
  padding-inline: 1em;
  text-align: center;
}

.btn_cta_sub {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 80%;
  gap: 10px;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.55);
}

.bo_gold02 {
  border: 1px solid var(--gold02);
}

@media (max-width: 768px) {
  .cta_area .bn_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta_area a {
    padding: var(--size40) 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .cta_area > a {
    padding: var(--size60) 0 var(--size80);
  }
  .cta_area .bn_cta .txt_main {
    font-size: var(--size60pc);
  }
  .cta_area .bn_cta .btn_cta {
    font-size: var(--fsize36);
  }
}
.sec_tit {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.sec_tit .en {
  font-size: var(--fsize36);
}

.second_page .mv_wrap {
  background-color: rgba(255, 255, 255, 0.75);
}

.mv_wrap .bg_img {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mv_wrap .bg_img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  clip-path: inset(0 0 0 0);
}

.second_page .mv_wrap .bg_img .mask {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
}

.second_page .mv_wrap.loaded .bg_img .mask {
  -webkit-animation: toColor 2s var(--easeout) 0.3s forwards;
          animation: toColor 2s var(--easeout) 0.3s forwards;
}

@-webkit-keyframes toColor {
  from {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
}

@keyframes toColor {
  from {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
}
.mv_wrap .bg_img img {
  width: 100%;
  height: auto;
}

.mv_wrap .bg_img .cap {
  position: absolute;
  left: var(--size50);
  bottom: var(--size20);
  color: white;
  text-shadow: var(--shadow), var(--shadow);
  font-weight: 500;
}

.hero_wrap.mv_wrap .txt_box {
  padding: var(--size90) 0 var(--size100);
}

.mv_wrap .page_tit {
  letter-spacing: 0.04em;
  font-size: var(--size50);
}

.hero_wrap.mv_wrap .page_tit .en {
  font-size: var(--size80);
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.hero_wrap.mv_wrap .page_tit .ja {
  font-size: var(--fsize24);
  margin-top: 0.5em;
}

.mv_wrap .page_tit > * {
  display: block;
}

.page_catch {
  font-size: var(--fsize28);
}

.page_lead {
  font-size: var(--fsize32);
  line-height: 1.6;
}

figure {
  position: relative;
}

figure figcaption {
  position: absolute;
  bottom: calc(0.5 * var(--size20));
  width: 100%;
  left: 0;
  font-size: var(--size20);
  padding-inline: 1em 1em;
}

figure.has_in_border:after {
  content: "";
  position: absolute;
  left: calc(var(--size20) * 0.5);
  top: calc(var(--size20) * 0.5);
  width: calc(100% - var(--size20));
  height: calc(100% - var(--size20));
  border: 1px solid white;
}

.btn_more {
  width: min(100%, 2 * var(--size100));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: var(--size10pc);
  border-bottom: 1px solid;
  font-size: var(--fsize20);
  text-transform: capitalize;
  line-height: 2;
  -webkit-transition: all 0.3s var(--easeout);
  transition: all 0.3s var(--easeout);
}

.pickup_word {
  position: relative;
  padding: calc(0.5 * var(--size20));
}

.pickup_word .inner {
  padding: var(--size60);
  position: relative;
}

.pickup_word:before {
  content: "";
  width: 37.8%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid var(--residense);
  border-left: 2px solid var(--residense);
}

.pickup_word:after {
  content: "";
  width: 37.8%;
  height: 50%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid var(--residense);
  border-right: 2px solid var(--residense);
}

.pickup_word .inner:before {
  content: "";
  width: 30%;
  height: 40%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid var(--residense);
  border-left: 1px solid var(--residense);
}

.pickup_word .inner:after {
  content: "";
  width: 30%;
  height: 40%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--residense);
  border-right: 1px solid var(--residense);
}

.scroll_inner {
  overflow: auto;
}

.scroll_inner img {
  min-width: 652px;
}

.sec_tit_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--size20);
}

.sec_tit_en .en {
  font-size: var(--fsize20);
  white-space: nowrap;
}

.sec_tit_en .bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  width: auto;
}

@media (max-width: 768px) {
  .hero_wrap.mv_wrap .txt_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--size40);
  }
  .sec_tit_en.vertical {
    margin-bottom: var(--size40);
  }
  .btn_more svg {
    width: var(--size20);
  }
}
@media (max-width: 500px) {
  .page_catch {
    font-size: var(--fsize24);
  }
  .btn_more {
    width: min(100%, 160px);
  }
  .page_lead {
    font-size: calc(0.9 * var(--fsize32));
  }
}
@media (min-width: 501px) {
  .hero_wrap.mv_wrap .page_tit .en {
    font-size: var(--size70);
  }
}
@media (min-width: 769px) {
  .info_area h3 .en {
    font-size: var(--fsize24);
  }
  .info01 p {
    font-size: calc(0.86 * var(--fsize48));
  }
  .btn_info01 {
    font-size: var(--fsize28);
  }
  .sec_tit .en {
    font-size: calc(0.95 * var(--fsize48));
  }
  .sec_tit_en.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    height: 100%;
  }
  .sec_tit_en.vertical .en {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .sec_tit_en.vertical .bar {
    width: 1px;
    height: auto;
  }
  .mv_wrap .page_tit {
    text-align: left;
    width: 48%;
  }
  .hero_wrap.mv_wrap .txt_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero_wrap.mv_wrap .page_tit .en {
    font-size: calc(1.5 * var(--fsize48));
    white-space: nowrap;
  }
  .page_catch {
    width: 44%;
  }
  .page_lead {
    font-size: var(--fsize32);
  }
  figure figcaption {
    font-size: var(--fsize12);
  }
  .img_box:has(.js-zoom_img) .close {
    display: none;
  }
  .btn_more {
    font-size: var(--fsize24);
  }
}
@media (min-width: 1025px) {
  .info_area {
    padding-top: calc(1.2 * var(--size100pc));
    padding-bottom: calc(1.2 * var(--size100pc));
    width: min(68%, 1310px);
    margin-left: auto;
    margin-right: auto;
  }
  .hero_wrap.mv_wrap .txt_box {
    padding: calc(1.5 * var(--size100)) 0 calc(1.6 * var(--size100));
  }
  .hero_wrap.mv_wrap .page_tit .en {
    font-size: var(--size70);
  }
  .page_catch {
    font-size: calc(0.8 * var(--size30pc));
  }
}
@media (min-width: 1366px) {
  .hero_wrap.mv_wrap .page_tit .en {
    font-size: var(--size80);
  }
}
@media (min-width: 1700px) {
  .hero_wrap.mv_wrap .page_tit .en {
    font-size: var(--size100);
  }
  .hero_wrap.mv_wrap .page_tit .ja {
    font-size: var(--fsize32);
  }
  .page_catch {
    font-size: var(--size30pc);
    width: 50%;
  }
  .page_lead {
    font-size: var(--fsize42);
  }
}
.modeltable_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.modeltable_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modeltable_box dl dt {
  background-color: #C6C9CB;
  padding: var(--size10pc);
  width: 100%;
}

.modeltable_box dl.advanst dt {
  background-color: #803332;
  color: white;
  padding: 15px;
}

.modeltable_box dl dd {
  background-color: white;
  padding: 15px;
}

.modeltable_box dl.advanst dd {
  border: #803332 2px solid;
  color: #803332;
  padding: 15px;
  background: #FFF;
}

.name_box .name {
  background: #FFF;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
@media only screen and (max-width: 767.9px) {
  .name_box .name {
    margin-bottom: 15px;
  }
}

.name_box .name p {
  line-height: 1.3;
  width: 100%;
}

.name_box .name h5 {
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1.2;
  color: var(--gold);
}

.name_box .name h5 span.num {
  font-size: 120%;
  color: var(--gold02);
}

.item_area {
  padding-bottom: var(--size100);
}

.item_area .container_l + .container_l {
  padding-top: var(--size40);
}

.item_area h4.bar {
  background-color: var(--gley02);
  padding-inline: 1em;
  color: white;
}

.kitchen_cont01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.intro_area {
  background-color: rgb(255, 255, 255);
  margin-bottom: 60px;
}

.intro_area .d_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro_area .img_box {
  width: min(75%, 300px);
  margin: auto;
}

/*
   .hero_wrap.mv_wrap .page_tit .en {
   font-size: var(--size60);
 }
*/
@media (min-width: 501px) {
  /*
   .hero_wrap.mv_wrap .page_tit .en {
     font-size: var(--size60);
   }
  */
}
@media (min-width: 769px) {
  /*
  .hero_wrap.mv_wrap .page_tit .en {
       font-size:calc(1.375*var(--fsize48));
     }
  */
  .hero_wrap.mv_wrap .txt_box {
    width: 100%;
  }
  .mv_wrap .page_tit {
    width: 100%;
  }
  .intro_area .d_flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro_area .txt_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .intro_area .img_box {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .modeltable_box dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .modeltable_box dl dt {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 15px;
  }
  .modeltable_box dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .education01 .gold_box {
    padding-bottom: var(--size40);
  }
  .kitchen_cont01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.-sukuH4 {
  font-size: 33px;
  margin: 10px auto 30px;
  padding: 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767.9px) {
  .-sukuH4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.-sukuCont {
  background: #f2f0ec;
  padding: 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 767.9px) {
  .-sukuCont {
    margin-top: 40px;
    padding: 20px;
  }
}

.item_area {
  margin: 100px auto 0;
  background: #f2f0ec;
  padding: 80px 0 120px;
}
@media only screen and (max-width: 767.9px) {
  .item_area {
    padding: 50px 0 70px;
    margin-top: 60px;
  }
}

.sukuTtl {
  max-width: 1000px;
  margin: 70px auto 50px;
}
@media only screen and (max-width: 767.9px) {
  .sukuTtl {
    margin: 60px auto 30px;
  }
  .sukuTtl.-mt {
    margin-top: 30px;
  }
}

.modeltable_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.modeltable_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modeltable_box dl dt {
  background-color: #ccc;
  padding: 15px;
  width: 100%;
  color: #000;
}

.modeltable_box dl.advanst dt {
  background-color: #803332;
  color: white;
  padding: 15px;
}

.modeltable_box dl dd {
  background-color: white;
  padding: 15px;
  background: #eee;
  color: #000;
}

.modeltable_box dl.advanst dd {
  border: #803332 2px solid;
  color: #803332;
}

.intro_area {
  background-color: rgb(255, 255, 255);
}

.intro_area .d_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.intro_area .img_box {
  width: min(75%, 300px);
  margin: auto;
}

/*
   .hero_wrap.mv_wrap .page_tit .en {
   font-size: var(--size60);
 }
*/
@media (min-width: 501px) {
  /*
   .hero_wrap.mv_wrap .page_tit .en {
     font-size: var(--size60);
   }
  */
}
@media (min-width: 769px) {
  /*
  .hero_wrap.mv_wrap .page_tit .en {
       font-size:calc(1.375*var(--fsize48));
     }
  */
  .hero_wrap.mv_wrap .txt_box {
    width: 100%;
  }
  .mv_wrap .page_tit {
    width: 100%;
  }
  .intro_area .d_flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro_area .txt_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .intro_area .img_box {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .modeltable_box dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .modeltable_box dl dt {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .modeltable_box dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .education01 .gold_box {
    padding-bottom: var(--size40);
  }
  .kitchen_cont01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.c-cap {
  color: #333;
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .c-cap {
    text-align: left;
  }
}