@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #f2f2f2;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-style: normal;

}

@media only screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

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

::selection {
  color: #FFFFFF;
  background: #0d0d0d;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

:root {
  --main-en: clamp(3.5rem, 6vw, 15rem);
  --main-jp: clamp(2rem, 2vw, 10rem);
  --tit-en-sub: clamp(3.5rem, 4.5vw, 14rem);
  --sec-head-tit: clamp(3rem, 4vw, 6rem);
  --se-en: clamp(1.6rem, 3vw, 5rem);
  --catch-jp: clamp(1.6rem, 2vw, 3rem);
  --catch-en: clamp(2.3rem, 3vw, 4rem);
  --presi-voice: clamp(2.3rem, 2.5vw, 4rem);
  --name: clamp(2.5rem, 2vw, 3rem);
  --label: clamp(1.3rem, 1.2vw, 1.5rem);
  --kaigo-tit: clamp(2rem, 3vw, 4rem);
  --txt-line: clamp(2.5rem, 4.5vw, 5.5rem);
  --txt-messe: clamp(1.7rem, 2.5vw, 3rem);
}

:root {
  --contact-tit: 3rem;
  --num: 3rem;
  --main-en: 5rem;
  --tit-en: 8vw;
}

@media only screen and (min-width: 1025px) {
  :root {
    --contact-tit: 4rem;
    --num: 3rem;
    --main-en: 7rem;
    --tit-en: 7rem;
  }
}

@media only screen and (min-width: 1280px) {
  :root {
    --contact-tit: 5rem;
    --num: 4rem;
    --main-en: 9rem;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  /*overflow: hidden;*/
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

body.is-active {
  opacity: 1;
}

body.page-id-12 {
  overflow: visible !important;
}

.mv {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.mv-inner {
  position: absolute;
  height: 100vh;
  width: 100vw;
}

.mv-inner::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
}

.mv-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv-inner .catch {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 1;
  color: #FFFFFF;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .mv-inner .catch {
    bottom: 50px;
    left: 50px;
  }
}

.mv-inner .catch .en {
 /* font-size: var(--main-en);
  line-height: 1;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;*/
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: .8rem;
  font-size: clamp(3rem, 4vw, 5rem);
   line-height: 1.5;

}


@media screen and (min-width: 768px) {
.mv-inner .catch .en {

   line-height: 1;

}
}

@media screen and (min-width: 768px) {


.mv-inner .catch .en br{
  display: none;
}

}

.home{
  overflow-x: hidden;
}

.home .l-header .global ul li a {
  color: #FFFFFF;
}

.home .l-header .global ul li a::after {
  background: #FFFFFF;
}

.home .l-header .sns li a {
  color: #FFFFFF;
}

.home .l-header.fixed .global ul li a {
  color: #000000;
}

.home .l-header.fixed .global ul li a::after {
  background: #000000;
}

.home .l-header.fixed .sns li a {
  color: #000000;
}

.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.l-header h1 img {
  width: 80px;
}

@media only screen and (min-width: 1025px) {
  .l-header h1 img {
    width: 120px;
  }
}

.l-header .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header .sns li {
  margin-left: 20px;
}

.l-header .sns a {
  color: #000000;
}

.l-header .global {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .global {
    display: inherit;
  }
}

.l-header .global ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .global ul li {
  margin-left: 2.5vw;
}

.l-header .global ul li a {
  position: relative;
  color: #000000;
}

.l-header .global ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header .global ul li a:hover::after {
  width: 100%;
}

.l-header.fixed {
  position: fixed;
  background: #FFFFFF;
  z-index: 10;
  padding: 15px 20px;
  height: 75px;
  z-index: 99999;
}

@media only screen and (min-width: 1025px) {
  .l-header.fixed {
    height: 100px;
    padding: 20px 30px;
  }
}

.l-header.fixed a {
  color: #000000;
}

.l-header.fixed .global a {
  color: #000000;
}

.l-header.fixed h1 a {
  background: url(images/logo_b.png) center top/cover no-repeat;
  display: block;
  width: 67px;
  height: 45px;
}

@media only screen and (min-width: 1025px) {
  .l-header.fixed h1 a {
    width: 80px;
    height: 60px;
  }
}

.l-header.fixed h1 a img {
  display: none;
}

.top-kenchiku {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .top-kenchiku {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media only screen and (min-width: 1025px) {
  .top-column .top-r {
    width: 50%;
    padding: 0 5vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top-column .top-l {
    width: 50%;
    margin-right: 6vw;
  }
}

.top-column .top-l img {
  width: 100%;
  height: auto;
}

.top-column h3 {
  font-size: 3rem;
}

@media only screen and (min-width: 1025px) {
  .top-column h3 {
    letter-spacing: 2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 30px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .top-column h3 span {
    display: none;
  }
}

.top-column .tit-wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1025px) {
  .top-column .tit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 5vw;
  }
}

.top-column .tit-wrap .icon {
  width: 100px;
}

@media only screen and (min-width: 1025px) {
  .top-column .top-r-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.top-column .txt-wrap {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .top-column .txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding-top: 150px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: auto;
    margin: inherit;
  }
}

@media only screen and (min-width: 1025px) {
  .top-column .txt-wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 50px;
  }
}

.top-column .txt-wrap .sub {
  font-size: 1.8rem;
  text-align: center;
  margin: 30px 0 40px;
}

@media only screen and (min-width: 1025px) {
  .top-column .txt-wrap .sub {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 0 0 40px;
    font-size: 2.2rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) {
  .top-column .txt-wrap p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.5;
  }
}

.top-column .top-r-btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 100px;
  margin-top: 50px;
}

.top-fukushi {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .top-fukushi {
    margin-top: 100px;
  }
}

.top-fukushi .top-column {
  padding-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .top-fukushi .top-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px;
  }
}

.top-fukushi .top-column .top-l {
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .top-fukushi .top-column .top-l {
    margin-left: 6vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top-fukushi .top-column .tit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1025px) {
  .top-fukushi .top-column .tit-wrap .en {
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: .4rem;
    font-weight: 700;
    margin-top: 90px;
  }
}

.top-fukushi .top-column .tit-wrap .tit-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-fukushi .top-column .tit-wrap .tit-column h3 {
  letter-spacing: .5rem;
}

@media only screen and (min-width: 1025px) {
  .top-fukushi .top-column .tit-wrap .tit-column h3 {
    letter-spacing: .8rem;
  }
}

.top-fukushi .top-column .icon {
  width: 40px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .top-fukushi .top-column .icon {
    left: 10px;
    width: 60px;
  }
}

.top-fukushi .top-column .top-r-btm {
  margin-right: 0;
}

.top-fukushi .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.top-fukushi .btn-wrap li {
  margin-left: 1vw;
}

.top-fukushi .btn-btm {
  margin-top: 30px;
  display: block;
}

.top-fukushi .btn-btm li {
  text-align: center;
  margin-bottom: 20px;
}

.top-news {
  position: relative;
  padding-bottom: 50px;
}

.top-news .news-inner {
  width: 90%;
  margin: 50px auto 0;
}

@media only screen and (min-width: 1025px) {
  .top-news .news-inner {
    margin: 100px auto 0;
  }
}

.top-company .bg-white {
  padding: 50px 0;
}

@media only screen and (min-width: 1025px) {
  .top-company .bg-white {
    padding: 100px 0;
  }
}

.top-company .column {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .top-company .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  .top-company .column-l {
    width: 30%;
  }
}

@media only screen and (min-width: 1025px) {
  .top-company .column-r {
    width: 65%;
  }
}

@media only screen and (min-width: 1025px) {
  .top-company .column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  .top-company .column-inner .txt-wrap {
    width: 45%;
    margin-right: 50px;
  }
}

.top-company .column-inner .txt-wrap .btn-base {
  margin-top: 50px;
}

.top-company .column-inner .txt-wrap .btn-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-company .column-inner .pic {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .top-company .column-inner .pic {
    width: 45%;
    margin-top: 0;
  }
}

.footer-rec {
  padding: 100px 0;
}

.footer-rec a {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  position: relative;
  display: block;
  padding: 100px 40px;
  background: url(images/rec.jpg) center center/cover no-repeat;
}

.footer-rec a::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.footer-rec a:hover::after {
  opacity: .1;
}

.footer-rec .rec-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  z-index: 5;
  color: #FFFFFF;
  position: relative;
}

.footer-rec .rec-column .icon {
  width: 30px;
  position: relative;
  z-index: 1;
}

.footer-rec .rec-column dl {
  text-align: center;
}

.footer-rec .rec-column dl dt {
  font-size: 3rem;
}

.footer-rec .rec-column dl dd {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.footer-rec .btn-base {
  margin-top: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #FFFFFF;
  padding: 10px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.footer-rec .btn-base::after {
  margin-left: 1rem;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  background: #FFFFFF;
}

/* ----------------------------------

会社概要

---------------------------------- */
.philo {
  text-align: center;
  padding: 50px 0 0;
}

@media only screen and (min-width: 1025px) {
  .philo {
    padding: 100px 0 0;
  }
}

.philo .frame01 {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .philo .frame01 {
    margin-top: 100px;
  }
}

.philo p.txt {
  font-weight: 500;
  line-height: 2;
  width: 90%;
  text-align: left;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .philo p.txt {
    line-height: 2.5;
    text-align: center;
  }
}

.philo span {
  display: block;
  margin-top: 30px;
  font-weight: 500;
}

.messe {
  background: #FFFFFF;
  padding-bottom: 50px;
  padding-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .messe {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .messe {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .messe .messe-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    width: 85%;
    margin: 50px auto 100px;
  }
}

.messe .messe-column h4 {
  font-size: var(--txt-messe);
  position: relative;
  letter-spacing: .2rem;
  white-space: nowrap;
  text-align: center;
  margin-top: 30px;
  line-height: 2;
}

@media only screen and (min-width: 1025px) {
  .messe .messe-column h4 {
    left: -20px;
    text-align: left;
    margin-top: 0;
    letter-spacing: .6rem;
  }
}

.messe .messe-column .messe-l {
  width: 90%;
  margin: 40px auto 50px;
}

@media only screen and (min-width: 1025px) {
  .messe .messe-column .messe-l {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.messe .messe-column .messe-l img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .messe .messe-column .messe-r {
    width: 50%;
  }
}

.messe .messe-column .messe-r p.txt {
  font-weight: 500;
  width: 90%;
  margin: 30px auto 0;
}

@media only screen and (min-width: 1025px) {
  .messe .messe-column .messe-r p.txt {
    margin-left: 50px;
    margin-top: 40px;
  }
}

.txt-line {
  font-weight: 500;
  text-align: left;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .txt-line {
    line-height: 2.5;
    text-align: center;
  }
}

.over {
  padding: 50px 0;
}

@media only screen and (min-width: 1025px) {
  .over {
    padding: 100px 0;
  }
}

.company-tab {
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  background: #FFFFFF;
  font-weight: 500;
}

@media only screen and (min-width: 1025px) {
  .company-tab {
    margin: 80px auto;
  }
}

.company-tab dl {
  border-bottom: 1px solid #d0d0d0;
}

@media only screen and (min-width: 1025px) {
  .company-tab dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.company-tab dl dt {
  padding: 15px 20px;
  font-weight: 600;
  background: #dcdcdc;
}

@media only screen and (min-width: 1025px) {
  .company-tab dl dt {
    width: 250px;
    padding: 20px 40px;
  }
}

.company-tab dl dd {
  width: 100%;
  padding: 15px 20px;
}

@media only screen and (min-width: 1025px) {
  .company-tab dl dd {
    padding: 20px 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .company-tab .license {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1025px) {
  .company-tab .license > div {
    margin-right: 50px;
  }
}

.map {
  position: relative;
  width: 90%;
  height: 0;
  padding-top: 55%;
  /* 比率を4:3に固定 */
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .map {
    padding-top: 35%;
    /* 比率を4:3に固定 */
  }
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------

セカンド

---------------------------------- */
.se-head {
  position: relative;
}

.se-head .se-head-column::after {
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  background: #FFFFFF;
  position: absolute;
  top: 3.5vw;
  left: 0;
}

.se-head .se-head-column .posi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .se-head .se-head-column .posi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: left;
  }
}

.se-head .se-head-column .tit-wrap {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .se-head .se-head-column .tit-wrap {
    margin-left: 3vw;
    width: 30%;
    margin-top: 0;
  }
}

.se-head .se-head-column .tit-wrap h2 {
  font-size: 4vw;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .se-head .se-head-column .tit-wrap h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .se-head .se-head-column .tit-wrap h2 {
    font-size: 3rem;
  }
}

.se-head .se-head-column .tit-wrap .tit-en {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: var(--tit-en);
  letter-spacing: .3rem;
  line-height: 1.2;
  position: relative;
  color: #FFFFFF;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
  .se-head .se-head-column .tit-wrap .tit-en {
    white-space: nowrap;
    letter-spacing: .6rem;
  }
}

.se-head .se-head-column .tit-wrap .tit-en::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  mix-blend-mode: difference;
  background: white;
  width: 100%;
  height: 100%;
}

.se-head .se-head-column .pic {
  position: relative;
  z-index: 1;
}

.se-head .se-head-column .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 2 / .8;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .se-head .se-head-column .pic {
    width: 70%;
  }
}

.se-head .frame04 {
  position: relative;
  margin-top: -5vw;
}

.pankuzu {
  font-size: 3vw;
  padding: 0 5vw;
  position: relative;
  top: -70px;
}

@media only screen and (min-width: 768px) {
  .pankuzu {
    padding: 0 3vw;
    position: absolute;
    bottom: 70px;
    left: 0;
    font-size: 1.4rem;
    top: inherit;
  }
}

/* ----------------------------------

ミッション

---------------------------------- */
.mission-top {
  position: relative;
  z-index: 10;
}

.frame01.posi {
  position: relative;
  z-index: 999;
}

.mission-column {
  max-width: 1300px;
  margin: 50px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .mission-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 100px auto;
  }
}

.mission-column .mission-r {
  padding-top: 5vw;
}

@media only screen and (min-width: 1025px) {
  .mission-column .mission-r {
    width: 45%;
  }
}

.mission-column .mission-r dl {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 1025px) {
  .mission-column .mission-r dl {
    margin-bottom: 6vw;
  }
}

.mission-column .mission-r dl dt {
  font-size: 1.7rem;
  margin-bottom: 20px;
  background: url(images/line_w.png) left bottom/contain no-repeat;
  width: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1025px) {
  .mission-column .mission-r dl dt {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}

.mission-column .mission-l {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .mission-column .mission-l {
    width: 50%;
    margin-bottom: 0;
  }
}

.mission-column .mission-l img {
  width: 100%;
}

.wrapper-vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  position: relative;
  background: #FFFFFF;
  position: relative;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .wrapper-vision {
    margin-top: -120px;
    -webkit-mask-image: url("images/frame01_mask.svg");
    mask-image: url("images/frame01_mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    z-index: 1000;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .wrapper-vision {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .wrapper-vision {
    margin-top: -150px;
  }
}

@media only screen and (min-width: 1680px) {
  .wrapper-vision {
    margin-top: -200px;
  }
}

/*コンテンツのブロック*/
@media only screen and (min-width: 1025px) {
  .contents {
    width: 50vw;
    padding: 5vw;
  }
}

.contents > div {
  width: 90%;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 1025px) {
  .contents > div {
    width: 100%;
    margin: 0;
     margin: 0 auto 100px;
  }
}

.contents > div.scroll-box01 {
  padding-bottom: 0rem;
}

@media only screen and (min-width: 1025px) {
  .contents > div.scroll-box01 {
    padding-bottom: 7rem;
  }
}

@media only screen and (min-width: 1025px) {
  .contents > div.scroll-box02 {
    margin-bottom: 10rem;
  }
}

.contents > div .tit {
  text-align: center;
  margin-bottom: 20px;
  font-size: 4.2rem;
  letter-spacing: .4rem;
}

@media only screen and (min-width: 1025px) {
  .contents > div .tit {
    text-align: left;
    margin-bottom: 30px;
  }
}

.contents > div .tit span {
  font-size: 1.5rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .contents > div .tit span {
    display: inline;
  }
}

.contents > div .tit-sub-txt {
  margin-bottom: 30px;
}

.contents > div .tit-rinen {
  font-size: 6vw;
  background: url(images/line_w02.png) left bottom/contain no-repeat;
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .contents > div .tit-rinen {
    font-size: 3.5rem;
    letter-spacing: .4rem;
    width: 35vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
}

.contents > div .tit-sub {
  margin-bottom: 10px;
  text-align: center;
  font-size: 5vw;
}

@media only screen and (min-width: 768px) {
  .contents > div .tit-sub {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .contents > div .tit-sub {
    text-align: left;
    font-size: 1.6rem;
  }
}

.contents dl {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .contents dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.contents dl dt {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  margin-right: 1rem;
  position: relative;
  top: 5px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .contents dl dt {
    text-align: left;
    margin-bottom: 0;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1025px) {
  .contents > div:last-child {
    padding-bottom: 10vh;
  }
}

.contents div h2 {
  font-size: 3rem;
}

/*画像のブロック*/
.images {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .images {
    width: 50vw;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: inherit;
  }
}

.images p {
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
  z-index: -1;
}

.images p:first-child,
.images p.active {
  visibility: visible;
  opacity: 1;
}

.v-wrap {
  margin-bottom: 30px;
}

.v-wrap .v-tit {
  font-size: 2.4rem;
  width: 90px;
  background: url(images/line_w03.png) left bottom/contain no-repeat;
  padding-left: 10px;
  line-height: 2.5;
}

.v-wrap.rihav .v-tit {
  width: 120px;
}

.vision-add ul{
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
          
}

@media screen and (min-width: 768px) {
.vision-add ul{
            display: flex;
       
          margin-top: 50px;
          flex-flow: row;
}
}

.vision-add ul li{
  
  @include rem(20);
   font-weight: 600;
   font-size: clamp(1.9rem, 2.3vw, 2.5rem);
  background: url(images/line_w04.png) left bottom/contain no-repeat;
  
   padding: 0 5px;
 
   text-align: center;
   white-space: nowrap;
   margin-bottom: 20px;
   width: 20%;
   text-align: center;


}


@media screen and (min-width: 768px) {
.vision-add ul li{
  margin-bottom: 0;
    width: 18%;
     margin-right: 40px;

}
}

.vision-dl {
  margin-top: 20px;
}

.vision-dl .tit-dl {
  padding: 0 5px;
  font-size: 6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .vision-dl .tit-dl {
    background: url(images/line_w02.png) left bottom/cover no-repeat;
    background-size: 700%;
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 0;
  }
}

.vision-dl .tit-dl.riha {
  background-size: 600%;
}

.vision-dl .tit-dl span {
  background: url(images/line_w02.png) left bottom/cover no-repeat;
  padding: 5px;
  background-size: 600%;
}

@media only screen and (min-width: 768px) {
  .vision-dl .tit-dl span {
    background: none;
    padding: 0;
  }
}

.core-dl {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
.core-dl {
  margin-top: 60px;
}

}

.core-dl .tit-core {
  background: url(images/line_w02.png) left bottom/contain no-repeat;
  width: 100%;
  padding: 5px;
  font-size: 1.8rem;
  line-height: .8;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .core-dl .tit-core {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.core-dl .tit-core .num {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  margin-right: 2rem;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .core-dl .tit-core .num {
    display: inline;
    text-align: left;
  }
}

.core-dl .tit-core .txt{
  text-align: center;
}

@media screen and (min-width: 768px) {
.core-dl .tit-core .txt{
  text-align: left;
}

}

/* ----------------------------------

共通

---------------------------------- */
#container {
  margin-top: 200px;
}

.tit-wrap-base {
  text-align: center;
}

.tit-wrap-base .en {
  font-size: 1.6rem;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 1025px) {
  .tit-wrap-base .en {
    font-size: 2rem;
  }
}

.tit-wrap-base h3 {
  font-size: 2.4rem;
}

@media only screen and (min-width: 1025px) {
  .tit-wrap-base h3 {
    font-size: 3rem;
  }
}

.line {
  font-size: var(--txt-line);
  text-align: center;
  margin: 30px 0;
  letter-spacing: .5rem;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
  .line {
    margin: 50px 0;
  }
}

.btn-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .btn-center {
    margin-top: 50px;
  }
}

.pc-view {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .pc-view {
    display: inherit !important;
  }
}

@media only screen and (min-width: 1025px) {
  .sp-view {
    display: none !important;
  }
}

.tit-base .en {
  font-size: 1.6rem;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .3rem;
}

@media only screen and (min-width: 1025px) {
  .tit-base .en {
    font-size: 1.8rem;
  }
}

.tit-base h3 {
  font-size: 2.5rem;
  letter-spacing: .2rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .tit-base h3 {
    font-size: 3.3rem;
    margin-bottom: 0;
  }
}

.frame05,
.frame03 {
  position: relative;
  bottom: -5px;
}

.btn-base a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #000000;
  padding: 10px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  white-space: nowrap;
}

.btn-base a::after {
  margin-left: 1rem;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-base a:hover {
  background: #000000;
  color: #FFFFFF;
}

.btn-base a:hover::after {
  background: #FFFFFF;
}

.bg-white {
  background: #FFFFFF;
}

/* タブ */
.tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  flex-flow: wrap;
}

@media only screen and (min-width: 1025px) {
  .tab-list {
    position: absolute;
    right: 250px;
    top: 30px;
    width: 550px;
    flex-flow: nowrap;
  }
}

.tab-item {
  padding: 10px 0;
  background-color: #f2f2f2;
  color: #000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  margin: 0 3px;
  width: 48%;
  margin-bottom: 15px;
  position: relative;
  border-radius: 100px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

@media only screen and (min-width: 768px) {
  .tab-item {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
}

.tab-item.is-active {
  text-decoration: none;
}

.tab-item.is-active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #000;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  opacity: 1;
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-01 {
  opacity: 0;
}

.effect-01.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-02 {
  opacity: 0;
}

.effect-02.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-03 {
  opacity: 0;
}

.effect-03.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-04 {
  opacity: 0;
}

.effect-04.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-05 {
  opacity: 0;
}

.effect-05.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-06 {
  opacity: 0;
}

.effect-06.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

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

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

/* ----------------------------------

タブ切り替え

---------------------------------- */
/* タブをクリックした時 ホバーした時 */
.tab-item:hover,
.tab-item.is-active {
  color: #FFFFFF;
  background: #000;
}

/* パネル */
.panel-list {
  margin: 0px auto 0;
}

.panel-list dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .panel-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.panel-list dl dt {
  width: 200px;
  margin-bottom: 10px;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .panel-list dl dt {
    margin-bottom: 0;
  }
}

.panel-list dl dd {
  width: 100%;
}

.panel-item {
  display: none;
  width: 100%;
  padding: 5vw 0 5vw 5vw;
}

.panel-item.is-active {
  display: block;
  -webkit-animation: panel-show .9s ease-in-out forwards;
  animation: panel-show .9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.common-contact {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  width: 90%;
  background: #FFFFFF;
  margin: auto;
  -webkit-box-shadow: 10px 3px 33px -13px #555;
  box-shadow: 10px 3px 33px -13px #555;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  padding: 40px;
  margin-top: 70px;
}

@media only screen and (min-width: 768px) {
  .common-contact {
    padding: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .common-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 40px 80px 80px;
    margin-top: 100px;
  }
}

.common-contact .footer-tit {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .common-contact .footer-tit {
    width: 35%;
    border-right: 1px solid #000000;
    padding-right: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
}

.common-contact .footer-tit dl {
  margin-bottom: 40px;
}

.common-contact .footer-tit dl dt {
  font-size: var(--contact-tit);
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .8rem;
}

.common-contact .footer-tit .txt {
  text-align: left;
}

.common-contact .txt-inner {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 1025px) {
  .common-contact .txt-inner {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}

.common-contact .tel {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 1025px) {
  .common-contact .tel {
    width: 33%;
    border-right: 1px solid #000000;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.common-contact .tel .icon {
  width: 30px;
  margin: auto;
}

.common-contact .num {
  text-align: center;
  white-space: nowrap;
}

.common-contact .num p {
  font-size: var(--num);
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .5rem;
}

@media only screen and (min-width: 1025px) {
  .mail {
    width: 33%;
  }
}

.mail .icon {
  width: 30px;
  margin: auto;
}

.mail .btn-center {
  text-align: center;
}

.l-footer {
  position: relative;
  margin-top: -200px;
  color: #FFFFFF;
}

.l-footer .footer-wrap {
  background: #595959;
  padding-top: 100px;
}

.l-footer .footer-inner {
  width: 90%;
  margin: auto;
  padding: 80px 0;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.l-footer a {
  color: #FFFFFF;
}

.l-footer nav {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-footer nav {
    display: inherit;
  }
}

.l-footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer nav ul li {
  margin-left: 3vw;
  font-size: 1.4rem;
}

.l-footer .f-logo {
  margin-bottom: 30px;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .f-logo {
    margin-top: 0;
  }
}

.l-footer .f-logo img {
  width: 70px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .f-logo img {
    width: 100px;
  }
}

.l-footer address {
  font-style: normal;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1025px) {
  .l-footer address {
    font-size: 1.4rem;
  }
}

.l-footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.l-footer .sns li {
  margin-right: 20px;
}

.l-footer .copy {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .copy {
    font-size: 1.1rem;
  }
}

/* ----------------------------------

建築

---------------------------------- */
.arch-greet-inner {
  max-width: 1000px;
  margin: 10vw auto;
}

@media only screen and (min-width: 1025px) {
  .arch-greet-inner {
    margin: 5vw auto;
  }
}

.arch-greet-inner .tit-en {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .5rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .arch-greet-inner .tit-en {
    font-size: 5rem;
    margin-bottom: 40px;
  }
}

.arch-greet-inner .txt {
  width: 90%;
  margin: auto;
  line-height: 2;
}

@media only screen and (min-width: 1025px) {
  .arch-greet-inner .txt {
    text-align: center;
    line-height: 2.5;
  }
}

.setuca-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background: #FFFFFF;
  padding: 10vw 0;
}

@media only screen and (min-width: 1025px) {
  .setuca-wrap {
    height: 60vw;
    max-height: 700px;
    padding: 0;
  }
}

.setuca-wrap .logo-wrap {
  text-align: center;
}

.setuca-wrap .logo-wrap .logo-setuca {
  width: 100px;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .setuca-wrap .logo-wrap .logo-setuca {
    width: 160px;
  }
}

.setuca-wrap .logo-wrap .txt-brand {
  color: #7ea8a6;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 30px 0;
}

@media only screen and (min-width: 1025px) {
  .setuca-wrap .logo-wrap .txt-brand {
    font-size: 2.2rem;
    margin: 50px 0;
  }
}

.setuca-wrap .logo-wrap .txt {
  line-height: 2;
}

.setuca-wrap .pic-setuca {
  width: 90%;
  margin: 50px auto 0;
}

.setuca-wrap .pic-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  max-height: 700px;
}

.setuca-wrap .pic-wrap li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0%;
  width: 30%;
}

.setuca-wrap .pic-wrap li:nth-child(2) {
  top: -150px;
  right: 10%;
  position: absolute;
  width: 20%;
}

.setuca-wrap .pic-wrap li:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 20%;
}

.arch-enter {
  padding-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter {
    padding-top: 100px;
  }
}

.arch-enter h4 {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter h4 {
    font-size: 3.2rem;
  }
}

.arch-enter h4 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter h4 span {
    font-size: 1.9rem;
  }
}

.arch-enter .enter-box {
  margin-bottom: 5vw;
}

.arch-enter .enter-box a {
  display: block;
  max-width: 1400px;
  width: 90%;
  margin: auto;
  background: url(images/new.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #FFFFFF;
  padding: 10vw 6vw;
  -webkit-box-shadow: 10px 3px 33px -13px #555;
  box-shadow: 10px 3px 33px -13px #555;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

@media only screen and (min-width: 1025px) {
  .arch-enter .enter-box a {
    padding: 6vw;
  }
}

.arch-enter .enter-box a::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.arch-enter .enter-box a:hover::after {
  opacity: .3;
}

.arch-enter .enter-box a .logo-w {
  position: relative;
  z-index: 1;
  width: 80px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .enter-box a .logo-w {
    width: 100px;
    margin-bottom: 0;
  }
}

.arch-enter .enter-box a h5 {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .enter-box a h5 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}

.arch-enter .enter-box a .txt {
  position: relative;
  z-index: 1;
}

.arch-enter .enter-box a .btn-base {
  border: 2px solid #FFFFFF;
  position: relative;
  z-index: 1;
  padding: 15px 25px;
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .enter-box a .btn-base {
    margin-top: 50px;
  }
}

.arch-enter .enter-box a .btn-base i {
  margin-left: .5rem;
}

.arch-enter .enter-box.reform a {
  background: url(images/bg_new.jpg) center center/cover no-repeat;
}

.arch-enter .tit-works {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .tit-works {
    margin-top: 0;
  }
}

.arch-enter .tit-works .en {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .tit-works .en {
    font-size: 1.9rem;
  }
}

.arch-enter .tit-works .tit {
  font-size: 2.2rem;
  font-weight: 600;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .tit-works .tit {
    font-size: 3.2rem;
  }
}

.arch-enter .arch-works {
  max-width: 1400px;
  margin: 50px auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .arch-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.arch-enter .arch-works .arch-box {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .arch-works .arch-box {
    width: 31%;
    margin-bottom: 0;
  }
}

.arch-enter .arch-works .arch-box a {
  background: url(images/works01.jpg) center center/cover no-repeat;
  position: relative;
  width: 100%;
  display: block;
  color: #FFFFFF;
  height: 200px;
  -webkit-box-shadow: 10px 3px 33px -13px #555;
  box-shadow: 10px 3px 33px -13px #555;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .arch-works .arch-box a {
    height: 35vw;
    max-height: 500px;
  }
}

.arch-enter .arch-works .arch-box a::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.arch-enter .arch-works .arch-box a:hover::after {
  opacity: .3;
}

.arch-enter .arch-works .arch-box a .label {
  z-index: 1;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .arch-works .arch-box a .label {
    font-size: 2.8rem;
    position: absolute;
    left: 20px;
    top: 20px;
    margin-bottom: 0;
  }
}

.arch-enter .arch-works .arch-box a .cate {
  z-index: 1;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  line-height: 1;
  display: block;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .arch-works .arch-box a .cate {
    width: 32vw;
    max-width: 460px;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    bottom: 0px;
    right: 20px;
  }
}

.arch-enter .arch-works .arch-box a .link {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.arch-enter .arch-works .arch-box a .link i {
  margin-left: .5rem;
}

.arch-enter .arch-works .arch-box.reform a {
  background: url(images/works02.jpg) center center/cover no-repeat;
}

.arch-enter .arch-works .arch-box.nurse a {
  background: url(images/works03.jpg) center center/cover no-repeat;
}

.arch-enter .other a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #aaa;
  max-width: 90%;
  padding: 20px;
  margin: auto;
  color: #FFFFFF;
  -webkit-box-shadow: 10px 3px 33px -13px #999;
  box-shadow: 10px 3px 33px -13px #999;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.02));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.02));
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (min-width: 1025px) {
  .arch-enter .other a {
    max-width: 700px;
    padding: 30px;
  }
}

.arch-enter .other a:hover {
  background: #bbb;
}

.arch-enter .other a dl dt {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .arch-enter .other a dl dt {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.arch-enter .other a dl dd {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ----------------------------------

介護福祉

---------------------------------- */
.top-fukushi.page-care .top-column {
  padding-bottom: 0;
}

.top-fukushi.page-care .bg-white {
  padding-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .top-fukushi.page-care .bg-white {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .block-kaigo .tit-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.block-kaigo .tit-wrap h3 {
  font-size: 3rem;
}

@media only screen and (min-width: 1025px) {
  .block-kaigo .tit-wrap h3 {
    font-size: 4.5rem;
    letter-spacing: .6rem;
    line-height: 0;
  }
}

.block-kaigo .tit-wrap .sub-en {
  font-size: 1.6rem;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 10px;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 1025px) {
  .block-kaigo .tit-wrap .sub-en {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 100px;
    font-size: 1.9rem;
    letter-spacing: .3rem;
  }
}

.block-kaigo .txt-wrap .sub {
  font-size: 2.1rem;
  letter-spacing: .5rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
}

@media only screen and (min-width: 1025px) {
  .block-kaigo .txt-wrap .sub {
    font-size: 3rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}

.block-kaigo .txt-wrap .txt br {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .block-kaigo .txt-wrap .txt br {
    display: inherit;
  }
}

.memo {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto;
  background: #FFFFFF;
  padding: 40px;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .memo {
    padding: 6vw;
    margin: 100px auto;
  }
}

.memo .btn-base {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .memo .btn-base {
    margin-top: 70px;
  }
}

.memo .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  border-bottom: 35px solid #f2f2f2;
  border-top: 0;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  left: -24px;
  top: -10px;
}

@media only screen and (min-width: 1025px) {
  .memo .triangle {
    border-right: 76px solid transparent;
    border-left: 76px solid transparent;
    border-bottom: 75px solid #f2f2f2;
    left: -54px;
    top: -15px;
  }
}

.memo .vision {
  font-size: 2.5rem;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .6rem;
}

@media only screen and (min-width: 1025px) {
  .memo .vision {
    font-size: 3.5rem;
  }
}

.memo h4 {
  font-size: var(--kaigo-tit);
  letter-spacing: .3rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .memo h4 {
    letter-spacing: .8rem;
    margin-bottom: 80px;
  }
}

.memo .txt {
  text-align: left;
  line-height: 1.9;
}

@media only screen and (min-width: 768px) {
  .memo .txt {
    text-align: center;
    line-height: 2.4;
  }
}

.memo.memo-gray {
  background: #f2f2f2;
  margin-bottom: 0;
}

.memo.memo-gray .triangle {
  border-bottom-color: #fff;
}

/* ----------------------------------

swiper

---------------------------------- */
#news-slider {
  padding-right: 20%;
}

#news-slider .swiper-wrapper {
  padding: 20px 0;
}

#news-slider .swiper-slide {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

#news-slider .swiper-slide:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#news-slider .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .swiper-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 50px;
    top: 50px;
  }
}

.swiper-btn-wrap .swiper-button-prev,
.swiper-btn-wrap .swiper-button-next {
  background: #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  .swiper-btn-wrap .swiper-button-prev,
  .swiper-btn-wrap .swiper-button-next {
    left: 0;
    right: 0;
    left: 0;
    top: 0;
    position: relative !important;
  }
}

.swiper-btn-wrap .swiper-button-prev::after,
.swiper-btn-wrap .swiper-button-next::after {
  font-size: 2rem;
}

.swiper-btn-wrap .swiper-button-next {
  margin-left: 20px;
}

.news-box {
  background: #FFFFFF;
}

.news-box .detail {
  padding: 30px;
}

.news-box .detail .date {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #555;
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 28px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 65px;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
}

.openbtn.fixed {
  top: 13px;
}

.openbtn.fixed span {
  background: #000000;
}

.home .openbtn span {
  background: #FFFFFF;
}

.home .openbtn.fixed span {
  background: #000000;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 27px;
}

.openbtn span:nth-of-type(3) {
  top: 39px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(130vw, 0);
  transform: translate(130vw, 0);
  width: 100%;
  height: 130vh;
  /*ナビの高さ*/
  background: white;
  /*動き*/
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
}

#g-nav .nav-logo {
  width: 85%;
  margin: 20px auto 0;
}

#g-nav .nav-logo img {
  width: 65px;
}

#g-nav .main-menu {
  width: 80%;
  margin: 60px auto 0;
}

#g-nav .main-menu li {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#g-nav .common-contact {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
}

#g-nav .common-contact .footer-tit {
  border-top: 1px solid #000;
  padding-top: 40px;
}

#g-nav .sns {
  margin-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 150px;
}

#g-nav .sns li {
  font-size: 2.5rem;
  margin: 0 20px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

/* ----------------------------------

お問い合わせ

---------------------------------- */
.contact-top {
  padding: 50px 0;
  width: 90%;
  margin: auto;
}

.contact-top dl dt {
  margin-bottom: 50px;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .contact-top dl dt {
    font-size: 2rem;
  }
}

.contact-top dl dd {
  line-height: 2.4;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .contact-top dl dd {
    text-align: center;
  }
}

.contact-type .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.contact-type .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .contact-type .wpcf7-radio .wpcf7-list-item {
    width: 46%;
  }
}

.contact-wrap .contact-btm {
  border-top: 1px solid #ccc;
  max-width: 1000px;
  margin: 40px auto 0;
  padding-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .contact-wrap .contact-btm {
    padding-top: 100px;
    margin: 80px auto 0;
  }
}

.contact-wrap span.att {
  display: block;
  margin-top: 20px;
}

.contact-wrap .tit-mid {
  margin-top: 60px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .contact-wrap .tit-mid {
    font-size: 3rem;
  }
}

.contact-wrap .num-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-wrap .num-column input {
  width: 70px !important;
}

.contact-wrap .num-column .one-box {
  margin-right: 50px;
  white-space: nowrap;
}

.contact-wrap .time-wrap {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .contact-wrap .time-wrap {
    margin-top: 0;
  }
}

.contact-wrap .time-wrap .time-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.contact-wrap .time-wrap .time-txt input[type="text"] {
  width: 70px !important;
}

.contact-wrap .time-wrap .frame01 {
  margin-right: 20px;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .contact-wrap .time-wrap .frame01 {
    width: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 999;
  }
}

.contact-wrap .time-wrap .frame02 {
  margin-right: 20px;
}

.contact-wrap .bg-white {
  padding: 50px 3vw;
}

.contact-wrap dl {
  max-width: 1000px;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 1025px) {
  .contact-wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact-wrap dl dt {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .contact-wrap dl dt {
    width: 300px;
    margin-bottom: 0;
  }
}

.contact-wrap dl dd {
  width: 100%;
}

.contact-wrap dl dd input[type="text"],
.contact-wrap dl dd textarea,
.contact-wrap dl dd input[type="tel"],
.contact-wrap dl dd input[type="email"] {
  width: 100%;
  border: none;
  background: #F2f2f2;
  padding: 10px;
}

.contact-wrap dl dd select {
  border: none;
  background: #F2F2F2;
  padding: 10px;
}

.h-adr .title {
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.h-adr .att {
  margin-top: 0 !important;
}

.h-adr label {
  display: block;
}

/*------------------------------------------------------------
.btnArea
------------------------------------------------------------*/
.btnArea {
  position: relative;
  text-align: center;
  margin-top: 3vw;
}

input.wpcf7-form-control.wpcf7-text.p-postal-code {
  width: 150px;
}

.btn-submit p {
  display: inline;
}

.btn-submit {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: auto;
  -webkit-transition: .5s;
  transition: .5s;
  background: #ddd;
  font-family: "Noto Sans JP", serif;
  color: #FFFFFF;
  width: 250px;
  border-radius: 100px;
}

.btn-submit::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 1.5rem;
  color: #ddd;
  position: absolute;
  right: 20px;
}

._check .btn-submit {
  background: #FFFFFF;
}

.btnArea input[type="submit"] {
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.page-id-21 .btnArea input[type="submit"] {
  pointer-events: inherit;
}

.btnArea input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: none;
}

.btnArea._check input[type="submit"] {
  pointer-events: inherit;
  cursor: pointer;
}

a.btn_one {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 30px;
  border: 1px solid #ccc;
  border-radius: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: auto;
  -webkit-transition: .5s;
  transition: .5s;
  background: #acacac;
  font-family: "Noto Sans JP", serif;
  color: #FFFFFF;
}

._check a.btn_one._a {
  background: #FFFFFF;
  color: #000000;
}

a.btn_one._a:hover {
  background: #000;
  opacity: 1;
  color: #FFFFFF;
}

/*------------------------------------------------------------
.notes_required
------------------------------------------------------------*/
.checkBtn_area {
  text-align: center;
}

.notes_required {
  margin-top: 3vw;
}

.notes_required label {
  color: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.notes_required label .label_inner {
  padding-left: .5rem;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1025px) {
  .notes_required label .label_inner {
    font-size: 1.6rem;
  }
}

.notes_required label .label_inner:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}

.notes_required._check label .label_inner:after {
  content: '';
  width: 20px;
  height: 12px;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.9em;
}

.notes_required label input {
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .notes_required label:hover {
    border-bottom: 2px solid #000;
  }
}

@media screen and (max-width: 1024px) {
  .notes_required label {
    font-size: 18px;
  }
  .notes_required .check_text_b {
    font-size: 14px;
  }
  .notes_required label .label_inner {
    padding-left: 10px;
  }
  .notes_required label .label_inner:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .notes_required._check label .label_inner:after {
    width: 16px;
    height: 8px;
    margin-top: -0.8em;
  }
}

@media screen and (max-width: 767px) {
  .notes_required {
    padding: 20px 15px;
  }
  .notes_required .check_text_b {
    font-size: 13px;
  }
  .notes_required._check label .label_inner:after {
    width: 16px;
    height: 8px;
    margin-top: -0.8em;
  }
}

/* ----------------------------------

お知らせ

---------------------------------- */
.news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 100px 0 400px;
}

.news-wrap::after {
  content: "";
  display: block;
  width: 31%;
}

.news-wrap .news-box {
  width: 48%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .news-wrap .news-box {
    width: 31%;
  }
}

.news-column {
  max-width: 800px;
  margin: auto;
  padding: 50px 0 200px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .news-column {
    padding: 100px 0 400px;
  }
}

.news-column .date {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  color: #555;
}

.news-column .blog-tit {
  font-size: clamp(1.8rem, 3vw, 3rem);
  text-align: center;
}

.news-column .news-inner img {
  display: block;
  margin: 10px auto;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50%;
  padding: 15px 0;
}

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

.share dl dt {
  margin-right: 1rem;
}

.share dl ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share dl ul li {
  margin: 0 10px;
}

.next-post-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 10vw auto 50px;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

@media only screen and (min-width: 1025px) {
  .next-post-link {
    width: 100%;
    margin: 10vw auto 0px;
  }
}

.next-post-link .btn-base a {
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 1025px) {
  .next-post-link .btn-base a {
    width: auto;
    padding: 22px 80px;
  }
}

.next-post-link .btn-base span {
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .next-post-link .btn-base span {
    left: -10px;
  }
}

.next-post-link .btn-base span::after {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .next-post-link .btn-base span::after {
    display: inherit;
  }
}

.next-post-link i {
  margin: 0 .5rem;
}

.next-post-link li:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 33%;
  text-align: center;
}

.next-post-link li:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: 33%;
}

.next-post-link li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*recruit*/
.type-rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .type-rec {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}

.type-rec::after {
  content: "";
  background: #000;
  width: 30px;
  height: 1px;
  margin-top: 10px;
}

.rec-tab {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .rec-tab {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .rec-tab dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.rec-tab dl dt {
  border-bottom: 1px solid #000;
  padding: 5px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .rec-tab dl dt {
    width: 20%;
    font-weight: normal;
    padding: 10px;
  }
}

.rec-tab dl dd {
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .rec-tab dl dd {
    width: 80%;
    border-bottom: 1px solid #000;
    padding: 10px;
  }
}

.not-recruit {
  text-align: center;
}

.rec-wrap {
  margin: auto;
  max-width: 900px;
  width: 90%;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .rec-wrap {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.btn-send input {
  border: none;
  background: #000000;
  width: 250px;
  margin: auto;
  padding: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  color: #FFFFFF;
  cursor: pointer;
}

.btn-send input:hover {
  opacity: .7;
}

.page-id-7318 .btn-wrap, .page-id-38 .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .page-id-7318 .btn-wrap, .page-id-38 .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.page-id-7318 .btn-wrap input, .page-id-38 .btn-wrap input {
  border: none;
  background: #000000;
  width: 250px;
  margin: 10px auto 10px !important;
  padding: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  color: #FFFFFF;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .page-id-7318 .btn-wrap input, .page-id-38 .btn-wrap input {
    margin: 0 10px !important;
  }
}

.page-id-7318 .btn-wrap input:hover, .page-id-38 .btn-wrap input:hover {
  opacity: .7;
}

.zip-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.zip-wrap .pt2 {
  width: 100px;
}

.zip-wrap .pt4 {
  width: 100px;
}

.ct-other{
  margin-top: 50px;
}

.btn-colum ul{
  
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
.btn-colum ul{
  display: flex;
  justify-content: center;
  
}
}

.btn-colum ul li{
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
.btn-colum ul li{
  margin: 0 20px;
  text-align: center;
}
}

.btn-colum ul li a{
  display: block;
  background: #f79a43;
  border-radius: 100px;
  width: 260px;
  padding: 10px;
  color: #fff;
  transition: .5s;
  margin: auto;
}

.btn-colum ul li a:hover{
  opacity: .7;         
}


.btn-colum ul li:nth-child(2) a{

    background: #c72222;

}

.space{
  display: block;
  height: 0px;

}

@media screen and (min-width: 768px) {
.space{
  display: block;
  height: 100px;

}
}




/*smile*/
.year-nav {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  font-family: "Lustria", sans-serif;
}

.smile-box {
  border-bottom: 1px dotted var(--black);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .smile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.smile-box .month {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .smile-box .month {
    width: 15%;
  }
}

.smile-box .month span {
  font-family: var(--brandon);
  font-size: 60px;
  font-size: 6rem;
}

@media screen and (min-width: 1024px) {
  .smile-box .txt {
    width: 60%;
  }
}

.smile-box .btn-link {
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .smile-box .btn-link {
    width: 20%;
  }
}

.smile-box .btn-link a {
  width: 200px;
  height: 200px;
  display: block;
  background: #7faba9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  color: #FFF;
  font-family: var(--brandon);
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.8em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  margin: 20px auto 0;
}

@media screen and (min-width: 1024px) {
  .smile-box .btn-link a {
    margin: inherit;
  }
}

.smile-box .btn-link a::before {
  content: "\f1c1";
  font-family: 'FontAwesome';
  font-size: 30px;
  font-size: 3rem;
}

.smile-box .btn-link a::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  bottom: 0;
}

.smile-box .btn-link a:hover {
  background: #b5c6b2;
}

.smile-box .btn-link a:hover::after {
  bottom: -10px;
  position: relative;
}

.smile-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .smile-year {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.smile-year li {
  list-style: none;
  margin-bottom: 20px;
  width: 33%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .smile-year li {
    width: auto;
  }
}

.smile-year li a {
  background: #b5b5b6;
  color: #FFF;
  padding: 3px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin: 0 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .smile-year li a {
    padding: 3px 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .smile-year li a {
    padding: 3px 30px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.smile-year li a:hover {
  background: #7faba9;
}

.smile-year li.current-cat a {
  background: #7faba9;
  position: relative;
}

.smile-year li.current-cat a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #7faba9 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
}

@media only screen and (max-width: 650px) {
  .smile-year {
    margin-bottom: 0;
  }
  .smile-box .btn-link a {
    width: 130px;
    height: 130px;
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .smile-box .btn-link a::before {
    font-size: 2rem;
  }
  .smile-box .btn-link a::after {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 450px) {
  .smile-box .month span {
    font-size: 4.3rem;
  }
  .smile-box .month {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .smile-box {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
}

.page_temp{
  margin-bottom: 250px;
}

@media only screen and (min-width: 768px) {
    .tab-normal {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }
}
.tab-normal {
    padding: 10px 0;
    background-color: #f2f2f2;
    color: #000;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin: 0 3px;
    width: 48%;
    margin-bottom: 15px;
    position: relative;
    border-radius: 100px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}