@charset "UTF-8";
/****************************** 全体共通 ******************************/
      @font-face {
        src: url("https://www.tosyo.co.jp/wp-content/themes/tosyo/font/NotoSansJP-Bold.woff") format("woff");
        font-family: "Noto Sans JP";
        font-style: normal;
		font-weight: 700;
        font-display: swap;
      }
      @font-face {
        src: url("https://www.tosyo.co.jp/wp-content/themes/tosyo/font/NotoSansJP-Regular.woff") format("woff");
        font-family: "Noto Sans JP";
        font-style: normal;
		font-weight: 400;
        font-display: swap;
      }
      @font-face {
        src: url("https://www.tosyo.co.jp/wp-content/themes/tosyo/font/NotoSansJP-Thin.woff") format("woff");
        font-family: "Noto Sans JP";
        font-style: normal;
		font-weight: 100;
        font-display: swap;
      }
      @font-face {
        src: url("https://www.tosyo.co.jp/wp-content/themes/tosyo/font/Roboto-Bold.woff") format("woff");
        font-family: "Roboto";
        font-style: normal;
        font-display: swap;
      }
      @font-face {
        src: url("https://www.tosyo.co.jp/wp-content/themes/tosyo/font/BebasNeue-Regular.woff") format("woff");
        font-family: "Bebas Neue";
        font-style: normal;
        font-display: swap;
      }


#wpadminbar {
  display: none;
}

html {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

@media (max-width: 767px) {
  html {
    font-size: 15px;
    line-height: 1.7;
  }
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
	margin-top:70px;
}

body.is-fixed {
  overflow: hidden;
}

body.is-fixed header::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.67);
}

#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 98px);
}

@media (max-width: 767px) {
  #wrap {
    min-height: calc(100vh - 70px);
  }
}

.container {
  width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  padding-left: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tbody {
  width: 100%;
}

table tbody tr {
  width: 100%;
}

table tbody tr th {
  vertical-align: text-top;
  font-weight: 400;
}

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

.tablet_sp {
  display: none;
}

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

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5,
p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.bold {
  font-weight: 700;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

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

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

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.img_area,
.lh0 {
  line-height: 0;
}

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

input:not([type="checkbox"])::-webkit-search-decoration {
  display: none;
}

input:not([type="checkbox"])::focus {
  outline-offset: -2px;
}

textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}

/* ---------------------------------------------
	共通
--------------------------------------------- */
.title {
  font-size: 100px;
  font-weight: 100;
  line-height: 1;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .title {
    font-size: 40px;
  }
}

.title span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .title span {
    font-size: 15px;
    font-weight: 400;
  }
}

.subtitle {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 18px;
  }
}

.bb_beige {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 64px;
  height: 2px;
  background: #c2b7a3;
}

.btn_black a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 45px 0 36px;
  position: relative;
}

.btn_black a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22.5px;
  background-image: url(images/arrow_right_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.btn_white a {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 50px 15px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .btn_white a {
    font-size: 16px;
    padding: 11px 50px 11px 30px;
  }
}

.btn_white a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22.5px;
  background-image: url(images/arrow_right_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 24px;
}

.btn_white_down a {
  display: block;
  width: 400px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #959595;
  padding: 16px 27px;
  position: relative;
}

@media (max-width: 767px) {
  .btn_white_down a {
    width: 100%;
    font-size: 16px;
    padding: 11px 27px;
  }
}

.btn_white_down a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22.5px;
  background-image: url(images/arrow_bottom_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .btn_white_down a::after {
    width: 19px;
    height: 19px;
  }
}

/* ---------------------------------------------
	header
--------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 0 55px;
  z-index: 999;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  header {
    padding: 0;
    height: 70px;
  }
}

@media (max-width: 1024px) {
  header .logo_hum {
    width: 100%;
    z-index: 99999;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    border: 1px solid #f4f4f4;
  }
}

header .logo_hum a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo_hum a img {
  max-width: 165px;
}

@media (max-width: 1024px) {
  header .logo_hum a img {
    max-width: 122px;
  }
}

header .hum_btn_area {
  display: none;
}

@media (max-width: 1024px) {
  header .hum_btn_area {
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    width: 30px;
    height: 22px;
    cursor: pointer;
  }
  header .hum_btn_area span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  header .hum_btn_area span:nth-child(2) {
    margin-top: 8px;
  }
  header .hum_btn_area span:nth-child(3) {
    margin: 8px auto 0;
    margin-right: 0;
    width: 21px;
  }
  header .hum_btn_area.hum_active span:nth-child(1) {
    margin-top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hum_btn_area.hum_active span:nth-child(2) {
    background: transparent;
  }
  header .hum_btn_area.hum_active span:nth-child(3) {
    margin-top: -12px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (max-width: 1024px) {
  header .header_menu {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
    z-index: 9999;
    -webkit-transform: translateY(-999px);
            transform: translateY(-999px);
    height: 100vh;
  }
  header .header_menu.menu_active {
    -webkit-transform: translateY(170px);
            transform: translateY(170px);
  }
}

header .header_menu .df {
  height: 100%;
}

@media (max-width: 1024px) {
  header .header_menu .df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
    padding: 30px 25px;
  }
}

@media (max-width: 1024px) {
  header .header_menu li:last-child {
    margin-bottom: 150px;
  }
}

header .header_menu li + li {
  margin-left: 40px;
}

@media (max-width: 1024px) {
  header .header_menu li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}

header .header_menu li a {
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 0;
}

@media (max-width: 1024px) {
  header .header_menu li a {
    padding: 0;
    height: unset;
    font-size: 16px;
  }
}

header .header_menu li.submenu {
  cursor: pointer;
  position: relative;
}

header .header_menu li.submenu p {
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 20px 33px 0;
  position: relative;
}

@media (max-width: 1024px) {
  header .header_menu li.submenu p {
    padding: 0;
    height: unset;
    font-size: 16px;
  }
}

header .header_menu li.submenu p::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.2px 5.2px 0 5.2px;
  border-color: #000 transparent transparent transparent;
}

@media (max-width: 1024px) {
  header .header_menu li.submenu p::after {
    right: auto;
    left: 70px;
  }
}

@media (max-width: 767px) {
  header .header_menu li.submenu p::after {
    top: 10px;
    -webkit-transform: unset;
            transform: unset;
  }
}

header .header_menu li.submenu p a {
  height: unset;
  padding: unset;
}

@media (max-width: 1024px) {
  header .header_menu li.submenu p a {
    pointer-events: none;
  }
}

header .header_menu li.submenu.submenu_active p::after {
  border-width: 0 5.2px 5.2px 5.2px;
  border-color: transparent transparent #000000 transparent;
}

header .header_menu li.submenu .submenu_area {
  position: absolute;
  top: 80px;
  left: -50px;
  opacity: 0;
  width: 200px;
  background: #fff;
  padding: 25px 30px 16px;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  header .header_menu li.submenu .submenu_area {
    display: none;
    position: unset;
    opacity: 1;
    padding: 15px 15px 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

header .header_menu li.submenu .submenu_area .submenu_content a {
  height: unset;
  padding: unset;
}

header .header_menu li.submenu .submenu_area .submenu_content a + a {
  padding-top: 5px;
}

@media (max-width: 1024px) {
  header .header_menu li.submenu .submenu_area .submenu_content a + a {
    padding-top: 13px;
  }
}

header .header_menu li.submenu .submenu_area .submenu_content a.other_link::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(images/other_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2px 5px 0;
}

@media (max-width: 1024px) {
  header .header_menu li.submenu .submenu_area .submenu_content .tablet_sp {
    display: block;
  }
}

@media (max-width: 1024px) {
  header .header_menu li.submenu .submenu_area .submenu_content .tablet_sp a {
    padding-bottom: 13px;
  }
}

@media screen and (min-width: 1025px) {
  header .header_menu li.submenu:hover .submenu_area {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

header .header_menu li.submenu.submenu_service {
  height: auto;
}

header .header_menu li.submenu.submenu_service .submenu_area {
  height: auto;
  width: 800px;
  gap: 30px;
}

@media (max-width: 1024px) {
  header .header_menu li.submenu.submenu_service .submenu_area {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  header .header_menu li.submenu.submenu_service .submenu_area .submenu_content + .submenu_content {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  header .header_menu li.submenu.submenu_service .submenu_area ul {
    margin-top: 10px;
  }
}

header .header_menu li.submenu.submenu_service .submenu_area ul li {
  position: relative;
  margin-left: 30px;
}

header .header_menu li.submenu.submenu_service .submenu_area ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  background: #000;
}

@media (max-width: 1024px) {
  header .header_menu li.submenu.submenu_service .submenu_area ul li + li {
    margin-top: 5px;
  }
}

@media (max-width: 1024px) {
  header .header_menu li.submenu.submenu_service .submenu_area ul li:last-child {
    margin-bottom: 0;
  }
}

header .header_menu li.submenu.submenu_service .submenu_area ul li a {
  font-size: 14px;
  font-weight: 500;
}

/* ---------------------------------------------
	pagetop(採用ページのみ)
--------------------------------------------- */
#pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  line-height: 0;
}

@media (max-width: 767px) {
  #pagetop {
    bottom: 20px;
    right: 20px;
  }
}

#pagetop img {
  max-width: 50px;
}

@media (max-width: 767px) {
  #pagetop img {
    max-width: 40px;
  }
}

/* ---------------------------------------------
	footer
--------------------------------------------- */
footer {
  margin-top: auto;
  padding: 30px 0 20px;
  border-top: 1px solid #e4e4e4;
	position:relative;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 25px 20px;
  }
}

footer .left {
	position:relative;
}

@media (max-width: 767px) {
  footer .left {
    position: static;
  }
}

@media (max-width: 767px) {
  footer .container {
    padding: 0;
  }
}

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

@media (max-width: 768px) {
  footer .footer_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	  padding-bottom: 15px;
  }
}

footer .footer_area .left a img {
  max-width: 165px;
}

@media (max-width: 768px) {
  footer .footer_area .left a img {
    max-width: 122px;
  }
}

footer .footer_area .copyright {
  font-size: 12px;
  font-weight: 100;
  color: #818181;
  margin-top: 5px;
}

@media (max-width: 768px) {
  footer .footer_area .copyright {
/*     margin-top: 30px;
    text-align: center; */
	  position:absolute;
	  text-align:center;
	  bottom:5px;
	  left:0;
	  right:0;
	  margin:auto;
  }
}

footer .footer_area .right .footer_menu {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  footer .footer_area .right .footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 30px;
  }
}

footer .footer_area .right .footer_menu li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 768px) {
  footer .footer_area .right .footer_menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 13px;
  }
}

footer .footer_area .right .footer_menu li a {
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 768px) {
  footer .footer_area .right .footer_menu li a {
    font-size: 16px;
  }
}

footer .footer_area .right .sns_area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  footer .footer_area .right .sns_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer_area .right .sns_area a {
  line-height: 0;
}

footer .footer_area .right .sns_area a + a {
  margin-left: 30px;
}

footer .footer_area .right .sns_area a img {
  max-width: 20px;
  object-fit: cover;
}

@media (max-width: 768px) {
  footer .footer_area .right .sns_area a img {
    max-width: 32px;
  }
}

footer .footer_area .right .sns_area a img.wantedly {
  max-width: 30px;
}

@media (max-width: 768px) {
  footer .footer_area .right .sns_area a img.wantedly {
    max-width: 40px;
  }
}

.security {
	display:flex;
	justify-content:left;
}
.security span {
	display:block;
}
/* .pmark {
	position:absolute;
    width: max-content;
	bottom:-5px;
	right:10px;
} */
.pmark img {
	 width:50px;
}
/* @media (max-width: 768px) {
	.pmark  {
	  bottom:5px;
	  left:-160px;
	  right:0;
	  margin:auto;
  }
} */

/* ---------------------------------------------
	トップ
--------------------------------------------- */
.top section {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .top section {
    margin-bottom: 54px;
  }
}

.top .top_h2 {
  font-size: 100px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .top .top_h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.top .top_h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .top .top_h3 {
    font-size: 20px;
  }
}

.top .top_p {
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  .top .top_p {
    line-height: 1.7;
  }
}

.top .mv {
  position: relative;
  margin-bottom: 0;
/*   height: calc(100vh - 98px); */
}

/* @media (max-width: 425px) {
  .top .mv {
    height: calc(72vh - 70px);
  }
}
@media (max-width: 375px) {
  .top .mv {
    height: calc(70vh - 70px);
  }
} */

.top .mv .scroll_area {
  cursor: pointer;
  position: absolute;
  bottom: 24px;
  right: 30px;
  z-index: 100;
}

.top .mv .scroll_area img {
  max-width: 10.5px;
}

.top .gasyo {
  overflow: hidden;
  padding-top: 85px;
}

@media (max-width: 767px) {
  .top .gasyo {
    padding-top: 20px;
  }
}

.top .gasyo .container {
  position: relative;
}

.top .gasyo .container::after {
  position: absolute;
  content: "";
  width: 93vw;
  height: 230px;
  bottom: 90px;
  right: calc(50% - 50vw);
  background: #000;
  z-index: -1;
}

@media (max-width: 1024px) {
  .top .gasyo .container::after {
    height: 55%;
    bottom: 5%;
  }
}

@media (max-width: 767px) {
  .top .gasyo .container::after {
    width: 100vw;
    height: 100px;
    bottom: 10vw;
  }
}

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

.top .gasyo .text_area {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
  padding-left: 70px;
}

@media (max-width: 767px) {
  .top .gasyo .text_area {
    padding-left: 0;
  }
}

.top .gasyo .text_area h2 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .top .gasyo .text_area h2 {
    margin-bottom: 30px;
  }
}

.top .gasyo .text_area h2 img {
  max-width: 430px;
}

@media (max-width: 767px) {
  .top .gasyo .text_area h2 img {
    max-width: 140px;
  }
}

.top .gasyo .text_area h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #fff;
  margin-bottom: 50px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .top .gasyo .text_area h3 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.top .gasyo .text_area .btn_rainbow a {
  display: block;
  width: 350px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#ff3ef8), to(#ff7515));
  background: linear-gradient(90deg, #ff3ef8 0%, #ff7515 100%);
  color: #fff;
  border-radius: 999px;
  padding: 6px 0 8px;
}

@media (max-width: 767px) {
  .top .gasyo .text_area .btn_rainbow a {
    font-size: 11px;
    letter-spacing: 0;
    width: 90%;
  }
}

.top .gasyo .img_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -70px;
}

@media (max-width: 767px) {
  .top .gasyo .img_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.top .why_tosyo {
  position: relative;
}

.top .why_tosyo::after {
  position: absolute;
  content: "";
  width: calc(100vw - 60px);
  height: 60%;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f6f3ee;
  z-index: -1;
}

@media (max-width: 768px) {
  .top .why_tosyo::after {
    content: none;
  }
}

.top .why_tosyo h1 {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top .why_tosyo h1 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .top .why_tosyo .lh0 {
    margin: 8px 0;
  }
}

.top .why_tosyo .img_area {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .top .why_tosyo .img_area {
    margin: 24px 0;
  }
}

.top .approach .approach_area {
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
  position: relative;
}

@media (max-width: 768px) {
  .top .approach .approach_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .approach .approach_area::after {
  position: absolute;
  content: "";
  width: 46.5vw;
  height: 465px;
  top: 65px;
  left: calc(50% - 50vw);
  background: #f6f3ee;
  z-index: -1;
}

@media (max-width: 768px) {
  .top .approach .approach_area::after {
    width: 100vw;
    top: 20px;
    height: calc(100% + 50px);
  }
}

.top .approach .approach_area .text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top .approach .approach_area .text_area .top_h3 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top .approach .approach_area .text_area .top_h3 {
    margin-bottom: 15px;
  }
}

.top .approach .approach_area .text_area .btn_black {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top .approach .approach_area .text_area .btn_black {
    margin-top: 0;
    text-align: center;
  }
}

.top .approach .approach_area .text_area .btn_black a {
  padding-top: 6px;
  padding-bottom: 8px;
  width: 100%;
}

@media (max-width: 768px) {
  .top .approach .approach_area .text_area .btn_black a {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .top .approach .approach_area .text_area .btn_black a {
    font-size: 16px;
    padding: 10px 25px 12px 0;
    max-width: 290px;
  }
}

.top .approach .approach_area .img_area {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

@media (max-width: 767px) {
  .top .approach .approach_area .img_area {
    margin: 30px 0;
  }
}

.top .approach .supplier_title {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .top .approach .supplier_title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.top .approach .supplier_img_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 42px 50px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .top .approach .supplier_img_area {
    gap: 20px 32px;
    margin-bottom: 24px;
  }
}

.top .approach .supplier_img_area .supplier {
  width: calc(100% / 4 - 38px);
}

@media (max-width: 767px) {
  .top .approach .supplier_img_area .supplier {
    width: calc(100% / 3 - 22px);
  }
}

.top .approach .supplier_name_area {
  gap: 50px;
}

@media (max-width: 767px) {
  .top .approach .supplier_name_area {
/*     gap: 24px; */
	  gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	width: 365px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 380px) {
  .top .approach .supplier_name_area {
    left: -18px;
  }
}

.top .approach .supplier_name_area .left,
.top .approach .supplier_name_area .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 50px;
}

@media (max-width: 767px) {
  .top .approach .supplier_name_area .left,
  .top .approach .supplier_name_area .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.top .approach .supplier_name_area ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
	margin-bottom:10px;
}

.top .approach .supplier_name_area ul li {
  font-size: 12px;
  line-height: 2.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
	.top .approach .supplier_name_area ul li {
		font-size: 10px;
	}
}

@media (max-width: 1024px) {
  .top .approach .supplier_name_area ul li {
    white-space: unset;
  }
}

@media (max-width: 767px) {
  .top .approach .supplier_name_area ul li {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .top .approach .supplier_name_area ul li + li {
    margin-top: 8px;
  }
}

.top .approach .other {
  font-size: 12px;
  margin-top: 25px;
}

.top .approach .btn_white {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .top .approach .btn_white {
    margin-top: 30px;
    text-align: center;
  }
}

.top .approach .btn_white a {
  padding-top: 6px;
  padding-bottom: 8px;
  width: 245px;
  text-align: left;
}

@media (max-width: 767px) {
  .top .approach .btn_white a {
    padding-top: 8px;
    padding-bottom: 10px;
    width: 290px;
    text-align: center;
  }
}

.top .case_study {
  position: relative;
  margin-bottom: 175px;
}

@media (max-width: 767px) {
  .top .case_study {
    margin-bottom: 124px;
  }
}

.top .case_study::after {
  position: absolute;
  content: "";
  width: 80vw;
  height: 100%;
  top: 65px;
  right: 0;
  background: #f6f3ee;
  z-index: -1;
}

@media (max-width: 768px) {
  .top .case_study::after {
    width: 100vw;
    height: calc(100% + 5px);
  }
}

.top .case_study .case_study_area {
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .top .case_study .case_study_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top .case_study .case_study_area .text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top .case_study .case_study_area .text_area .top_h3 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top .case_study .case_study_area .text_area .top_h3 {
    margin-bottom: 14px;
  }
}

.top .case_study .case_study_area .text_area .btn_black {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top .case_study .case_study_area .text_area .btn_black {
    margin-top: 0;
    text-align: center;
  }
}

.top .case_study .case_study_area .text_area .btn_black a {
  padding-top: 6px;
  padding-bottom: 8px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .top .case_study .case_study_area .text_area .btn_black a {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .top .case_study .case_study_area .text_area .btn_black a {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

.top .case_study .case_study_area .img_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .top .case_study .case_study_area .img_area {
    margin: 30px 0;
  }
}

.top .award .award_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 24px;
}

@media (max-width: 767px) {
  .top .award .award_area {
    gap: 16px;
  }
}

.top .award .award_area .award_content {
  width: calc(100% / 2 - 12px);
  gap: 18px;
}

@media (max-width: 767px) {
  .top .award .award_area .award_content {
    width: 100%;
    gap: 16px;
  }
}

.top .award .award_area .award_content .img_area {
  width: 100%;
  max-width: 120px;
  position: relative;
}

@media (max-width: 767px) {
  .top .award .award_area .award_content .img_area {
    max-width: 74px;
  }
}

.top .award .award_area .award_content .img_area::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.top .award .award_area .award_content .img_area img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .award .award_area .award_content .text_area p {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  .top .award .award_area .award_content .text_area p {
    font-size: 12px;
  }
}

.top .news {
  margin-bottom: 135px;
}

@media (max-width: 767px) {
  .top .news {
    margin-bottom: 54px;
  }
}

.top .news .news_area .news_content {
  display: block;
}

.top .news .news_area .news_content + .news_content {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .top .news .news_area .news_content + .news_content {
    margin-top: 24px;
  }
}

.top .news .news_area .news_content .date {
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .top .news .news_area .news_content .date {
    margin-bottom: 3px;
  }
}

.top .news .news_area .news_content h3 {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.07em;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .top .news .news_area .news_content h3 {
    font-size: 14px;
  }
}

/* ---------------------------------------------
	下層共通
--------------------------------------------- */
.page section {
  margin-bottom: 170px;
}

@media (max-width: 767px) {
  .page section {
    margin-bottom: 50px;
  }
}

.page section.template_footer_contact_area {
  background: #ede8de;
  margin: 0 0 170px;
}

@media (max-width: 767px) {
  .page section.template_footer_contact_area {
    margin: 0;
  }
}

.page section.template_footer_contact_area .template_footer_contact {
  padding: 110px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
}

@media (max-width: 992px) {
  .page section.template_footer_contact_area .template_footer_contact {
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .page section.template_footer_contact_area .template_footer_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 70px;
    gap: 30px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.page section.template_footer_contact_area .template_footer_contact h2 {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .page section.template_footer_contact_area .template_footer_contact h2 {
    text-align: center;
  }
}

.page section.template_footer_contact_area .template_footer_contact .btn_area {
  gap: 25px;
}

@media (max-width: 767px) {
  .page section.template_footer_contact_area .template_footer_contact .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.page section.template_footer_contact_area .template_footer_contact .btn_area a {
  width: 300px;
  text-align: center;
}

@media (max-width: 992px) {
  .page section.template_footer_contact_area .template_footer_contact .btn_area a {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .page section.template_footer_contact_area .template_footer_contact .btn_area a {
    width: 100%;
  }
}

.page section.template_entry {
  padding-top: 130px;
}

@media (max-width: 768px) {
  .page section.template_entry {
    overflow: hidden;
    padding-top: 155px;
  }
}

@media (max-width: 767px) {
  .page section.template_entry {
    padding-top: 35px;
    margin-bottom: 0;
  }
}

.page section.template_entry .bg_area {
  background: #ede8de;
  padding-top: 1px;
}

.page section.template_entry h2 {
/*   font-size: 270px; */
  font-size:150px;
  font-weight: 700;
  line-height: 1;
/*   margin-top: -205px; */
  margin-top:-105px;
}

@media (max-width: 767px) {
  .page section.template_entry h2 {
    font-size: 72px;
    margin-top: -35px;
  }
}

.page section.template_entry .btn_area {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .page section.template_entry .btn_area {
    padding: 40px 0;
  }
}

.page section.template_entry .btn_area a {
  width: 580px;
}

@media (max-width: 767px) {
  .page section.template_entry .btn_area a {
    width: 100%;
  }
}

.page .page_title_area {
  position: relative;
  overflow: hidden;
}

.page .page_title_area::after {
  position: absolute;
  content: "";
  top: 130px;
  left: 0;
  background: rgba(237, 232, 222, 0.5);
  width: 80vw;
  height: 300px;
  z-index: -1;
}

@media (max-width: 767px) {
  .page .page_title_area::after {
    width: 85vw;
  }
}

.page .page_title_area .text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page .page_title_area .text_area {
    margin-top: 24px;
  }
}

.page .page_title_area .title {
  margin-bottom: 25px;
}

.page .page_title_area .title span {
  margin: 0 0 10px 8px;
}

@media (max-width: 767px) {
  .page .page_title_area .title span {
    margin: 0 0 10px 2px;
  }
}

.page .page_title_area .subtitle {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .page .page_title_area .subtitle {
    margin-bottom: 18px;
  }
}

/* ---------------------------------------------
	Recruit
--------------------------------------------- */
@media (max-width: 767px) {
  .page.recruit .page_title_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .page.recruit .page_title_area::after {
    content: none;
  }
}

.page.recruit .page_title_area .text_area {
  margin-right: -50vw;
}

@media (max-width: 767px) {
  .page.recruit .page_title_area .text_area {
    margin-right: -25px;
  }
}

@media (max-width: 767px) {
  .page.recruit .page_title_area .text_area .title,
  .page.recruit .page_title_area .text_area .subtitle {
    padding-right: 25px;
  }
}

.page.recruit .page_title_area .text_area h3 {
  max-width: 42%;
}

@media (max-width: 767px) {
  .page.recruit .page_title_area .text_area h3 {
    max-width: 100%;
    padding-right: 25px;
  }
}

.page.recruit .page_title_area .text_area h3 + h3 {
  margin-top: 30px;
}

.page.recruit .page_title_area .img_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  max-height: 975px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page.recruit .page_title_area .img_area {
    max-width: 100%;
    max-height: 220px;
    margin: -30px 0 30px 55px;
  }
}

.page.recruit .page_title_area .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page.recruit .culture {
  overflow: hidden;
  position: relative;
  padding-top: 1px;
  padding-bottom: 170px;
}

@media (max-width: 767px) {
  .page.recruit .culture {
    padding-bottom: 70px;
  }
}

.page.recruit .culture::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #f6f3ee;
  width: 90vw;
  height: 100%;
  z-index: -10;
}

@media (max-width: 767px) {
  .page.recruit .culture::after {
    width: 100vw;
  }
}

.page.recruit .culture h2 {
  font-family: "Roboto", sans-serif;
  font-size: 270px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  color: #fff;
  margin: -38px 10px 200px 0;
}

@media (max-width: 767px) {
  .page.recruit .culture h2 {
    font-size: 64px;
    margin: -10px 25px 10px;
    text-align: left;
  }
}

.page.recruit .culture .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 240px;
}

@media (max-width: 767px) {
  .page.recruit .culture .container {
    gap: 65px;
  }
}

.page.recruit .culture .culture_content {
  gap: 67px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .page.recruit .culture .culture_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.page.recruit .culture .culture_content .text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.page.recruit .culture .culture_content .text_area .number {
  position: absolute;
  font-family: "Bebas Neue", cursive;
  font-size: 340px;
  line-height: 1;
  letter-spacing: -0.055em;
  color: #f0ebe3;
  top: -180px;
  right: -10px;
  z-index: -5;
}

@media (max-width: 767px) {
  .page.recruit .culture .culture_content .text_area .number {
    font-size: 142px;
    top: -30px;
  }
}

.page.recruit .culture .culture_content .text_area h3 {
  font-size: 2.47vw;
/*   font-size: 40px; */
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page.recruit .culture .culture_content .text_area h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.page.recruit .culture .culture_content .text_area h3 span {
  display: block;
  font-size: 14px;
  color: #c7b495;
  margin-bottom: 3px;
}

.page.recruit .culture .culture_content .img_area {
  -webkit-box-flex: 1.45;
      -ms-flex: 1.45;
          flex: 1.45;
  position: relative;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .page.recruit .culture .culture_content .img_area {
    padding-right: 0;
  }
}

.page.recruit .culture .culture_content .img_area::after {
  position: absolute;
  content: "";
  width: 467px;
  height: 452px;
  background: #f0ebe3;
  bottom: -35px;
  right: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  .page.recruit .culture .culture_content .img_area::after {
    content: none;
  }
}

.page.recruit .culture .culture_content .img_area img {
  position: relative;
  z-index: 10;
}

.page.recruit .culture .culture_content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .page.recruit .culture .culture_content:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page.recruit .culture .culture_content:nth-child(even) .img_area {
  padding-right: 0;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .page.recruit .culture .culture_content:nth-child(even) .img_area {
    padding-left: 0;
  }
}

.page.recruit .culture .culture_content:nth-child(even) .img_area::after {
  right: auto;
  left: 0;
}

.page.recruit .other .other_area {
  gap: 110px;
}

@media (max-width: 768px) {
  .page.recruit .other .other_area {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .page.recruit .other .other_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page.recruit .other .other_area .other_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page.recruit .other .other_area .other_content h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 10;
}

.page.recruit .other .other_area .other_content .img_area {
  margin: -20px 0;
  height: 270px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page.recruit .other .other_area .other_content .img_area {
    margin: 0;
  }
}

.page.recruit .other .other_area .other_content .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page.recruit .other .other_area .other_content p {
  position: relative;
  z-index: 10;
  line-height: 2;
}

.page.recruit .welfare .title_area {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .page.recruit .welfare .title_area {
    margin-bottom: 40px;
  }
}

.page.recruit .welfare .title_area h2 {
  font-size: 64px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .page.recruit .welfare .title_area h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.page.recruit .welfare .title_area p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .page.recruit .welfare .title_area p {
    font-size: unset;
  }
}

.page.recruit .welfare .welfare_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 50px;
}

@media (max-width: 767px) {
  .page.recruit .welfare .welfare_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.page.recruit .welfare .welfare_area h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .page.recruit .welfare .welfare_area h3 {
    font-size: 18px;
  }
}

.page.recruit .welfare .welfare_area .welfare_content {
  width: calc(100% / 2 - 30px);
}

@media (max-width: 767px) {
  .page.recruit .welfare .welfare_area .welfare_content {
    width: 100%;
  }
}

.page.recruit .welfare .welfare_area .welfare_content .df {
  gap: 24px;
}

@media (max-width: 767px) {
  .page.recruit .welfare .welfare_area .welfare_content .df {
    gap: 16px;
  }
}

.page.recruit .welfare .welfare_area .welfare_content .df .img_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .page.recruit .welfare .welfare_area .welfare_content .df .img_area {
    max-width: 90px;
  }
}

.page.recruit .welfare .welfare_area .welfare_content .df .text_area {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.page.recruit .welfare .welfare_area .welfare_content .df .text_area p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .page.recruit .welfare .welfare_area .welfare_content .df .text_area p {
    font-size: 13px;
  }
}

.page.recruit .interview {
  overflow: hidden;
}

.page.recruit .interview h2 {
  font-family: "Roboto", sans-serif;
  font-size: 270px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #f6f3ee;
  line-height: 1;
  white-space: nowrap;
  margin-left: -70px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .page.recruit .interview h2 {
    font-size: 64px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.page.recruit .interview .interview_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 70px;
}

@media (max-width: 767px) {
  .page.recruit .interview .interview_area {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    overflow-x: scroll;
    gap: 20px;
    margin-right: -25px;
  }
}

.page.recruit .interview .interview_area.interview_area_1 {
  margin-bottom: 70px;
}

.page.recruit .interview .interview_area.interview_area_2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page.recruit .interview .interview_area .interview_content {
  width: calc(100% / 3 - 47px);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page.recruit .interview .interview_area .interview_content {
    min-width: 145px;
  }
}

.page.recruit .interview .interview_area .interview_content .img_area {
  width: 100%;
  position: relative;
}

.page.recruit .interview .interview_area .interview_content .img_area::before {
  content: "";
  display: block;
  padding-top: 150%;
}

.page.recruit .interview .interview_area .interview_content .img_area img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page.recruit .interview .interview_area .interview_content .initial {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media (max-width: 767px) {
  .page.recruit .interview .interview_area .interview_content .initial {
    bottom: 10px;
    right: 10px;
    font-size: 33px;
  }
}
.btn_white>a {
	position:relative;
}
.page.recruit .btn_white>a::before {
	content:"";
	position:absolute;
	display:inline-block;
	width:20px;
	height:21px;
	top:0;
	bottom:0;
	left:10%;
	margin:auto;
	background:url("https://www.tosyo.co.jp/wp-content/themes/tosyo/images/wantedly.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.page.recruit .btn_white:nth-child(2) {
	margin-top:40px;
}
/* .page.recruit .btn_white:nth-child(2) a {
	border:solid 1px #e14444;
} */
.page.recruit .btn_white:nth-child(2)>a::before {
	content:"";
	position:absolute;
	display:inline-block;
	width:20px;
	height:21px;
	top:0;
	bottom:0;
	left:10%;
	background:url("https://www.tosyo.co.jp/wp-content/themes/tosyo/images/pdf2.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

/* ---------------------------------------------
	Interview Single
--------------------------------------------- */
@media (max-width: 767px) {
  .page.single_interview .page_title_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* .page.single_interview .page_title_area .text_area {
  margin-right: -50vw;
} */

@media (max-width: 767px) {
  .page.single_interview .page_title_area .text_area {
    margin-right: -25px;
  }
}
@media screen and (min-width:981px) {
.page .page_title_area .text_area .container {
/* 	width: max-content; */
/*     margin-left: auto;
    margin-right: 10%; */
	margin:auto;
}
}
@media screen and (min-width:981px) {
.single_interview .page_title_area .text_area .container {
	width: max-content;
}
}

@media (max-width: 767px) {
  .page.single_interview .page_title_area .text_area .title,
  .page.single_interview .page_title_area .text_area .subtitle {
    padding-right: 25px;
  }
}

.page.single_interview .page_title_area .text_area .subtitle {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .page.single_interview .page_title_area .text_area .sp_df_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .page.single_interview .page_title_area .text_area .sp_df_area .sp_df_text_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page.single_interview .page_title_area .text_area .sp_df_area .sp_df_text_area .when_to_join,
.page.single_interview .page_title_area .text_area .sp_df_area .sp_df_text_area .department {
  font-size: 14px;
}

@media (max-width: 767px) {
  .page.single_interview .page_title_area .text_area .sp_df_area .sp_df_text_area .when_to_join,
  .page.single_interview .page_title_area .text_area .sp_df_area .sp_df_text_area .department {
    font-size: 12px;
  }
}

.page.single_interview .page_title_area .text_area .sp_df_area .sp_df_text_area .name {
  font-size: 32px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .page.single_interview .page_title_area .text_area .sp_df_area .sp_df_text_area .name {
    font-size: 24px;
  }
}

.page.single_interview .page_title_area .img_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  max-height: 975px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page.single_interview .page_title_area .img_area {
    max-width: 100%;
    max-height: 360px;
    margin: -30px 0 0 10px;
    -webkit-box-flex: 2.1;
        -ms-flex: 2.1;
            flex: 2.1;
	padding-top:10px;
  }
}

.page.single_interview .page_title_area .img_area img {
/*   width: 100%; */
  width:auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page.single_interview .article_area .article_content {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .page.single_interview .article_area .article_content {
    margin-bottom: 60px;
  }
}

.page.single_interview .article_area .article_content h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .page.single_interview .article_area .article_content h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.page.single_interview .article_area .article_content h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 2px;
  background: #c2b7a3;
  bottom: 0;
  left: 0;
}

.page.single_interview .article_area .article_content .box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 46px;
}

@media (max-width: 767px) {
  .page.single_interview .article_area .article_content .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.page.single_interview .article_area .article_content .box .text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.07em;
}

.page.single_interview .article_area .article_content .box .img_area {
  -webkit-box-flex: 1.7;
      -ms-flex: 1.7;
          flex: 1.7;
  position: relative;
}

.page.single_interview .article_area .article_content .box .img_area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f0ebe3;
  bottom: -35px;
  right: -35px;
  z-index: 9;
}

@media (max-width: 767px) {
  .page.single_interview .article_area .article_content .box .img_area::after {
    bottom: -12px;
    right: -12px;
  }
}

.page.single_interview .article_area .article_content .box .img_area img {
  position: relative;
  z-index: 10;
}

.page.single_interview .other_interview {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .page.single_interview .other_interview {
    margin-top: 54px;
  }
}

.page.single_interview .other_interview h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .page.single_interview .other_interview h3 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.page.single_interview .other_interview h3::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 2px;
  background: #c2b7a3;
  bottom: 0;
  left: 0;
}

.page.single_interview .other_interview .interview_area {
  gap: 28px;
}

@media (max-width: 767px) {
  .page.single_interview .other_interview .interview_area {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    overflow-x: scroll;
    gap: 15px;
    margin-right: -25px;
  }
}

.page.single_interview .other_interview .interview_area .interview_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  max-width: 150px;
}

@media (max-width: 767px) {
  .page.single_interview .other_interview .interview_area .interview_content {
    min-width: 145px;
    max-width: 145px;
  }
}

.page.single_interview .other_interview .interview_area .interview_content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page.single_interview .other_interview .interview_area .interview_content .initial {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media (max-width: 767px) {
  .page.single_interview .other_interview .interview_area .interview_content .initial {
    bottom: 8px;
    right: 8px;
    font-size: 30px;
  }
}
/* ---------------------------------------------
	NEWS
--------------------------------------------- */
.pnavi {
	margin:20px 0;
}
.page-numbers {
	margin:5px;
}

/* ---------------------------------------------
	News Single
--------------------------------------------- */
.page.single_news section {
  margin-bottom: 0;
}

.page.single_news .mv_area {
  height: 375px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page.single_news .mv_area {
    height: 190px;
  }
}

.page.single_news .mv_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page.single_news .title_area {
  margin: -80px 0 70px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .page.single_news .title_area {
    margin: -30px 0 30px;
  }
}

.page.single_news .title_area .box {
  background: #f6f3ee;
  padding: 15px 40px 40px;
}

@media (max-width: 767px) {
  .page.single_news .title_area .box {
    padding: 5px 17px 17px;
  }
}

@media (max-width: 767px) {
  .page.single_news .title_area time {
    font-size: 12px;
  }
}

.page.single_news .title_area h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .page.single_news .title_area h1 {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.page.single_news .content_area {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .page.single_news .content_area {
    margin-bottom: 100px;
  }
}

.page.single_news .content_area * {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .page.single_news .content_area * {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.page.single_news .content_area h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 50px 0 20px;
}

@media (max-width: 767px) {
  .page.single_news .content_area h2 {
    font-size: 20px;
    margin: 100px 0 15px;
  }
}

.page.single_news .content_area figure {
  margin: 50px 0;
}

@media (max-width: 767px) {
  .page.single_news .content_area figure {
    margin: 30px 0;
  }
}

/* ---------------------------------------------
	Services
--------------------------------------------- */
.page.services {
  overflow: hidden;
}
.services_content_detail {
	position:relative;
}
.services_top_link {
	position:absolute;
	left:0;right:0;
	bottom:10px;
	margin:auto;
	display:inline-block;
	width:max-content;
	z-index:999;
}
@media (max-width: 767px) {
	.services_top_link {
		bottom:-40px;
	}
}


.page.services .services_content .menu_area {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .page.services .services_content .menu_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.page.services .services_content .menu_area .img_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}

@media (max-width: 768px) {
  .page.services .services_content .menu_area .img_area {
    max-width: 100%;
    padding: 0 25px;
  }
}

.page.services .services_content .menu_area .text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -50vw;
}

@media (max-width: 768px) {
  .page.services .services_content .menu_area .text_area {
    margin-left: 0;
  }
}

.page.services .services_content .menu_area .text_area .box {
  max-width: 420px;
  margin: 0 auto;
  margin-right: 0;
}

@media (max-width: 768px) {
  .page.services .services_content .menu_area .text_area .box {
    max-width: 100%;
  }
}

.page.services .services_content .menu_area .text_area h2 {
  font-size: 54px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .page.services .services_content .menu_area .text_area h2 {
    font-size: 40px;
  }
}

.page.services .services_content .menu_area .text_area h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .page.services .services_content .menu_area .text_area h2 span {
    font-size: 14px;
    margin-top: 15px;
  }
}

.page.services .services_content .menu_area .text_area h3 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .page.services .services_content .menu_area .text_area h3 {
    font-size: 15px;
  }
}

.page.services .services_content .menu_area .text_area .menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  margin-top: 55px;
  max-width: 95%;
}

@media (max-width: 768px) {
  .page.services .services_content .menu_area .text_area .menu_ul {
    margin-top: 30px;
    max-width: 100%;
    gap: 18px;
  }
}

.page.services .services_content .services_content_detail:last-child .detail_area {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page.services .services_content .services_content_detail:last-child .detail_area {
    padding-bottom: 40px;
  }
}

.page.services .services_content .detail_area {
  gap: 50px;
  padding: 70px 0;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .page.services .services_content .detail_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0 0;
    margin-bottom: 0;
    gap: 30px;
  }
}

.page.services .services_content .detail_area::after {
  position: absolute;
  content: "";
/*   width: 95vw; */
	width:1650px;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  top: 0;
  right: 0;
  background: #f8f8f8;
  z-index: -1;
}

@media (max-width: 768px) {
  .page.services .services_content .detail_area::after {
    width: 100vw;
  }
}

.page.services .services_content .detail_area .text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page.services .services_content .detail_area .text_area h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .text_area h3 {
    font-size: 24px;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
}

.page.services .services_content .detail_area .text_area h3::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 2px;
  background: #c2b7a3;
  bottom: 0;
  left: 0;
}

.page.services .services_content .detail_area .text_area p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .text_area p {
    font-size: 15px;
  }
}

.page.services .services_content .detail_area .text_area p + p {
  margin-top: 20px;
}

.page.services .services_content .detail_area .img_area {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  max-width: 630px;
}

.page.services .services_content .detail_area .img_box_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #dadfe9;
  padding: 40px 60px;
  gap: 80px;
}

@media (max-width: 768px) {
  .page.services .services_content .detail_area .img_box_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 17px;
    gap: 40px;
  }
}

.page.services .services_content .detail_area .img_box_area .img_box_area_title {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #666;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: -50px;
}

.page.services .services_content .detail_area .img_box_area .img_box_area_title::after {
  position: absolute;
  content: "";
  width: 115px;
  height: 2px;
  background: #dadfe9;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page.services .services_content .detail_area .img_box_area .box {
  width: calc(100% / 3 - 54px);
  text-align: center;
}

@media (max-width: 768px) {
  .page.services .services_content .detail_area .img_box_area .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    text-align: left;
  }
}

.page.services .services_content .detail_area .img_box_area .box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  min-height: 60px;
  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;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page.services .services_content .detail_area .img_box_area .box h4 {
    display: block;
    min-height: auto;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .img_box_area .box h4 {
    font-size: 15px;
  }
}

.page.services .services_content .detail_area .img_box_area .box .lh0 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page.services .services_content .detail_area .img_box_area .box .lh0 {
    margin-bottom: 0;
  }
}

.page.services .services_content .detail_area .img_box_area .box .lh0 img {
  max-width: 170px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .img_box_area .box .lh0 img {
    max-width: 76px;
  }
}

.page.services .services_content .detail_area .img_box_area .box p {
  color: #666666;
  font-size: 13px;
  line-height: 1.7;
}

.page.services .services_content .detail_area .logo_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  gap: 64px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .logo_area {
    margin-top: 0;
    gap: 24px;
  }
}

.page.services .services_content .detail_area .logo_area .shopify {
  width: 109px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .logo_area .shopify {
    width: 126px;
  }
}

.page.services .services_content .detail_area .logo_area .eccube {
  width: 126px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .logo_area .eccube {
    width: 121px;
  }
}

.page.services .services_content .detail_area .logo_area .twitter {
  width: 175px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .logo_area .twitter {
    width: 109px;
  }
}

.page.services .services_content .detail_area .logo_area .tsuindou {
  width: 152px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .logo_area .tsuindou {
    width: 101px;
  }
}

.page.services .services_content .detail_area .logo_area .kiritorie {
  width: 152px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area .logo_area .kiritorie {
    width: 101px;
  }
}

.page.services .services_content .detail_area.promotion .text_area h4 {
  margin: 65px 0 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area.promotion .text_area h4 {
    text-align: center;
    line-height: 2;
  }
}

.page.services .services_content .detail_area.promotion .text_area .logo_area {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  gap: 30px;
}

@media (max-width: 767px) {
  .page.services .services_content .detail_area.promotion .text_area .logo_area {
    margin-top: 35px;
    gap: 6px;
  }
}

.page.services .services_content #services_content_2_1 .detail_area .img_box_area {
  padding: 30px;
  gap: 30px;
}

@media (max-width: 768px) {
  .page.services .services_content #services_content_2_1 .detail_area .img_box_area {
    gap: 40px;
  }
}

.page.services .services_content #services_content_2_1 .detail_area .img_box_area .box {
  width: calc(100% / 3 - 20px);
  position: relative;
}

@media (max-width: 768px) {
  .page.services .services_content #services_content_2_1 .detail_area .img_box_area .box {
    width: 100%;
  }
}

.page.services .services_content #services_content_2_1 .detail_area .img_box_area .box:not(:last-child)::after {
  position: absolute;
  content: "";
  background-image: url(images/arrow_right_img_box_area.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 26.8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -31px;
}

@media (max-width: 768px) {
  .page.services .services_content #services_content_2_1 .detail_area .img_box_area .box:not(:last-child)::after {
    background-image: url(images/arrow_right_img_box_area_sp.png);
    width: 22.4px;
    height: 19.3px;
    top: auto;
    bottom: -37px;
    right: auto;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .page.services .services_content #services_content_2_1 .detail_area .img_box_area .box .step_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
}

.page.services .services_content #services_content_2_1 .detail_area .img_box_area .box .step {
  color: #565656;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .page.services .services_content #services_content_2_1 .detail_area .img_box_area .box .step {
    font-size: 10px;
    margin-bottom: 0;
  }
}

.page.services .services_content #services_content_2_1 .detail_area .img_box_area .box .step span {
  border-radius: 999px;
  border: 1px solid #565656;
  padding: 1px 10px;
}

.page.services .services_content #services_content_2_1 .detail_area .img_box_area .box h4 {
  min-height: auto;
}

@media (max-width: 768px) {
  .page.services .services_content #services_content_2_1 .detail_area .img_box_area .box h4 {
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.page.services .services_content #services_content_2_1 .detail_area .img_box_area .box .lh0 img {
  max-width: 145px;
}

@media (max-width: 767px) {
  .page.services .services_content #services_content_2_1 .detail_area .img_box_area .box .lh0 img {
    max-width: 76px;
  }
}

.page.services .services_content:nth-child(even) .menu_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .page.services .services_content:nth-child(even) .menu_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page.services .services_content:nth-child(even) .menu_area .text_area {
  margin-left: 0;
  margin-right: -50vw;
}

@media (max-width: 767px) {
  .page.services .services_content:nth-child(even) .menu_area .text_area {
    margin-right: 0;
  }
}

.page.services .services_content:nth-child(even) .menu_area .text_area .box {
  margin-right: auto;
  margin-left: 0;
}

.page.services .services_content:nth-child(even) .detail_area::after {
  right: auto;
  left: 0;
}

.page.services input,
.page.services .tab_label {
  display: none;
}

@media (max-width: 767px) {
  .page.services .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .page.services .tab_area .tab_label {
    display: block;
    font-weight: 700;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    line-height: 1;
    cursor: pointer;
    font-size: 12px;
    padding-bottom: 10px;
    margin: 0 0 20px 15px;
    border-bottom: 1px solid transparent;
  }
  .page.services .tab_area .tab_switch {
    display: none;
  }
  .page.services .tab_area .tab_switch:checked + .tab_label {
    border-bottom: 1px solid #000;
  }
  .page.services .tab_area .tab_content {
    width: 100%;
    display: none;
  }
  .page.services .tab_area .tab_switch:checked + .tab_label + .tab_content {
    display: block;
  }
}

/* ---------------------------------------------
	About
--------------------------------------------- */
.page.about .page_title_area {
  padding-bottom: 30px;
}

.page.about .page_title_area .subtitle {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page.about .page_title_area .subtitle {
    margin-bottom: 18px;
  }
}

.page.about .philosophy {
  text-align: center;
}

.page.about .philosophy .img_area {
/*   margin-bottom: 80px; */
}

@media (max-width: 767px) {
  .page.about .philosophy .img_area {
/*     margin-bottom: 30px; */
  }
}

.page.about .philosophy .img_area img {
  max-width: 535px;
  max-width: 800px;
}

@media (max-width: 767px) {
  .page.about .philosophy .img_area img {
/*     max-width: 80%; */
	max-width: 100%;
  }
}

.page.about .philosophy h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .page.about .philosophy h3 {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

.page.about .about_content {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .page.about .about_content {
    margin-bottom: 50px;
  }
}

.page.about .about_content h2 {
  font-size: 50px;
  font-weight: 100;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .page.about .about_content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.page.about .about_content h2::after {
  position: absolute;
  content: "";
  background: #c2b7a3;
  width: 46px;
  height: 2px;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .page.about .about_content h2::after {
    height: 1px;
  }
}

.page.about .about_content:nth-child(odd) {
  background: #f8f8f8;
  padding: 70px 0 100px;
}

@media (max-width: 767px) {
  .page.about .about_content:nth-child(odd) {
    padding: 50px 0;
  }
}

.page.about .about_content.policy ol li {
  font-size: 18px;
  line-height: 2.5;
}

@media (max-width: 767px) {
  .page.about .about_content.policy ol li {
    font-size: 15px;
    line-height: unset;
  }
}

@media (max-width: 767px) {
  .page.about .about_content.policy ol li + li {
    margin-top: 25px;
  }
}

.page.about .about_content.mission h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  .page.about .about_content.mission h3 {
    font-size: 15px;
  }
}

.page.about .about_content.mission h3 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .page.about .about_content.mission h3 span {
    font-size: 14px;
    margin-top: 15px;
  }
}

.page.about .about_content.vision p + p {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page.about .about_content.vision p + p {
    margin-top: 20px;
  }
}

.page.about .about_content.overview table tr {
  border-bottom: 1px solid #bfbfbf;
}

.page.about .about_content.overview table th,
.page.about .about_content.overview table td {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .page.about .about_content.overview table th,
  .page.about .about_content.overview table td {
    padding: 18px 0;
  }
}

.page.about .about_content.overview table th {
  width: 155px;
  min-width: 155px;
}

@media (max-width: 767px) {
  .page.about .about_content.overview table th {
    width: 90px;
    min-width: 90px;
  }
}

@media (max-width: 767px) {
  .page.about .about_content.overview table td {
    font-size: 16px;
  }
}

.page.about .about_content.overview table .location + .location {
  margin-top: 20px;
}

.page.about .about_content.overview table .supplier_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (max-width: 767px) {
  .page.about .about_content.overview table .supplier_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .page.about .about_content.overview table .supplier_area p {
    margin: 4px 0;
	  font-size:10px;
  }
}

.page.about .about_content.history h3 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page.about .about_content.history h3 {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.page.about .about_content.history table th {
  width: 175px;
  min-width: 175px;
}

@media (max-width: 767px) {
  .page.about .about_content.history table th {
    width: 118px;
    min-width: 118px;
    font-size: 13px;
  }
}

.page.about .about_content.history table td {
  position: relative;
}

@media (max-width: 767px) {
  .page.about .about_content.history table td {
    font-size: 13px;
  }
}

.page.about .about_content.history table td::before {
  position: absolute;
  content: "：";
  left: -30px;
}

@media (max-width: 767px) {
  .page.about .about_content.history table td::before {
    left: -15px;
  }
}

.page.about .about_content.map_message .tab_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 170px;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .tab_area {
    margin-bottom: 70px;
  }
}

.page.about .about_content.map_message .tab_area .tab_label {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  margin-right: 65px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .tab_area .tab_label {
    font-size: 12px;
    padding-bottom: 10px;
    margin: 0 30px 20px 0;
    border-bottom: 1px solid transparent;
  }
}

.page.about .about_content.map_message .tab_area .tab_switch {
  display: none;
}

.page.about .about_content.map_message .tab_area .tab_switch:checked + .tab_label {
  border-bottom: 2px solid #000;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .tab_area .tab_switch:checked + .tab_label {
    border-bottom: 1px solid #000;
  }
}

.page.about .about_content.map_message .tab_area .tab_content {
  width: 100%;
  display: none;
}

.page.about .about_content.map_message .tab_area .tab_content .map_area {
  height: 0;
  overflow: hidden;
  padding-bottom: 580px;
  position: relative;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .tab_area .tab_content .map_area {
    padding-bottom: 230px;
  }
}

.page.about .about_content.map_message .tab_area .tab_content .map_area iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.page.about .about_content.map_message .tab_area .tab_content .address {
  font-size: 12px;
  font-weight: 100;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .tab_area .tab_content .address {
    margin-top: 20px;
  }
}

.page.about .about_content.map_message .tab_area .tab_switch:checked + .tab_label + .tab_content {
  display: block;
}

.page.about .about_content.map_message .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .page.about .about_content.map_message h2 {
    font-size: 30px;
  }
}

.page.about .about_content.map_message .message_area {
  gap: 40px;
}
.page.about .about_content.map_message .message_area .img_area {
	max-width:350px;
}
.page.about .about_content.map_message .message_area .text_area {
	max-width:650px;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .message_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.page.about .about_content.map_message .message_area .text_area p + p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .message_area .text_area p + p {
    margin-top: 25px;
  }
}

.page.about .about_content.map_message .message_area .text_area ul {
  margin: 20px 0;
  list-style: disc;
  padding-left: 20px;
}

.page.about .about_content.map_message .message_area .text_area .name_area {
  margin-top: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .message_area .text_area .name_area {
    margin: 0 0 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page.about .about_content.map_message .message_area .text_area .name_area .position {
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .message_area .text_area .name_area .position {
    font-size: 14px;
    margin-right: 0;
  }
}

.page.about .about_content.map_message .message_area .text_area .name_area .name {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 767px) {
  .page.about .about_content.map_message .message_area .text_area .name_area .name {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .page.about .about_content.member {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page.about .about_content.member h2 {
    font-size: 30px;
  }
}

.page.about .about_content.member .staff_area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

@media (max-width: 767px) {
  .page.about .about_content.member .staff_area {
    gap: 50px;
  }
}

.page.about .about_content.member .staff_area .staff_content {
  gap: 40px;
}

@media (max-width: 767px) {
  .page.about .about_content.member .staff_area .staff_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.page.about .about_content.member .staff_area .staff_content .img_area {
  width: 100%;
  max-width: 350px;
  max-height: 450px;
  position: relative;
}

@media (max-width: 767px) {
  .page.about .about_content.member .staff_area .staff_content .img_area {
    max-width: 100%;
  }
}

/* .page.about .about_content.member .staff_area .staff_content .img_area::before {
  content: "";
  display: block;
  padding-top: 100%;
} */

/* .page.about .about_content.member .staff_area .staff_content .img_area img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */

.page.about .about_content.member .staff_area .staff_content .text_area h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.page.about .about_content.member .staff_area .staff_content .text_area h3 span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.25em;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .page.about .about_content.member .staff_area .staff_content .text_area h3 span {
    font-size: 14px;
  }
}

/* ---------------------------------------------
	Case Study
--------------------------------------------- */
@media (max-width: 767px) {
  .page.case section.case_area, .page.case section.company_case_area {
    margin-bottom: 100px;
  }
}

.page.case .page_title_area {
  padding-bottom: 40px;
}

.page.case .page_title_area .title,
.page.case .page_title_area .subtitle {
  margin-bottom: 32px;
}

.page.case .case_search {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .page.case .case_search .df {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (max-width: 768px) {
  .page.case .case_search li {
    margin: 0 20px 10px 0;
  }
}

.page.case .case_search li + li {
  margin-left: 70px;
}

@media (max-width: 768px) {
  .page.case .case_search li + li {
    margin-left: 0;
  }
}

.page.case .case_search li a {
  font-size: 20px;
  padding-bottom: 4px;
  color: #dadfe9;
}

.page.case .case_search li.current-cat a {
  color: #000;
  border-bottom: 2px solid #000;
}

.page.case .case_area .post_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.page.case .case_area .post_area::before {
  display: block;
  width: calc(100% / 4 - 20px);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page.case .case_area .post_area::after {
  display: block;
  width: calc(100% / 4 - 20px);
  content: "";
}

.page.case .case_area .post_area .post_content {
  display: block;
  width: calc(100% / 4 - 20px);
  position: relative;
}

@media (max-width: 767px) {
  .page.case .case_area .post_area .post_content {
    width: calc(100% / 2 - 10px);
  }
}

.page.case .case_area .post_area .post_content.is-hidden {
  display: none;
}

.page.case .case_area .post_area .post_content:nth-child(1), .page.case .case_area .post_area .post_content:nth-child(2) {
  width: calc(100% / 2 - 13px);
}

@media (max-width: 767px) {
  .page.case .case_area .post_area .post_content:nth-child(1), .page.case .case_area .post_area .post_content:nth-child(2) {
    width: 100%;
  }
}

.page.case .case_area .post_area .post_content span {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  padding: 7px;
  background: #fff;
  z-index: 100;
}

@media (max-width: 767px) {
  .page.case .case_area .post_area .post_content span {
    font-size: 12px;
    padding: 5px;
  }
}

.page.case .case_area .post_area .post_content .img_area {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: block;
}

.page.case .case_area .post_area .post_content .img_area::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.page.case .case_area .post_area .post_content .img_area img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 90;
}

.page.case .case_area .btn_more {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.page.case .case_area .btn_more::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22.5px;
  background-image: url(images/arrow_bottom_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.page.case .case_area .btn_more button {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  background: none;
  border: 1px solid #000;
  padding: 12px 0;
  cursor: pointer;
  outline: none;
}

.page.case .company_case_area h2 {
  font-size: 54px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .page.case .company_case_area h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.page.case .company_case_area .post_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 30px;
}

@media (max-width: 767px) {
  .page.case .company_case_area .post_area {
    gap: 10px;
  }
}

.page.case .company_case_area .post_area .post_content {
  width: calc(100% / 5 - 24px);
}

@media (max-width: 767px) {
  .page.case .company_case_area .post_area .post_content {
    width: calc(100% / 3 - 7px);
  }
}

.page.case .company_case_area .post_area .post_content .img_area {
  width: 100%;
  position: relative;
}

.page.case .company_case_area .post_area .post_content .img_area::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.page.case .company_case_area .post_area .post_content .img_area img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .remodal-wrapper {
    padding: 25px;
  }
}

.remodal-wrapper .remodal {
  text-align: left;
  padding: 60px 120px;
  max-width: 1040px;
}

@media (max-width: 767px) {
  .remodal-wrapper .remodal {
    padding: 50px 20px;
  }
}

.remodal-wrapper .remodal .remodal_category {
  color: #b9b9b9;
}

@media (max-width: 767px) {
  .remodal-wrapper .remodal .remodal_category {
    font-size: 14px;
  }
}

.remodal-wrapper .remodal .remodal_img_category {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  padding: 7px;
  background: #fff;
  z-index: 100;
}

.remodal-wrapper .remodal .remodal_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .remodal-wrapper .remodal .remodal_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.remodal-wrapper .remodal .remodal_img_area {
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .remodal-wrapper .remodal .remodal_img_area {
    margin-bottom: 24px;
  }
}

.remodal-wrapper .remodal .remodal_content_area a {
  text-decoration: underline;
}

.remodal-close {
  top: 24px;
  left: auto;
  right: 24px;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .remodal-close {
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
  }
}

.remodal-close::before {
  top: 0;
  left: auto;
  right: 0;
  content: "";
  background-image: url(images/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .remodal-close::before {
    width: 20px;
    height: 20px;
  }
}

.remodal_tags {
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
}
.remodal_tags li {
	padding:0 10px;
	margin:5px;
	background:rgb(219,219,219,0.5);
	border-radius:5px;
	font-size:12px;
}
/* ---------------------------------------------
	Form
--------------------------------------------- */
.page .form_area table tbody tr,
.page .form_area table tbody th,
.page .form_area table tbody td {
  display: block;
  width: 100%;
}

.page .form_area table tbody tr {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page .form_area table tbody tr {
    margin-bottom: 40px;
  }
}

.page .form_area table tbody tr:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page .form_area table tbody tr:last-child {
    margin-bottom: 45px;
  }
}

.page .form_area table tbody th p {
  font-size: 18px;
  font-weight: 700;
}

.page .form_area table tbody th .hissu {
  color: #ff1313;
  margin-left: 5px;
}

.page .form_area table tbody td .form_control {
  font-family: "Noto Sans JP", sans-serif;
  font-weight:100;
  width: 100%;
  padding: 0 30px;
  height: 70px;
  border: none;
  background: #f4f4f4;
  outline: none;
  font-size: 16px;
}

@media (max-width: 767px) {
  .page .form_area table tbody td .form_control {
    height: 70px;
  }
}

.page .form_area table tbody td select {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 0 30px;
  height: 70px;
  border: none;
  background-color: #f4f4f4;
  background-image: url(images/arrow_bottom_black.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 24px center;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767px) {
  .page .form_area table tbody td select {
    height: 56px;
    background-size: 20px;
    background-position: right 15px center;
  }
}

.page .form_area table tbody td select::-ms-expand {
  display: none;
}

.page .form_area table tbody td textarea {
  max-width: 840px;
  min-height: 270px;
  padding: 30px !important;
}

@media (max-width: 767px) {
  .page .form_area table tbody td textarea {
    min-height: 370px;
  }
}

.page .form_area .check_privacy {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .page .form_area .check_privacy {
    margin-bottom: 50px;
  }
}

.page .form_area .check_privacy .check_box .contact_acceptance {
  vertical-align: middle;
}

.page .form_area .check_privacy .check_box .wpcf7-list-item {
  margin: 0;
}

.page .form_area .check_privacy .check_box .wpcf7-list-item label {
  cursor: pointer;
}

.page .form_area .check_privacy .check_box .wpcf7-list-item label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}

.page .form_area .check_privacy .check_box .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 100;
}

@media (max-width: 767px) {
  .page .form_area .check_privacy .check_box .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
  }
}

.page .form_area .check_privacy .check_box a {
  font-weight: 100;
  border-bottom: 1px solid #000;
}

.page .form_area .confirm input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 400px;
  padding: 18px 0 22px;
  border: 1px solid #000;
  line-height: 1;
  background: none;
  color: #000;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page .form_area .confirm input {
    width: 100%;
  }
}

.page .form_area .confirm input:disabled {
  cursor: not-allowed;
}

.page .form_area .confirm .submit_button {
  width: 400px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .page .form_area .confirm .submit_button {
    width: 100%;
  }
}

.page .form_area .confirm .submit_button::after {
  position: absolute;
  content: "";
  background-image: url(images/arrow_right_black.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 18px;
  right: 20px;
}

@media (max-width: 767px) {
  .page .form_area .confirm .submit_button::after {
    width: 20px;
    height: 20px;
  }
}

/* ---------------------------------------------
	Contact
--------------------------------------------- */
.page.contact .page_title_area {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .page.contact .page_title_area {
    margin-bottom: 40px;
  }
}

.page.contact .page_title_area::after {
  content: none;
}

.page.contact .form_area .container {
  max-width: 840px;
}

@media (max-width: 767px) {
  .page.contact .form_area .container {
    width: 100%;
  }
}

/* ---------------------------------------------
	Document
--------------------------------------------- */
.page.document .page_title_area {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .page.document .page_title_area {
    margin-bottom: 25px;
  }
}

.page.document .page_title_area::after {
  content: none;
}

.page.document .form_area .document_area {
  gap: 45px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .page.document .form_area .document_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.page.document .form_area .document_area .left_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page.document .form_area .document_area .left_area h2 {
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .page.document .form_area .document_area .left_area h2 {
    font-size: 20px;
    margin-top: 24px;
  }
}

.page.document .form_area .document_area .right_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f6f3ee;
  padding: 35px 50px 55px;
}

@media (max-width: 768px) {
  .page.document .form_area .document_area .right_area {
    background: none;
    padding: 0;
  }
}

.page.document .form_area .document_area .right_area table tbody td .form_control {
  background: #fff;
}

@media (max-width: 768px) {
  .page.document .form_area .document_area .right_area table tbody td .form_control {
    background: #f4f4f4;
  }
}

/* ---------------------------------------------
	404
--------------------------------------------- */
.page.error {
  margin-top: 100px;
}

.page.error .btn_black {
  margin-top: 50px;
}

/* ---------------------------------------------
	Privacy Policy
--------------------------------------------- */
.page.privacy {
  position: relative;
}

@media (max-width: 767px) {
  .page.privacy::after {
    position: absolute;
    content: "";
    top: 70px;
    left: 0;
    background: rgba(237, 232, 222, 0.5);
    width: 85vw;
    height: 280px;
    z-index: -1;
  }
}

.page.privacy section:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .page.privacy section:not(:last-child) {
    margin-bottom: 90px;
  }
}

.page.privacy .page_title_area {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .page.privacy .page_title_area {
    padding-bottom: 0;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .page.privacy .page_title_area::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .page.privacy .page_title_area .title {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .page.privacy .page_title_area .title span {
    margin-bottom: 14px;
  }
}

.page.privacy .privacy_content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .page.privacy .privacy_content h2 {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.page.privacy .privacy_content h3 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .page.privacy .privacy_content h3 {
    font-size: 15px;
  }
}

.page.privacy .privacy_content p,
.page.privacy .privacy_content ol,
.page.privacy .privacy_content li {
  margin-top: 20px;
}

.page.privacy .privacy_content .mt_none {
  margin-top: 20px;
}

.page.privacy .privacy_content .mt_none h4,
.page.privacy .privacy_content .mt_none h5 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .page.privacy .privacy_content .mt_none h4,
  .page.privacy .privacy_content .mt_none h5 {
    font-size: 15px;
  }
}

.page.privacy .privacy_content .mt_none p {
  margin-top: 0;
}

/* ---------------------------------------------
	TOP MV アニメーション
--------------------------------------------- */
/* .mv .mv_text_area {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .mv .mv_text_area {
    padding: 0 20px;
  }
}

.mv .mv_text_area span {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background: #000;
  padding: 10px 20px 20px;
}

.mv .mv_text_area span.mv_text {
  font-size: 62px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .mv .mv_text_area span.mv_text {
    font-size: 25px;
    padding: 5px 0;
    line-height: 1.44;
  }
}

.mv .mv_text_area span.mv_subtext {
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .mv .mv_text_area span.mv_subtext {
    font-size: 20px;
    padding: 5px 10px 10px;
  }
}

@media (max-width: 767px) {
  .mv .mv_text_area span.mv_subtext img {
    max-width: 15px;
    margin: 0 20px;
  }
}

.mv .mv_inner {
  position: relative;
}

.mv .mv_inner .mv_image {
  height: calc(100vh - 98px);
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .mv .mv_inner .mv_image {
    height: calc(100vh - 70px);
  }
}

.mv .mv_inner .mv_image .image-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mv .mv_inner .mv_image .image-inner .img-bg {
  background: center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: 50%;
  overflow: hidden;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.mv .mv_inner .mv_image .image-inner .img-bg .bg-obj {
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transform-origin: 25% center;
          transform-origin: 25% center;
  background: center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50vw;
  width: 100vw;
}

.mv .mv_inner .mv_image .image-inner .img-bg .bg-obj[mv-img-left-zoom="true"],
.mv .mv_inner .mv_image .image-inner .img-bg .bg-obj[mv-img-right-zoom="true"] {
  -webkit-animation-name: mv_zoom;
          animation-name: mv_zoom;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="1"] .bg-obj {
  background-image: url(images/mv_1.jpg);
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="2"] .bg-obj {
  background-image: url(images/mv_3.jpg);
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="3"] .bg-obj {
  background-image: url(images/mv_5.jpg);
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="1"] .bg-obj {
  background-image: url(images/mv_2.jpg);
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="2"] .bg-obj {
  background-image: url(images/mv_4.jpg);
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="3"] .bg-obj {
  background-image: url(images/mv_6.jpg);
}

.mv .mv_inner .mv_image .image-inner .image-filter {
  position: absolute;
  top: -25vw;
  bottom: -25vw;
  left: -250vw;
  right: 50%;
  overflow: hidden;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.mv .mv_inner .mv_image .image-inner .image-filter .filter-obj {
  background-color: #000;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mv .mv_inner .mv_image .image-inner .image-filter .filter-obj.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mv .mv_inner .mv_image .image-inner.image-right .img-bg {
  right: -1000px;
  left: 50%;
}

.mv .mv_inner .mv_image .image-inner.image-right .img-bg .bg-obj {
  left: -50vw;
  -webkit-transform-origin: 75% center;
          transform-origin: 75% center;
}

.mv .mv_inner .mv_image .image-inner.image-right .image-filter {
  top: -25vw;
  bottom: -25vw;
  right: -250vw;
  left: calc(50% - 1px);
}

.mv .mv_inner .mv_image .image-inner.image-right .image-filter .filter-obj {
  background-color: #000;
  right: -100%;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mv .mv_inner .mv_image .image-inner[mv-img-left-visible="true"] .image-filter .filter-obj,
.mv .mv_inner .mv_image .image-inner[mv-img-right-visible="true"] .image-filter .filter-obj {
  -webkit-animation-name: mv_open;
          animation-name: mv_open;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner[mv-img-left-visible="false"] .image-filter .filter-obj,
.mv .mv_inner .mv_image .image-inner[mv-img-right-visible="false"] .image-filter .filter-obj {
  -webkit-animation-name: mv_close;
          animation-name: mv_close;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0.9);
          animation-timing-function: cubic-bezier(0, 0, 0, 0.9);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes mv_zoom {
  0% {
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
  }
  100% {
    -webkit-transform: scale(1.2) skew(45deg);
            transform: scale(1.2) skew(45deg);
  }
}

@keyframes mv_zoom {
  0% {
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
  }
  100% {
    -webkit-transform: scale(1.2) skew(45deg);
            transform: scale(1.2) skew(45deg);
  }
}

@-webkit-keyframes mv_open {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes mv_open {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes mv_close {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes mv_close {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
} */

/*# sourceMappingURL=style.css.map */
  .l-inner {
    position: relative;
    box-sizing: content-box;
    max-width: 100%;
    margin: 0 auto;
  }
    .splide__slide {
        width: 100%;
        height: 100vh;
    }
    .slide {
        overflow: hidden;
    }
    .slide-media img {
      transition-delay: 1s;
      transition: 6s;
      transition-timing-function: linear;
      transform: scale(1.05);
    }
    .splide__slide[class*=-active] .slide-media img {
      transition-delay: 0s;
      transform: scale(1);
    }
/* ---------------------------------------------
	TOP MV アニメーション
--------------------------------------------- */
.mv,.splide__track--fade>.splide__list>.splide__slide {
	height: max-content;
}
.mv .mv_text_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .mv .mv_text_area {
    padding: 0 20px;
  }
}

.mv .mv_text_area span {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px 2px rgb(0 0 0 / 50%);
  padding: 10px 20px 20px;
}

.mv .mv_text_area span.mv_text {
  font-size: 62px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .mv .mv_text_area span.mv_text {
    font-size: 25px;
    padding: 5px 0;
    line-height: 1.44;
  }
}

.mv .mv_text_area span.mv_subtext {
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .mv .mv_text_area span.mv_subtext {
    font-size: 20px;
    padding: 5px 10px 10px;
  }
}

@media (max-width: 767px) {
  .mv .mv_text_area span.mv_subtext img {
    max-width: 15px;
    margin: 0 20px;
  }
}

.mv .mv_inner {
  position: relative;
}

.mv .mv_inner .mv_image {
  height: calc(100vh - 98px);
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .mv .mv_inner .mv_image {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 480px) {
  .mv .mv_inner .mv_image {
    height: calc(72vh - 70px);
  }
}

@media (max-width: 375px) {
  .mv .mv_inner .mv_image {
    height: calc(70vh - 70px);
  }
}

.mv .mv_inner .mv_image .image-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mv .mv_inner .mv_image .image-inner .img-bg {
  background: center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: 50%;
  overflow: hidden;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.mv .mv_inner .mv_image .image-inner .img-bg .bg-obj {
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transform-origin: 25% center;
          transform-origin: 25% center;
  background: center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50vw;
  width: 100vw;
}

.mv .mv_inner .mv_image .image-inner .img-bg .bg-obj[mv-img-left-zoom="true"],
.mv .mv_inner .mv_image .image-inner .img-bg .bg-obj[mv-img-right-zoom="true"] {
  -webkit-animation-name: mv_zoom;
          animation-name: mv_zoom;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner .img-bg .bg-obj[mv-img-first-zoom="true"] {
  -webkit-animation-name: mv_zoom;
          animation-name: mv_zoom;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner .eee {
  overflow: visible;
}

.mv .mv_inner .mv_image .image-inner .lll {
  display: none;
}

.mv .mv_inner .mv_image .image-inner .gg {
  display: block;
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-first="1"] .bg-obj {
  background-image: url(images/mv_1.jpg);
}

@media (max-width: 767px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-first="1"] .bg-obj {
    right: -84vw;
    width: 143vw;
    background-size: auto 100%;
    background-position: 70%;
  }
}
@media (max-width: 375px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-first="1"] .bg-obj {
	right: -84vw;
    width: 110vw;
    background-size: auto 100%;
    background-position: 64%;
  }
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-dami="1"] .bg-obj {
  background-image: url(images/mv_1.jpg);
}

@media (max-width: 767px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-dami="1"] .bg-obj {
    right: -84vw;
    width: 143vw;
    background-size: 130%;
  }
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="1"] .bg-obj {
  background-image: url(images/mv_7.jpg);
}

@media (max-width: 767px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="1"] .bg-obj {
    right: -92vw;
    width: 143vw;
    background-size: 130%;
	background-size: auto 100%;
  }
}
@media (max-width: 375px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="1"] .bg-obj {
    right: -88vw;
	bottom:0%;
    width: 143vw;
    background-size: 140%;
  }
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="2"] .bg-obj {
  background-image: url(images/mv_3.jpg);
}

@media (max-width: 767px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="2"] .bg-obj {
    right: -70vw;
    width: 141vw;
    background-size: auto 100%;
  }
}
@media (max-width: 375px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="2"] .bg-obj {
    right: -110vw;
	bottom:0%;
    width: 225vw;
    background-size: auto 105%;
  }
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="3"] .bg-obj {
  background-image: url(images/mv_5.jpg);
}

@media (max-width: 480px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="3"] .bg-obj {
    right: -159vw;
    width: 238vw;
    background-size: auto 100%;
  }
}
@media (max-width: 375px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-left="3"] .bg-obj {
    right: -140vw;
	bottom:0%;
    width: 238vw;
    background-size: auto 96%;
  }
}


.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="1"] .bg-obj {
  background-image: url(images/mv_2.jpg);
}

@media (max-width: 480px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="1"] .bg-obj {
    background-size: auto 85%;
    width: 241vw;
	bottom:-7%;
    left: -144vw !important;
  }
}
@media (max-width: 375px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="1"] .bg-obj {
	bottom:-5%;
    width: 241vw;
    background-size: auto 85%;
	left: -115vw !important;
  }
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="2"] .bg-obj {
  background-image: url(images/mv_4.jpg);
}

@media (max-width: 544px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="2"] .bg-obj {
    background-size: auto 100%;
    width: 220vw;
    left: -100vw !important;
  }
}
@media (max-width: 375px) {
  .mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="2"] .bg-obj {
    background-size: auto 100%;
    width: 220vw;
    left: -68vw !important;
	bottom:0%;
  }
}

.mv .mv_inner .mv_image .image-inner .img-bg[mv-img-right="3"] .bg-obj {
  background-image: url(images/mv_6.jpg);
}


.mv .mv_inner .mv_image .image-inner .image-filter {
  position: absolute;
  top: -25vw;
  bottom: -25vw;
  left: -250vw;
  right: 50%;
  overflow: hidden;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.mv .mv_inner .mv_image .image-inner .image-filter .filter-obj {
  background-color: #000;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mv .mv_inner .mv_image .image-inner .image-filter .filter-obj.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mv .mv_inner .mv_image .image-inner.image-right .img-bg {
  right: -1000px;
  left: 50%;
}

.mv .mv_inner .mv_image .image-inner.image-right .img-bg .bg-obj {
  left: -50vw;
  -webkit-transform-origin: 75% center;
          transform-origin: 75% center;
}

.mv .mv_inner .mv_image .image-inner.image-right .image-filter {
  top: -25vw;
  bottom: -25vw;
  right: -250vw;
  left: calc(50% - 1px);
}

.mv .mv_inner .mv_image .image-inner.image-right .image-filter .filter-obj {
  background-color: #000;
  right: -100%;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mv .mv_inner .mv_image .image-inner[mv-img-left-visible="true"] .image-filter .filter-obj,
.mv .mv_inner .mv_image .image-inner[mv-img-right-visible="true"] .image-filter .filter-obj {
  -webkit-animation-name: mv_open;
          animation-name: mv_open;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner[mv-img-first-visible-right="true"] .image-filter-right .filter-obj-right,
.mv .mv_inner .mv_image .image-inner[mv-img-first-visible-dami="true"] .image-filter-right .filter-obj-right {
  -webkit-animation-name: mv_open;
          animation-name: mv_open;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner[mv-img-first-visible-left="true"] .image-filter-left .filter-obj-left {
  -webkit-animation-name: mv_open;
          animation-name: mv_open;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner[mv-img-left-visible="false"] .image-filter .filter-obj,
.mv .mv_inner .mv_image .image-inner[mv-img-right-visible="false"] .image-filter .filter-obj {
  -webkit-animation-name: mv_close;
          animation-name: mv_close;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner[mv-img-first-visible-right="false"] .image-filter-right .filter-obj-right,
.mv .mv_inner .mv_image .image-inner[mv-img-first-visible-dami="false"] .image-filter-right .filter-obj-right {
  -webkit-animation-name: mv_close;
          animation-name: mv_close;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.mv .mv_inner .mv_image .image-inner[mv-img-first-visible-left="false"] .image-filter-left .filter-obj-left {
  -webkit-animation-name: mv_close;
          animation-name: mv_close;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.filter-obj-first {
  -webkit-animation-name: mv_close;
          animation-name: mv_close;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.image-filter-left {
  position: absolute;
  top: -25vw;
  bottom: -25vw;
  left: -250vw;
  right: 50%;
  overflow: hidden;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  display: none;
}

.filter-obj-left {
  background-color: #000;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.filter-obj-left.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.image-filter-right {
  position: absolute;
  top: -25vw;
  bottom: -25vw;
  left: -250vw;
  right: 50%;
  overflow: hidden;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  top: -25vw;
  bottom: -25vw;
  right: -250vw !important;
  left: calc(50% - 1px) !important;
  display: none;
}

.image-filter-right .filter-obj-right {
  background-color: #000;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #000;
  right: -100%;
  left: 0;
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.image-filter-right .filter-obj-right.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dami-right {
  display: none;
}

@-webkit-keyframes mv_zoom {
  0% {
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
  }
  100% {
    -webkit-transform: scale(1.2) skew(45deg);
            transform: scale(1.2) skew(45deg);
  }
}

@keyframes mv_zoom {
  0% {
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
  }
  100% {
    -webkit-transform: scale(1.2) skew(45deg);
            transform: scale(1.2) skew(45deg);
  }
}

@-webkit-keyframes mv_open {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes mv_open {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes mv_close {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes mv_close {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

/* ---------------------------------------------
	SDGs
--------------------------------------------- */

.sdgs_title {
	max-width:1060px;
	margin:0 auto 20px;
	text-align:left;
	font-size:18px;
	padding:10px;
}
@media screen and (min-width:981px) {
	.sdgs_title {
		font-size:30px;
		padding:0;
	}
}
.sdgs_description {
	background:rgba(237, 232, 222, 0.5);
	padding:40px 0;
}
.sdgs_description>p {
	max-width:1060px;
	margin:auto;
	padding:10px;
}
@media screen and (min-width:981px) {
	.sdgs_description>p {
		padding:0;
	}
}
.sdgs_subtitle {
	max-width:1060px;
	margin:50px auto 40px;
	text-align:center;
	font-size:18px;
}
@media screen and (min-width:981px) {
	.sdgs_subtitle {
		font-size:30px;
	}
}
.sdgs_category {
	display:block;
	flex-wrap: wrap;
	max-width:1060px;
	margin:auto;
}
@media screen and (min-width:981px) {
	.sdgs_category {
		display:flex;
	}
}
.sdgs_category_item {
	display:flex;
	width:90%;
	margin:10px auto;
	background:#f6f3ee;
}
@media screen and (min-width:981px) {
	.sdgs_category_item {
		width:calc(50% - 40px);
		margin:20px;
	}
}
.sdgs_category_item_left {
	width:60%;
}
@media screen and (min-width:981px) {
	.sdgs_category_item_left {
		width:50%;
	}
}
.sdgs_category_item_right {
	width:40%;
	padding:10px;
}
@media screen and (min-width:981px) {
	.sdgs_category_item_right {
		width:50%;
		padding:10px;
	}
}
.sdgs_category_item_left {
	display:flex;
	flex-direction: column;
    justify-content: space-between;
	padding:10px;
}
@media screen and (min-width:981px) {
	.sdgs_category_item_left {
		padding:20px;
	}
}
.sdgs_category_item_img {
	display:flex;
	flex-wrap: wrap;
}
.sdgs_category_item_img>img {
	width:25px;
	height:25px;
	margin-right:5px;
}
@media screen and (min-width:981px) {
	.sdgs_category_item_img>img {
		width:50px;
		height:50px;
	}
}
.sdgs_box {
	max-width:1060px;
	margin:auto;
}
.sdgs_box_item {
	max-width:800px;
	margin:0 auto 80px;
	padding:10px;
}
.sdgs_box_item:nth-child(2n+1) {
	margin:0 auto 80px;
}
.sdgs_box_item:nth-child(2n) {
	margin:0 auto 80px;
}
@media screen and (min-width:981px) {
	.sdgs_box_item {
		padding:40px;
	}
	.sdgs_box_item:nth-child(2n+1) {
		margin:0 0 80px auto;
	}
	.sdgs_box_item:nth-child(2n) {
		margin:0 auto 80px 0;
	}
}
.sdgs_box_item:nth-child(2n) {
	background:#f6f3ee;
}
.sdgs_box_item>h4 {
	width:max-content;
	font-size:24px;
	border-bottom:solid 1px #333;
	margin-bottom:10px;
}
.sdgs_box_item_column1 {
	display:flex;
	justify-content: space-between;
	margin-bottom:20px;
	width:100%;
}
@media screen and (min-width:981px) {
	.sdgs_box_item_column1 {
		width:60%;
	}
}
.column1_img {
	display:flex;
	flex-wrap:wrap;
	width:80px;
	margin-right:20px;
}
@media screen and (min-width:981px) {
	.column1_img {
		width:110px;
	}
}
.column1_img>img {
	width:35px;
	height:35px;
	margin-bottom:10px;
}
@media screen and (min-width:981px) {
	.column1_img>img {
		width:50px;
		height:50px;
	}
}
.column1_img>img:nth-child(2n+1) {
	margin-right:10px;
}
.sdgs_box_item_column2,.sdgs_box_item_column3 {
	display:block;
	margin-bottom:40px;
}
@media screen and (min-width:981px) {
	.sdgs_box_item_column2,.sdgs_box_item_column3 {
		display:flex;
	}
}
.sdgs_box_item_column2 h5,.sdgs_box_item_column3 h5 {
	font-size:16px;
	font-weight: bold;
}
@media screen and (min-width:981px) {
	.sdgs_box_item_column2 h5,.sdgs_box_item_column3 h5 {
		font-size:20px;
		font-weight: bold;
	}
}
.sdgs_box_item_column3 {
	flex-direction: row-reverse;
}
.sdgs_box_item_column2>p,.sdgs_box_item_column3>p {
	width:95%;
}
@media screen and (min-width:981px) {
	.sdgs_box_item_column2>p,.sdgs_box_item_column3>p {
		width:60%;
	}
}
.sdgs_box_item_column2>img {
	width:95%;
	height:100%;
	padding-left:0px;
	display: block;
    margin: 10px auto;
}
@media screen and (min-width:981px) {
	.sdgs_box_item_column2>img {
		width:40%;
		height:100%;
		padding-left:20px;
		margin:0;
	}
}
.sdgs_box_item_column3>img {
	width:95%;
	height:100%;
	padding-right:0px;
	display: block;
    margin: 10px auto;
}
@media screen and (min-width:981px) {
	.sdgs_box_item_column3>img {
		width:40%;
		height:100%;
		padding-right:20px;
		margin:0;
	}
}

/* ---------------------------------------------
	組織図
--------------------------------------------- */
.organization-chart {
	max-width:1000px;
	margin:auto;
}


/* recaptcha非表示 */
.grecaptcha-badge { visibility: hidden; }