@charset "UTF-8";

/*
  セッティング
  ---------------*/
/*
Base
-----------------------------------------------------*/
/* 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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

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

body {
  letter-spacing: 0.05rem;
  line-height: 1.6;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

em {
  font-weight: bold;
}

/* ----- breakpoint ----- */
/* Default Style */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font: medium/1.6 "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

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

body {
  color: #333;
}

@media screen and (min-width: 936px) {
  body {
    padding-top: 81px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    padding-top: 112px;
  }
}

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

*[lang="en"] {
  color: #f52e2e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-family: "Avenir", sans-serif;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/* ----- color ----- */
/* ----- font-size ----- */
/* ----- title ----- */
.h2 {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .h2 {
    font-size: 2.5rem;
  }
}

.h2-primary {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .h2-primary--side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.h3 {
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .h3 {
    font-size: 1.25rem;
  }
}

.h3-primary {
  margin-bottom: 30px;
}

.h3-secondary {
  position: relative;
  text-align: center;
}

.h3-secondary::before {
  position: absolute;
  bottom: -30%;
  left: 50%;
  display: inline-block;
  margin: 0 auto;
  width: 32px;
  height: 2px;
  background-color: #fa6147;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.h3.-under {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .h3.-under {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

/* ----- section ----- */
.sectionA {
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .sectionA {
    padding: 6rem 0;
  }
}

.sectionB {
  padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .sectionB {
    padding: 3rem 0;
  }
}

.sectionB.-last {
  padding-bottom: 0;
}

.bgc {
  background-color: #fff0f0;
}

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

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.sp-hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-hide {
    display: block;
  }
}

.pc-hide {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

/* ----- swiper ----- */
.swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 90vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-position {
  position: relative;
}

/* 全体のスタイル */
.swiper-pagination-bullet {
  width: 12px;
  /* 幅 */
  height: 12px;
  /* 高さ */
  border: #fa6147 0.05px solid;
  background: #fff;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  background: #fa6147;
}

.txt_area {
  position: absolute;
  top: 35%;
  left: 10%;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 10px #666;
}

.txt_area_copy1 {
  display: block;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: "Avenir", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}

@media screen and (min-width: 768px) {
  .txt_area_copy1 {
    font-size: 1.5rem;
    top: 35%;
    left: 10%;
  }
}

@media screen and (min-width: 1024px) {
  .txt_area_copy1 {
    font-size: 2rem;
  }
}

.txt_area_copy2 {
  letter-spacing: 5px;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .txt_area_copy2 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .txt_area_copy2 {
    font-size: 5.5rem;
  }
}

.txt_area_copy3 {
  position: absolute;
  bottom: 12rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.txt {
  margin-top: 1.5rem;
  letter-spacing: 3px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .txt {
    margin-top: 3.5rem;
    font-size: 1rem;
  }
}

.txt-copy2 {
  margin-top: 1rem;
  letter-spacing: 3px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .txt-copy2 {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

/*-----font awsome-----*/
.fa-chevron-down:before {
  padding-left: 8px;
  color: #333;
}

.fa-chevron-down:before:hover {
  color: #fa6147;
}

/*-----

blogページアセット

-----*/
/*
  レイアウト
  ---------------*/
.l-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-containerB {
  width: 90%;
  margin: 0 auto;
}

.l-containerC {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.l-containerD {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
}

@media screen and (min-width: 936px) {
  .l-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
}

.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  line-height: 1.3;
}

.l-header__container::before {
  display: none;
}

@media screen and (min-width: 936px) {
  .l-header__container::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 0.1px;
    background-color: #e9e9e9;
    top: 28px;
    right: 0;
  }
}

.header-title .logo {
  position: absolute;
}

.logo-img {
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  background-color: #fff;
  padding: 1rem;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .logo-img {
    width: 140px;
  }
}

@media screen and (min-width: 1200px) {
  .logo-img {
    padding: 2rem;
    width: 200px;
  }
}

#logo {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .is-animation {
    width: 114px;
  }
}

@media screen and (min-width: 1200px) {
  .is-animation {
    width: 147px;
  }
}

.header-info {
  text-align: right;
  padding: 0.25rem 0;
}

@media screen and (max-width: 935px) {
  .header-info {
    display: none;
  }
}

.header-info .tel {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .header-info .tel {
    font-size: 0.875rem;
  }
}

.header-info .time {
  font-size: 0.75rem;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .header-info .time {
    font-size: 0.875rem;
  }
}

.l-global-nav {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 3;
  width: 60%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 65px;
}

@media screen and (min-width: 936px) {
  .l-global-nav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-top: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
    right: 0;
    top: 28px;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.l-global-nav__li {
  text-align: center;
  letter-spacing: 0.1rem;
}

.l-global-nav__a {
  position: relative;
  display: block;
  padding: 1.25rem 2rem;
  color: #333;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 936px) {
  .l-global-nav__a {
    width: 100%;
    padding: 1rem 1.2rem 1rem 0.4rem;
    border-bottom: none;
  }
}

@media screen and (min-width: 1200px) {
  .l-global-nav__a {
    padding: 2rem 2rem 2rem 1rem;
  }
}

.l-global-nav__a:hover {
  color: #fa6147;
}

.l-global-nav__contact {
  background-color: #fa6147;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  border: 1px solid #fa6147;
  font-weight: bold;
}

.l-global-nav__contact:hover {
  color: #fa6147;
  background-color: #fff;
  border: 1px solid #fa6147;
}

@media screen and (min-width: 1200px) {
  .l-global-nav__contact {
    padding: 2rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-global-nav__li {
    position: relative;
  }
}

@media screen and (min-width: 936px) {
  .l-global-nav__li {
    position: relative;
  }
}

.has-child ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 936px) {
  .has-child ul {
    position: absolute;
    left: 0;
    top: 53px;
    z-index: 4;
    background-color: #fff;
    width: 180px;
    visibility: hidden;
    opacity: 0;
  }
}

@media screen and (min-width: 1200px) {
  .has-child ul {
    top: 85px;
  }
}

@media screen and (min-width: 936px) {
  .has-child:hover>.nav-inner__ul {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

.has-child:hover .l-global-nav__a {
  color: #fa6147;
}

.has-child:hover .nav-arrow::before {
  background-color: #fa6147;
}

.nav-inner__a {
  text-decoration: none;
  color: #333;
  padding: 1rem 2rem;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-inner__a:hover {
  opacity: 0.7;
}

.nav-arrow:hover {
  color: #fa6147;
}

.nav-arrow:hover::before {
  background-color: #fa6147;
}

.nav-arrow::before,
.nav-arrow::after {
  position: absolute;
  content: "";
  right: 8px;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-arrow::before {
  top: 36px;
  right: 1rem;
  background-color: #333;
}

@media screen and (min-width: 936px) {
  .nav-arrow::before {
    top: 22px;
    right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .nav-arrow::before {
    top: 37px;
    right: 20px;
  }
}

.nav-arrow::after {
  top: 33px;
  right: 1rem;
  background-color: #fff;
}

@media screen and (min-width: 936px) {
  .nav-arrow::after {
    top: 19px;
    right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .nav-arrow::after {
    top: 34px;
    right: 20px;
  }
}

.is-active-drawer .l-global-nav {
  left: 40%;
}

/*
button
-----------*/
.button-hamburger {
  position: relative;
  top: 3rem;
  right: 3rem;
  bottom: 0;
  z-index: 5;
  width: 24px;
  outline: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

@media screen and (min-width: 936px) {
  .button-hamburger {
    display: none;
  }
}

.button-hamburger::before {
  position: absolute;
  display: block;
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fa6147;
  top: -49px;
  right: -49px;
  -webkit-box-shadow: 0 0 3px #777;
  box-shadow: 0 0 3px #777;
}

@media screen and (min-width: 936px) {
  .button-hamburger::before {
    display: none;
  }
}

.hamburger {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  left: 35px;
  display: block;
  margin: auto;
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.hamburger::before,
.hamburger::after {
  position: absolute;
  right: 0;
  display: block;
  height: 2px;
  background-color: inherit;
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.hamburger::before {
  top: 8px;
  width: 21px;
}

.hamburger::after {
  bottom: 8px;
  width: 21px;
}

.is-active-drawer .hamburger {
  background-color: transparent;
}

.is-active-drawer .hamburger::before,
.is-active-drawer .hamburger::after {
  top: 55%;
  background-color: #fff;
}

.is-active-drawer .hamburger:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-active-drawer .hamburger:after {
  width: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer {
  padding: 2rem 0;
  background-color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-block {
  margin-bottom: 2rem;
}

.footer-block__title {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #888;
  text-align: left;
  font-weight: bold;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media screen and (min-width: 768px) {
  .footer-block__title {
    width: 170px;
    cursor: default;
  }

  .footer-block__title:hover {
    opacity: inherit;
  }
}

.footer-block__li {
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.footer-block__li:hover {
  opacity: 0.7;
}

.footer-block_list {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer-block_list {
    display: block;
  }
}

.footer-block_list li {
  margin: 0.5rem 0;
}

.pankuzu-nav {
  margin-bottom: 1.5rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #555;
}

.pankuzu-nav span {
  color: #333;
}

.pankuzu-nav a {
  text-decoration: none;
}

.pankuzu-nav img {
  vertical-align: top;
}

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

@media screen and (min-width: 768px) {
  .footer-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 200px;
  }
}

.footer-info__item .footer-sns:last-child {
  margin-left: 0.75rem;
}

.footer-logo {
  width: 80px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .footer-logo {
    margin: 0;
  }
}

.footer-logo:hover {
  opacity: 0.7;
}

.footer-sns {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer-sns:hover {
  opacity: 0.7;
}

.privacy {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .privacy {
    text-align: right;
    margin-bottom: 0;
  }
}

.privacy a {
  color: #333;
  text-decoration: none;
}

.copy {
  text-align: center;
  font-size: 0.75rem;
}

.footer-block__title a {
  text-decoration: none;
  color: #333;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer-block__title a {
    pointer-events: auto;
  }
}

.footer-block__title a:hover {
  opacity: 0.7;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#page-top a {
  display: block;
  background: #fa6147;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  #page-top a {
    width: 70px;
    height: 70px;
  }
}

#page-top a::before,
#page-top a::after {
  content: "";
  position: absolute;
  left: 40%;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

  #page-top a::before,
  #page-top a::after {
    width: 15px;
    height: 15px;
    left: 41%;
  }
}

#page-top a::before {
  top: 21px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #page-top a::before {
    top: 30px;
  }
}

#page-top a::after {
  top: 24px;
  background-color: #fa6147;
}

@media screen and (min-width: 768px) {
  #page-top a::after {
    top: 33px;
  }
}

#page-top a:hover {
  text-decoration: none;
}

body {
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}

@media screen and (min-width: 768px) {
  body.overlay:after {
    z-index: 4;
    opacity: 1;
  }
}

.important-news {
  padding-top: 3rem;
  text-align: center;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .important-news {
    padding-top: 6rem;
  }
}

.important-news__p span {
  display: inline-block;
}

.img-explanation {
  width: 100%;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .img-explanation {
    font-size: 0.875rem;
  }
}

.l-important-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media screen and (min-width: 768px) {
  .l-important-news {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.important-news__p {
  margin-bottom: 40px;
}

.contentA {
  margin-bottom: 2rem;
}

.l-important-news .blockA:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-important-news .blockA:not(:last-child) {
    margin-bottom: 0;
  }
}

.blockA {
  width: 49%;
}

.blockA-icon {
  margin-bottom: 10px;
}

.title-block {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-block__p {
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .title-block__p {
    margin-left: 4.5rem;
    text-align: left;
  }
}

.c-titleEn {
  display: block;
  font-size: 0.875rem;
}

.l-button {
  margin: 1.5rem;
  text-align: center;
}

.l-button.-D {
  margin: 3rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-button.-D {
    margin: 6.25rem 0;
  }
}

.l-button.-E {
  margin: 2rem auto;
}

@media screen and (min-width: 768px) {
  .l-button.-E {
    margin: 4rem auto;
    max-width: 400px;
  }
}

.l-buttonB {
  margin: 0 auto;
  width: 160px;
  text-align: center;
}

.l-buttonC {
  margin: 0 auto;
  width: 160px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .l-button-recruit {
    margin: 2.5rem 0 1.5rem;
  }
}

.l-button-mv {
  margin-top: 3.5rem;
  text-align: center;
  text-shadow: none;
}

.l-button-mv .button {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .l-button-mv .button-primary {
    width: 40%;
  }
}

.l-button-mv2 {
  text-align: center;
  text-shadow: none;
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-button-mv2 .button {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .l-button-mv2 .button {
    width: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .l-button-mv2 .button.-main-visual {
    max-width: 450px;
  }
}

.l-button-mv2 .button-primary {
  padding: 1rem 2rem;
  width: auto;
}

@media screen and (min-width: 768px) {
  .l-button-mv2 .button-primary {
    width: 15rem;
  }
}

.button {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .button {
    font-size: 1rem;
  }
}

.button.-select {
  background-color: #fff;
  border: 1px solid #fa6147;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  border: 1px solid #fa6147;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .button.-select {
    margin: 0;
    max-width: 220px;
    width: 100%;
  }
}

.button.-select:hover {
  color: #fff;
  background-color: #fa6147;
  border: 1px solid #fa6147;
}

.button-primary {
  background-color: #fa6147;
  color: #fff;
  width: 70%;
  position: relative;
  text-align: center;
}

.button-primary:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.button-primary:hover::before {
  right: 13px;
}

.button-primary:hover::after {
  right: 16px;
}

.button-primary::before,
.button-primary::after {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  position: absolute;
  margin: auto 0;
  content: "";
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
}

.button-primary::before {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}

.button-primary::after {
  background-color: #fa6147;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 22px;
}

@media screen and (min-width: 1024px) {
  .button-primary {
    max-width: 196px;
    margin: initial;
  }
}

.buttonB {
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 169px;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .buttonB {
    font-size: 0.9375rem;
  }
}

.buttonC {
  display: block;
  margin: 0 auto;
  padding: 1.25rem 1rem;
  max-width: 720px;
  border: 1px solid #fa6147;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8125rem;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .buttonC {
    font-size: 0.9375rem;
    padding: 2rem;
  }
}

.buttonC::before,
.buttonC::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.buttonC::before {
  background-color: #fa6147;
  right: 20px;
}

.buttonC::after {
  background-color: #fff;
  right: 23px;
}

.buttonC:hover {
  color: #fff;
  background-color: #fa6147;
  border: #fff solid 1px;
}

.buttonC:hover::before {
  background-color: #fff;
  right: 14px;
}

.buttonC:hover::after {
  background-color: #fa6147;
  right: 17px;
}

.buttonC.-white {
  background-color: #fff;
}

.buttonC.-white:hover {
  background-color: #fa6147;
}

.l-button-line {
  margin-right: 3rem;
  text-align: right;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .l-button-line {
    font-size: 1rem;
  }
}

.l-button-recruit {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .l-button-recruit {
    margin-bottom: 0;
  }
}

.button-arrow {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333;
}

.button-arrow::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fa6147;
  top: 0;
  margin: auto 0;
  right: -2rem;
  border-radius: 50%;
}

.button-line {
  position: relative;
  display: block;
}

.button-line:hover {
  display: block;
}

.button-line:hover::before {
  right: -26px;
}

.button-line:hover::after {
  right: -24px;
}

.button-line::before,
.button-line::after {
  display: block;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 8px;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-line::before {
  background-color: #fff;
  right: -23px;
}

.button-line::after {
  background-color: #fa6147;
  right: -21px;
}

.button-clear {
  color: #fff;
  font-weight: bold;
  margin: 0;
}

/*----recruit----*/
@media screen and (min-width: 1024px) {
  .l-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1267px;
  }
}

@media screen and (min-width: 1024px) {
  .title-recruit {
    text-align: left;
    margin-bottom: 1.5rem;
  }
}

/*-----news-----*/
.news-block {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .news-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news-item {
  padding: 1.5rem;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news-item:hover {
  opacity: 0.6;
}

.news-item time {
  font-weight: bold;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .news-item time {
    font-size: 1rem;
  }
}

.news-page-title {
  cursor: default;
}

.news-page-title:hover {
  opacity: 1;
}

.news-item-block li:nth-child(odd) {
  background-color: #fff0f0;
}

.news-item-block.-under {
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .news-item-block.-under {
    padding: 3rem 0;
  }
}

.news-title {
  font-size: 0.9375rem;
  margin: 0.5rem 0;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

@media screen and (min-width: 768px) {
  .news-title {
    display: inline-block;
    margin: 0;
  }
}

.news-tag {
  padding: 0.25rem 0.5rem;
  border: 1px solid #fa6147;
  font-size: 12px;
  margin: 0 0.5rem;
}

.flex-pc.-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-pc.-border {
  border-bottom: 1px solid #888;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .flex-pc.-border {
    padding-bottom: 3rem;
  }
}

.news-container {
  padding: 3rem 0 2rem;
}

@media screen and (min-width: 768px) {
  .news-container {
    padding: 8.125rem 0 3rem;
  }
}

.news-container.-page {
  padding: 10rem 0 5rem;
}

.sp-select-menu {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.sp-select-menu select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sp-select-menu select::-ms-expand {
  display: none;
}

.menu-ui {
  position: relative;
  border: 1px solid #fa6147;
  background: #ffffff;
}

.menu-ui::before,
.menu-ui::after {
  position: absolute;
  content: "";
  display: block;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  content: "";
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-ui::before {
  background-color: #fa6147;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.menu-ui::after {
  background-color: #fff;
  bottom: 50%;
}

.menu-ui select {
  padding: 1rem 6rem;
  color: #333;
  font-weight: bold;
}

.l-wp-pagenavi {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  color: #333;
  padding: 0.5rem;
  border: 1px solid #fa6147;
  text-decoration: none;
}

/*-----contact-----*/
.contact-bg-image {
  color: #fff;
  padding: 3rem 0;
  background-image: url(/web/20250219195622im_/https://toraya-g.sakura.ne.jp/images/top/contact.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .contact-bg-image {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-block {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .contact-block::before {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 93px;
    /* background-color: #fff; */
  }
}

.contact-titileEn {
  color: #fff;
}

.contact-text {
  text-align: center;
  margin: 2rem 0 3rem;
}

@media screen and (min-width: 768px) {
  .contact-text {
    margin: 2rem 0 4rem;
  }
}

.h2-contact {
  margin: 0;
}

.tel-number-block {
  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;
}

.tel-block {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}

.tel-block__title {
  font-weight: bold;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .tel-block__title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}

.tel-block__number {
  font-weight: bold;
  font-family: din-2014, sans-serif;
  letter-spacing: 2.5px;
  margin-left: 1rem;
  font-size: 2rem;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .tel-block__number {
    font-size: 2.75rem;
    pointer-events: none;
  }
}

.tel-block__time {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

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

.mail-block__title {
  font-weight: bold;
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .mail-block__title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}

.mail-block img {
  vertical-align: middle;
}

.mail-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  margin: 0 auto;
}

.mail-button-block:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mail-button-block {
    padding: 1rem 4rem;
    width: 100%;
  }
}

.contact-table {
  padding-top: 1.5rem;
  display: block;
  background-color: #fff;
  display: block;
  width: 100%;
}

.contact-table__tbody {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 768px) {
  .contact-table__tbody {
    padding: 2rem 0;
  }
}

.contact-table__tr {
  display: block;
  background-color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .contact-table__tr {
    padding-top: 1.5rem;
    font-size: 1rem;
  }
}

.contact-table__th {
  display: block;
  text-align: left;
  background-color: #fff;
  margin-bottom: 0.5rem;
}

.contact-table__td {
  display: block;
  background-color: #fff;
}

.contact-table__span {
  color: #d31818;
  padding-left: 5px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .contact-table__span {
    font-size: 0.875rem;
  }
}

.contact-table__form-area {
  width: 100%;
  padding: 0.5rem;
  border: none;
  background-color: #efefef;
}

@media screen and (min-width: 768px) {
  .contact-table__form-area {
    padding: 0.75rem;
  }
}

.contact-table__form-area.-adress {
  width: auto;
}

.contact-table .contact-table__tr:not(:first-child) {
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  .contact-table .contact-table__tr:not(:first-child) {
    padding-top: 1.5rem;
  }
}

.contact-table .contact-table__tr:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .contact-table .contact-table__tr:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}

.contact-label {
  margin-right: 0.75rem;
}

@media screen and (min-width: 768px) {
  .contact-label {
    margin-right: 1rem;
  }
}

.post {
  margin-right: 0.5rem;
}

.personal-info-block {
  margin-bottom: 1.5rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .personal-info-block {
    margin-bottom: 2rem;
  }
}

.personal-info-block__span {
  color: #3f82f7;
  border-bottom: 1px solid #3f82f7;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prev,
.next,
.list {
  width: 100%;
  max-width: 110px;
  text-align: center;
}

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

  .prev,
  .next,
  .list {
    max-width: 240px;
  }
}

.prev a,
.next a,
.list a {
  color: #333;
  text-decoration: none;
  background-color: #fff;
  padding: 0.5rem;
  display: block;
  border: 1px solid #fa6147;
}

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

  .prev a,
  .next a,
  .list a {
    padding: 1.5rem 2rem;
  }
}

/*-----privacy-----*/
.privacy-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 9rem 0;
}

.privacy-container .privacy-block:not(:last-child) {
  margin-bottom: 4.5rem;
}

.privacy-h1 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .privacy-h1 {
    font-size: 2rem;
  }
}

.privacy-h2 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #555;
}

@media screen and (min-width: 768px) {
  .privacy-h2 {
    margin-bottom: 1rem;
    padding-bottom: 10px;
    font-size: 1.125rem;
  }
}

.pricacy-pharagraph {
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .pricacy-pharagraph {
    font-size: 1rem;
  }
}

.under-section {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .under-section {
    margin-bottom: 4rem;
  }
}

.under-section.--top {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .under-section.--top {
    margin-top: 4rem;
  }
}

.pricacy-pharagraph-main {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .pricacy-pharagraph-main {
    margin-bottom: 2rem;
  }
}

.ul-1 li {
  text-indent: -1em;
  padding-left: 1rem;
}

.ul-2 li {
  text-indent: 0;
}

/*-----card-----*/
@media screen and (min-width: 1024px) {
  .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

.card-container .c-card:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (min-width: 1024px) {
  .card-container .c-card:not(:last-child) {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.c-card {
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .c-card {
    margin-bottom: 0;
    max-width: 312px;
  }
}

.c-card__body {
  padding: 1.75rem 1.25rem;
  text-align: center;
  background-color: #fff;
}

.c-card__body__p {
  text-align: left;
  margin: 1.25rem 0;
  font-size: 0.9375rem;
}

.c-card__thumbnail {
  overflow: hidden;
}

.c-card__thumbnail img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.c-card--hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-card--hover:hover {
  cursor: pointer;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 6px 6px 5px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 6px 6px 5px 2px rgba(0, 0, 0, 0.24);
}

.c-card--hover:hover .c-card__thumbnail img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.rinen {
  font-family: ro-shino-std, serif;
}

@media screen and (min-width: 768px) {
  .card {
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    /* flexから以下自分で追加 */
  }
}

/*-----

blogページアセット

-----*/
.m_cms_icatch {
  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;
}

.m_cms_wysiwyg>* {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg>* {
    margin-top: 10px;
  }
}

.m_cms_wysiwyg>*:first-child {
  margin: 0;
}

.m_cms_wysiwyg h1,
.m_cms_wysiwyg h2,
.m_cms_wysiwyg h3,
.m_cms_wysiwyg h4 {
  font-weight: bold;
}

.m_cms_wysiwyg h1 {
  font-size: 2rem;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h1 {
    font-size: 1.5rem;
  }
}

.m_cms_wysiwyg h2 {
  font-size: 28px;
  margin-top: 60px;
  border-bottom: 3px solid #fa6147;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h2 {
    font-size: 22px;
    padding: 8px 0;
    margin-top: 30px;
  }
}

.m_cms_wysiwyg h3 {
  font-size: 26px;
  margin-top: 40px;
  padding: 10px 15px 12px;
  border-left: 3px solid #fa6147;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h3 {
    font-size: 22px;
    margin-top: 20px;
    padding: 4px 10px;
  }
}

.m_cms_wysiwyg h4 {
  font-size: 22px;
  margin-top: 30px;
  padding: 6px 15px 7px;
  background: #fa6147;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h4 {
    font-size: 16px;
    margin-top: 20px;
    padding: 4px 10px;
  }
}

.m_cms_wysiwyg h5 {
  font-size: 20px;
  margin-top: 30px;
  padding-left: 15px;
  border-left: 3px solid #fa6147;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h5 {
    margin-top: 20px;
    padding-left: 10px;
  }
}

.m_cms_wysiwyg h6 {
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
  padding: 7px 10px;
  background: #fa6147;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h6 {
    font-size: 12px;
    margin-top: 20px;
  }
}

.m_cms_wysiwyg ul {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg ul {
    margin-top: 20px;
  }
}

.m_cms_wysiwyg ul li {
  position: relative;
  margin-top: 8px;
  padding-left: 1em;
}

.m_cms_wysiwyg ul li:first-child {
  margin-top: 0;
}

.m_cms_wysiwyg ul li:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg ul li:before {
    top: 8px;
  }
}

.m_cms_wysiwyg ol {
  counter-reset: no;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg ol {
    margin-top: 20px;
  }
}

.m_cms_wysiwyg ol li {
  position: relative;
  margin-top: 8px;
  padding-left: 1.5em;
}

.m_cms_wysiwyg ol li:first-child {
  margin-top: 0;
}

.m_cms_wysiwyg ol li:before {
  counter-increment: no;
  content: counter(no) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.m_cms_wysiwyg blockquote {
  border: 1px solid #333;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg blockquote {
    padding: 15px;
  }
}

.m_cms_wysiwyg blockquote * {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg blockquote * {
    margin-top: 10px;
  }
}

.m_cms_wysiwyg blockquote *:first-child {
  margin: 0;
}

.m_cms_wysiwyg p {
  clear: both;
}

.m_cms_wysiwyg p strong {
  font-weight: bold !important;
}

.m_cms_wysiwyg a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fa6147;
}

.m_cms_wysiwyg a:hover {
  opacity: 0.6;
}

.m_cms_wysiwyg a[target="_blank"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background-size: 10px;
}

.m_cms_wysiwyg img {
  display: block;
  height: auto;
}

.m_cms_wysiwyg img.size-thumbnail {
  width: 375px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg img.size-thumbnail {
    width: 100%;
  }
}

.m_cms_wysiwyg img.size-medium {
  width: 375px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg img.size-medium {
    width: 100%;
  }
}

.m_cms_wysiwyg img.size-full {
  width: 100%;
}

.m_cms_wysiwyg .aligncenter {
  margin: 0 auto;
}

.m_cms_wysiwyg .alignright {
  float: right;
  margin: 8px 0 0 10px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .alignright {
    float: none;
    margin: 0 0 15px 0;
  }
}

.m_cms_wysiwyg .alignleft {
  float: left;
  margin: 8px 15px 0 0;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .alignleft {
    float: none;
    margin: 0 0 15px 0;
  }
}

.m_cms_wysiwyg div.aligncenter {
  margin: 25px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg div.aligncenter {
    margin: 10px 0 15px 0;
  }
}

.m_cms_wysiwyg div.aligncenter img {
  display: inline;
}

.m_cms_wysiwyg div.alignright {
  margin: 24px 0 20px 10px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg div.alignright {
    margin: 10px 0 15px 0;
  }
}

.m_cms_wysiwyg div.alignleft {
  margin: 24px 10px 20px 0;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg div.alignleft {
    margin: 10px 0 15px 0;
  }
}

.m_cms_wysiwyg .wp-caption-text {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4;
}

.m_cms_wysiwyg .wp-playlist {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .wp-playlist .wp-playlist-current-item img {
    width: auto;
    height: 60px;
  }
}

.m_cms_wysiwyg .wp-playlist .wp-playlist-item {
  padding: 0;
  border-bottom: 1px solid #333;
}

.m_cms_wysiwyg .wp-playlist .wp-playlist-item .wp-playlist-caption {
  padding: 5px 0;
}

.m_cms_wysiwyg .wp-playlist .wp-playlist-item .wp-playlist-item-length {
  top: 6px;
}

.m_cms_wysiwyg .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 20px -10px;
}

.m_cms_wysiwyg .gallery .gallery-item {
  padding: 10px 0 0 10px;
  text-align: left !important;
}

.m_cms_wysiwyg .gallery .gallery-item a {
  display: block;
  line-height: 0;
}

.m_cms_wysiwyg .gallery .gallery-item a figure img {
  width: 100%;
  height: auto;
}

.m_cms_wysiwyg .gallery .gallery-item a figure figcaption {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4;
}

.m_cms_wysiwyg .gallery-columns-1 .gallery-item {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-1 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg .gallery-columns-2 .gallery-item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg .gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-3 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg .gallery-columns-4 .gallery-item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-4 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg .gallery-columns-5 .gallery-item {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-5 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg .gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-6 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg .gallery-columns-7 .gallery-item {
  width: 14.28571%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-7 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg .gallery-columns-8 .gallery-item {
  width: 12.5%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-8 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg .gallery-columns-9 .gallery-item {
  width: 11.11111%;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}

.m_cms_wysiwyg iframe {
  width: 100%;
  height: 420px;
}

@media screen and (max-width: 767px) {
  .m_cms_wysiwyg iframe {
    height: 210px;
  }
}

.m_cms_wysiwyg .mceTemp .wp-caption {
  width: auto !important;
}

.cms-h1 {
  font-size: 32px;
  font-weight: bold;
  padding: 3rem 0 1rem 0;
}

@media screen and (max-width: 767px) {
  .cms-h1 {
    font-size: 24px;
    padding: 1rem 0 1rem 0;
  }
}

.link-out {
  position: relative;
}

.link-out::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
}

.link-out[target="_blank"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background-size: 10px;
}

.news-item .page-span {
  display: block;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .news-item .page-span {
    margin-bottom: 1rem;
  }
}

.news-item.-page {
  display: block;
  padding: 0 0 1rem 0;
}

@media screen and (min-width: 768px) {
  .news-item.-page {
    padding: 0 0 3rem 0;
  }
}

.news-item.-page .news-title {
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .news-item.-page .news-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}

.news-container .button.-select:hover {
  background-color: #fff;
}

.news-container .button.tab-active:hover {
  background-color: #fa6147;
}

.news-container .page-link:hover {
  background-color: #fff;
}

.button.tab-click-active {
  background-color: #fa6147;
  color: #fff;
}

.content-area .content {
  display: none;
}

.content-area .content.show {
  margin-top: 50px;
  display: block;
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  border: solid 1px #ccc;
  text-align: center;
  cursor: pointer;
}

.panel-group {
  height: 100px;
  border: solid 1px #ccc;
  border-top: none;
  background: #eee;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #f00;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #fa6147;
  color: #333;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.wp-pagenavi a:hover {
  opacity: 0.7;
  border: 1px solid #fa6147;
}

.wp-pagenavi span.current {
  border: 1px solid #fa6147;
  color: #333;
  font-weight: normal;
}

.content-area {
  padding-top: 3rem;
}

.personal-info-block__span a {
  text-decoration: none;
  color: #3f82f7;
}

.mw_wp_form .error {
  color: #d31818;
}

li.current a {
  background-color: #fa6147;
  color: #fff;
}

.news-container.-page .nav-links {
  margin-top: 2rem;
}

.slider .slider-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.mw_wp_form_complete,
.mw_wp_form_send_error {
  width: 90%;
  margin: 0 auto 3rem;
  max-width: 800px;
}

/*-----concept-----*/
.c-h2-container {
  margin: 2.5rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-h2-container {
    margin: 6rem 0 3rem;
  }
}

.h2-under {
  margin-bottom: 1rem;
}

.h2-under.-secondary {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .h2-under.-secondary {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.h2-under__p {
  font-size: 0.9375rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .h2-under__p {
    font-size: 1rem;
  }
}

.h2-under__p span {
  display: block;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .h2-under__p span {
    margin-bottom: 1.5rem;
  }
}

.l-concept-block .concept-block {
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .l-concept-block .concept-block {
    padding-bottom: 4rem;
  }
}

.concept-block {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .concept-block {
    width: 100%;
    margin: 0;
  }
}

.concept-block__thumbnail {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .concept-block__thumbnail {
    margin-bottom: 0;
    width: 50%;
  }
}

.concept-block__thumbnail img {
  width: 100%;
}

.concept-block__body {
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .concept-block__body {
    max-width: 430px;
    margin-left: 4rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .concept-block__body--reverce {
    margin-left: 0;
    margin-right: 4rem;
  }
}

.h3-under {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .h3-under {
    margin-bottom: 1.5rem;
  }
}

.h3-under__block {
  display: block;
}

@media screen and (min-width: 768px) {
  .h3-under__block {
    line-height: 1.2;
  }
}

.h3-under__span1 {
  font-size: 0.8rem;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .h3-under__span1 {
    font-size: 1rem;
  }
}

.h3-under__span2 {
  font-size: 2rem;
  color: #fa6147;
  letter-spacing: 0.05rem;
  margin-left: 0.25rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .h3-under__span2 {
    font-size: 4.5rem;
  }
}

.h3-under.--secondary {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .message-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.message-block .message-card:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .message-block .message-card:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.message-card {
  color: #333;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  display: block;
}

@media screen and (min-width: 768px) {
  .message-card {
    max-width: 472px;
  }
}

.message-card__body {
  background-color: #fff;
  padding: 1.5rem 1rem;
}

@media screen and (min-width: 768px) {
  .message-card__body {
    padding: 1.5rem;
  }
}

.message-card:hover {
  opacity: 0.7;
}

.message-card img {
  width: 100%;
}

.bgc.-message {
  padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .bgc.-message {
    padding: 4rem 0;
  }
}

.h3-under.-message {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .h3-under.-message {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

/*-----

recruit

-----*/
.sub-company {
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .sub-company {
    padding: 5rem 0;
  }
}

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

@media screen and (min-width: 768px) {
  .l-container .l-company-ul:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.company-ul__li {
  margin-bottom: 1.75rem;
}

.company-ul__li.-list-last {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .company-ul__li {
    margin-bottom: 0;
  }
}

.company-ul__li {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.company-ul__li:hover {
  opacity: 0.7;
}

.company-ul__li figure {
  margin-bottom: 0.5rem;
}

.company-ul__li a {
  text-decoration: none;
  color: #333;
}

.company-ul__li p {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

.company-ul__li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-ul__li:first-child {
    margin-right: 1rem;
  }
}

.l-recruit-banner {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .l-recruit-banner {
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-recruit-banner .recruit-banner:not(:last-child) {
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .l-recruit-banner .recruit-banner:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit-banner {
    max-width: 312px;
    width: 100%;
  }
}

.recruit-thumbnail {
  margin-bottom: 1rem;
}

.recruit-thumbnail img {
  width: 100%;
}

.flow-block {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 0px;
}

@media screen and (min-width: 768px) {
  .flow-block {
    margin-bottom: 0;
    max-width: 298px;
    width: 30%;
  }
}

.flow-block.-trianglesp::before,
.flow-block.-trianglesp::after {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
}

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

  .flow-block.-trianglesp::before,
  .flow-block.-trianglesp::after {
    display: none;
  }
}

.flow-block.-trianglesp::before {
  border-top: 1.5rem solid #777;
  bottom: -48px;
}

.flow-block.-trianglesp::after {
  border-top: 1.5rem solid #fff;
  bottom: -47px;
}

.flow-block-line {
  border-width: 0 1px 1px 1px;
  position: relative;
}

.flow-block__icon {
  padding-top: 1.5rem;
}

.flow-block.card {
  border: 1px solid #777;
}

@media screen and (min-width: 768px) {
  .flow-block.card {
    background-color: #fff;
    color: #333;
    border: 1px solid #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flow-container .flow-block:not(:last-child) {
  margin-bottom: 3.5em;
}

@media screen and (min-width: 768px) {
  .flow-container .flow-block:not(:last-child) {
    margin-bottom: 0;
  }
}

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

  .flow-block-line.-trianglepc::before,
  .flow-block-line.-trianglepc::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .flow-block-line.-trianglepc::before {
    border-width: 22px;
    border-left-color: #777;
  }
}

@media screen and (min-width: 768px) {
  .flow-block-line.-trianglepc::after {
    border-width: 21px;
    border-left-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .flex-pc .flow-block:not(:last-child) {
    margin-right: 3rem;
  }
}

.flow-step {
  color: #fff;
  padding: 1rem;
  background-color: #fc8976;
}

.flow-step.-blue {
  background-color: #4e82f4;
}

.flow-step.-yellow {
  background-color: #f4b35b;
}

@media screen and (min-width: 768px) {
  .flow-step {
    font-size: 1.25rem;
  }
}

.flow-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: left;
  font-size: 0.9375rem;
}

.flow-body__title {
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
}

.h3.-border {
  border-bottom: 1px solid #444;
  padding-bottom: 1.5rem;
}

.q-and-a__list {
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .q-and-a__list {
    font-size: 1rem;
  }
}

.q-and-a__list:not(:first-child) {
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .q-and-a__list:not(:first-child) {
    padding-top: 3rem;
  }
}

.q-and-a__span {
  font-weight: bold;
  font-size: 1.25rem;
  padding-right: 0.75rem;
}

@media screen and (min-width: 768px) {
  .q-and-a__span {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
}

.q-and-a__question {
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 24px;
}

@media screen and (min-width: 768px) {
  .q-and-a__question {
    margin-bottom: 1rem;
  }
}

.q-and-a__question::after {
  position: absolute;
  content: "Q";
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
  top: -2px;
  left: 0;
}

.q-and-a__answer {
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #444;
  position: relative;
  padding-left: 24px;
}

.q-and-a__answer::after {
  position: absolute;
  content: "A";
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  top: -2px;
  left: 1px;
}

.recruit-banner figure {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.recruit-banner figure:hover {
  opacity: 0.7;
}

.h3.-recruit {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .h3.-recruit {
    font-size: 2rem;
  }
}

.frame {
  border: 1px solid #777;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .frame {
    padding: 50px 80px;
  }
}

.frame-p {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .frame-p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.l-job-card {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .l-job-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.l-job-card .job-card:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .l-job-card .job-card:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.job-card {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (min-width: 768px) {
  .job-card {
    max-width: 380px;
  }
}

.job-card__figure img {
  width: 100%;
}

.job-card__body {
  padding: 10px;
  border: 1px solid #777;
  border-top: 0;
}

@media screen and (min-width: 768px) {
  .job-card__body {
    padding: 1rem;
  }
}

.job-card__body h4 {
  font-weight: bold;
  margin: 0.25rem;
}

.l-job-card .olex__item {
  margin-bottom: 1.5rem;
}

.recruitment-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  padding: 1.25rem;
  background-color: #f7f7f7;
}

@media screen and (min-width: 768px) {
  .recruitment-container {
    padding: 50px 80px;
  }
}

.recruitment-container__copy {
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .recruitment-container__copy {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.recruitment-container__title {
  color: #fff;
  padding: 0.5rem 0.75rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .recruitment-container__title {
    padding: 0.75rem 1.25rem;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.recruitment-container__title.-blue {
  background-color: #3364cc;
}

.recruitment-container__title.-red {
  background-color: #fa6147;
}

.recruitment-container__title.-yellow {
  background-color: #f4b35b;
}

.recruitment-dl {
  border-bottom: 1px solid #999;
}

.recruitment-dt {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .recruitment-dt {
    margin-bottom: 0.75rem;
  }
}

.recruitment-dd {
  margin-bottom: 0.5rem;
}

.recruitment-wrapper {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .recruitment-wrapper {
    margin-bottom: 4rem;
  }
}

.recruitment-wrapper.-last {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .recruitment-wrapper.-last {
    margin-bottom: 50px;
  }
}

.recruitment-wrapper__title {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .recruitment-wrapper__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.recruitment-wrapper__title.-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ccdcff));
  background: linear-gradient(transparent 70%, #ccdcff 0%);
}

.recruitment-wrapper__title.-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffcece));
  background: linear-gradient(transparent 70%, #ffcece 0%);
}

.recruitment-wrapper__title.-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f9e897));
  background: linear-gradient(transparent 70%, #f9e897 0%);
}

.recruitment-ul {
  margin-bottom: 0.5rem;
}

.recruitment-ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .recruitment-ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.recruitment-wrapper .recruitment-dl:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .recruitment-wrapper .recruitment-dl:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.page-link.-tab {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .page-link.-tab {
    margin-bottom: 3rem;
  }
}

.tab-button {
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
}

.tab-button.tab-active {
  background-color: #fa6147;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

[id="tab2"],
[id="tab3"] {
  display: none;
}

.staff-imageB img {
  width: 100%;
}

.contact-select {
  opacity: 0.7;
}

/*-----

group

-----*/
.shop-container {
  padding: 4rem 0;
}

@media screen and (min-width: 768px) {
  .shop-container {
    padding: 6rem 0;
  }
}

.shop-a {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .shop-a {
    margin-bottom: 5rem;
  }
}

.l-group__title {
  text-align: center;
}

.shop-block-image__a {
  margin-bottom: 1rem;
}

.shop-block-image__a img {
  width: 100%;
}

.group-title {
  padding-bottom: 5px;
  border-bottom: 3px solid #fa6147;
  display: inline-block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .group-title {
    margin-bottom: 3rem;
  }
}

.shop-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .shop-dl {
    margin-bottom: 1rem;
  }
}

.shop-dt {
  font-weight: bold;
  width: 8rem;
}

.google-map {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .google-map {
    margin-bottom: 0;
  }
}

.map-link {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  margin-bottom: 1.5em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.map-link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .map-link {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
  }
}

.map-link::before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(/web/20250219195622im_/https://toraya-g.sakura.ne.jp/wp-content/themes/original/images/group/map-icon.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 24px;
  background-size: 100% 100%;
}

.map-link figure {
  display: inline-block;
}

.hot-pepper {
  display: block;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .hot-pepper {
    margin-bottom: 1.5rem;
  }
}

.hot-pepper img {
  width: 100%;
}

.hot-pepper:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .l-shop-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .shop-block.-left {
    max-width: 500px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .shop-block.-right {
    max-width: 475px;
    width: 47.5%;
  }
}

.shop-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-block__inner figure {
  width: 47%;
}

@media screen and (min-width: 768px) {
  .shop-block__inner figure {
    width: auto;
  }
}

.shop-block__inner figure img {
  width: 100%;
}

.article-menu {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .article-menu {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .shop-block__inner figure:first-child {
    margin-right: 4%;
  }
}

.shop-block .shop-block__inner:not(:last-child) {
  margin-bottom: 26px;
}

.group-h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .group-h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.group-h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .group-h4 {
    font-style: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.group-h5 {
  font-weight: bold;
  text-align: justify;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
  margin-bottom: 1rem;
}

.l-container .corse-menu-container:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .l-container .corse-menu-container:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-corse-menu {
    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;
    margin-bottom: 2.5rem;
  }
}

.price {
  font-weight: normal;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .price {
    font-size: 1rem;
    float: right;
    margin: 0;
  }
}

.menu-image {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .menu-image {
    margin-bottom: 0;
    margin-right: 1rem;
    max-width: 500px;
    width: 50%;
  }
}

.menu-image img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-corse-list {
    max-width: 475px;
    width: 100%;
  }
}

.l-corse-list.-list-a {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .l-corse-list.-list-a {
    margin-bottom: 0;
  }
}

.corse-list {
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}

.corse-list__note {
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .corse-list__note {
    margin-top: 2rem;
  }
}

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

.l-corse-list .corse-list:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-corse-list .corse-list:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

.corse-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .corse-list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .cook-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cook-list figure {
  margin-bottom: 0.5rem;
}

.cook-list li {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .cook-list li {
    margin-right: 30px;
    width: calc(33.3333333% - 30px * 2 / 3);
  }
}

.cook-list img {
  width: 100%;
}

.cook-list p {
  font-weight: bold;
  font-size: 0.875rem;
}

.cook-list li:nth-child(3n + 3) {
  margin-right: 0;
}

.l-drink-list {
  border: 1px solid #333;
  padding: 1rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .l-drink-list {
    padding: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-drink-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-drink-list__item.-itemB {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .l-drink-list .l-drink-list__item:first-child {
    margin-bottom: 1rem;
  }
}

.l-drink-list .l-drink-list__item:last-child {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-drink-list .l-drink-list__item:last-child {
    margin-top: 0;
  }
}

.l-drink-list .drink-list:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .l-drink-list .drink-list:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .drink-list {
    width: calc(33.3% - 20px);
  }
}

.drink-list p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.drink-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.drink-list li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.drink-come {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.page-link {
  display: block;
}

@media screen and (min-width: 768px) {
  .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-link li {
  width: 100%;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-link li {
    margin-bottom: 0;
    max-width: 480px;
  }
}

.page-link a {
  display: block;
  text-decoration: none;
  padding: 1rem 2rem;
  color: #333;
  font-weight: bold;
  border: 1px solid #fa6147;
}

@media screen and (min-width: 768px) {
  .page-link a {
    padding: 1.5rem 2rem;
  }
}

.page-link a:hover {
  opacity: 0.7;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.page-link li:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .page-link li:not(:last-child) {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

.page-link .page-link__item::before,
.page-link .page-link__item::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

.page-link .page-link__item::before {
  top: 25px;
  background-color: #fa6147;
}

@media screen and (min-width: 768px) {
  .page-link .page-link__item::before {
    top: 33px;
  }
}

.page-link .page-link__item::after {
  background-color: #fff;
  top: 22px;
}

@media screen and (min-width: 768px) {
  .page-link .page-link__item::after {
    top: 30px;
  }
}

.shop-dd a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.shop-dd a:hover {
  opacity: 0.7;
}

/*-----

staff

-----*/
.staff-container-a {
  padding: 3rem 0 0;
}

@media screen and (min-width: 768px) {
  .staff-container-a {
    padding: 4.5rem 0 0;
  }
}

.staff-image {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .staff-image {
    margin-bottom: 5rem;
  }
}

.staff-imageB {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .staff-imageB {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .staff-block {
    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 (min-width: 768px) {
  .staff-block__paragraph {
    max-width: 470px;
  }
}

.staff-block.-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .staff-block.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.staff-block.-mb {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .staff-block.-mb {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .staff-block .staff-block__paragraph.-right {
    margin-left: auto;
  }
}

.staff-block .staff-block__paragraph .indent {
  text-indent: 1em;
  display: inline-block;
}

.staff-container .staff-block:not(:last-child) {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .staff-container .staff-block:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.staff-h2 {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .staff-h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.staff-h2.-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffcece));
  background: linear-gradient(transparent 70%, #ffcece 0%);
  display: inline-block;
}

.staff-h2.-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ccdcff));
  background: linear-gradient(transparent 70%, #ccdcff 0%);
}

.staff-h2b {
  margin-bottom: 0.25rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .staff-h2b {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-staff-block__paragraph {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .heading-block {
    margin: 0 auto;
  }
}

.page-link.-staff {
  max-width: 655px;
  margin: 0 auto;
}

.page-link .bottom-arrow {
  position: relative;
}

.page-link .bottom-arrow::before,
.page-link .bottom-arrow::after {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-link .bottom-arrow::before {
  top: 23px;
  background-color: #fa6147;
}

@media screen and (min-width: 768px) {
  .page-link .bottom-arrow::before {
    top: 31px;
  }
}

.page-link .bottom-arrow::after {
  top: 20px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .page-link .bottom-arrow::after {
    top: 28px;
  }
}

/*-----company-----*/
.company-container {
  padding-top: 3rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .company-container {
    padding-top: 4rem;
  }
}

.company-table {
  width: 100%;
}

.company-table__th,
.company-table__td {
  text-align: left;
  font-size: 0.875rem;
}

.company-table__th {
  font-weight: bold;
  padding: 0.75rem 0 0.75rem 0.75rem;
  width: 5rem;
}

@media screen and (min-width: 768px) {
  .company-table__th {
    padding: 1.75rem 0 1.75rem 1.75rem;
    width: 9rem;
  }
}

.company-table__td {
  padding: 1.75rem;
}

.company-table__tbody tr:nth-child(odd) {
  background-color: #fff0f0;
}

.company-table__tbody tr:nth-child(even) {
  background-color: #fff;
}

.buttonC.-company {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .buttonC.-company {
    font-size: 0.9375rem;
  }
}

.h2-under.-company {
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .h2-under.-company {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .company-card {
    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;
  }
}

.company-card__image {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .company-card__image {
    margin-bottom: 0;
    margin-right: 1rem;
    max-width: 500px;
  }
}

.company-card__image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-card__body {
    max-width: 460px;
  }
}

.company-card__body span {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
}

.company-card__body p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.rinen-image {
  text-align: center;
}

.h3-system {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .h3-system {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}

.system-text-a {
  text-align: center;
}

/*-----contact-----*/
.contact-bg-image {
  color: #fff;
  padding: 3rem 0;
  background-image: url(../../assets/img/bg-contact.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .contact-bg-image {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-block {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .contact-block::before {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 93px;
    /* background-color: #fff; */
  }
}

.contact-titileEn {
  color: #fff;
}

.contact-text {
  text-align: center;
  margin: 2rem 0 3rem;
  font-size: 0.95rem;
}

@media screen and (min-width: 768px) {
  .contact-text {
    margin: 2rem 0 4rem;
    font-size: 1rem;
  }
}

.h2-contact {
  margin: 0;
}

.tel-number-block {
  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;
}

.tel-block {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}

.tel-block__title {
  font-weight: bold;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .tel-block__title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}

.tel-block__number {
  font-weight: bold;
  font-family: din-2014, sans-serif;
  letter-spacing: 2.5px;
  margin-left: 1rem;
  font-size: 2rem;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .tel-block__number {
    font-size: min(4.5vw, 2.75rem);
    pointer-events: none;
  }
}

.tel-block__time {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

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

.mail-block__title {
  font-weight: bold;
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .mail-block__title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}

.mail-block img {
  vertical-align: middle;
}

.mail-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  margin: 0 auto;
  text-decoration: none;
}

.mail-button-block:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mail-button-block {
    padding: 1rem min(5.5vw, 4rem);
    width: 100%;
  }
}

.contact-table {
  padding-top: 1.5rem;
  display: block;
  background-color: #fff;
  display: block;
  width: 100%;
}

.contact-table__tbody {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 768px) {
  .contact-table__tbody {
    padding: 2rem 0;
  }
}

.contact-table__tr {
  display: block;
  background-color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .contact-table__tr {
    padding-top: 1.5rem;
    font-size: 1rem;
  }
}

.contact-table__th {
  display: block;
  text-align: left;
  background-color: #fff;
  margin-bottom: 0.5rem;
}

.contact-table__td {
  display: block;
  background-color: #fff;
}

.contact-table__span {
  color: #d31818;
  padding-left: 5px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .contact-table__span {
    font-size: 0.875rem;
  }
}

.contact-table__form-area {
  width: 100%;
  padding: 0.5rem;
  border: none;
  background-color: #efefef;
}

@media screen and (min-width: 768px) {
  .contact-table__form-area {
    padding: 0.75rem;
  }
}

.contact-table__form-area.-adress {
  width: auto;
}

.contact-table .contact-table__tr:not(:first-child) {
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  .contact-table .contact-table__tr:not(:first-child) {
    padding-top: 1.5rem;
  }
}

.contact-table .contact-table__tr:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .contact-table .contact-table__tr:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}

.contact-label {
  margin-right: 0.75rem;
}

@media screen and (min-width: 768px) {
  .contact-label {
    margin-right: 1rem;
  }
}

.post {
  margin-right: 0.5rem;
}

.personal-info-block {
  margin-bottom: 1.5rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .personal-info-block {
    margin-bottom: 2rem;
  }
}

.personal-info-block__span {
  color: #3f82f7;
  border-bottom: 1px solid #3f82f7;
}

.select {
  border: 0;
  background-color: #efefef;
  padding: 0.5rem;
  border-right: 5px solid #efefef;
}

@media screen and (min-width: 768px) {
  .select {
    padding: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .select.-year {
    width: 100px;
  }
}

.select.-month {
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  .select.-month {
    width: 100px;
    margin-left: 1rem;
  }
}

.select.-day {
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  .select.-day {
    width: 100px;
    margin-left: 1rem;
  }
}

.contact-table__td {
  cursor: pointer;
}

.contact-section .buttonC {
  background-color: #fff;
  width: 90%;
  font-size: 0.8125rem;
  max-width: 720px;
}

@media screen and (min-width: 768px) {
  .contact-section .buttonC {
    font-size: 0.9375rem;
    padding: 2rem;
  }
}

.contact-section .buttonC:hover {
  color: #fff;
  background-color: #fa6147;
  border: #fff solid 1px;
}

.contact-table__form-area.-adress {
  width: 30%;
  max-width: 200px;
}

/*
  オブジェクト
  ---------------*/
/*
  コンポーネント メディア
  ---------------*/
.c-media {
  display: block;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .c-media {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-media {
    margin-bottom: 35px;
  }
}

.c-media__link {
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 1024px) {
  .c-media__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-media__thumbnail {
  display: block;
}

.c-media__thumbnail img {
  width: 100%;
}

.c-media__thumbnail.--bottom {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c-media__thumbnail.--bottom {
    margin-bottom: 0;
  }
}

.c-media__body {
  padding: 1.75rem 1.25rem;
}

@media screen and (min-width: 1024px) {
  .c-media__body {
    padding: 2.5rem 5rem;
    width: 50%;
  }
}

.c-media__body.--under {
  padding: 0;
  font-size: 0.9375rem;
  max-width: 480px;
}

@media screen and (min-width: 768px) {
  .c-media__body.--under {
    margin-left: 2rem;
  }
}

.c-media__p {
  margin: 1.25rem 0;
  font-size: 0.9375rem;
}

@media screen and (min-width: 1024px) {
  .c-media__p {
    margin: 2rem 0 1.5rem;
  }
}

.c-media.-last {
  margin-bottom: 0;
}

.c-media-primary {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.c-media-primary:hover {
  -webkit-box-shadow: 6px 6px 5px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 6px 6px 5px 2px rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.c-media-primary .c-media__thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-media-primary .c-media__thumbnail img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-media-primary .c-media__thumbnail img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.c-media-primary:hover .c-media__thumbnail img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-media-secondary__thumbnail {
  margin-bottom: 2rem;
  -webkit-box-shadow: -1rem 1rem #fe8989;
  box-shadow: -1rem 1rem #fe8989;
}

@media screen and (min-width: 1024px) {
  .c-media-secondary__thumbnail {
    -webkit-box-shadow: -2rem 2rem #fe8989;
    box-shadow: -2rem 2rem #fe8989;
  }
}

.c-media-secondary__thumbnail img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-media-secondary__body {
    max-width: 429px;
    margin-left: 1.5rem;
  }
}

.c-media-secondary__p {
  font-size: 0.9375rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

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

.flex-pc.--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
  コンポーネント アイコン
  ---------------*/
/*-----icon-----*/
.arrow {
  position: relative;
}

.arrow::before,
.arrow::after {
  position: absolute;
  bottom: 0;
  margin: auto 0;
  width: .5rem;
  height: .5rem;
  content: '';
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow::before {
  top: 0;
  right: 8px;
  background-color: #666;
}

.arrow::after {
  top: 6px;
  right: 8px;
  background-color: #f6f0f0;
}

.arrow-active {
  position: relative;
}

.arrow-active::before,
.arrow-active::after {
  position: absolute;
  top: 0;
  margin: auto 0;
  width: .5rem;
  height: .5rem;
  content: '';
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

  .arrow-active::before,
  .arrow-active::after {
    display: none;
  }
}

.arrow-active::before {
  right: 8px;
  bottom: 9px;
  background-color: #666;
}

.arrow-active::after {
  right: 8px;
  bottom: 15px;
  background-color: #f6f0f0;
}

@media screen and (min-width: 768px) {
  .arrow-pc {
    position: relative;
  }

  .arrow-pc::before,
  .arrow-pc::after {
    position: absolute;
    bottom: 0;
    margin: auto 0;
    width: .5rem;
    height: .5rem;
    content: '';
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .arrow-pc::before {
    top: 0;
    right: 8px;
    background-color: #666;
  }

  .arrow-pc::after {
    top: 6px;
    right: 8px;
    background-color: #f6f0f0;
  }
}

@media screen and (min-width: 768px) {
  .arrow-active-pc {
    position: relative;
  }

  .arrow-active-pc::before,
  .arrow-active-pc::after {
    position: absolute;
    top: 0;
    margin: auto 0;
    width: .5rem;
    height: .5rem;
    content: '';
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .arrow-active-pc::before {
    right: 8px;
    bottom: 9px;
    background-color: #666;
  }

  .arrow-active-pc::after {
    right: 8px;
    bottom: 15px;
    background-color: #f6f0f0;
  }
}

/*
  コンポーネント 背景画像
  ---------------*/
/*-----bg-image-----*/
.c-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vh;
  position: relative;
  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 (min-width: 768px) {
  .c-bg-image {
    height: 33vh;
  }
}

.c-bg-image::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  content: "";
  display: block;
  opacity: 0.3;
}

.c-bg-image.-concept {
  background-image: url(/assets/img/bg-header.webp);
}

.c-bg-image.-group {
  background-image: url(/assets/img/bg-header.webp);
}

.c-bg-image.-staff {
  background-image: url(/assets/img/bg-header.webp);
}

.c-bg-image.-company {
  background-image: url(/assets/img/bg-header.webp);
}

.c-bg-image.-system {
  background-image: url(/assets/img/bg-header.webp);
  background-position: 45%;
}

.c-bg-image.-news {
  background-image: url(/assets/img/bg-header.webp);
}

.c-bg-image.-recruit {
  background-image: url(/assets/img/bg-header.webp);
}

.h1-under {
  position: absolute;
  content: "";
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .h1-under {
    font-size: 3rem;
  }
}

.h1-under span {
  display: block;
  font-size: 0.9375rem;
  font-family: "Avenir", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .h1-under span {
    font-size: 1.25rem;
  }
}

/*
  プロジェクト
  ---------------*/
@media screen and (min-width: 768px) {
  .p-titleEn__side {
    margin-left: 1rem;
  }
}

/*
     FILE ARCHIVED ON 19:56:22 Feb 19, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:56:28 Sep 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.848
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.013
  esindex: 0.016
  cdx.remote: 6.204
  LoadShardBlock: 54.144 (3)
  PetaboxLoader3.datanode: 92.278 (5)
  load_resource: 139.618
  PetaboxLoader3.resolve: 43.23
  loaddict: 66.474
*/


*[id]:target {
  padding-top: 6rem;
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  *[id]:target {
    padding-top: calc(85px + 6rem);
    margin-top: -85px;
  }
}