@charset "UTF-8";
/*
Theme Name:株式会社五大
Description:株式会社五大 | 就労継続支援B型事業所アトラス－大阪府堺市の就労支援サービス
Version: 1.0
License:株式会社五大
License URI:https://www.atlas-godai.co.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #fff;
  background: #000;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 5%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.header_left {
  position: relative;
}

.header_right_above {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
  margin-bottom: 20px;
}

.logo_container {
  display: flex;
  align-items: center;
  gap: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .logo_container {
    position: relative;
    align-items: flex-start;
  }
}

.h_logo {
  line-height: 1;
  transition: 0.3s;
  width: 193px;
}
@media screen and (max-width: 1760px) {
  .h_logo {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
}
.h_logo img {
  width: 100%;
  height: auto;
}

.h_logo2 {
  transition: 0.3s;
  width: 328px;
}
@media screen and (max-width: 1760px) {
  .h_logo2 {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .h_logo2 {
    width: 150px;
    margin: 15px 0 0 85px;
  }
}
.h_logo2 img {
  width: 100%;
  height: auto;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .top_catch {
  position: absolute;
  left: 50px;
  top: 25.64%;
  width: 45%;
  max-width: 661px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 81%;
  max-width: 1620px;
  margin-right: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider {
    margin-right: 3%;
    width: 84%;
  }
}
.slider .mv_img {
  width: 100%;
  height: auto;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}

.mv_container {
  width: 81%;
  max-width: 1600px;
  margin-right: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv_container {
    margin-right: 3%;
    width: 84%;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1600px;
  left: calc(50% - 800px);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    width: 160%;
    left: -20%;
  }
}

.page_title {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_title {
    height: 25%;
    max-height: 70px;
    left: 3%;
  }
  .page_title img {
    height: 100%;
    width: auto;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  text-decoration: none;
  border: solid 1px #fff;
  color: white;
}

a.page-numbers:hover {
  background: rgba(255, 255, 255, 0.1568627451);
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  border: solid 1px #fff;
  color: #000;
  background-color: #fff;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #fff;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  background-color: #a8a8a8;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #292929;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
  padding: 160px 20px;
  background: url(images/aside_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 70px 3%;
  }
}
.aside p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .aside p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
  }
}

.aside_link {
  margin: 90px auto 0;
  display: flex;
  max-width: 1600px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .aside_link {
    flex-direction: column;
    margin: 40px auto 0;
    gap: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .aside_tel img {
    width: 300px;
    height: auto;
  }
}

.map {
  width: 100%;
  position: relative;
  height: 350px;
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

.footer_container {
  display: flex;
  justify-content: space-between;
}

.logo_container2 {
  width: 350px;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .logo_container2 {
    position: relative;
    align-items: flex-start;
  }
}

.footer_address {
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.f_link {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_right {
  display: flex;
  gap: 30px;
}

.footer_sp {
  display: none;
}

.footer_pc {
  padding: 70px 0;
}

.footer_sp {
  padding: 40px 0;
}

.sitemap a {
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #000;
  position: relative;
}

.sitemap dt, .sitemap div a {
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #292929;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  background-color: #000;
  padding: 7px 0;
}

.copyright {
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #000;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #000;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #292929;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 27px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_line::after {
    background-image: url(images/icon_line.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 9999;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.4196078431);
  }
  #toggle::after {
    display: block;
    content: "メニュー";
    position: absolute;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 5px;
    left: 0;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 26px;
    height: 2px;
    right: 12px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 11px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 25px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    -ms-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    -ms-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_nav.png) no-repeat right bottom, #000;
    background-size: contain;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 65px 20px 30px;
    text-align: center;
  }
  .sp_navi_info {
    margin: 0 20px 20px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.4862745098);
    text-align: center;
    border: 1px solid #fff;
  }
  .sp_navi_info dt {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    letter-spacing: 0.03em;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
  }
  .sp_navi_info .add {
    color: #fff;
    text-align: left;
  }
  .sp_navi_info dd.tel {
    display: inline-block;
    margin: 12px 0;
    color: #fff;
    letter-spacing: 0.03em;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
  }
  .sp_navi_info dd.tel a img {
    vertical-align: bottom;
    width: 80%;
    height: auto;
  }
  .sp_navi_info dd.tel2 {
    margin-bottom: 10px;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.8980392157);
    color: #000;
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #000;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5137254902);
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1760px) {
  #g_navi .menu {
    gap: 15px;
  }
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1760px) {
  #g_navi .menu li a {
    font-size: 1.8rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #292929;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #292929;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  margin: 15px auto;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.6rem;
}

.breadcrumb a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #292929;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #292929;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl01 {
  font-size: 3.6rem;
  letter-spacing: 0;
  margin-bottom: 60px;
  line-height: 1.8;
  transition: 0.3s;
}
@media screen and (max-width: 1800px) {
  .top_ttl01 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl01 {
    font-size: 1.9rem;
  }
}
.top_ttl01 span {
  font-size: 11rem;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 1800px) {
  .top_ttl01 span {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl01 span {
    font-size: 5rem;
  }
}

.top_ttl02 {
  font-size: 4.2rem;
  letter-spacing: 0;
  margin-bottom: 110px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02 {
    font-size: 2.4rem;
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.top_ttl02::before {
  display: block;
  content: "OUR PHILOSOPHY";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.1098039216);
  font-size: 12rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02::before {
    font-size: 4rem;
  }
}

.top_ttl02_1 {
  font-size: 4.2rem;
  letter-spacing: 0;
  margin-bottom: 110px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02_1 {
    font-size: 2.4rem;
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.top_ttl02_1::before {
  display: block;
  content: "FOR OUR USERS";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4117647059);
  font-size: 12rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02_1::before {
    font-size: 4rem;
  }
}

.box02_content_ttl {
  font-size: 2.8rem;
  line-height: 1.1785;
  text-align: center;
  padding-top: 90px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .box02_content_ttl {
    font-size: 2.2rem;
  }
}

.icon1 {
  background: url(images/icon1.svg) top center no-repeat;
  position: relative;
}
.icon1::before {
  display: block;
  content: "01";
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: absolute;
  color: #fff;
  transform: skew(-10deg);
  line-height: 1;
  font-size: 7.2rem;
  font-weight: 100;
  top: -40px;
  left: -35px;
}

.icon2 {
  background: url(images/icon2.svg) top center no-repeat;
  position: relative;
}
.icon2::before {
  display: block;
  content: "02";
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: absolute;
  color: #fff;
  transform: skew(-10deg);
  line-height: 1;
  font-size: 7.2rem;
  font-weight: 100;
  top: -40px;
  left: -35px;
}

.icon3 {
  background: url(images/icon3.svg) top center no-repeat;
  position: relative;
}
.icon3::before {
  display: block;
  content: "03";
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: absolute;
  color: #fff;
  transform: skew(-10deg);
  line-height: 1;
  font-size: 7.2rem;
  font-weight: 100;
  top: -40px;
  left: -35px;
}

.icon4 {
  background: url(images/icon4.svg) top center no-repeat;
  position: relative;
}
.icon4::before {
  display: block;
  content: "04";
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: absolute;
  color: #fff;
  transform: skew(-10deg);
  line-height: 1;
  font-size: 7.2rem;
  font-weight: 100;
  top: -40px;
  left: -35px;
}

.icon5 {
  background: url(images/icon5.svg) top center no-repeat;
  position: relative;
}
.icon5::before {
  display: block;
  content: "05";
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: absolute;
  color: #fff;
  transform: skew(-10deg);
  line-height: 1;
  font-size: 7.2rem;
  font-weight: 100;
  top: -40px;
  left: -35px;
}

.top_ttl03 {
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  margin: 50px 0 40px;
  line-height: 1;
  padding: 0 0 20px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl03 {
    font-size: 2rem;
    padding: 0 0 20px 10px;
    margin: 0px 0 20px;
  }
}
.top_ttl03::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 580px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_ttl03::before {
    width: 85%;
  }
}

.top_ttl02_2 {
  font-size: 4rem;
  letter-spacing: 0.04em;
  margin-bottom: 80px;
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02_2 {
    font-size: 2rem;
    padding-top: 25px;
    margin-bottom: 40px;
  }
}
.top_ttl02_2::before {
  display: block;
  content: "We’re with you.";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.2941176471);
  font-size: 11rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02_2::before {
    font-size: 3.5rem;
  }
}

.top_ttl02_3 {
  font-size: 4.2rem;
  letter-spacing: 0;
  margin-bottom: 110px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02_3 {
    font-size: 2.4rem;
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.top_ttl02_3::before {
  display: block;
  content: "FOR COMPANIES";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4117647059);
  font-size: 12rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02_3::before {
    font-size: 4rem;
  }
}

.top_ttl04 {
  font-size: 4.2rem;
  letter-spacing: 0;
  margin: 10px 0px 40px;
  line-height: 1;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl04 {
    font-size: 2.2rem;
    padding-top: 30px;
    margin: 0;
  }
}
.top_ttl04::before {
  display: block;
  content: "WORKS";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.4117647059);
  font-size: 9rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl04::before {
    font-size: 4rem;
  }
}

.topwork_ttl {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0 0 15px 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .topwork_ttl {
    font-size: 1.4rem;
    padding: 0 0 10px;
  }
}

.top_ttl02_4 {
  font-size: 4.2rem;
  letter-spacing: 0;
  margin-bottom: 100px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02_4 {
    font-size: 2.5rem;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.top_ttl02_4::before {
  display: block;
  content: "CONTACT";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4117647059);
  font-size: 12rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02_4::before {
    font-size: 5rem;
  }
}

.top_ttl04_1 {
  font-size: 3.6rem;
  letter-spacing: 0;
  margin: 110px 0px 70px;
  line-height: 1;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl04_1 {
    font-size: 2.2rem;
    padding-top: 40px;
    margin: 0 0 30px;
  }
}
.top_ttl04_1::before {
  display: block;
  content: "STAFF";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.4117647059);
  font-size: 11rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl04_1::before {
    font-size: 5rem;
  }
}

.top_ttl02_5 {
  font-size: 4.2rem;
  letter-spacing: 0;
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02_5 {
    font-size: 2.4rem;
    padding-top: 30px;
  }
}
.top_ttl02_5::before {
  display: block;
  content: "BLOG";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4117647059);
  font-size: 12rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02_5::before {
    font-size: 4rem;
  }
}

.top_ttl02_6 {
  font-size: 3.6rem;
  letter-spacing: 0;
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02_6 {
    font-size: 2.2rem;
    padding-top: 30px;
    margin-bottom: 0px;
  }
}
.top_ttl02_6::before {
  display: block;
  content: "FAQ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4117647059);
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02_6::before {
    font-size: 4rem;
  }
}

.top_ttl02_7 {
  font-size: 4.2rem;
  letter-spacing: 0;
  margin-bottom: 70px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02_7 {
    font-size: 2.4rem;
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.top_ttl02_7::before {
  display: block;
  content: "OUR FACILITY";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4117647059);
  font-size: 12rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02_7::before {
    font-size: 4rem;
  }
}

.headline {
  font-size: 2.4rem;
  color: #F1EBDC;
  color: #a8a8a8;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.8rem;
  }
}
.headline span {
  display: block;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 3.5rem;
  }
}

.ttl1 {
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.ttl1_1 {
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl1_1 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.ttl1_2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl1_2 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .support_box03 .fig4 {
    margin: 20px auto 0;
  }
}

.step {
  width: 140px;
  padding: 8px;
  border-radius: 50vh;
  font-size: 1.6rem;
  background-color: #fff;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .step {
    width: 120px;
    margin-bottom: 15px;
  }
}

.ttl2 {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.6rem;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 140px;
  }
}
.btn a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background: url(images/btn_arrow.png) right 20px center no-repeat, #292929;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.3rem;
    padding: 8px;
  }
}
.btn a:hover {
  background: url(images/btn_arrow.png) right 10px center no-repeat, #292929;
}

.btn_container {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 75px;
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.btn1 {
  width: 260px;
}
.btn1 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
  padding: 17px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.btn1 a:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}

.btn2 {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 130px;
  }
}
.btn2 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.btn2 a:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}

.btn_container2 {
  display: flex;
  justify-content: left;
  margin-top: 90px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .btn_container2 {
    margin-top: 30px;
    padding-left: 0px;
    justify-content: center;
  }
}

.btn_container3 {
  display: flex;
  justify-content: center;
}

.btn3 {
  width: 370px;
}
@media screen and (max-width: 1600px) {
  .btn3 {
    width: 250px;
  }
}
.btn3 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-align: center;
  width: 100%;
  aspect-ratio: 37/10;
  padding: 12px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn3 a p {
  font-size: 2.2rem;
  padding-left: 80px;
  background: url(images/aside_mail.svg) left center no-repeat;
  display: inline;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .btn3 a p {
    font-size: 1.8rem;
    padding-left: 40px;
    background-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.btn3 a:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}

.btn4 {
  width: 370px;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .btn4 {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .btn4 {
    border: 1px solid #fff;
  }
}
.btn4 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-align: center;
  width: 100%;
  aspect-ratio: 37/10;
  padding: 12px;
  text-decoration: none;
  background-color: #000;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn4 a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.btn4 a:hover {
  background-color: #a8a8a8;
}
@media screen and (max-width: 1600px) {
  .btn4 a img {
    width: auto;
    height: 60%;
  }
}
@media screen and (max-width: 767px) {
  .btn4 a img {
    width: auto;
    height: 50%;
  }
}

.btn5 {
  width: 370px;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .btn5 {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .btn5 {
    border: 1px solid #fff;
  }
}
.btn5 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-align: center;
  width: 100%;
  aspect-ratio: 37/10;
  padding: 12px;
  text-decoration: none;
  background-color: #282828;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn5 a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.btn5 a:hover {
  background-color: #a8a8a8;
}
@media screen and (max-width: 1600px) {
  .btn5 img {
    width: auto;
    height: 70%;
  }
}
@media screen and (max-width: 767px) {
  .btn5 img {
    width: auto;
    height: 60%;
  }
}

.btn_container4 {
  display: flex;
  justify-content: left;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .btn_container4 {
    margin-top: 30px;
    justify-content: center;
  }
}

.btn6 {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .btn6 {
    width: 200px;
  }
}
.btn6 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
  padding: 13px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn6 a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.btn6 a:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}

.btn7 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn7 {
    width: 250px;
  }
}
.btn7 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn7 a {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.btn7 a:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}

.btn_contaier5 {
  display: flex;
  justify-content: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn_contaier5 {
    justify-content: center;
    margin-top: 20px;
  }
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  display: flex;
  margin: 0 auto;
  gap: 2.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news_post {
    flex-wrap: wrap;
    padding: 0 5%;
    gap: 20px 4%;
    margin-bottom: 40px;
  }
}

.news_post article {
  max-width: 370px;
  width: 23.125%;
}
@media screen and (max-width: 767px) {
  .news_post article {
    width: 48%;
  }
}
.news_post article figure {
  width: 100%;
  aspect-ratio: 37/25;
  margin-bottom: 10px;
}
.news_post article figure a {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: bottom;
}
.news_post article p {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .news_post article p {
    font-size: 1.4rem;
  }
}
.news_post article > div {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .news_post article > div {
    padding: 0;
  }
}

.news_post article h3 {
  font-size: 1.8rem;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #fff;
  line-height: 1.222;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .news_post article h3 {
    font-size: 1.6rem;
    padding: 5px 0px 10px;
  }
}

.news_post article .date {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.222;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    padding-left: 0px;
    font-size: 1.3rem;
  }
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    margin-top: 50px;
    padding: 0 5%;
  }
}

.col2_container {
  max-width: 1800px;
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .col2_container {
    width: 100%;
  }
}

.txt1 {
  max-width: 910px;
}
.txt1 p {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .txt1 p {
    font-size: 1.4rem;
  }
}

.fig1 {
  max-width: 810px;
  width: 42.1875%;
  overflow: hidden;
  margin-left: 80px;
}
@media screen and (max-width: 1800px) {
  .fig1 {
    margin-left: 40px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.fig1 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sec_mb {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 70px;
  }
}

.top_box02 {
  padding: 170px 0;
  background: url(images/top_bg1.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 70px 0;
  }
}

.top_box02_container {
  display: flex;
  margin: 0 auto 60px;
  max-width: 1900px;
  width: 95%;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1900px) {
  .top_box02_container {
    max-width: 1200px;
  }
}

.top_box02_content {
  width: 310px;
  min-height: 420px;
  padding: 50px 35px 0px 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_box02_content {
    width: 80%;
    min-height: revert;
    padding: 50px 35px;
  }
}
.top_box02_content::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  transform: skewX(-8deg);
  z-index: -1;
}
.top_box02_content::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2588235294);
  top: 14px;
  left: 14px;
  transform: skewX(-8deg);
  z-index: -1;
}
.top_box02_content:nth-child(even) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_box02_content:nth-child(even) {
    margin-top: 0;
  }
}
.top_box02_content p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_box02_content p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 0 5%;
  }
}
.top_box03 .flex {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top_box03 .flex {
    margin-bottom: 60px;
  }
}

.col2_container2 {
  justify-content: left;
}
.col2_container2 p {
  font-size: 1.8rem;
  padding-left: 25px;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .col2_container2 p {
    font-size: 1.4rem;
    padding-left: 0px;
  }
}

.fig2 {
  max-width: 960px;
  width: 48%;
  overflow: hidden;
  margin-right: 40px;
}
.fig2 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fig2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.txt2 {
  max-width: 930px;
  width: 48.4375%;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
  }
}

.col2_container3 {
  justify-content: right;
}
.col2_container3 p {
  font-size: 1.8rem;
  padding-left: 25px;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .col2_container3 p {
    font-size: 1.4rem;
    padding-left: 0px;
  }
}

.flex_r .fig2 {
  max-width: 953px;
  width: 47.65%;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 40px;
}
.flex_r .fig2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flex_r .fig2 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.flex_r .txt2 {
  max-width: 930px;
  width: 48.4375%;
}
@media screen and (max-width: 767px) {
  .flex_r .txt2 {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}

.top_box04_container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 110px 0px 60px;
  background: url(images/top_bg2.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top_box04_container {
    padding: 50px 3% 30px;
  }
}

.list1 {
  column-count: 2;
  column-gap: 50px;
  max-width: 1400px;
  padding: 0 2%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list1 {
    column-count: 1;
  }
}
.list1 li {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  padding-left: 60px;
  margin-bottom: 50px;
  background: url(images/check.svg) no-repeat left top 5px;
}
@media screen and (max-width: 767px) {
  .list1 li {
    font-size: 1.5rem;
    margin-bottom: 20px;
    background-size: 20px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 0px 5%;
  }
}

@media screen and (max-width: 767px) {
  .top_box6 {
    padding: 0px 5%;
  }
}

.top_works_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_works_container {
    flex-direction: column;
  }
}

.work_post {
  width: calc(100% - 400px);
  max-width: 1490px;
  display: flex;
  gap: 2.92%;
}
@media screen and (max-width: 767px) {
  .work_post {
    width: 100%;
    flex-wrap: wrap;
    gap: 30px 4%;
  }
}
.work_post article {
  max-width: 340px;
  width: 22.81%;
}
@media screen and (max-width: 767px) {
  .work_post article {
    width: 48%;
  }
}
.work_post figure {
  width: 100%;
  aspect-ratio: 340/250;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work_post figure {
    margin-bottom: 10px;
  }
}
.work_post figure img {
  vertical-align: bottom;
}

.top_works_container {
  display: flex;
  width: calc(100% - 40px);
  max-width: 1900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_works_container {
    width: 100%;
  }
}

.top_works_content {
  width: 350px;
  padding-right: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_works_content {
    display: flex;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top_box7 {
    padding: 0px 5%;
  }
}

.fig3 {
  max-width: 960px;
  width: 60%;
  overflow: hidden;
  margin-right: 70px;
}
.fig3 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fig3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.txt3 {
  max-width: 600px;
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
  }
}
.txt3 p {
  padding: 0;
}

.faq_container {
  width: 900px;
}
@media screen and (max-width: 767px) {
  .faq_container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_faq_content {
    display: flex;
    width: 100%;
    padding-right: 0;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.accordion {
  margin-bottom: 20px;
}

.accordion_summary {
  display: block;
  position: relative;
  padding: 17.5px 80px;
  background: url(images/q.png) no-repeat left 30px top 20px, #a8a8a8;
  font-size: 2.4rem;
  font-weight: bold;
  list-style: none;
  cursor: pointer;
  color: #000;
}
@media screen and (max-width: 767px) {
  .accordion_summary {
    padding: 15px 40px;
    background: url(images/q.png) no-repeat left 10px top 18px, #a8a8a8;
    background-size: 15px;
    font-size: 1.6rem;
  }
}

.accordion_summary::-webkit-details-marker {
  display: none;
}

.accordion_summary::after {
  content: "+";
  font-size: 4.8rem; /* 記号のサイズ */
  position: absolute;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  line-height: 1;
  right: 25px;
  top: 50%;
  color: #393939;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion_summary::after {
    right: 10px;
    font-size: 3.5rem;
  }
}

.accordion[open] .accordion_summary::after {
  content: "−";
  transition: 0.3s;
}

.accordion_answer {
  padding: 30px 80px;
  background: url(images/a.png) no-repeat left 30px top 30px;
}
@media screen and (max-width: 767px) {
  .accordion_answer {
    padding: 15px 40px;
    background: url(images/a.png) no-repeat left 10px top 18px;
    background-size: 15px;
  }
}
.accordion_answer p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .accordion_answer p {
    font-size: 1.4rem;
  }
}

.top_facility_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
  gap: 2.5%;
}
@media screen and (max-width: 767px) {
  .top_facility_container {
    flex-wrap: wrap;
    padding: 0 5%;
    gap: 20px 4%;
    margin-bottom: 40px;
  }
}

.top_facility_content {
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 370px;
  aspect-ratio: 37/27;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_facility_content {
    width: 100%;
    max-width: 370px;
    width: 48%;
  }
}
.top_facility_content::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/filter.png) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_facility_content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.top_facility_content > div {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.top_facility_content p {
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_facility_content p {
    font-size: clamp(1.2rem, 3vw, 2rem);
  }
}
.top_facility_content p span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top_facility_content p span {
    font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  }
}

.top_facility_content:hover > div {
  transform: scale(1.1);
}

.bnr1 {
  background: url(images/bnr1.jpg) no-repeat center;
  background-size: cover;
}

.bnr2 {
  background: url(images/bnr2.jpg) no-repeat center;
  background-size: cover;
}

.bnr3 {
  background: url(images/bnr3.jpg) no-repeat center;
  background-size: cover;
}

.bnr4 {
  background: url(images/bnr4.jpg) no-repeat center;
  background-size: cover;
}

.top_box10 {
  background-color: #2b2b2b;
  padding: 70px 0;
}

.top_box10_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box10_container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.youtube_box {
  width: 692px;
}
@media screen and (max-width: 767px) {
  .youtube_box {
    width: 100%;
  }
}
.youtube_box iframe {
  width: 100%;
}

.fig4 {
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .fig4 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.txt4 {
  max-width: 720px;
}

.concept_l {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept_l {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.concept_l span {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .concept_l span {
    font-size: 1.8rem;
  }
}

.grey_box {
  background: url(images/concept_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 80px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .grey_box {
    padding: 40px 20px 20px;
  }
}

.list2 li {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list2 li {
    font-size: 1.8rem;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
.list2 li:first-child {
  background: url(images/01.png) no-repeat top left;
}
@media screen and (max-width: 767px) {
  .list2 li:first-child {
    background: url(images/01.png) no-repeat top 5px left;
    background-size: 30px;
  }
}
.list2 li:nth-child(2) {
  background: url(images/02.png) no-repeat top left;
}
@media screen and (max-width: 767px) {
  .list2 li:nth-child(2) {
    background: url(images/02.png) no-repeat top 5px left;
    background-size: 30px;
  }
}
.list2 li:nth-child(3) {
  background: url(images/03.png) no-repeat top left;
}
@media screen and (max-width: 767px) {
  .list2 li:nth-child(3) {
    background: url(images/03.png) no-repeat top 5px left;
    background-size: 30px;
  }
}

.sec_mb2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 50px;
  }
}

.concept_box02_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.concept_box02_content {
  width: 350px;
  padding: 40px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept_box02_content {
    width: 90%;
    padding: 40px 20px;
  }
}
.concept_box02_content::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4745098039);
  top: 0;
  left: 0;
  transform: skewX(-5deg);
  z-index: -1;
}
.concept_box02_content .box02_content_ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .concept_box02_content .box02_content_ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .concept_box02_content .box02_content_ttl::before {
    font-size: 6rem;
    top: -30px;
    left: -25px;
  }
}

.staff_post {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
}
@media screen and (max-width: 767px) {
  .staff_post {
    gap: 0 4%;
  }
}
.staff_post article {
  width: 380px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .staff_post article {
    width: 48%;
  }
}
.staff_post article figure {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .staff_post article figure {
    margin-bottom: 10px;
  }
}
.staff_post article figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

.fac_container {
  border: 1px solid #fff;
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  .fac_container {
    padding: 20px;
  }
}
.fac_container dt {
  font-size: 2rem;
  padding-left: 35px;
  font-weight: 600;
  background: url(images/q2.png) left top 8px no-repeat;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .fac_container dt {
    font-size: 1.6rem;
    background: url(images/q2.png) left top 5px no-repeat;
  }
}
.fac_container dd {
  padding-left: 35px;
  background: url(images/a2.png) left top 5px no-repeat;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .fac_container dd {
    background: url(images/a2.png) left top 2px no-repeat;
  }
}
.fac_container dd p {
  letter-spacing: 0.04em;
}

.box1 {
  border: 1px solid #fff;
  padding: 30px;
  width: 580px;
}
@media screen and (max-width: 767px) {
  .box1 {
    padding: 20px;
    width: 100%;
  }
}

.box1_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .box1_container {
    flex-direction: column;
    gap: 20px;
  }
}

.list3 {
  column-count: 2;
}

.support_box03 .flex {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2549019608);
}
.support_box03 .flex:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .support_box03 .flex {
    padding-bottom: 0px;
    border-bottom: none;
  }
}

.subttl {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .subttl {
    font-size: 1.6rem;
  }
}

.box2 {
  border: 1px solid #fff;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .box2 {
    padding: 20px;
    width: 100%;
  }
}

.list4 {
  column-count: 4;
}
@media screen and (max-width: 767px) {
  .list4 {
    column-count: 1;
  }
}
.list4 li {
  margin-bottom: 20px;
  padding-left: 30px;
  background: url(images/check2.svg) center left no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  .list4 li {
    padding-left: 25px;
    background-size: 15px;
    margin-bottom: 10px;
  }
}

.grey_box2 {
  background: url(images/concept_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .grey_box2 {
    padding: 40px 20px;
  }
}

.request_link {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .request_link {
    flex-direction: column;
    gap: 20px;
  }
}

.tel_link {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .tel_link {
    font-size: 1.4rem;
  }
}
.tel_link a {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  transform: 0.3;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .tel_link a {
    font-size: 2.5rem;
  }
}
.tel_link a:hover {
  opacity: 0.8;
}

.performance_post {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
}
@media screen and (max-width: 767px) {
  .performance_post {
    gap: 0 4%;
  }
}
.performance_post article {
  width: 380px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .performance_post article {
    width: 48%;
  }
}
.performance_post article figure {
  width: 100%;
  aspect-ratio: 38/25;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .performance_post article figure {
    margin-bottom: 10px;
  }
}
.performance_post article figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

.fig5 {
  width: 440px;
  aspect-ratio: 44/31;
}
@media screen and (max-width: 767px) {
  .fig5 {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.fig5 a {
  width: 100%;
  height: 100%;
  position: relative;
}

.txt5 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt5 {
    width: 100%;
  }
}

.overview_tbl {
  width: 100%;
}
.overview_tbl tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4235294118);
}
@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}
.overview_tbl th {
  font-weight: 400;
  text-align: left;
  padding: 16px 20px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    width: 100%;
    margin-top: -1px;
    background-color: rgba(255, 255, 255, 0.1098039216);
    padding: 10px;
  }
}
.overview_tbl td {
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    width: 100%;
    margin-top: -1px;
    padding: 20px 10px;
  }
}

.overview_box02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .overview_box02 {
    flex-direction: column;
    gap: 15px;
  }
}

.map2 {
  width: 100%;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map2 {
    min-height: 300px;
  }
}

.map2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_link {
  margin: 40px 0 10px;
  text-align: center;
}

.pp {
  border: 1px solid #fff;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 20px;
  }
}

.ppttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ppttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */