@charset "utf-8";

/* = reset
---------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  -webkit-text-size-adjust: none;
  line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 1.8;
  margin-bottom: 10px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

/* = Whole
--------------------------------------------------- */
html,
body {
  background-color: var(--main-color);
  font: 14px 'Kosugi Maru', 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3',
  'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}
.serif {
  font: 14px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.sp {
  display: none;
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.container * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.container *::-webkit-scrollbar{
  display: none;
}

/* = .container
--------------------------------------------------- */
.container {
  position: relative;
  margin: auto;
  width: 1150px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .container {
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* = .btn
--------------------------------------------------- */
.btn {
  background: #333;
  color: white !important;
  height: 42px;
  line-height: 42px;
  padding: 0 42px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer !important;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = .container
--------------------------------------------------- */
#subpage {
  margin: 70px 0;
}

/* = #bukken
--------------------------------------------------- */
.bukken-title .container {
  overflow: visible;
}
.bukken-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.bukken-title p span {
  background: black;
  border-radius: 3px;
  color: white;
  padding: 7px;
  display: inline-block;
  margin-top: 170px;
}
.bukken-title .images {
  overflow: hidden;
  margin: 25px -10px 50px;
}
.bukken-title .images a {
  width: 25%;
  height: 200px;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
.bukken-title .images a:only-child {
  width: 100%;
  height: auto;
}
.bukken-title .images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.bukken-title .images a:only-child img {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.bukken-detail {
  background: #F2F2EF;
}
.bukken-detail .container {
  padding: 50px 0;
}
.bukken-detail h3 {
  font-size: 120%;
  font-weight: normal;
  line-height: 2;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.bukken-detail h3:first-child {
  margin-top: 0;
}
.bukken-detail table {
  width: 100%;
  margin-bottom: 20px;
}
.bukken-detail table th,
.bukken-detail table td {
  border: 1px solid;
  box-sizing: border-box;
  padding: 12px;
  line-height: 1.8;
}
.bukken-detail table th {
  width: 160px;
}
.bukken-detail table :last-child {
  margin-bottom: 0;
}

/* = .at-home
--------------------------------------------------- */
.bukken-detail table th {
  width: 21%;
}
.bukken-detail table.col-4 th {
  width: 21%;
}
.bukken-detail table.col-4 td {
  width: 29%;
}
.bukken-detail table a {
  display: none !important;
}
@media (max-width: 480px) {
  .bukken-title h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .bukken-title .images a {
    width: 33.333%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .bukken-detail {
    padding: 0 15px;
  }
}

/* = #privacy
--------------------------------------------------- */
#privacy p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}
#privacy p b {
  font-size: 24px;
  display: block;
}
#privacy p:not(:first-child) b {
  margin-top: 50px;
}

/* = #recruit
--------------------------------------------------- */
#recruit {
  text-align: center;
}
#recruit p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}
#recruit div {
  text-align: left;
  border: 2px solid #D9D9D9;
  padding: 50px;
  border-radius: 20px;
}
#recruit div h3 {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #D9D9D9;
}
#recruit div p:last-child,
#recruit div p:last-child a {
  margin: 20px 0 0;
  text-align: center;
}

/* = #contact
--------------------------------------------------- */
#contact {
  overflow: hidden;
}
#contact .left {
  width: 500px;
  float: left;
}
#contact .right {
  width: calc(100% - 540px);
  float: right;
}
#contact label {
  display: block;
  margin-bottom: 20px;
  font-weight:bold;
}
#contact label.contact_confirm,
#contact th,
#contact td {
  vertical-align: middle;
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
  line-height: 1.8;
}
#contact label.contact_confirm + div {
  height: 200px;
  overflow: scroll;
  line-height: 1.8;
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
#contact label u {
  display: inline-block;
  border-radius: 3px;
  background: red;
  color: white;
  padding: 2px 12px;
  text-decoration: none;
  font-size: 85%;
  margin-left: 0.5em;
}
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  line-height: 42px;
  padding: 0 12px;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
}
#contact textarea {
  height: 250px;
  margin-top: -15px;
  line-height: 2;
  padding: 6px 12px;
}
#contact textarea + label {
  text-align: center;
  margin-top: 30px;
  font-weight: normal;
}
#contact .right p:last-child {
  text-align: center;
}
#contact .right p:last-child .btn {
  padding: 0 80px;
}
#contact ul {
  margin-bottom: 50px;
  overflow: hidden;
}
#contact ul li {
  float: left;
  text-align: center;
  width: 33.3333%;
  list-style: none;
  line-height: 70px;
  background-image: url(../img/contact-flow.png);
  background-size: 95% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#contact ul li.active {
  background-image: url(../img/contact-flow-active.png);
  color: white;
}
#contact .btn + input {
  width: 0;
  height: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  #contact {
    zoom: 0.9;
  }
  #contact ul {
    margin-bottom: 30px;
  }
  #contact ul li {
  line-height: 1.8;
  vertical-align: middle;
  height: 56px;
  padding: 6px 25px;
  box-sizing: border-box;
  font-size: 12px;
  }
  #contact .left,
  #contact .right {
    width: 100%;
    float: none;
  }
}

/* = #news
--------------------------------------------------- */
#news h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 50px;
}
#news ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
#news ul li img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 180px;
  float: left;
  margin-right: 20px;
}
#news ul li .date {
  line-height: 1.8;
  padding-top: 10px;
  display: block;
}
#news ul li h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* = #news-detail
--------------------------------------------------- */
#news-detail h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 50px;
}
#news-detail .date {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
#news-detail img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 450px;
  float: right;
  margin-left: 50px;
}
#news-detail .content p {
  margin-bottom: 20px;
}
#news-detail .content + p {
  clear: both;
  text-align: center;
  padding-top: 50px;
}

/* = #facility
--------------------------------------------------- */
#facility .big {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
#facility h3 {
  color: #0344A9;
  font-size: 20px;
  line-height: 3;
  margin: 50px 0;
  border: 1px solid;
  text-align: center;
}
#facility ul li {
  overflow: hidden;
  margin-bottom: 50px
}
#facility ul:last-child li:last-child {
  margin-bottom: 0
}
#facility ul li img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 500px;
  float: left;
  margin-right: 50px;
}
#facility ul li h4 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.8;
}
#facility ul li p {
  margin-bottom: 50px;
}
#facility ul li p:last-child {
  margin-bottom: 0;
}
#facility ul li h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
#facility ul li table {
  width: calc(100% - 550px);
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#facility ul li.noimage table {
  width: 100%;
}
#facility ul li table tbody tr th,
#facility ul li table tbody tr td {
  background: #F4F4F4;
  padding: 12px 20px;
  line-height: 1.8;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  font-size: 85%;
}
#facility ul li table tbody tr td span {
  display: inline-block;
  background: #333;
  color: white;
  padding: 6px 10px;
  margin-bottom: 3px;
  border-radius: 15px;
  margin-right: 0.6em;
}
#facility ul li table tbody tr th {
  background: #EEE;
  width: 60px;
}
@media (max-width: 480px) {
  #facility {
    zoom: 0.9;
  }
  #facility .big br {
    display: none;
  }
  #facility ul li img {
    margin-bottom: 20px;
  }
  #facility ul li table {
    width: 100%;
    zoom: 0.9;
  }
  #facility ul li p:last-child {
    text-align: center !important;
  }
}

/* = .facility-modal
--------------------------------------------------- */
.facility-modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  backdrop-filter: blur(7px);
  display: none;
}
.facility-modal {
  width: 800px;
  height: calc(100vh - 170px);
  margin: 100px auto 0;
  background: white;
  padding: 0 50px;
  border: 1px solid #333;
  border-radius: 20px;
}
.facility-modal h3 {
  height: 60px;
  line-height: 60px;
  margin: -61px 0 0;
  text-align: center;
  color: white;
  font-size: 24px;
  position: relative;
}
.facility-modal h3:after {
  background: url(../img/times.svg);
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 18px;
  cursor: pointer;
}
.facility-modal ul {
  overflow: scroll;
  height: 100%;
}
.facility-modal ul li {
  list-style: none;
  overflow: hidden;
  margin: 60px 0;
  padding-bottom: 50px;
  border-bottom: 1px dashed #333;
}
.facility-modal ul li:last-child {
  margin: 60px 0;
  padding-bottom: 0;
  border-bottom: none;
}
.facility-modal ul li img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 300px;
  float: right;
  margin-left: 45px;
}
.facility-modal ul li h4 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.facility-modal ul li h4 u {
  background: #333;
  display: inline-block;
  color: white;
  padding: 2px 10px;
  font-size: 80%;
  vertical-align: top;
  text-decoration: none;
  border-radius: 6px;
}
.facility-modal ul li h4 b {
  font-size: 24px;
}
.facility-modal ul li p {
  text-align: justify;
  margin: 0;
}
@media (max-width: 480px) {
  .facility-modal {
    width: calc(100% - 40px);
    height: calc(100vh - 151px);
    box-sizing: border-box;
    padding: 0 20px;
    zoom: 0.9;
  }
  .facility-modal h3 {
    font-size: 16px;
  }
  .facility-modal ul {
    padding-top: 20px;
    box-sizing: border-box;
  }
  .facility-modal ul li {
    margin: 40px 0 !important;
    padding-bottom: 40px !important;
  }
  .facility-modal ul li h4 {
    margin-bottom: 10px;
  }
  .facility-modal ul li h4 b {
    font-size: 20px;
  }
  .facility-modal ul li img {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}

/* = #business
--------------------------------------------------- */
#business .big {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
#business h3 {
  color: #0344A9;
  font-size: 20px;
  line-height: 3;
  margin: 50px 0;
  border: 1px solid;
  text-align: center;
}
#business hr {
  border-top: 5px dashed #E2E2E2;
  margin: 50px 0;
}
#business ul {
  overflow: hidden;
  margin: 0 -15px 50px;
}
#business ul li {
  overflow: hidden;
  padding: 0 15px;
  box-sizing: border-box;
}
#business ul li:not(:first-child) {
  width: calc(100% / 3);
  float: left;
  margin-top: 30px;
}
#business ul li img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 500px;
  float: left;
  margin-right: 50px;
}
#business ul li:not(:first-child) img {
  width: 100%;
  float: none;
  margin: 0 0 15px;
}
#business ul li h4 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
}
#business ul li h4:after {
  content: " ";
  display: block;
  background: #0344A9;
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
}
#business ul li h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
#business ul li #business p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
#business ul li .btn {
  width: 180px;
  box-sizing: border-box;
  margin: auto;
  display: block;
}
#business #about-rohs {
  border: 5px dashed #E2E2E2;
  padding: 0 30px 30px;
  overflow: hidden;
  margin-bottom: 50px;
}
#business #about-rohs h3 {
  color: inherit;
  line-height: 5;
  border: none;
  border-bottom: 5px dashed #E2E2E2;
  margin: 0 0 30px;
}
#business #about-rohs img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 500px;
  float: right;
  margin-left: 30px;
}
#business #about-rohs h4 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
}
#business #about-rohs h4:after {
  content: " ";
  display: block;
  background: #E2E2E2;
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
}
#business #about-rohs p:last-child {
  background: #F5F5F5;
  width: calc(100% - 530px);
  padding: 15px;
  box-sizing: border-box;
  margin-top: 30px;
}
#business #about-rohs p:last-child b {
  display: block;
  color: #333;
  line-height: inherit;
}
#business #about-xlarge {
  overflow: hidden;
}
#business #about-xlarge img {
  aspect-ratio: 1440 / 540;
  object-fit: cover;
  width: 535px;
  float: right;
  margin-left: 30px;
}
#business #about-xlarge h3 {
  color: inherit;
  text-align: left;
  margin: 0 0 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  border: none;
  position: relative;
}
#business #about-xlarge h3:after {
  content: " ";
  display: block;
  background: #E2E2E2;
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 480px) {
  #business {
    zoom: 0.9;
  }
  #business .big br {
    display: none;
  }
  #business ul li img {
    margin-bottom: 20px;
    float: none;
  }
  #business ul li:not(:first-child) {
    width: calc(100% );
    float: none;
  }
  #business #about-rohs {
    padding: 20px
  }
  #business #about-rohs h3 {
    line-height: 1.8;
    padding: 20px
  }
  #business #about-rohs img {
    float: none;
    margin: 0 0 30px;
  }
  #business #about-rohs h4 br {
    display: none;
  }
  #business #about-rohs p:last-child {
    width: calc(100%);
    padding: 20px;
    text-align: justify;
  }
  #business #about-xlarge img {
    float: none;
    margin: 0 0 20px;
  }
  #business #about-xlarge h3 {
    text-align: center
  }
  #business #about-xlarge h3:after {
    margin: auto;
    right: 0;
  }
}

/* = #company
--------------------------------------------------- */
#company {
}
#company h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#company h3:not(:first-child) {
  margin-top: 50px;
}
#company img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 300px;
  float: left;
  margin-right: 20px;
}
#company p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
#company p span.name {
  display: block;
  font-size: 130%;
  text-align: right;
  padding-top: 15px;
}
#company table {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#company table tbody tr th,
#company table tbody tr td {
  background: #F4F4F4;
  padding: 20px;
  line-height: 1.8;
  vertical-align: middle;
  border-top: 1px solid #ccc;
}
#company table tbody tr th {
  background: #EEE;
  width: 160px;
}
#company iframe {
  width: 100%;
  height: 380px;
  margin-bottom: 15px;
}
#company ul {
  position: relative;
  height: 300px;
}
#company ul:before {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: 20.5px;
  top: 22px;
}
#company ul li {
  line-height: 4;
  position: relative;
  padding-left: 50px;
  list-style: none;
}
#company ul li:before {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ccc;
  position: absolute;
  left: 15px;
  top: 22px;
}
@media (max-width: 480px) {
  #company {
    zoom: 0.9;
  }
  #company p {
    text-align: justify;
  }
  #company p br {
    display: none;
  }
  #company img {
    float: none;
    width: 60%;
    display: block;
    margin: 0 auto 20px;
  }
  #company table tbody tr th {
    width: 100px;
  }
}



/* = header
--------------------------------------------------- */
header {
  background-image: url(../img/header_background.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 50px;
}
header:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);
  background-image: url(../img/dropdown.png);
  background-size: 100% 92%;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  content: " ";
}
header nav {
  padding: 50px 60px 10px;
  overflow: hidden;
  position: relative;
  text-align: right;
}
header#top nav {
  position: absolute;
  width: 100%;
}
header h1 {
  color: transparent;
  position: relative;
}
header h1 a {
  display: block;
  width: 220px;
  aspect-ratio: 279 / 71;
  background-image: url(../img/logo_white.svg);
  margin: auto;
  float: left;
  margin: 30px 60px;
}
header nav menu {
  line-height: 53px;
}
header#top nav menu {
  padding-right: 50px;
}
header nav menu a {
  margin-left: 1.3em;
}
header nav menu a.instagram {
  background: #333;
  color: white;
  display: inline-block;
  line-height: 40px;
  padding: 0 30px 0 25px;
  border-radius: 20px;
}
header nav menu a svg {
  width: 20px;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 4px;
}
header nav menu img {
  width: 270px;
  float: right;
  margin-top: 2px;
}
header h2 {
  background-color: #F6F6F6;
  position: relative;
  margin-right: 70px;
  padding-left: 70px;
  font-size: 28px;
}
header h2:after {
  content: " ";
  width: 70px;
  height: 70px;
  background-color: white;
  bottom: -35px;
  right: -35px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
header h2 span.container {
  line-height: 180px;
  display: block;
}
header h2 span.container small {
  font-size: 80%;
  margin-left: 0.8em;
}
header video {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  position: relative;
  border-radius: 35px;
}
header .message {
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  width: 100%;
  height: 240px;
  margin: auto;
}
header .message p {
  font-size: 36px;
  font-weight: bold;
  height: 75px;
  line-height: 75px;
  background: rgba(3,68,169,0.8);
  padding: 0 20px;
  color: white;
  display: inline-block;
  margin: auto;
}
header .message p:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
}
header .message p:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
header .message p:nth-of-type(3) {
  position: absolute;
  left: 0;
  bottom: 0;
}
header .breadcrumb {
  padding: 15px 0;
}
@media (max-width: 480px) {
  header {
    overflow: visible;
    margin-bottom: 50px;
  }
  header:before {
    top: auto;
    bottom: -1px;
    height: 75%;
  }
  header h1 a {
    float: none;
    margin: 40px auto 20px;
    background-image: url(../img/logo_white_sp.svg);
  }
  header nav {
  display: none;
  }
  header nav menu {
    display: none;
  }
  header video {
    border-radius: 20px;
    aspect-ratio: 5 / 3;
  }
  header .message {
    left: 30px;
    height: 140px;
  }
  header .message p {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  header h2 {
    margin-right: 12px;
    padding-left: 12px;
    font-size: 24px;
  }
  header h2 span.container {
    line-height: 120px;
  }
  header h2:after {
    right: -65px;
  }
  header .breadcrumb {
    padding-left: 12px;
    zoom: 0.9;
  }
}

/* = #news-info
--------------------------------------------------- */
#news-info {
  padding: 35px 0;
  margin: 35px 0;
}
#news-info .container h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
#news-info .container ul li {
  list-style: none;
  line-height: 2;
}
#news-info .container ul li b {
  display: block;
  line-height: 2;
}
#news-info .container ul li .content {
  color: #666;
}
@media (max-width: 480px) {
  #news-info {
    zoom: 0.9;
    text-align: center;
  }
  #news-info .container h3 {
    font-size: 20px;
  }
}

/* = #business-info
--------------------------------------------------- */
#business-info {
  margin: 70px 0;
}
#business-info .container h3 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-top: 75px;
}
#business-info .container p {
  line-height: 2;
  margin-bottom: 25px;
}
#business-info .container img {
  float: right;
  width: 500px;
}
@media (max-width: 480px) {
  #business-info {
    zoom: 0.9;
    text-align: center;
  }
  #business-info .container h3 {
    font-size: 20px;
  }
  #business-info .container img {
    margin-bottom: 30px;
  }
}

/* = #facility-info
--------------------------------------------------- */
#facility-info {
  background: #F2F2EF;
  padding: 35px 0;
  margin: 35px 0 -15px;
}
#facility-info .container {
  overflow: visible;
}
#facility-info .container:after {
  content: " ";
  display: block;
  clear: both;
}
#facility-info .container nav {
  width: 250px;
  height: 400px;
  float: right;
}
#facility-info .container nav h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 20px;
}
#facility-info .container nav p {
  line-height: 2;
  margin-bottom: 20px;
}
#facility-info .container nav .bx-pager {
  margin-bottom: 25px;
}
#facility-info .container nav .bx-pager a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 2px;
  background: #B1C3DC;
  color: transparent;
}
#facility-info .container nav .bx-pager a.active {
  background: #333;
}
#facility-info .container nav .btn {
  margin-bottom: 0;
  display: block;
}
#facility-info .bx {
  position: absolute;
  right: 50%;
  margin-top: -10px;
  margin-right: -250px;
  width: 1700px;
}
#facility-info .bx ul li {
  padding: 10px;
  list-style: none;
}
#facility-info .bx ul li div {
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 20px;
}
#facility-info .bx ul li div img {
  margin-bottom: 20px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#facility-info .bx ul li div h4 {
  margin-bottom: 15px;
}
#facility-info .bx ul li div p {
  margin-bottom: 15px;
  font-size: 12px;
  text-align: justify;
  height: 84px;
  overflow: hidden;
}
#facility-info .bx ul li div .btn {
  zoom: 0.8;
  display: block;
}
#facility-info .bx .bx-controls {
  display: none;
}
@media (max-width: 480px) {
  #facility-info .container nav {
    width: auto;
    height: auto;
    text-align: center;
    zoom: 0.9;
  }
  #facility-info .container nav br {
    display: none;
  }
  #facility-info .container nav .btn {
    display: inline-block;
    padding: 0 50px;
  }
  #facility-info .container nav h3 {
    margin: 20px 0;
  }
  #facility-info .bx {
    position: static;
    margin: -15px -12px 0;
  }
}

/* = #company-info
--------------------------------------------------- */
#company-info {
  margin: 70px auto 0;
}
#company-info img {
  margin-bottom: 35px;
}
#company-info div {
  margin-bottom: 35px;
  padding: 30px 30px 0 0;
  position: relative;
}
#company-info div:before {
  content: " ";
  display: block;
  background: #333;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  right: 0;
  top: 0;
}
#company-info div video {
  width: 100%;
  aspect-ratio: 15 / 5;
  object-fit: cover;
  position: relative;
}
#company-info h3 {
  float: left;
  font-size: 24px;
  margin-right: 35px;
}
#company-info p {
  width: 380px;
  float: left;
  overflow: hidden;
  margin-top: -10px;
}
#company-info .btn {
  float: right;
  margin-top: -10px;
}
@media (max-width: 480px) {
  #company-info {
    width: auto;
    height: auto;
    text-align: center;
    zoom: 0.9;
    margin: 35px 0;
  }
  #company-info h3 {
    float: none;
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #company-info p {
    width: auto;
    float: none;
    margin-top: 10px;
  }
  #company-info .btn {
    float: none;
    margin-top: 10px;
  }
}

/* = #recruit-info
--------------------------------------------------- */
#recruit-info {
  position: relative;
  overflow: hidden;
  padding-top: 55px;
}
#recruit-info:before {
  background: #333;
  content: " ";
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
#recruit-info .container {
  background: white;
  box-shadow: 0px 0px 35px rgba(0,0,0,0.2);
  padding: 35px;
}
#recruit-info img {
  width: 320px;
  float: left;
  margin-right: 35px;
}
#recruit-info .container h3 {
  float: left;
  font-size: 24px;
  margin-top: 30px;
  margin-right: 35px;
}
#recruit-info .container h3 small {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 8px;
}
#recruit-info .container p {
  width: 550px;
  margin-top: 33px;
  overflow: hidden;
}
#recruit-info .container .btn {
  margin-top: 15px;
}
@media (max-width: 480px) {
  #recruit-info {
    width: auto;
    height: auto;
    text-align: center;
    zoom: 0.9;
    border: 20px solid #333;
    padding: 0;
  }
  #recruit-info:before {
    display: none;
  }
  #recruit-info .container {
    padding: 24px;
  }
  #recruit-info img {
    float: none;
    width: 100%;
    margin: 0;
  }
  #recruit-info .container h3 {
    float: none;
    margin-right: 0;
}
  #recruit-info .container p {
    width: auto;
  }
}

/* = #contact-info
--------------------------------------------------- */
#contact-info {
  background: #333;
  padding: 35px 0;
  margin-bottom: 15px;
}
#contact-info .container {
  background: white;
  box-shadow: 0px 0px 35px rgba(0,0,0,0.2);
  padding: 35px;
}
#contact-info .container h3 {
  float: left;
  font-size: 24px;
  margin-right: 35px;
}
#contact-info .container h3 small {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 8px;
}
#contact-info .container p {
  width: 535px;
  overflow: hidden;
}
#contact-info .container .btn {
  clear: both;
  margin-top: 15px;
  margin-bottom: 0;
}
#contact-info .container img {
  width: 270px;
  float: right;
  padding-right: 50px;
  margin-top: 32px;
}
@media (max-width: 480px) {
  #contact-info {
    width: auto;
    height: auto;
    text-align: center;
    zoom: 0.9;
    border: 20px solid #333;
    padding: 0;
  }
  #recruit-info + #contact-info {
    border-top: 0;
  }
  #contact-info .container img {
    float: none;
    margin: 0 auto 40px;
    padding: 0;
  }
  #contact-info .container h3 {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #contact-info .container p {
    width: auto;
  }
}

/* = footer
--------------------------------------------------- */
footer {
  padding-top: 30px;
  text-align: center;
}
footer h7 {
  font-weight: normal;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
footer h7 img {
  width: 230px;
  display: block;
  margin: 0 auto 20px;
}
footer h7 b {
  background: #e7e7e7;
  color: black;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 80%;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
footer aside {
  clear: both;
  margin-top: 8px;
}
footer aside a {
  margin: 0 5px;
  text-decoration: underline;
}
footer aside a svg {
  width: 20px;
  vertical-align: top;
  margin-top: -4px;
  position: relative
}
footer aside div {
  overflow: hidden;
  float: left;
  width: 190px;
}
footer aside div .btn {
  font-size: 12px;
  padding: 0;
}
footer aside div:first-child {
  border-right: 1px solid #ddd;
  margin-right: 15px;
  box-sizing: border-box;
  width: 925px;
}
footer aside div p {
  overflow: hidden;
  float: left;
  margin-right: 14px;
}
footer aside div p b,
footer aside div p a,
footer aside div .btn {
  display: block;
}
footer aside div p b,
footer aside div p a {
  line-height: 2;
}
footer aside div p:not(:first-child) b {
  padding-left: 10px;
}
#copy {
  text-align: center;
  padding: 20px 0 40px;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}
@media (max-width: 480px) {
  footer, #copy {
    text-align: center;
    zoom: 0.9;
  }
  footer h7 img {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  footer aside {
    display: none;
  }
  #copy {
    margin: 40px 0 0;
  }
}

/* = smartphone
--------------------------------------------------- */
@media (max-width: 520px) {
  #switch {
    position: fixed;
    top: 33px;
    right: 21px;
    z-index: 999999;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 999;
  }
  #switch,
  #switch:before,
  #switch:after,
  #switch i {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  }
  #switch:before,
  #switch:after,
  #switch i {
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: black;
  	border-radius: 1px;
  }
  #switch:before,
  #switch:after {
    content: " ";
  	top: 0;
  }
  #switch:after {
    top: auto;
  	bottom: 0;
  }
  #switch i {
  	top: 9.25px;
  }
  #switch i:after {
  	content: "MENU";
  	font-family: 'Montserrat', sans-serif;
  	text-transform: uppercase;
  	font-style: normal;
  	position: absolute;
  	top: 16px;
  	font-size: 8px;
  	text-align: center;
  	width: 100%;
  }
  #switch.on:before {
  	-webkit-transform: translateY(9.25px) rotate(-45deg);
  	transform: translateY(9.25px) rotate(-45deg);
  }
  #switch.on:after {
  	-webkit-transform: translateY(-9.25px) rotate(45deg);
  	transform: translateY(-9.25px) rotate(45deg);
  }
  #switch.on i {
  	opacity: 0;
  }
}

/* = #overlay
--------------------------------------------------- */
#overlay {
  padding-top: 11vh;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
}
#overlay h7 {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
}
#overlay h7 img {
  width: 53%;
  margin: 20px auto;
  display: block;
}
#overlay aside {
  overflow: hidden;
  margin: auto;
  padding: 0 13vw;
}
#overlay aside div {
  overflow: hidden;
  margin-bottom: 20px;
}
#overlay aside div .btn {
  font-size: 12px;
  padding: 0;
}
#overlay aside div p {
  overflow: hidden;
  float: left;
}
#overlay aside div p b,
#overlay aside div p a,
#overlay aside div .btn {
  display: block;
}
#overlay aside div p b,
#overlay aside div p a {
  line-height: 2;
}
#overlay aside div p:not(:first-child) b {
  padding-left: 10px;
}
#overlay aside div p:nth-of-type(odd) {
  width: 30%;
}
#overlay aside div p:nth-of-type(even) {
  width: 70%;
}
#overlay aside div p:nth-of-type(even) a {
  border-bottom: 1px solid #EEE;
}
#overlay aside div p:last-child {
  width: 100%;
}
#overlay aside div p:last-child a {
  border-bottom: 1px dashed #333;
  line-height: 4;
  display: block;
  text-align: center;
}
#overlay aside div a.contact,
#overlay aside div a.instagram:not(.btn) {
  display: none !important;
}
#overlay aside div a.btn {
  line-height: 4.5;
  height: auto;
}
#overlay a.instagram:before {
  display: inline-block;
  content: " ";
  width: 20px;
  background: url(../img/instagram.svg);
  aspect-ratio: 131 / 150;
  margin-top: 16px;
  margin-right: 5px;
  margin-left: -12px;
  vertical-align: top;
}
#copy {
  text-align: center;
  padding: 20px 0 40px;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

/* = smartphone
--------------------------------------------------- */
.elementor {
  min-height: 100px;
}