@charset "UTF-8";
/* Foundation
* ========================== */
/*
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,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-y: scroll !important;
  position: relative; /* 親要素に指定 */
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 376px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 42.5%;
  }
}
li {
  list-style: none;
  line-height: 1.6;
}

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

h1,
h2,
h3 {
  line-height: 1.6;
  font-weight: bold;
  color: #240c06;
}

p {
  line-height: 1.7;
  color: #240c06;
}

a,
span {
  display: block;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

.bg {
  background-image: url(../img/bg.png);
  background-position: top 90px;
  background-size: cover;
  background-repeat: no-repeat;
}

main {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}
/* Layout
* ========================== */
.l-inner {
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}
.l-inner.--narrow {
  max-width: 1020px;
  padding: 0 20px;
}

.l-footer {
  padding: 80px 0px 40px 0px;
  background-color: #bcc8d2;
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding: 0 40px;
}
.l-footer__container-col.--flex {
  display: flex;
}
.l-footer__container-col-list:first-of-type-col-list-item.--bold {
  border-left: 1px solid;
}
.l-footer__container-col-list-item {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 20%;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #231815;
  white-space: nowrap;
}
.l-footer__container-col-list-item.--bold {
  font-weight: bold;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 5px;
  margin-bottom: 20px;
}
.l-footer__container-col-list-item.--bold a {
  color: #231815;
  border: 2px solid #231815;
  border-radius: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 14px;
  padding: 10px 60px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 0 #231815;
  white-space: nowrap;
}
.l-footer__container-col-list-item.--bold a:hover {
  transform: translateY(2px);
  box-shadow: none;
}
.l-footer__container-col-list-item.--bold a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/triangle.png);
  width: 7px;
  height: 9px;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-footer__container-col-list-item a {
  color: #231815;
}
.l-footer__container-col-logo {
  cursor: pointer;
  max-width: 290px;
  height: auto;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.l-footer__container-col-address-listItem {
  font-weight: bold;
  font-size: 14px;
  color: #231815;
}
.l-footer__copyright {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  background-color: #6386a3;
  color: #231815;
  display: block;
  text-align: center;
}

@media screen and (max-width: 940px) {
  .l-footer {
    padding: 50px 0;
  }
  .l-footer__container {
    margin-bottom: 0px;
    display: block;
    padding: 0;
  }
  .l-footer__container-col {
    text-align: center;
  }
  .l-footer__container-col.--flex {
    display: block;
    margin: auto;
    width: 200px;
  }
  .l-footer__container-col-logo-text {
    text-align: center;
    font-size: 39px;
  }
  .l-footer__container-col-logo-link {
    display: inline-block;
  }
  .l-footer__container-col-logo-link-text {
    width: 150px;
  }
  .l-footer__container-col-address {
    margin-bottom: 20px;
  }
  .l-footer__container-col-list {
    margin-bottom: 10px;
  }
  .l-footer__container-col-list-item {
    padding: 0;
  }
  .l-footer__container-col-list-item.--bold {
    border: none;
  }
  .l-footer__container-col-list-item.--bold a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__container-col-list-item.--bold a {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__snsList {
    justify-content: flex-start;
    padding: 0 40px;
  }
}
/*TOMASEIヘッダー*/
#TOMASEI {
width: 100%;
position: relative;
}
#TOMASEI .top-bar{
background: #003576;
padding: 0.7rem;
position: relative;
z-index: 2000;
}
#TOMASEI .top-bar img{
width: 175px;
}
#TOMASEI > ul.sns{list-style: none;position: absolute;top:10px;right: 0.7rem;z-index: 2001;}
#TOMASEI > ul.sns li{margin-left: 0.5rem;}
#TOMASEI > ul.sns li,header#TOMASEI > ul.sns li a{display: inline-block;width: 23px;}
#TOMASEI > ul.sns li img{width: 100%;}
@media screen and (min-width: 768px) {/*768以上*/
#TOMASEI .top-bar{text-align: center;}
#TOMASEI .top-bar img{margin: 0 auto;}
.pc-show{display: block;}
}

/* ヘッダー */
.l-header {
  width: 100%;
}
.l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 150px;
  max-width: 1360px;
  position: fixed;
  transition: top 0.3s ease; /* スクロール時のアニメーションを設定 */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999;
  padding: 0 80px;
}
.l-header__content.scrolled {
  top: 0px; /* スクロール時に上に50pxずらす */
}
.l-header__logo {
  max-width: 290px;
  width: 100%;
}
.l-header__list {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.l-header__list-item-link {
  color: #231815;
  border: 2px solid #231815;
  border-radius: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 14px;
  padding: 10px 60px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 0 #231815;
  white-space: nowrap;
}
.l-header__list-item-link:hover {
  transform: translateY(2px);
  box-shadow: none;
}
.l-header__list-item-link:after {
  content: "";
  display: inline-block;
  background-image: url(../img/triangle.png);
  width: 7px;
  height: 9px;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.hamburger-menu__input {
  display: none;
}

.hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 1280px) {
  .l-header__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__list-item-link {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__content {
    height: 80px;
  }
  .l-header__logo {
    max-width: 250px;
  }
  .l-header .top-bar-sns {
    display: none;
  }
  /* .hamburger-menu {
    position: relative;
  }

  /*.hamburger-menu__bg {
    background-color: #000;
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }*/
  /*#hamburger:checked ~ .hamburger-menu__bg {
    display: block;
  }*/
  .hamburger-menu__button-mark {
    background-color: #000;
    display: block;
    height: 1px;
    transition: 0.3s;
    width: 20px;
  }
  #hamburger:checked ~ .hamburger-menu__button .hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 0px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked ~ .hamburger-menu__button .hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .hamburger-menu__button .hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 2px) rotate(-45deg);
    transform-origin: 0%;
  }
  .hamburger-menu__list {
    background-color: #eeeeee;
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 150px 0 0 0;
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 0;
    width: 100%;
    z-index: 998;
    height: 100vh;
  }
  #hamburger:checked ~ .hamburger-menu__list {
    transform: translateX(0%);
  }
  .hamburger-menu__button {
    align-items: center;
    appearance: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 32px;
    justify-content: center;
    width: 32px;
    position: relative;
    z-index: 999;
  }
  .l-header__list-item-link {
    margin-bottom: 10px;
    width: 300px;
    text-align: center;
  }
  .sns-list {
    display: flex;
    margin-bottom: 20px;
  }
  .sns-list-item {
    padding: 0 5px;
  }
}
/* Object
* ========================== */
/* Component ------------ */
.c-btn {
  max-width: 186px;
  width: 100%;
  display: inline-block;
  background-color: #32a37b;
  font-size: 16px;
  font-family: "Lilita One", sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  position: relative;
  letter-spacing: 0.1em;
}
.c-btn.--contact::before {
  content: "";
  display: inline-block;
  background-image: url(../img/mail.png);
  width: 20px;
  height: 14px;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-btn.--map {
  font-size: 12px;
}
.c-btn.--map:before {
  content: "";
  display: inline-block;
  background-image: url(../img/triangle.png);
  width: 7px;
  height: 9px;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/c-btn-item.png);
  width: 7px;
  height: 9px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-cta {
  padding: 0 0 160px 0;
}
.c-cta__container {
  display: flex;
  gap: 130px;
  align-items: flex-start;
}
.c-cta__container-ttl {
  font-size: 35px;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-cta__container-col {
  text-align: center;
}
.c-cta__container-col-ttl {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 50px;
  text-align: left;
}
.c-cta__container-col-text {
  font-size: 16px;
  margin-bottom: 70px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-cta {
    padding: 0 0 80px 0;
  }
  .c-cta__container {
    display: block;
  }
  .c-cta__container-ttl {
    font-size: 24px;
    margin-bottom: -40px;
    margin-left: auto;
  }
  .c-cta__container-col-ttl {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  .c-cta__container-col-text {
    margin-bottom: 30px;
  }
}
.c-ttlbox {
  margin-bottom: 30px;
  position: relative;
}
.c-ttlbox.--image::after {
  content: "";
  display: inline-block;
  width: 244px;
  height: 212px;
  background: url(../img/item2.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-ttlbox .ttl {
  font-size: 60px;
  font-family: "Slackside One", cursive;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  color: #120a0a;
}
.c-ttlbox .subttl {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #120a0a;
  padding-top: 10px;
}

@media screen and (max-width: 1100px) {
  .c-ttlbox.--image::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttlbox .ttl {
    font-size: 32px;
  }
  .c-ttlbox .subttl {
    font-size: 14px;
  }
  .c-ttlbox.--image::after {
    width: 70px;
    height: 70px;
    bottom: 0;
  }
}
/* Project ------------ */
.p-fv__container {
  margin: auto;
  position: relative;
}
.p-fv__container-ttl {
  font-size: 48px;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  position: absolute;
  top: 10%;
  left: 10%;
  text-shadow: 1px 1px 4px rgb(255, 255, 255);
  z-index: 2;
}
.p-fv__container-item {
  max-width: 184px;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.p-fv__under {
  max-width: 905px;
  width: 100%;
  margin: -90px auto 0 auto;
  position: relative;
  z-index: 2;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.p-fv__under-image {
  max-width: 548px;
  width: 100%;
}
.p-fv__under-text {
  font-size: 28px;
  font-family: "Slackside One", cursive;
  font-weight: 400;
  margin-top: 80px;
}

@media screen and (max-width: 1100px) {
  .p-fv__under-text {
    margin-top: 0;
  }
  .p-fv__under {
    flex-direction: column;
    margin: auto;
    gap: 20px;
    padding: 30px 0;
  }
  .p-fv__container-ttl {
    font-size: 32px;
  }
  .p-fv__container-item {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__container-ttl {
    font-size: 14px;
  }
  .p-fv__container-item {
    max-width: 30px;
    left: 20px;
  }
  .p-fv__under-image {
    max-width: 220px;
    width: 100%;
  }
}
.p-about__container {
  max-width: 1165px;
  width: 100%;
  margin-left: auto;
  padding-left: 70px;
  border-left: 4px solid #000000;
  padding-bottom: 160px;
}
.p-about__container-col {
  margin-bottom: 140px;
}
.p-about__container-col .tyusyaku {
  font-size: 17px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}
.p-about__container-col .tyusyaku::after {
  content: "";
  display: inline-block;
  width: 172px;
  height: 176px;
  background: url(../img/item1.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -100px;
  right: -80%;
}
.p-about__container-col.--mb0 {
  margin: 0;
}
.p-about__container-col-item {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.p-about__container-col-text {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0.3em;
  color: #302927;
  position: relative;
}
.p-about__container-col-text.--02::after {
  content: "";
  display: inline-block;
  width: 224px;
  height: 143px;
  background: url(../img/item5.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -150%;
  right: 10%;
}
.p-about__container2 {
  margin-bottom: 230px;
  display: flex;
  gap: 60px;
}
.p-about__container2-image {
  width: 75%;
  position: relative;
}
.p-about__container2-image::after {
  content: "";
  display: inline-block;
  width: 271px;
  height: 182px;
  background: url(../img/item3.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: -35%;
}
.p-about__container2-text {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #120a0a;
  writing-mode: vertical-rl;
  margin-top: 50px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1100px) {
  .p-about__container-col .tyusyaku::after {
    width: 100px;
    height: 100px;
    top: -300%;
    right: -80%;
  }
  .p-about__container-col-text.--02::after {
    width: 100px;
    height: 100px;
    top: -15%;
  }
  .p-about__container2-text {
    margin-top: 0;
  }
  .p-about__container2-image::after {
    width: 170px!important;
  }
}
@media screen and (max-width: 767px) {
  .p-about__container {
    padding-left: 20px;
    padding-bottom: 80px;
  }
  .p-about__container-col {
    margin-bottom: 70px;
  }
  .p-about__container-col-item {
    margin-bottom: 30px;
    gap: 10px;
  }
  .p-about__container-col-text {
    font-size: 20px;
  }
  .p-about__container-col-text.--02::after {
    width: 70px;
    height: 70px;
    top: -90%;
    right: 0;
  }
  .p-about__container2 {
    margin-bottom: 80px;
    gap: 30px;
  }
  .p-about__container2-text {
    font-size: 20px;
  }
  .p-about__container2-image::after {
    right: -40%;
    width: 70px;
    height: 70px;
    bottom: -60px;
  }
  .p-about__container-col .tyusyaku {
    font-size: 12px;
  }
  .p-about__container-col .tyusyaku::after {
    width: 70px;
    height: 70px;
    top: -300%;
    right: -110%;
  }
}
.p-company {
  background-color: rgba(188, 200, 210, 0.1);
}
.p-company__table {
  max-width: 760px;
  width: 100%;
  margin: auto;
  padding: 70px 0 100px 0;
}
.p-company__table table {
  width: 100%;
  margin: 90px 0;
}
.p-company__table table tr {
  border-bottom: 1px solid;
}
.p-company__table table tr:first-of-type {
  border-top: 1px solid;
}
.p-company__table table td {
  font-size: 16px;
  padding: 30px 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
}
.p-company__table table td:first-of-type {
  width: 30%;
  padding-left: 55px;
  padding-right: 55px;
  text-align:justify;
  text-align-last:justify;
  }
.p-company__table table td:last-of-type {
  width: 70%;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-company__table {
    padding: 20px 0 30px 0;
  }
  .p-company__table table td {
    font-size: 12px;
  }
  .p-company__table table td:first-of-type {
    width: 25%;
    text-align:left;
    padding-left: 5px;
    padding-right: 20px;
    }
}
.p-history {
  padding: 60px 0 0 0;
}
.p-history__container {
  max-width: 760px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-history__container::after {
  content: "";
  display: inline-block;
  width: 215px;
  height: 275px;
  background: url(../img/item4.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 25%;
  right: -20%;
}
.p-history__container-list {
  display: flex;
  align-items: center;
}
.p-history__container-list .number {
  font-size: 46px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #000000;
  padding-right: 35px;
  border-right: 5px solid #bcc8d2;
  line-height: 1;
  padding: 30px 30px 30px 0;
  width: 220px;
}
.p-history__container-list .number.--last {
  padding-bottom: 130px;
}
.p-history__container-list .number .number-item {
  display: inline-block;
  padding: 0 20px;
}
.p-history__container-list .number .year {
  font-size: 24px;
  display: inline;
}
.p-history__container-list .text {
  font-size: 16px;
  margin-left: -7px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.p-history__container-list .text::before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  background-image: url(../img/under.png);
  width: 81px;
  height: 11px;
  margin-right: 20px;
}
.p-history__image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media screen and (max-width: 1100px) {
  .p-history__container::after {
    width: 100px;
    height: 100px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: 30px 0 0 0;
  }
  .p-history__container::after {
    right: 0%;
    top: -5%;
    width: 70px;
    height: 70px;
  }
  .p-history__container-list .number {
    font-size: 24px;
    padding: 10px 10px 10px 0;
    width: 120px;
  }
  .p-history__container-list .number .year {
    font-size: 14px;
  }
  .p-history__container-list .number.--last {
    padding-bottom: 60px;
  }
  .p-history__container-list .number .number-item {
    padding: 0px 5px;
  }
  .p-history__container-list .text {
    font-size: 12px;
  }
  .p-history__container-list .text:before {
    width: 40px;
  }
}
.p-access {
  padding: 100px 0;
}
.p-access__container {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}
.p-access__container-col .address {
  font-size: 16px;
  font-weight: bold;
}
.p-access__container-col iframe {
  width: 670px;
  height: 420px;
}

@media screen and (max-width: 1000px) {
  .p-access__container-col iframe {
    width: 400px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 50px 0;
  }
  .p-access__container {
    flex-direction: column;
    width: 100%;
    align-items: inherit;
  }
  .p-access__container-col iframe {
    width: 100%;
  }
}
/* Utility ------------ */
.-white {
  color: #fff;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mbt-40 {
  margin-top: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-0 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mbsp-50 {
    margin-bottom: 50px;
  }
  .mbsp-45 {
    margin-bottom: 45px;
  }
  .mbsp-40 {
    margin-bottom: 40px;
  }
  .mbsp-42 {
    margin-bottom: 42px;
  }
}
.u-center {
  text-align: center;
}

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

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

.u-hidden-pc {
  display: none;
}

.u-hidden-sp {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
  .u-hidden-pc {
    display: block;
  }
}
.js-trg {
  opacity: 0;
}

.js-trg.is-active {
  opacity: 1;
  transition: 2s;
}

.p-recruit__container02-list-item.js-trg {
  opacity: 0;
}

.p-recruit__container02-list-item.js-trg.is-active {
  opacity: 1;
}
.p-recruit__container02-list-item.js-trg.is-active:nth-of-type(1) {
  transition: 1s linear 0.2s;
}
.p-recruit__container02-list-item.js-trg.is-active:nth-of-type(3) {
  transition: 1s linear 0.5s;
}
.p-recruit__container02-list-item.js-trg.is-active:nth-of-type(5) {
  transition: 1s linear 0.8s;
}
.p-recruit__container02-list-item.js-trg.is-active:nth-of-type(7) {
  transition: 1s linear 1.1s;
}

.p-entry__container.--left.js-trg {
  opacity: 0;
  transform: translateX(-50px);
}

.p-entry__container.--left.js-trg.is-active {
  opacity: 1;
  transition: 1s;
  transform: translateX(0px);
}

.p-entry__container.--right.js-trg {
  opacity: 0;
  transform: translateX(50px);
}

.p-entry__container.--right.js-trg.is-active {
  opacity: 1;
  transition: 1s;
  transform: translateX(0px);
}

.p-entry__container-col.js-trg {
  opacity: 0;
}

.p-entry__container-col.js-trg.is-active {
  opacity: 1;
  transition: 1s linear 0.6s;
}

.js-scroll-start {
  display: none;
}

.js-scroll-start.is-active {
  display: block;
}