@charset "UTF-8";
/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

html,
body {
  scroll-behavior: smooth;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
img a,
a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*　画面サイズが768pxから*/
.fnt, #index .s2 .tt p, #index .s2 ul li .num, #index .s3 .engtxt, footer .footernav .btnwrap .eng, .mbbtn .btnwrap .eng, header .smglobalmenu .bottomtxt .btnwrap .eng, header nav .btnwrap .eng, .btnw .tel .telnumb, .tt .eng, .header .ht .eng {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header {
  width: 100%;
  height: 26vw;
  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;
  position: relative;
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .header {
    height: 200px;
    margin: 120px 0 0 0;
  }
}
.header .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.header .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .header .bg .right {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media screen and (max-width: 480px) {
  .header .bg .left {
    -o-object-position: left center;
       object-position: left center;
  }
}
.header .breadmenu {
  position: absolute;
  top: 30px;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .header .breadmenu {
    top: -40px;
    left: 3%;
  }
}
.header .breadmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .breadmenu ul li {
  margin: 10px;
}
.header .breadmenu ul li a {
  display: block;
  color: #000000;
}
.header .ht .eng {
  color: #00C3C0;
  font-size: calc(2vw + 2em);
}
@media screen and (max-width: 480px) {
  .header .ht .eng {
    font-size: 1.8em;
  }
}
.header .ht h2 {
  color: #000000;
  text-align: center;
}

.tt {
  text-align: center;
}
.tt .eng {
  color: #00C3C0;
  font-size: calc(2vw + 2em);
}
@media screen and (max-width: 768px) {
  .tt .eng {
    font-size: calc(2vw + 1.4em);
  }
}

.p110 {
  padding: 110px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p110 {
    padding: 80px 5%;
  }
}
@media screen and (max-width: 480px) {
  .p110 {
    padding: 40px 5%;
  }
}

.p100 {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p100 {
    padding: 50px 0;
  }
}

.p150 {
  padding: 150px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p150 {
    padding: 100px 0;
  }
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

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

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

.maxw {
  max-width: 980px;
}

.brdrbtn {
  width: 200px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #00C3C0 solid 4px;
  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;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.brdrbtn::after {
  content: "";
  position: absolute;
  width: 0%;
  background-color: #00C3C0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.brdrbtn .arw {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #00C3C0;
  border-bottom: 8px solid transparent;
  margin: 0 0 0 100px;
  position: absolute;
  right: 15px;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
}
.brdrbtn .txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 20px;
  color: #00C3C0;
  -webkit-transition: 1s;
  transition: 1s;
}
.brdrbtn:hover::after {
  width: 100%;
}
.brdrbtn:hover .arw {
  border-top: 8px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 8px solid transparent;
}
.brdrbtn:hover .txt {
  color: #fff;
}

.brdbtn2 {
  width: 200px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #00C3C0 solid 4px;
  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;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .brdbtn2 {
    width: 100px;
    padding: 7px;
    border: #00C3C0 solid 2px;
  }
}
.brdbtn2::after {
  content: "";
  position: absolute;
  width: 0%;
  background-color: #00C3C0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.brdbtn2 .arw {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #00C3C0;
  border-bottom: 8px solid transparent;
  margin: 0 0 0 100px;
  position: absolute;
  right: 15px;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 480px) {
  .brdbtn2 .arw {
    border-top: 4px solid transparent;
    border-left: 6px solid #00C3C0;
    border-bottom: 4px solid transparent;
  }
}
.brdbtn2 .txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 20px;
  color: #00C3C0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 480px) {
  .brdbtn2 .txt {
    font-size: 0.8em;
    left: 10px;
  }
}
.brdbtn2:hover::after {
  width: 100%;
}
.brdbtn2:hover .arw {
  border-top: 8px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 8px solid transparent;
}
@media screen and (max-width: 480px) {
  .brdbtn2:hover .arw {
    border-top: 4px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 4px solid transparent;
  }
}
.brdbtn2:hover .txt {
  color: #fff;
}

.btnw {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 30px auto;
}
@media screen and (max-width: 480px) {
  .btnw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
.btnw a {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .btnw a {
    width: 100%;
  }
}
.btnw .tel {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #00C3C0;
  text-align: center;
  color: #FFFF46;
  font-size: 1.2em;
  margin: 10px;
  border-left: #FFFF46 solid 5px;
  border-bottom: #FFFF46 solid 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .btnw .tel {
    margin: 0;
    font-size: 0.9em;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.btnw .tel:hover {
  background-color: rgb(0, 144, 141.7846153846);
}
.btnw .tel img {
  width: 100%;
  margin: 10px auto 0 auto;
  max-width: 400px;
}
.btnw .tel .telicon {
  width: 100%;
}
.btnw .tel .telnumb {
  color: #FFFF46;
  font-size: 2em;
  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;
}
@media screen and (max-width: 480px) {
  .btnw .tel .telnumb {
    margin: 0;
    font-size: 1.8em;
  }
}
.btnw .tel .telnumb img {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
.btnw .mail {
  padding: 20px 50px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFF46;
  color: #00C3C0;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px;
  border-left: #00C3C0 solid 5px;
  border-bottom: #00C3C0 solid 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .btnw .mail {
    margin: 0;
    font-size: 1.1em;
  }
}
.btnw .mail:hover {
  background-color: #dfdf00;
}
.btnw .mail .arw {
  display: block;
  background: #00C3C0;
  height: 17.3205080757px;
  width: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -6px 0 0 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  header {
    border-bottom: 1px solid #707070;
  }
}
header nav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
}
header nav .hlogo {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img//flogo.png) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  header nav .hlogo {
    width: 80px;
    height: 50px;
    padding: 4px;
    background: url(../img//mb-logo.png) no-repeat center/contain;
    background-origin: content-box;
  }
}
header nav ul {
  width: calc(100% - 525px);
  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;
}
header nav ul li a {
  display: block;
  padding: 10px;
  color: #000000;
  font-size: 0.8em;
  margin: 0 5px;
  white-space: nowrap;
  position: relative;
}
header nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #00C3C0;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header nav ul li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 1180px) {
  header nav ul {
    display: none;
  }
}
header nav .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
header nav .btnwrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  header nav .btnwrap a {
    display: none;
  }
}
header nav .btnwrap .ybtn {
  background-color: #FFFF46;
  color: #00C3C0;
  width: 200px;
}
header nav .btnwrap .ybtn:hover {
  background-color: #dfdf00;
}
header nav .btnwrap .gbtn {
  background-color: #00C3C0;
  color: #FFFF46;
}
header nav .btnwrap .gbtn:hover {
  background-color: rgb(0, 144, 141.7846153846);
}
header nav .btnwrap p {
  font-size: 0.8em;
}
header nav .btnwrap .eng {
  font-size: 1.2em;
}
header nav .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 110px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1180px) {
  header nav .toggle {
    display: none;
  }
}
header nav .toggle .humberger {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 0 35px;
}
header nav .toggle span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #00C3C0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 0;
}
header nav .toggle span:nth-child(2) {
  width: 30px;
  top: 50%;
}
header nav .toggle span:nth-child(3) {
  width: 20px;
  top: 100%;
}
header nav .toggle.active span:first-child {
  width: 40px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header nav .toggle.active span:nth-child(2) {
  opacity: 0;
}
header nav .toggle.active span:nth-child(3) {
  width: 40px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .smglobalmenu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 8;
  padding: 80px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-130%);
          transform: translateY(-130%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media screen and (max-width: 768px) {
  header .smglobalmenu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .smglobalmenu.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
header .smglobalmenu > .menulist {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding-bottom: 120px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@media screen and (max-width: 1180px) {
  header .smglobalmenu > .menulist {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  header .smglobalmenu > .menulist {
    width: 80%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
  }
}
header .smglobalmenu > .menulist a {
  display: block;
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00C3C0;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  header .smglobalmenu > .menulist a {
    font-size: 1.5em;
    text-align: left;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  header .smglobalmenu > .menulist a {
    width: 100%;
    padding: 12px;
    font-size: 1.2em;
    text-align: left;
  }
}
@media screen and (min-width: 480px) {
  header .smglobalmenu > .menulist {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
  }
  header .smglobalmenu > .menulist a {
    width: auto;
  }
  header .smglobalmenu > .menulist a:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  header .smglobalmenu > .menulist a:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  header .smglobalmenu > .menulist a:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  header .smglobalmenu > .menulist a:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  header .smglobalmenu > .menulist a:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
  header .smglobalmenu > .menulist a:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  header .smglobalmenu > .menulist a:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }
}
@media screen and (max-width: 480px) {
  header .smglobalmenu > .menulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .smglobalmenu > .menulist a:nth-child(1) {
    display: none;
  }
  header .smglobalmenu > .menulist a:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .smglobalmenu > .menulist a:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .smglobalmenu > .menulist a:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .smglobalmenu > .menulist a:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  header .smglobalmenu > .menulist a:nth-child(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  header .smglobalmenu > .menulist a:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  header .smglobalmenu > .menulist a:nth-child(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
header .smglobalmenu .bottomtxt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
header .smglobalmenu .bottomtxt .smbtm {
  background: #00C3C0;
}
header .smglobalmenu .bottomtxt .smbtm img {
  width: 110%;
  margin: -4vw 0 0 -1vw;
}
@media screen and (max-width: 480px) {
  header .smglobalmenu .bottomtxt .smbtm {
    display: none;
  }
}
@media screen and (max-height: 510px) {
  header .smglobalmenu .bottomtxt .smbtm {
    display: none;
  }
}
header .smglobalmenu .bottomtxt .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
header .smglobalmenu .bottomtxt .btnwrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 50%;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .smglobalmenu .bottomtxt .btnwrap .ybtn {
  background-color: #FFFF46;
  color: #00C3C0;
}
header .smglobalmenu .bottomtxt .btnwrap .gbtn {
  background-color: #00C3C0;
  color: #FFFF46;
}
header .smglobalmenu .bottomtxt .btnwrap p {
  font-size: 0.8em;
}
header .smglobalmenu .bottomtxt .btnwrap .eng {
  font-size: 1.2em;
}

.mbbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 768px) {
  .mbbtn {
    display: block;
  }
}
.mbbtn .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin: 10px 0 0 0;
}
.mbbtn .btnwrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 100%;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbbtn .btnwrap .ybtn {
  background-color: #FFFF46;
  color: #00C3C0;
}
.mbbtn .btnwrap .gbtn {
  background-color: #00C3C0;
  color: #FFFF46;
}
.mbbtn .btnwrap p {
  font-size: 0.8em;
}
.mbbtn .btnwrap .eng {
  font-size: 1.2em;
}

/* ===== Back to Top ===== */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 52px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  z-index: 1000;
  opacity: 0;
  /* 初期は非表示 */
  pointer-events: none;
  /* 非表示時にクリック不可 */
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}
#pagetop.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#pagetop .tri {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid #FF2846;
  /* 赤い三角 */
  display: block;
  margin-bottom: 6px;
  -webkit-transition: -webkit-transform 0s linear;
  transition: -webkit-transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear;
}
#pagetop .lbl {
  font-size: 12px;
  line-height: 1;
  color: #FF2846;
  font-weight: 700;
  letter-spacing: 1px;
}

#pagetop:hover .tri {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  #pagetop {
    right: 12px;
    bottom: 80px;
  }
}
footer {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 80px;
  }
}
footer > .btnw {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
}
@media screen and (max-width: 480px) {
  footer > .btnw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    gap: 20px;
  }
}
footer > .btnw a {
  width: calc(50% - 20px);
  min-height: 120px;
}
@media screen and (max-width: 480px) {
  footer > .btnw a {
    min-height: 100px;
  }
}
footer > .btnw .tel {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #00C3C0;
  text-align: center;
  color: #FFFF46;
  font-size: 1.2em;
  margin: 10px;
  border-left: #FFFF46 solid 4px;
  border-bottom: #FFFF46 solid 4px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 480px) {
  footer > .btnw .tel {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
footer > .btnw .tel:hover {
  background-color: rgb(0, 144, 141.7846153846);
}
footer > .btnw .tel img {
  width: 100%;
  margin: 10px auto 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  footer > .btnw .tel img {
    width: 90%;
  }
}
footer > .btnw .mail {
  padding: 20px 50px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFF46;
  color: #00C3C0;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px;
  border-left: #00C3C0 solid 4px;
  border-bottom: #00C3C0 solid 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 480px) {
  footer > .btnw .mail {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
footer > .btnw .mail:hover {
  background-color: #dfdf00;
}
footer > .btnw .mail .arw {
  display: block;
  background: #00C3C0;
  height: 17.3205080757px;
  width: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -6px 0 0 0;
}
footer > .btnw .bbtn {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #00C3C0;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px;
  border: #00C3C0 solid 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  footer > .btnw .bbtn {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
footer > .btnw .bbtn::after {
  content: "";
  position: absolute;
  width: 0%;
  background-color: #00C3C0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer > .btnw .bbtn .arw {
  display: block;
  background: #00C3C0;
  height: 17.3205080757px;
  width: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -6px 0 0 0;
  z-index: 2;
}
footer > .btnw .bbtn .txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #00C3C0;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: center;
}
footer > .btnw .bbtn:hover::after {
  width: 100%;
}
footer > .btnw .bbtn:hover .arw {
  background-color: #fff;
}
footer > .btnw .bbtn:hover .txt {
  color: #fff;
}
footer .forglobal {
  width: 100%;
  padding: 50px 10%;
  background: url(../img/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .forglobal img {
  width: 100%;
}
footer .googlemap {
  width: 100%;
  height: 300px;
}
footer .googlemap iframe {
  width: 100%;
  height: 100%;
}
footer .footernav {
  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: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footernav .flogo {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img//flogo.png) no-repeat;
  background-position: center;
  background-size: contain;
}
footer .footernav ul {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  footer .footernav ul {
    display: none;
  }
}
footer .footernav ul li a {
  display: block;
  padding: 10px;
  color: #000000;
  font-size: 0.8em;
}
footer .footernav .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footernav .btnwrap a {
  display: block;
  padding: 9px 50px;
  text-align: center;
  border-radius: 7px;
  margin: 10px;
}
footer .footernav .btnwrap .ybtn {
  background-color: #FFFF46;
  color: #00C3C0;
}
footer .footernav .btnwrap .gbtn {
  background-color: #00C3C0;
  color: #FFFF46;
}
footer .footernav .btnwrap p {
  font-size: 0.8em;
}
footer .footernav .btnwrap .eng {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  footer .footernav {
    display: none;
  }
}
footer .footernav2 {
  padding: 50px 5%;
}
footer .footernav2 > img {
  width: 30%;
  display: block;
  margin: 0 auto;
}
footer .footernav2 ul {
  padding: 30px 0;
  width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 24px;
  margin: 0 auto;
}
footer .footernav2 ul li {
  width: auto;
}
footer .footernav2 ul li a {
  display: block;
  padding: 6px 0;
  color: #000;
  font-weight: normal;
}
footer .footernav2 ul li:last-child {
  grid-column: 2;
}
@media screen and (min-width: 768px) {
  footer .footernav2 {
    display: none;
  }
}
footer .copyright {
  background-color: #00C3C0;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 0.8em;
}

#index {
  margin-top: 80px;
  /* a 自体にはトランジション不要。子に持たせる */
  /* まずはベースのトランジションを子に付与 */
  /* 親 a に hover が乗ったら両方に適用 */
}
#index .mv {
  width: 100%;
  height: auto;
}
#index .mv video {
  width: 100%;
}
#index .s1 {
  position: relative;
  overflow: hidden;
}
#index .s1 .textwrap {
  width: 100%;
}
#index .s1 .textwrap img {
  display: block;
  width: 100%;
  margin: 100px auto;
}
#index .s1 video {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
#index .s2 .tt {
  text-align: center;
}
#index .s2 .tt h2 {
  font-size: 2em;
}
#index .s2 .tt p {
  color: #00C3C0;
  font-size: 1.2em;
  opacity: 0.5;
}
#index .s2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width: 480px) {
  #index .s2 ul {
    width: 90%;
    margin: 30px auto;
  }
}
#index .s2 ul li {
  width: 200px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00C3C0;
  border-radius: 50%;
  margin: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 480px) {
  #index .s2 ul li {
    border-radius: 10px;
    width: 40%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    margin: 5px;
  }
}
#index .s2 ul li .num {
  color: #00C3C0;
  font-size: 2.5em;
}
@media screen and (max-width: 480px) {
  #index .s2 ul li .num {
    font-size: 1.5em;
  }
}
#index .s2 ul li .border {
  width: 50px;
  height: 2px;
  background-color: #00C3C0;
  margin: 8px;
}
@media screen and (max-width: 480px) {
  #index .s2 ul li .border {
    font-size: 1.5em;
    margin: 2px;
  }
}
#index .s2 ul li p {
  color: #000;
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  #index .s2 ul li p {
    font-size: 1.2em;
    white-space: nowrap;
  }
}
#index .s2 .txtwrap {
  width: 80%;
  margin: 30px auto;
}
#index .s2 .txtwrap p {
  text-align: center;
}
#index .s2 .txtwrap p .mb {
  display: none;
}
@media screen and (max-width: 480px) {
  #index .s2 .txtwrap {
    width: 90%;
  }
  #index .s2 .txtwrap p .mb {
    display: block;
  }
  #index .s2 .txtwrap p .pc {
    display: none;
  }
}
#index .s2 .txtwrap h1 {
  text-align: center;
  color: #00C3C0;
  margin: 30px auto;
  font-size: 2.2em;
}
@media screen and (max-width: 480px) {
  #index .s2 .txtwrap h1 {
    font-size: 1.3em;
  }
}
#index .s2 .txtwrap h1 span {
  color: red;
}
#index .s3 {
  margin: 150px 0;
}
@media screen and (max-width: 480px) {
  #index .s3 {
    margin: 60px 0;
  }
}
#index .s3 .cntbx {
  position: relative;
  margin: 0 0 150px 0;
}
@media screen and (max-width: 480px) {
  #index .s3 .cntbx {
    margin: 0 0 50px 0;
  }
}
#index .s3 .engtxt {
  color: #00C3C0;
  font-size: calc(5vw + 2em);
  line-height: 1em;
  opacity: 0.5;
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 480px) {
  #index .s3 .engtxt {
    font-size: calc(5vw + 1em);
  }
}
#index .s3 .indxbx {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 80%;
  padding: 30px 100px;
  border-radius: 80px 0 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  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;
}
@media screen and (max-width: 480px) {
  #index .s3 .indxbx {
    padding: 15px 20px;
    bottom: 20px;
    width: 75%;
  }
  #index .s3 .indxbx .brdbtn2 {
    width: 100px;
    padding: 15px 10px;
    border: #00C3C0 solid 2px;
    margin: 0 0 0 10px;
  }
}
#index .s3 .indxbx h3 {
  font-size: 1.8em;
}
@media screen and (max-width: 480px) {
  #index .s3 .indxbx h3 {
    font-size: 1em;
  }
}
#index .s3 .right .engtxt {
  right: 10px;
  text-align: end;
}
#index .s3 .right .indxbx {
  left: 0;
  right: auto;
  border-radius: 0 80px 80px 0;
}
#index .s3 .right .bgbx {
  border-radius: 0 40% 40% 0;
  overflow: hidden;
}
#index .s3 .cntbx:nth-of-type(odd) .engtxt {
  left: 10px;
  right: auto;
}
#index .s3 .cntbx:nth-of-type(even) .engtxt {
  right: 10px;
  left: auto;
}
#index .s4 {
  margin: 100px auto;
}
@media screen and (max-width: 480px) {
  #index .s4 {
    margin: 50px 0;
  }
}
#index .s4 .contwrap {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #index .s4 .contwrap {
    width: 100%;
  }
}
#index .s4 .contwrap .contents {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
}
#index .s4 .contwrap .contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#index .s4 .contwrap .contents a:hover .pw img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #index .s4 .contwrap .contents a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index .s4 .contwrap .contents a .pw {
  width: 50%;
  height: 25vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #index .s4 .contwrap .contents a .pw {
    width: 85%;
    height: 45vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #index .s4 .contwrap .contents a .pw {
    width: 90%;
    height: 35vw;
    margin: 0 auto;
  }
}
#index .s4 .contwrap .contents a .pw img {
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #index .s4 .contwrap .contents a .pw img {
    -o-object-fit: cover;
       object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
#index .s4 .contwrap .contents a .tw {
  width: 50%;
  height: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #index .s4 .contwrap .contents a .tw {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
#index .s4 .contwrap .contents a .tw .post {
  padding: 20px 0;
}
#index .s4 .contwrap .contents a .tw .post .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#index .s4 .contwrap .contents a .tw .post .meta .date {
  color: #888;
  font-size: 0.95em;
  white-space: nowrap;
}
#index .s4 .contwrap .contents a .tw .post .meta .cat {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #00C3C0;
  color: #fff;
  font-size: 0.85em;
}
#index .s4 .contwrap .contents a .tw .post .title {
  margin: 0;
  line-height: 1.7;
  font-size: 1em;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 768px) {
  #index .s4 .contwrap .contents a .tw .post .title {
    height: auto;
  }
}
#index .s4 .brdrbtn {
  margin: auto;
}
#index .s5 {
  /* 既存の .albmlist 定義を“横スクロール用”に上書き */
}
#index .s5 .albmlist {
  /* 横スクロールの基本 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* 折り返さない */
  gap: 20px;
  /* li 間の余白（li の margin は不要に） */
  overflow-x: auto;
  /* 横にスクロール */
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  /* スナップ */
  padding: 20px 5%;
  /* 左右に少し余白（見切れを演出しつつ呼吸スペース） */
  margin-left: 5%;
  margin-bottom: 20px;
  /* スクロールバーの見た目（任意） */
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf transparent;
  /* li（カード） */
  /* タブレット：2.1枚くらい見せる（3枚目がチラ見え） */
  /* モバイル：1.1〜1.2枚くらい見せる（2枚目がチラ見え） */
}
#index .s5 .albmlist::-webkit-scrollbar {
  height: 8px;
}
#index .s5 .albmlist::-webkit-scrollbar-track {
  background: transparent;
}
#index .s5 .albmlist::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 999px;
}
#index .s5 .albmlist li {
  /* カード幅：PCで“3.1枚”くらい見せて4枚目がチラ見え */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  /* 既存の margin は gap に任せるのでリセット推奨 */
  margin: 0;
  scroll-snap-align: start;
  /* スナップ位置 */
  /* 既存の中身はそのまま使える */
}
#index .s5 .albmlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #000;
}
#index .s5 .albmlist li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
#index .s5 .albmlist li a .tmn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 20px;
}
#index .s5 .albmlist li a .tmn img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#index .s5 .albmlist li a .txtbx {
  margin: 15px 0 0 0;
}
#index .s5 .albmlist li a .txtbx .title {
  border: 1px solid #707070;
  color: #707070;
  font-size: 1.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 0 5px;
  margin-bottom: 10px;
}
#index .s5 .albmlist li a .txtbx .txt {
  color: #707070;
}
@media screen and (max-width: 768px) {
  #index .s5 .albmlist {
    /* 2.08枚 */
  }
  #index .s5 .albmlist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media screen and (max-width: 480px) {
  #index .s5 .albmlist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
}
#index .s5 .albmlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #000;
  text-decoration: none;
}
#index .s5 .albmlist li .tmn,
#index .s5 .albmlist li .txtbx {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index .s5 .albmlist li .tmn {
  overflow: hidden;
  border-radius: 20px;
}
#index .s5 .albmlist li .tmn img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* 拡大用 */
}
#index .s5 .albmlist li a:hover .tmn {
  opacity: 0.7;
}
#index .s5 .albmlist li a:hover .tmn img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#index .s5 .albmlist li a:hover .txtbx {
  opacity: 0.7;
}
#index .brdrbtn {
  margin: auto;
}

.s7 {
  padding: 100px;
}
@media screen and (max-width: 480px) {
  .s7 {
    padding: 50px 30px;
  }
}
.s7 .logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .s7 .logowrap {
    margin: 20px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(10% - 20px);
  }
}
.s7 .logowrap li {
  width: calc(33.3333333333% - 20px);
  height: auto;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .s7 .logowrap li {
    width: 45%;
    height: 35%;
    margin: 5px;
  }
}

#recruit .recwrap {
  width: 100%;
  padding: 90px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #recruit .recwrap {
    padding: 50px 5%;
  }
}
#recruit .sashi {
  position: absolute;
  background-color: #00C3C0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
#recruit .sashi img {
  display: block;
  width: 50%;
  margin: 50px 0;
}
@media screen and (max-width: 480px) {
  #recruit .sashi img {
    margin: 20px 30px;
  }
}
#recruit .ttl-j {
  font-size: calc(1vw + 1.5em);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #recruit .ttl-j {
    font-size: 1em;
  }
}
#recruit .rec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #recruit .rec-list {
    margin: 25px auto;
  }
}
#recruit .rec-list .tab {
  width: calc(20% - 20px);
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.5em;
  color: #00C3C0;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  #recruit .rec-list .tab {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #recruit .rec-list .tab {
    width: calc(33.3333333333% - 20px);
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  #recruit .rec-list .tab {
    width: calc(50% - 20px);
    padding: 10px;
    border-radius: 10px;
  }
}
#recruit .rec-list .tab:hover, #recruit .rec-list .tab.active {
  background: #FFFF46;
}
#recruit .s2 .contwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10%;
  padding-right: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  #recruit .s2 .contwrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .s2 .contwrap {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
#recruit .s2 .contwrap .tw {
  width: 60%;
  padding: 50px 80px 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .s2 .contwrap .tw {
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;
  }
}
#recruit .s2 .contwrap .tw .w {
  max-width: 800px;
}
#recruit .s2 .contwrap .tw .w h1 {
  color: #00C3C0;
  font-size: 1.8em;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 480px) {
  #recruit .s2 .contwrap .tw .w .logos {
    border: 1px solid #00C3C0;
    margin-bottom: 30px;
    width: 30%;
  }
}
#recruit .s2 .contwrap .tw .w .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 480px) {
  #recruit .s2 .contwrap .tw .w .logos ul {
    display: none;
  }
}
#recruit .s2 .contwrap .tw .w .logos ul li {
  width: 100px;
  margin: 0 10px 0 0;
  background-color: #fff;
  -webkit-box-shadow: #CFCFCF 2px 2px 5px;
          box-shadow: #CFCFCF 2px 2px 5px;
}
#recruit .s2 .contwrap .tw .cont2 {
  margin: 30px 0;
  color: #707070;
}
#recruit .s2 .contwrap .pw {
  width: 40%;
  aspect-ratio: 1/1;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #recruit .s2 .contwrap .pw {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 2/1.2;
  }
}
#recruit .s2 .contwrap .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#recruit .s2 .contwrap2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #recruit .s2 .contwrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
#recruit .s2 .contwrap2 .tw {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 0 50px 40px;
}
@media screen and (max-width: 768px) {
  #recruit .s2 .contwrap2 .tw {
    width: 80%;
    padding: 30px 0;
  }
}
#recruit .container {
  position: relative;
}
#recruit .container #ancor {
  position: absolute;
  top: -90px;
}
#recruit .container .content {
  height: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
#recruit .container .content.show {
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 480px) {
  #recruit .container .content {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  #recruit .rec-list .tab {
    pointer-events: auto;
    background: #fff !important;
    color: #00C3C0 !important;
  }
}
#recruit .s3 .w {
  margin: 30px auto;
}
@media screen and (max-width: 480px) {
  #recruit .s3 .w {
    width: 90%;
  }
}
#recruit .s3 .w .detail {
  display: block;
  width: 400px;
  padding: 15px 20px;
  background: #00C3C0;
  color: #fff;
  margin: auto;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  #recruit .s3 .w .detail {
    width: 100%;
    padding: 10px 0;
  }
}
#recruit .s3 .w .detail:hover {
  background-color: rgb(0, 144, 141.7846153846);
}
#recruit .s3 .w .detail.active {
  background-color: rgb(0, 144, 141.7846153846);
}
#recruit .s3 .w .detail .arw {
  display: block;
  background: #fff;
  height: 11.2583302492px;
  width: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -6px 0 0 0;
  z-index: 2;
}
#recruit .s3 .hidecont {
  height: 0px;
  background-color: #fff;
  width: 80%;
  margin: 0px auto;
  border: 5px solid #00C3C0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  position: relative;
  padding: 0 50px;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  will-change: opacity, transform;
}
@media screen and (max-width: 480px) {
  #recruit .s3 .hidecont {
    width: 100%;
  }
}
#recruit .s3 .dw {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
#recruit .s3 .hidecont.active {
  height: auto;
  padding: 50px;
  margin: 50px auto;
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 480px) {
  #recruit .s3 .hidecont.active {
    padding: 20px 20px 40px;
  }
}
#recruit .s3 .hidecont.active .dw {
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#recruit .s3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  #recruit .s3 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit .s3 .list .dt {
  width: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-left: #00C3C0 solid 3px;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #recruit .s3 .list .dt {
    margin-bottom: 10px;
  }
}
#recruit .s3 .list .dc a {
  color: #00C3C0;
}
#recruit .s3 .close {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  padding: 10px;
  text-align: center;
  bottom: -50px;
  right: -50px;
  background-color: #00C3C0;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #recruit .s3 .close {
    bottom: -40px;
    right: -20px;
    width: 30px;
    height: 30px;
  }
}

#interview .s1 .sashi {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #interview .s1 .sashi {
    text-align: right;
    padding-right: 30px;
  }
}
#interview .s1 .sashi img {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #interview .s1 .sashi img {
    width: 70%;
  }
}
#interview .s1 .ttl-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0 50px;
}
@media screen and (max-width: 768px) {
  #interview .s1 .ttl-wrap {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  #interview .s1 .ttl-wrap {
    width: 90%;
    padding: 60px 0 20px;
  }
}
#interview .s1 .ttl-wrap .ttl-j h2 {
  font-size: clamp(36px, 3vw, 70px);
  margin-bottom: 40px;
}
#interview .s1 .ttl-wrap .ttl-j h2 span {
  color: #00C3C0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0, #ffff46));
  background: linear-gradient(to bottom, transparent 80%, #ffff46 0);
}
@media screen and (max-width: 480px) {
  #interview .s1 .ttl-wrap .ttl-j h2 {
    font-size: 1.3em;
  }
}
#interview .s1 .ttl-wrap .ttl-text {
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  #interview .s1 .ttl-wrap .ttl-text p {
    margin-bottom: 1em;
  }
}
#interview .s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  overflow: visible;
  /* 重ねるので間隔0 */
  /* 2個目以降を少し左へ重ねる */
  /* モバイルは縦並び&少し重ね、正円維持に変更 */
}
#interview .s2 .feat {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
#interview .s2 .feat + .feat {
  margin-left: -5%;
}
#interview .s2 .circle {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  border: 2px solid #00C3C0;
  border-radius: 50%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px 28px;
  color: #00C3C0;
}
#interview .s2 .circle h3 {
  font-size: clamp(24px, 2.5vw, 56px);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #interview .s2 .circle h3 {
    font-size: clamp(36px, 4vw, 48px);
  }
}
@media screen and (max-width: 480px) {
  #interview .s2 .circle h3 {
    font-size: 1.5em;
  }
}
#interview .s2 .circle p {
  font-size: clamp(11px, 1vw, 24px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #interview .s2 .circle p {
    font-size: clamp(24px, 4vw, 48px);
  }
}
@media screen and (max-width: 480px) {
  #interview .s2 .circle p {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #interview .s2 {
    width: 80%;
    margin: 0 auto;
    -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;
  }
  #interview .s2 .feat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  #interview .s2 .circle {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  #interview .s2 .feat + .feat {
    margin-left: 0;
    margin-top: -8vw;
  }
}
@media screen and (max-width: 480px) {
  #interview .s2 {
    width: 90%;
  }
}
#interview .s3 {
  margin-bottom: 70px;
}
#interview .s3 .contwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #interview .s3 .contwrap {
    width: 80%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  #interview .s3 .contwrap {
    width: 90%;
  }
}
#interview .s3 .contwrap .tw {
  width: 60%;
  padding: 50px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
@media screen and (max-width: 768px) {
  #interview .s3 .contwrap .tw {
    width: 100%;
    padding: 50px 0;
  }
}
#interview .s3 .contwrap .tw .w {
  max-width: 800px;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  #interview .s3 .contwrap .tw .w {
    margin-left: 0;
  }
}
#interview .s3 .contwrap .tw .w .border {
  width: 10%;
  border: 1px solid #00C3C0;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #interview .s3 .contwrap .tw .w .border {
    width: 20%;
  }
}
#interview .s3 .contwrap .tw .w h1 {
  color: #00C3C0;
  font-size: 1.8em;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #interview .s3 .contwrap .tw .w h1 {
    font-size: 1.2em;
  }
}
#interview .s3 .contwrap .tw .w .cont p {
  line-height: 1.5;
}
#interview .s3 .contwrap .pw {
  width: 40%;
  aspect-ratio: 1/1;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #interview .s3 .contwrap .pw {
    width: 100%;
    aspect-ratio: 1.5/1;
  }
}
#interview .s3 .contwrap .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media screen and (max-width: 768px) {
  #interview .s3 .contwrap .pw img {
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
#interview .s3 .btnw {
  width: 80%;
}
#interview .con-title {
  width: 90%;
}
#interview .s4 .contents {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #interview .s4 .contents {
    width: 80%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #interview .s4 .contents {
    width: 90%;
  }
}
#interview .s4 .contents .cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #interview .s4 .contents .cont-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 20px 0;
  }
}
#interview .s4 .contents .cont-box .tw {
  width: 48%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
@media screen and (max-width: 768px) {
  #interview .s4 .contents .cont-box .tw {
    width: 100%;
    padding-right: 0;
  }
}
#interview .s4 .contents .cont-box .tw .w {
  max-width: 800px;
}
#interview .s4 .contents .cont-box .tw .w h1 {
  color: #00C3C0;
  font-size: 1.8em;
  margin: 0 0 20px;
}
#interview .s4 .contents .cont-box .tw .cont p {
  margin-bottom: 20px;
  line-height: 1.5;
}
#interview .s4 .contents .cont-box .pw {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 2/1;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #interview .s4 .contents .cont-box .pw {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
#interview .s4 .contents .cont-box .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% 60%;
     object-position: 90% 60%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: 90% 50%;
          transform-origin: 90% 50%;
}
#interview .s4 .contents .cont-box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #interview .s4 .contents .cont-box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#interview .s4 .contents .cont-box:last-of-type .pw img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-position: 90% 10%;
     object-position: 90% 10%;
}
#interview .s5 .contents {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #interview .s5 .contents {
    width: 80%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #interview .s5 .contents {
    width: 90%;
  }
}
#interview .s5 .contents .cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #interview .s5 .contents .cont-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 20px 0 0;
  }
}
#interview .s5 .contents .cont-box .tw {
  width: 100%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#interview .s5 .contents .cont-box .tw .w {
  max-width: 800px;
  width: 100%;
}
#interview .s5 .contents .cont-box .tw .w h1 {
  color: #00C3C0;
  font-size: 1.8em;
  margin: 0 0 20px;
}
#interview .s5 .contents .cont-box .tw .cont {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
#interview .s5 .contents .cont-box .tw .cont p {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #interview .s5 .contents .cont-box .tw .cont p {
    margin-bottom: 0;
  }
}
#interview .s5 .contents .cont-box .tw .cont .benefit-btn {
  background-color: #00C3C0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#interview .s5 .contents .cont-box .tw .cont .benefit-btn .txt {
  color: #fff;
}
#interview .s5 .contents .cont-box .tw .cont .benefit-btn .arw {
  border-left-color: #fff;
}
#interview .s5 .contents .cont-box .tw .cont .benefit-btn::after {
  background-color: #fff;
}
#interview .s5 .contents .cont-box .tw .cont .benefit-btn:hover .txt {
  color: #00C3C0;
}
#interview .s5 .contents .cont-box .tw .cont .benefit-btn:hover .arw {
  border-left-color: #00C3C0;
}
#interview .s5 .contents .pw {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 2/1;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #interview .s5 .contents .pw {
    width: 100%;
    margin-bottom: 20px;
  }
}
#interview .s5 .contents .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% 80%;
     object-position: 90% 80%;
  -webkit-transform-origin: 90% 50%;
          transform-origin: 90% 50%;
}
#interview .s6 {
  padding-bottom: 50px;
}
#interview .s6 .contents1 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #interview .s6 .contents1 {
    width: 90%;
  }
}
#interview .s6 .contents1 .cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents1 .cont-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents1 .cont-box {
    margin: 20px 0 0;
  }
}
#interview .s6 .contents1 .cont-box .tw {
  width: 48%;
  height: 100%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents1 .cont-box .tw {
    width: 100%;
    padding-right: 0;
    margin: 20px 0;
  }
}
#interview .s6 .contents1 .cont-box .tw .w {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents1 .cont-box .tw .w {
    width: 100%;
  }
}
#interview .s6 .contents1 .cont-box .tw .w h1 {
  color: #00C3C0;
  font-size: 2.5em;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents1 .cont-box .tw .w h1 {
    font-size: 2em;
  }
}
#interview .s6 .contents1 .cont-box .tw .w .backimg {
  position: absolute;
  right: 0;
  bottom: -9vw;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents1 .cont-box .tw .w .backimg {
    position: static;
    right: auto;
    bottom: auto;
    width: clamp(240px, 70%, 520px);
    margin: 24px auto 0;
  }
}
#interview .s6 .contents1 .cont-box .tw .w .backimg img {
  display: block;
  max-width: 100%;
}
#interview .s6 .contents1 .cont-box .tw .cont p {
  line-height: 2;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents1 .cont-box .tw .cont p {
    line-height: 1.5;
  }
}
#interview .s6 .contents1 .cont-box .tw .cont .bold {
  font-weight: bold;
  color: #00C3C0;
}
#interview .s6 .contents1 .cont-box .pw {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1.5/1;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents1 .cont-box .pw {
    width: 100%;
  }
}
#interview .s6 .contents1 .cont-box .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .s6 .contents2 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #interview .s6 .contents2 {
    width: 90%;
  }
}
#interview .s6 .contents2 h2 {
  color: #00C3C0;
  font-size: 1.7em;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents2 h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #interview .s6 .contents2 h2 {
    font-size: 1.1em;
  }
}
#interview .s6 .contents2 p {
  margin: 20px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #interview .s6 .contents2 p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  #interview .s6 .contents2 p {
    font-size: 1em;
  }
}
#interview .s6 .staff2 .pw img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#interview .s6 .border {
  width: 80%;
  margin: 70px auto;
  border: 1px solid #00C3C0;
}
@media screen and (max-width: 768px) {
  #interview .s6 .border {
    margin: 50px auto;
  }
}
#interview .s7 {
  padding: 0;
}
#interview .s7 .contents {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #interview .s7 .contents {
    width: 90%;
  }
}
#interview .s7 .contents .cbox {
  padding: 30px 0;
  border-bottom: 1px solid #00C3C0;
}
#interview .s7 .contents .cbox h1 {
  color: #00C3C0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #interview .s7 .contents .cbox h1 {
    font-size: 1.5em;
  }
}
#interview .s7 .contents .cbox p {
  margin-bottom: 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  #interview .s7 .contents .cbox p {
    font-size: 1em;
  }
}
#interview .s7 .contents .cbox .process {
  counter-reset: step;
  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;
  gap: clamp(24px, 4vw, 60px);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#interview .s7 .contents .cbox .process li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 64px 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #interview .s7 .contents .cbox .process li {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
#interview .s7 .contents .cbox .process li img {
  width: 56px;
  height: 56px;
  grid-row: 1/span 2;
}
#interview .s7 .contents .cbox .process li h3 {
  margin: 0 0 6px 0;
  color: #00C3C0;
  font-size: clamp(14px, 1.4vw, 18px);
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  #interview .s7 .contents .cbox .process li h3 {
    font-size: 1.5em;
    margin: 0;
  }
}
#interview .s7 .contents .cbox .process li p {
  margin: 0;
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 1.6;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  #interview .s7 .contents .cbox .process li p {
    font-size: 1.2em;
  }
}
#interview .s7 .contents .cbox .process li:not(:last-child) {
  position: relative;
  /* 矢印の基準 */
}
#interview .s7 .contents .cbox .process li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + clamp(6px, 1.2vw, 16px));
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #00C3C0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 768px) {
  #interview .s7 .contents .cbox .process {
    -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: 50px;
  }
  #interview .s7 .contents .cbox .process li {
    grid-template-columns: 56px 1fr;
    gap: 10px;
  }
  #interview .s7 .contents .cbox .process li:not(:last-child) {
    position: relative;
  }
  #interview .s7 .contents .cbox .process li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    top: calc(100% + 18px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 24px solid #00C3C0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
}

#company .s1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  #company .s1 {
    margin-bottom: 30px;
  }
}
#company .s1 .contwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #company .s1 .contwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 80%;
    margin: 40px auto;
  }
}
@media screen and (max-width: 480px) {
  #company .s1 .contwrap {
    width: 90%;
  }
}
#company .s1 .contwrap .tw {
  width: 60%;
  padding: 50px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
@media screen and (max-width: 768px) {
  #company .s1 .contwrap .tw {
    width: 100%;
    padding: 40px 0 0;
  }
}
#company .s1 .contwrap .tw .w {
  max-width: 800px;
}
#company .s1 .contwrap .tw .w .border {
  width: 10%;
  border: 1px solid #00C3C0;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #company .s1 .contwrap .tw .w .border {
    width: 20%;
  }
}
#company .s1 .contwrap .tw .w h1 {
  color: #00C3C0;
  font-size: 1.8em;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #company .s1 .contwrap .tw .w h1 {
    font-size: 1.5em;
  }
}
#company .s1 .contwrap .tw .w .cont p {
  line-height: 1.5;
  padding-bottom: 20px;
}
#company .s1 .contwrap .pw {
  width: 40%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #company .s1 .contwrap .pw {
    width: 100%;
    aspect-ratio: 1.5/1;
  }
}
#company .s1 .contwrap .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#company .s1 .contwrap2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #company .s1 .contwrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#company .s1 .contwrap2 .pw2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: 10% 50%;
          transform-origin: 10% 50%;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
@media screen and (max-width: 768px) {
  #company .tt {
    padding-bottom: 30px;
  }
}
#company .tt h1 {
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  #company .tt h1 {
    font-size: 1.2em;
  }
}
#company .tt p {
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #00C3C0;
  opacity: 0.3;
  font-size: 1.3em;
}
#company .s2 {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  #company .s2 {
    padding-bottom: 30px;
  }
}
#company .s2 .message-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #company .s2 .message-wrap {
    width: 90%;
  }
}
#company .s2 .contwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #company .s2 .contwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#company .s2 .contwrap .tw {
  width: 60%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #company .s2 .contwrap .tw {
    width: 100%;
  }
}
#company .s2 .contwrap .tw .w {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #company .s2 .contwrap .tw .w {
    padding-top: 30px;
  }
}
#company .s2 .contwrap .tw .w .border {
  width: 10%;
  border: 1px solid #00C3C0;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #company .s2 .contwrap .tw .w .border {
    width: 20%;
  }
}
#company .s2 .contwrap .tw .w h1 {
  color: #00C3C0;
  font-size: 1.8em;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #company .s2 .contwrap .tw .w h1 {
    font-size: 1.2em;
  }
}
#company .s2 .contwrap .tw .w .cont p {
  line-height: 1.5;
  padding-bottom: 20px;
}
#company .s2 .contwrap .tw .w .cont h2 {
  color: #00C3C0;
}
#company .s2 .contwrap .tw .w .cont h3 {
  padding: 20px 0;
}
#company .s2 .contwrap .tw .w .cont h3 span {
  color: #00C3C0;
}
#company .s2 .contwrap .tw .w .cont h3 span:last-child {
  color: red;
}
#company .s2 .contwrap .tw .w .cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
}
#company .s2 .contwrap .tw .w .cont2 .person-hero__name {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 480px) {
  #company .s2 .contwrap .tw .w .cont2 .person-hero__name {
    font-size: 20px;
  }
}
#company .s2 .contwrap .pw {
  width: calc(40% - 40px);
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .s2 .contwrap .pw {
    width: 60%;
    padding-left: 0;
    margin: 0 auto;
  }
}
#company .s2 .contwrap .pw img {
  width: 90%;
  max-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .s3 {
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #company .s3 {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #company .s3 {
    width: 90%;
  }
}
#company .s3 .text p {
  padding-bottom: 20px;
}
#company .s4 {
  display: block;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #company .s4 {
    padding-bottom: 30px;
  }
}
#company .s4 .overview-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #company .s4 .overview-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #company .s4 .overview-wrap {
    width: 90%;
  }
}
#company .s4 .overview-wrap .overview {
  width: 60%;
  margin: 0 auto;
  height: auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #company .s4 .overview-wrap .overview {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #company .s4 .overview-wrap .overview {
    width: 100%;
  }
}
#company .s4 .overview-wrap .overview .dw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#company .s4 .overview-wrap .overview .dw .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  #company .s4 .overview-wrap .overview .dw .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#company .s4 .overview-wrap .overview .dw .list .dt {
  width: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-left: #00C3C0 solid 3px;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
}
#company .s4 .overview-wrap .overview .dw .list .dc {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  #company .s4 .overview-wrap .overview .dw .list .dc {
    width: 100%;
  }
}
#company .s4 .overview-wrap .overview .dw .list .dc p {
  margin-bottom: 20px;
}
#company .s5 .chart-wrap .chart {
  width: 80%;
  margin: 0 auto;
}

#welfare .page-title {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #welfare .page-title {
    padding: 30px 0;
  }
}
#welfare .page-title img {
  width: 90%;
}
@media screen and (max-width: 480px) {
  #welfare .page-title img {
    width: 90%;
  }
}
#welfare .page-title h2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: normal;
  color: #00C3C0;
}
@media screen and (max-width: 480px) {
  #welfare .page-title h2 {
    width: 90%;
    font-size: 17px;
  }
}
#welfare .page-title p {
  width: 80%;
  margin: 15px auto 0;
}
#welfare .s1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  #welfare .s1 {
    margin-bottom: 30px;
  }
}
#welfare .s1 .contwrap {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #welfare .s1 .contwrap {
    margin: 0 auto 30px;
  }
}
#welfare .s1 .contwrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  padding-bottom: 20px;
}
#welfare .s1 .contwrap .title .num {
  width: 60px;
  line-height: 0;
}
@media screen and (max-width: 480px) {
  #welfare .s1 .contwrap .title .num {
    width: 50px;
  }
}
#welfare .s1 .contwrap .title .num img {
  display: block;
}
#welfare .s1 .contwrap .title h2 {
  color: #00C3C0;
  margin: 0;
  font-size: 1.8em;
}
@media screen and (max-width: 480px) {
  #welfare .s1 .contwrap .title h2 {
    font-size: 1.5em;
  }
}
#welfare .s1 .contwrap .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #welfare .s1 .contwrap .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#welfare .s1 .contwrap .contents .pw {
  width: 50%;
  aspect-ratio: 2/1;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #welfare .s1 .contwrap .contents .pw {
    width: 100%;
  }
}
#welfare .s1 .contwrap .contents .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}
#welfare .s1 .contwrap .contents .pw .img-ex {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#welfare .s1 .contwrap .contents .pw .img-ex2 {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#welfare .s1 .contwrap .contents .tw {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #welfare .s1 .contwrap .contents .tw {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
#welfare .s1 .contwrap .contents .tw .w {
  max-width: 800px;
}
#welfare .s1 .contwrap .contents .tw .w .cont {
  margin-bottom: 20px;
}
#welfare .s1 .contwrap .contents .tw .w .cont .benefit__term {
  margin: 0;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.4;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 480px) {
  #welfare .s1 .contwrap .contents .tw .w .cont .benefit__term {
    font-size: 1.1em;
  }
}
#welfare .s1 .contwrap .contents .tw .w .cont .benefit__term::before {
  content: "・";
  /* 先頭の点 */
  position: absolute;
  left: 0;
  top: 0;
  color: #00C3C0;
  font-weight: bold;
}

#archive .page-title {
  padding: 70px 0;
}
#archive .page-title img {
  width: 90%;
}
#archive .page-title h2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: normal;
  color: #00C3C0;
}
#archive .s1 {
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  #archive .s1 {
    margin: 30px auto;
  }
}
#archive .s1 .contwrap {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #archive .s1 .contwrap {
    width: 100%;
  }
}
#archive .s1 .contwrap .contents {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
}
#archive .s1 .contwrap .contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#archive .s1 .contwrap .contents a:hover .pw img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #archive .s1 .contwrap .contents a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#archive .s1 .contwrap .contents a .pw {
  width: 50%;
  height: 25vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #archive .s1 .contwrap .contents a .pw {
    width: 85%;
    height: 45vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #archive .s1 .contwrap .contents a .pw {
    width: 90%;
    height: 35vw;
    margin: 0 auto;
  }
}
#archive .s1 .contwrap .contents a .pw img {
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #archive .s1 .contwrap .contents a .pw img {
    -o-object-fit: cover;
       object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
#archive .s1 .contwrap .contents a .tw {
  width: 50%;
  height: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #archive .s1 .contwrap .contents a .tw {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
#archive .s1 .contwrap .contents a .tw .post {
  padding: 20px 0;
}
#archive .s1 .contwrap .contents a .tw .post .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#archive .s1 .contwrap .contents a .tw .post .meta .date {
  color: #888;
  font-size: 0.95em;
  white-space: nowrap;
}
#archive .s1 .contwrap .contents a .tw .post .meta .cat {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #00C3C0;
  color: #fff;
  font-size: 0.85em;
}
#archive .s1 .contwrap .contents a .tw .post .title {
  margin: 0;
  line-height: 1.7;
  font-size: 1em;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 768px) {
  #archive .s1 .contwrap .contents a .tw .post .title {
    height: auto;
  }
}
#archive .s1 .contwrap {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #archive .s1 .contwrap .contents {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  #archive .s1 .contwrap {
    width: 90%;
  }
}
#archive .s2 .pager {
  width: 80%;
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 480px) {
  #archive .s2 .pager {
    padding-right: 0;
  }
}
#archive .s2 .pager .page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #00C3C0;
  border-radius: 2px;
  color: #00C3C0;
  background: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 480px) {
  #archive .s2 .pager .page {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
}
#archive .s2 .pager .page:hover {
  background: #00C3C0;
  color: #fff;
}
#archive .s2 .pager .page.is-current {
  background: #00C3C0;
  color: #fff;
  border-color: #00C3C0;
}
#archive .s2 .pager .page.is-current:hover {
  background: #fff;
  color: #00C3C0;
  border-color: #00C3C0;
}
#archive .s2 .pager .ellipsis {
  color: #888;
  padding: 0 6px;
}
#archive .s2 .pager .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 20px;
  background: #00C3C0;
  color: #fff;
  border: 2px solid #00C3C0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 480px) {
  #archive .s2 .pager .next {
    height: 36px;
    font-size: 0.5em;
    padding: 0 5px;
    white-space: nowrap;
  }
}
#archive .s2 .pager .next:hover {
  background: #fff;
  color: #00C3C0;
  border-color: #00C3C0;
}
#archive .s2 .pager .next .ico {
  width: 0;
  height: 0;
  border-left: 8px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

#single .page-title {
  padding: 70px 0;
}
#single .page-title img {
  width: 90%;
}
#single .page-title h2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: normal;
  color: #00C3C0;
}
#single .s1 {
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  #single .s1 {
    margin: 30px auto;
  }
}
#single .s1 .contwrap {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #single .s1 .contwrap {
    width: 90%;
  }
}
#single .s1 .contwrap .contents .pw {
  width: 90%;
  aspect-ratio: 2/1;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #single .s1 .contwrap .contents .pw {
    width: 100%;
  }
}
#single .s1 .contwrap .contents .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}
#single .s1 .contwrap .contents .tw {
  width: 90%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #single .s1 .contwrap .contents .tw {
    width: 100%;
  }
}
#single .s1 .contwrap .contents .tw .w .post {
  display: block;
}
#single .s1 .contwrap .contents .tw .w .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
#single .s1 .contwrap .contents .tw .w .date {
  color: #888;
  font-size: 0.95em;
  white-space: nowrap;
}
#single .s1 .contwrap .contents .tw .w .cat {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #00C3C0;
  color: #fff;
  font-size: 0.85em;
}
#single .s1 .contwrap .contents .tw .w .title {
  margin: 0;
  line-height: 1.7;
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
}
#single .s1 .contwrap .contents .tw .w .title a {
  color: inherit;
  text-decoration: none;
}
#single .s1 .contwrap .contents .tw .w .excerpt {
  margin-top: 10px;
  color: #555;
  line-height: 1.8;
  font-size: 0.95em;
}
#single .s1 .contwrap .contents .text {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #single .s1 .contwrap .contents .text {
    width: 100%;
  }
}
#single .s1 .pager {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-right: 50px;
}
#single .s1 .pager .prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 20px;
  background: #fff;
  color: #00C3C0;
  border: 2px solid #00C3C0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#single .s1 .pager .prev .label {
  margin-right: 30px;
}
#single .s1 .pager .prev:hover {
  background: #00C3C0;
  color: #fff;
  border-color: #00C3C0;
}
#single .s1 .pager .prev .ico {
  width: 0;
  height: 0;
  border-right: 8px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

#album .page-title {
  padding: 70px 0;
}
#album .page-title img {
  width: 90%;
}
#album .page-title h2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: normal;
  color: #00C3C0;
}
#album .tag-search {
  background: #00C3C0;
  padding: 50px 0;
  text-align: center;
}
#album .tag-search h2 {
  color: #fff;
  margin-bottom: 20px;
}
#album .tag-search .category-nav {
  width: 80%;
  margin: 0 auto;
}
#album .tag-search .category-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#album .tag-search .category-nav ul li a {
  width: 110px;
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #00C3C0;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #00C3C0;
}
#album .tag-search .category-nav ul li a.active {
  background: #00C3C0;
  color: #fff;
  border: 2px solid #fff;
}
#album .tag-search .category-nav ul li a:hover {
  background: #00C3C0;
  color: #fff;
  border: 2px solid #fff;
}
#album .s2 {
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  #album .s2 {
    margin: 30px auto;
  }
}
#album .s2 .contwrap {
  width: 80%;
  margin: 0 auto 50px;
  /* 3列: 30% + 5% + 30% + 5% + 30% = 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 40px;
}
@media screen and (max-width: 480px) {
  #album .s2 .contwrap {
    width: 90%;
  }
}
#album .s2 .contwrap .contents {
  width: 30%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2列（≤$bp）: ((100% - 5%) / 2) = 47.5% */
  /* 1列（≤$tb） */
}
@media screen and (max-width: 1180px) {
  #album .s2 .contwrap .contents {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  #album .s2 .contwrap .contents {
    width: 100%;
  }
}
#album .s2 .contwrap .contents .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: 14px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
#album .s2 .contwrap .contents .box:hover .pw img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#album .s2 .contwrap .contents .box .pw {
  width: 100%;
  overflow: hidden;
}
#album .s2 .contwrap .contents .box .pw img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
#album .s2 .contwrap .contents .box .tw {
  width: 100%;
}
#album .s2 .contwrap .contents .box .tw .post {
  padding: 0;
}
#album .s2 .contwrap .contents .box .tw .post .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#album .s2 .contwrap .contents .box .tw .post .meta .cat {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 50px;
  background: #fff;
  color: #707070;
  font-size: 0.85em;
  border: 2px solid #707070;
}
#album .s2 .contwrap .contents .box .tw .post .title {
  margin: 0;
  line-height: 1.7;
  font-size: 1em;
  font-weight: normal;
  color: #000;
}
#album .s2 .contwrap .contents .box:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
#album .s2 .pager {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  #album .s2 .pager {
    padding-right: 0;
  }
}
#album .s2 .pager .page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #00C3C0;
  border-radius: 2px;
  color: #00C3C0;
  background: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 480px) {
  #album .s2 .pager .page {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
}
#album .s2 .pager .page:hover {
  background: #00C3C0;
  color: #fff;
}
#album .s2 .pager .page.is-current {
  background: #00C3C0;
  color: #fff;
  border-color: #00C3C0;
}
#album .s2 .pager .page.is-current:hover {
  background: #fff;
  color: #00C3C0;
  border-color: #00C3C0;
}
#album .s2 .pager .ellipsis {
  color: #888;
  padding: 0 6px;
}
#album .s2 .pager .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 20px;
  background: #00C3C0;
  color: #fff;
  border: 2px solid #00C3C0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 480px) {
  #album .s2 .pager .next {
    height: 36px;
    font-size: 0.5em;
    padding: 0 5px;
    white-space: nowrap;
  }
}
#album .s2 .pager .next:hover {
  background: #fff;
  color: #00C3C0;
  border-color: #00C3C0;
}
#album .s2 .pager .next .ico {
  width: 0;
  height: 0;
  border-left: 8px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* ===== Album: フォールバックLightbox（プラグイン不調時用） ===== */
/* ===== Album: フォールバックLightbox（プラグイン不調時用） ===== */
.alb-overlay {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00C3C0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.alb-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 画像フェード＋拡大 */
.alb-overlay .alb-img {
  max-width: 60vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.alb-overlay.is-open .alb-img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 画像を囲うフレーム */
.alb-overlay .alb-frame {
  position: relative;
  display: inline-block;
  border: 10px solid #fff;
}

.alb-overlay .alb-frame .alb-img {
  display: block;
  max-width: 60vw;
  max-height: 85vh;
}

/* 閉じるボタン（画像内右上） */
.alb-overlay .alb-frame .alb-close {
  position: absolute;
  top: -10px;
  right: -10px;
  border: 0;
  background: #fff;
  color: #00C3C0;
  font-size: 20px;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

/* スクロール防止 */
.alb-noscroll {
  overflow: hidden;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .alb-overlay .alb-img,
  .alb-overlay .alb-frame .alb-img {
    max-width: 90vw;
  }
}
/* 共通：エントリーフォームのスタイル（newgrad.s2 / midcareer.s2 / index.s6 で使い回し） */
#newgrad,
#midcareer {
  /* ------------------------------------------------------------
     s2: Entry Form　#newgrad,#midcareerにて使用
     ------------------------------------------------------------ */
}
#newgrad .s1,
#midcareer .s1 {
  margin-bottom: 70px;
  /* 2段目：画像が左フルブリード（HTMLは .contwrap-outer に contwrap2 クラス） */
  /* レスポンシブ：$bp で余白縮小、$tb で縦積みに */
}
#newgrad .s1 .contwrap-outer,
#midcareer .s1 .contwrap-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 0 auto 70px;
  /* 左だけガター=80%起点（10vw） */
  padding-left: 10vw;
  /* 列幅（テキスト 55% : 画像 45%） */
  /* 画像を右端までフルブリード */
  /* テキスト側（既存の見出し/ボーダーなどはそのまま） */
}
@media screen and (max-width: 480px) {
  #newgrad .s1 .contwrap-outer,
  #midcareer .s1 .contwrap-outer {
    margin: 0 auto 30px;
  }
}
#newgrad .s1 .contwrap-outer .contwrap,
#midcareer .s1 .contwrap-outer .contwrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
#newgrad .s1 .contwrap-outer .pw,
#midcareer .s1 .contwrap-outer .pw {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  overflow: hidden;
}
#newgrad .s1 .contwrap-outer .pw,
#midcareer .s1 .contwrap-outer .pw {
  margin-right: -10vw;
}
#newgrad .s1 .contwrap-outer .pw img,
#midcareer .s1 .contwrap-outer .pw img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#newgrad .s1 .contwrap-outer .tw,
#midcareer .s1 .contwrap-outer .tw {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
  /* 罫線との余白。左右で微調整してOK */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#newgrad .s1 .contwrap-outer .tw .w,
#midcareer .s1 .contwrap-outer .tw .w {
  max-width: 800px;
}
#newgrad .s1 .contwrap-outer .tw .w .border,
#midcareer .s1 .contwrap-outer .tw .w .border {
  width: 10%;
  border: 1px solid #00C3C0;
  margin: 30px 0;
}
#newgrad .s1 .contwrap-outer .tw .w h1,
#midcareer .s1 .contwrap-outer .tw .w h1 {
  color: #00C3C0;
  font-size: 1.8em;
  margin: 0;
}
#newgrad .s1 .contwrap-outer .tw .w .cont p,
#midcareer .s1 .contwrap-outer .tw .w .cont p {
  line-height: 1.5;
  padding-bottom: 20px;
}
#newgrad .s1 .contwrap-outer.contwrap2,
#midcareer .s1 .contwrap-outer.contwrap2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 10vw;
  /* 左端へフルブリード */
  /* （任意）既存の拡大演出を使うなら */
}
#newgrad .s1 .contwrap-outer.contwrap2 .tw,
#midcareer .s1 .contwrap-outer.contwrap2 .tw {
  padding-right: 0;
  padding-left: 30px;
  /* 左側に余白を付け替え */
}
#newgrad .s1 .contwrap-outer.contwrap2 .pw,
#midcareer .s1 .contwrap-outer.contwrap2 .pw {
  margin-right: 0;
  margin-left: -10vw;
}
#newgrad .s1 .contwrap-outer.contwrap2 .pw2 img,
#midcareer .s1 .contwrap-outer.contwrap2 .pw2 img {
  -webkit-transform-origin: 10% 50%;
          transform-origin: 10% 50%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 1180px) {
  #newgrad .s1 .contwrap-outer,
  #midcareer .s1 .contwrap-outer {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  #newgrad .s1 .contwrap-outer,
  #newgrad .s1 .contwrap-outer.contwrap2,
  #midcareer .s1 .contwrap-outer,
  #midcareer .s1 .contwrap-outer.contwrap2 {
    padding-inline: 5vw;
    /* モバイルはガターを固定幅に */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* 縦積み */
    gap: 20px;
    padding-top: 30px;
    /* フルブリード解除 */
    /* 余白リセット（必要なら調整） */
  }
  #newgrad .s1 .contwrap-outer .contwrap,
  #newgrad .s1 .contwrap-outer .pw,
  #newgrad .s1 .contwrap-outer.contwrap2 .contwrap,
  #newgrad .s1 .contwrap-outer.contwrap2 .pw,
  #midcareer .s1 .contwrap-outer .contwrap,
  #midcareer .s1 .contwrap-outer .pw,
  #midcareer .s1 .contwrap-outer.contwrap2 .contwrap,
  #midcareer .s1 .contwrap-outer.contwrap2 .pw {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  #newgrad .s1 .contwrap-outer .pw,
  #newgrad .s1 .contwrap-outer.contwrap2 .pw,
  #midcareer .s1 .contwrap-outer .pw,
  #midcareer .s1 .contwrap-outer.contwrap2 .pw {
    margin: 0;
  }
  #newgrad .s1 .contwrap-outer .tw,
  #newgrad .s1 .contwrap-outer.contwrap2 .tw,
  #midcareer .s1 .contwrap-outer .tw,
  #midcareer .s1 .contwrap-outer.contwrap2 .tw {
    padding: 0;
  }
}
#newgrad .s2,
#midcareer .s2 {
  background-color: #00C3C0;
  margin: 150px 0 0 0;
  padding: 80px 10%;
}
@media screen and (max-width: 768px) {
  #newgrad .s2,
  #midcareer .s2 {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #newgrad .s2,
  #midcareer .s2 {
    margin: 30px 0 0 0;
    padding: 40px 5%;
  }
}
#newgrad .s2 .cntactwrap,
#midcareer .s2 .cntactwrap {
  background-color: #fff;
  padding: 60px 7% 50px 7%;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .cntactwrap,
  #midcareer .s2 .cntactwrap {
    padding: 30px 7% 25px 7%;
  }
}
#newgrad .s2 .tt h4,
#midcareer .s2 .tt h4 {
  margin: 10px 0 0 0;
}
#newgrad .s2 .contact-box,
#midcareer .s2 .contact-box {
  width: 100%;
  margin: 30px auto;
}
#newgrad .s2 .contact-box .fd,
#midcareer .s2 .contact-box .fd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .contact-box .fd,
  #midcareer .s2 .contact-box .fd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#newgrad .s2 .contact-box .fd .birth-wrap p,
#midcareer .s2 .contact-box .fd .birth-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#newgrad .s2 .contact-box .fd .birth-wrap p span,
#midcareer .s2 .contact-box .fd .birth-wrap p span {
  padding: 0 5px;
}
#newgrad .s2 .contact-box .fd .item,
#midcareer .s2 .contact-box .fd .item {
  width: 200px;
  height: 100%;
}
#newgrad .s2 .contact-box .fd .finpt,
#midcareer .s2 .contact-box .fd .finpt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .contact-box .fd .finpt,
  #midcareer .s2 .contact-box .fd .finpt {
    width: 100%;
  }
}
#newgrad .s2 .contact-box .fd .finpt p,
#midcareer .s2 .contact-box .fd .finpt p {
  width: 100%;
  margin: 0;
}
#newgrad .s2 .contact-box .fd .finpt p input,
#midcareer .s2 .contact-box .fd .finpt p input {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border: 1px solid #aaa;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .contact-box .fd .finpt p input,
  #midcareer .s2 .contact-box .fd .finpt p input {
    margin-top: 10px;
  }
}
#newgrad .s2 .contact-box .fd .finpt p .wpcf7-select,
#midcareer .s2 .contact-box .fd .finpt p .wpcf7-select {
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#newgrad .s2 .contact-box .fd label,
#midcareer .s2 .contact-box .fd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
}
#newgrad .s2 .contact-box .fd .req,
#midcareer .s2 .contact-box .fd .req {
  display: block;
  content: "";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  background: red;
  color: #fff;
  font-size: 0.3em;
  margin: 0 0 0 8px;
}
#newgrad .s2 .contact-box .fd .nom,
#midcareer .s2 .contact-box .fd .nom {
  display: block;
  content: "";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  background: #cdcdcd;
  color: #000;
  font-size: 0.3em;
  margin: 0 0 0 8px;
}
#newgrad .s2 .contact-box .fd textarea,
#midcareer .s2 .contact-box .fd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e9e9e9;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .contact-box .fd textarea,
  #midcareer .s2 .contact-box .fd textarea {
    margin-top: 10px;
  }
}
#newgrad .s2 .contact-box .fd.mbflex,
#midcareer .s2 .contact-box .fd.mbflex {
  margin: 20px 0;
}
#newgrad .s2 .contact-box .fd.mbflex p,
#midcareer .s2 .contact-box .fd.mbflex p {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .contact-box .fd.mbflex p,
  #midcareer .s2 .contact-box .fd.mbflex p {
    -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;
  }
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .contact-box .fd.mbflex,
  #midcareer .s2 .contact-box .fd.mbflex {
    display: block;
  }
  #newgrad .s2 .contact-box .fd.mbflex label:first-child,
  #midcareer .s2 .contact-box .fd.mbflex label:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: auto;
    margin-bottom: 8px;
  }
  #newgrad .s2 .contact-box .fd.mbflex input[type=radio],
  #midcareer .s2 .contact-box .fd.mbflex input[type=radio] {
    margin-right: 6px;
    vertical-align: middle;
  }
  #newgrad .s2 .contact-box .fd.mbflex input[type=radio] + label,
  #midcareer .s2 .contact-box .fd.mbflex input[type=radio] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 18px;
    vertical-align: middle;
  }
}
#newgrad .s2 .contact-box .btnwrap,
#midcareer .s2 .contact-box .btnwrap {
  margin: 30px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#newgrad .s2 .contact-box .btnwrap p,
#midcareer .s2 .contact-box .btnwrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .contact-box .btnwrap,
  #midcareer .s2 .contact-box .btnwrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#newgrad .s2 .contact-box .btnwrap button,
#midcareer .s2 .contact-box .btnwrap button {
  width: 200px;
  height: 45px;
  margin: 20px;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-filter 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-filter 0.2s ease;
  transition: filter 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: filter 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-filter 0.2s ease;
}
@media screen and (max-width: 480px) {
  #newgrad .s2 .contact-box .btnwrap button,
  #midcareer .s2 .contact-box .btnwrap button {
    width: 48%;
    margin: 30px 0 0;
  }
}
#newgrad .s2 .contact-box .btnwrap button:hover,
#midcareer .s2 .contact-box .btnwrap button:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
  color: #00C3C0;
  font-weight: bold;
}
#newgrad .s2 .contact-box .btnwrap .submit,
#midcareer .s2 .contact-box .btnwrap .submit {
  background-color: #00C3C0;
}
#newgrad .s2 .contact-box .btnwrap .submit:hover,
#midcareer .s2 .contact-box .btnwrap .submit:hover {
  background-color: #fff;
  border: 2px solid #00C3C0;
  color: #00C3C0;
  font-weight: bold;
}

#midcareer .header .ht h2 {
  color: #fff;
}

/* Index の s6 も同じフォームデザインを適用 */
#index .s6 {
  background-color: #00C3C0;
  margin: 150px 0 0 0;
  padding: 80px 10%;
}
@media screen and (max-width: 768px) {
  #index .s6 {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #index .s6 {
    margin: 30px 0 0 0;
    padding: 40px 5%;
  }
}
#index .s6 .cntactwrap {
  background-color: #fff;
  padding: 60px 7% 50px 7%;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  #index .s6 .cntactwrap {
    padding: 30px 7% 25px 7%;
  }
}
#index .s6 .tt h4 {
  margin: 10px 0 0 0;
}
#index .s6 .contact-box {
  width: 100%;
  margin: 30px auto;
}
#index .s6 .contact-box .fd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 480px) {
  #index .s6 .contact-box .fd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index .s6 .contact-box .fd .birth-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .s6 .contact-box .fd .birth-wrap p span {
  padding: 0 5px;
}
#index .s6 .contact-box .fd .item {
  width: 200px;
  height: 100%;
}
#index .s6 .contact-box .fd .finpt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #index .s6 .contact-box .fd .finpt {
    width: 100%;
  }
}
#index .s6 .contact-box .fd .finpt p {
  width: 100%;
  margin: 0;
}
#index .s6 .contact-box .fd .finpt p input {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border: 1px solid #aaa;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #index .s6 .contact-box .fd .finpt p input {
    margin-top: 10px;
  }
}
#index .s6 .contact-box .fd .finpt p .wpcf7-select {
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index .s6 .contact-box .fd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
}
#index .s6 .contact-box .fd .req {
  display: block;
  content: "";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  background: red;
  color: #fff;
  font-size: 0.3em;
  margin: 0 0 0 8px;
}
#index .s6 .contact-box .fd .nom {
  display: block;
  content: "";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  background: #cdcdcd;
  color: #000;
  font-size: 0.3em;
  margin: 0 0 0 8px;
}
#index .s6 .contact-box .fd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e9e9e9;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #index .s6 .contact-box .fd textarea {
    margin-top: 10px;
  }
}
#index .s6 .contact-box .fd.mbflex {
  margin: 20px 0;
}
#index .s6 .contact-box .fd.mbflex p {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #index .s6 .contact-box .fd.mbflex p {
    -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;
  }
}
@media screen and (max-width: 480px) {
  #index .s6 .contact-box .fd.mbflex {
    display: block;
  }
  #index .s6 .contact-box .fd.mbflex label:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: auto;
    margin-bottom: 8px;
  }
  #index .s6 .contact-box .fd.mbflex input[type=radio] {
    margin-right: 6px;
    vertical-align: middle;
  }
  #index .s6 .contact-box .fd.mbflex input[type=radio] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 18px;
    vertical-align: middle;
  }
}
#index .s6 .contact-box .btnwrap {
  margin: 30px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .s6 .contact-box .btnwrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  #index .s6 .contact-box .btnwrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#index .s6 .contact-box .btnwrap button {
  width: 200px;
  height: 45px;
  margin: 20px;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-filter 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-filter 0.2s ease;
  transition: filter 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: filter 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-filter 0.2s ease;
}
@media screen and (max-width: 480px) {
  #index .s6 .contact-box .btnwrap button {
    width: 48%;
    margin: 30px 0 0;
  }
}
#index .s6 .contact-box .btnwrap button:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
  color: #00C3C0;
  font-weight: bold;
}
#index .s6 .contact-box .btnwrap .submit {
  background-color: #00C3C0;
}
#index .s6 .contact-box .btnwrap .submit:hover {
  background-color: #fff;
  border: 2px solid #00C3C0;
  color: #00C3C0;
  font-weight: bold;
}

/* ===== CF7: JS確認用画面の見た目 ===== */
.cf7-confirm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10000;
}

.cf7-confirm-overlay.is-open {
  display: block;
}

.cf7-confirm-panel {
  position: relative;
  margin: 20px 0 0;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 10001;
}

.cf7-confirm-title {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.cf7-confirm-list {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 8px 16px;
  margin: 0 0 16px;
}

.cf7-confirm-list dt {
  font-weight: 600;
  color: #333;
}

.cf7-confirm-list dd {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 10px;
}

.cf7-confirm-btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cf7-confirm-back, .cf7-confirm-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 600;
}

.cf7-confirm-back {
  background: #e5e5e5;
  color: #333;
}

.cf7-confirm-submit {
  background: #0d6efd;
  color: #fff;
}

.wpcf7-form.is-confirm .fd, .wpcf7-form.is-confirm .btnwrap {
  opacity: 0.4;
  pointer-events: none;
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%);
}/*# sourceMappingURL=style.css.map */