@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;
}

@media screen and (min-width: 768px) {
a[href^="tel:"] {
    pointer-events: none; /* クリックイベントを無効化 */
    cursor: default; /* ポインターをデフォルトに変更 */
}
}

/* Layout
* ========================== */
.l-inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.l-footer {
  padding: 80px 0px 40px 0;
  background-color: #004e88;
}

.l-footer__container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding: 0 20px;
}

.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: center;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.l-footer__container-col-list-item.--bold {
  font-weight: bold;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-right: 1px solid;
  letter-spacing: 0.2em;
}

.l-footer__container-col-list-item a {
  color: #fff;
}

.l-footer__container-col-logo {
  cursor: pointer;
  max-width: 83px;
  height: auto;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.l-footer__container-col-address-listItem {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.l-footer__container-col-address-listItem:first-of-type {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.l-footer__snsList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-footer__snsList-item {
  width: 15px;
  margin: 0 5px;
}

.l-footer__copyright {
  font-size: 12px;
  font-weight: bold;
  padding: 30px 0;
  background-color: #002c5f;
  color: #fff;
  display: block;
  text-align: center;
}

@media screen and (max-width: 940px) {
  .l-footer {
    padding: 50px 0;
  }

  .l-footer__container {
    margin-bottom: 0px;
    display: block;
  }

  .l-footer__container-col {
    text-align: center;
  }

  .l-footer__container-col.--flex {
    display: block;
  }

  .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: 20px;
  }

  .l-footer__container-col-list-item {
    padding: 0;
  }

  .l-footer__container-col-list-item.--bold {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__snsList {
    justify-content: flex-start;
    padding: 0 20px;
  }
}

/* ヘッダー */
/*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 {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 999;
  width: 100%;
}

.l-header.--top {
  background: none;
}

.l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 100px;
  max-width: 1280px;
}

.l-header__logo {
  max-width: 190px;
  width: 100%;
}

.l-header__list {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.l-header__list.--top {
  width: 33.3333333333%;
  text-align: center;
}

.l-header__list-item-link {
  color: #271914;
  font-weight: bold;
  font-size: 16px;
  padding: 0 40px;
  border-left: 1px solid #271914;
}

.l-header__list-item-link:hover {
  color: #17528e;
}

.l-header__list-item-link.--blue {
  color: #17528e;
}

.l-header__list-item-link.--top {
  border: none;
  padding: 10px 0 !important;
  font-size: 16px;
  width: 140px;
  text-align: center;
  font-weight: bold;
  background-color: #004e8c;
  color: #fff;
}

.l-header__list-item-link.--top.--other {
  background-color: #fff;
  color: #240c06;
  transition: 0.3s;
}

.l-header__list-item-link.--top.--other:hover {
  background-color: #004e8c;
  color: #fff;
}

.l-header__list-item:first-of-type .l-header__list-item-link {
  border: none;
  padding: 0 40px 0 0;
}

.l-header__list-item:last-of-type .l-header__list-item-link {
  padding: 0 40px 0 40px;
}

.hamburger-menu__input {
  display: none;
}

.hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 1280px) {
  .l-header.--top {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .l-header__content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__content {
    height: 80px;
  }

  .l-header__logo {
    max-width: 150px;
  }

  /* .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, 1px) 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, 3px) rotate(-45deg);
    transform-origin: 0%;
  }

  .hamburger-menu__list {
    background-color: #eeeeee;
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 100px 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;
    background-color: transparent;
    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: 0;
    padding: 0;
    margin-bottom: 0px;
  }

  .l-header__list-item:first-of-type .l-header__list-item-link {
    padding: 0 !important;
    width: 100%;
    background: none;
  }

  .l-header__list-item:first-of-type .l-header__list-item-link.--top {
    color: #004e8c;
  }

  .l-header__list-item-link {
    border: none;
  }

  .l-header__list-item:last-of-type .l-header__list-item-link {
    padding: 0;
  }

  .l-header__list-item-link.--top.--other {
    background: none;
    width: 100%;
    padding: 0 !important;
  }

  .l-header__list-item-link.--top.--other:hover {
    background: none;
    color: #004e8c;
  }
}

/* Object
* ========================== */
/* Component ------------ */
.c-ttl {
  margin-bottom: 50px;
  position: relative;
}

.c-ttl.--item:after {
  content: "";
  display: inline-block;
  background-image: url(../img/c-ttl-item.png);
  width: 246px;
  height: 185px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -45%;
  right: calc(50% - 320px);
}

.c-ttl__text1 {
  font-family: "Lilita One", sans-serif;
  text-align: center;
  font-size: 49px;
  text-shadow: 5px 5px 1px #ffffff, -5px 5px 1px #ffffff, 5px -5px 1px #ffffff, -5px -5px 1px #ffffff, 5px 0px 1px #ffffff, 0px 5px 1px #ffffff, -5px 0px 1px #ffffff, 0px -5px 1px #ffffff;
  /* 文字の影 */
}

.c-ttl__text2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 30px;
  }

  .c-ttl__text1 {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .c-ttl.--item:after {
    content: "";
    display: inline-block;
    background-image: url(../img/c-ttl-item.png);
    width: 123px;
    height: 92px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 40%;
    right: calc(50% - 180px);
  }
}

.c-detailitem {
  max-width: 880px;
  margin: auto;
  width: 100%;
}

.c-detailitem__container {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
}

.c-detailitem__container.--04 {
  gap: 0;
}

.c-detailitem__container-image {
  width: 50%;
}

.c-detailitem__container-text {
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  padding-right: 30px;
  padding-left: 130px;
  border-right: 1px solid;
  color: #fff;
}

.c-detailitem__container-box {
  width: 50%;
}

.c-detailitem__container-box.--04 {
  padding-left: 30px;
}

.c-detailitem__container-ttl {
  font-size: 45px;
  writing-mode: vertical-rl;
  font-weight: bold;
  padding: 40px 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.c-detailitem__container-ttl-sub {
  font-size: 25px;
  margin-right: 10px;
}

.c-detailitem__container-box-text {
  display: flex;
  gap: 10px;
}

.c-detailitem__container-box-text.--block {
  display: block;
}

.c-detailitem__container-box-text.--block .c-detailitem__container-box-text-image {
  width: 140px;
  margin-bottom: 20px;
}

.c-detailitem__container-box-text-ttl {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.c-detailitem__container-box-list-item {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.c-detailitem__text {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.c-detailitem__image {
  margin-bottom: 100px;
}

.c-detailitem__text2 {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

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

  .c-detailitem__container {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .c-detailitem__container-image {
    width: 150px;
  }

  .c-detailitem__container-ttl {
    font-size: 36px;
    padding: 20px;
  }

  .c-detailitem__container-box {
    width: 100%;
  }

  .c-detailitem__container-box.--04 {
    padding: 0;
  }

  .c-detailitem__container-box-text-ttl {
    font-size: 28px;
    margin: 0;
  }

  .c-detailitem__container-box-text {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .c-detailitem__container-box-text.--block {
    display: flex;
  }

  .c-detailitem__container-box-text.--block .c-detailitem__container-box-text-image {
    width: 70px;
    margin-bottom: 0px;
  }

  .c-detailitem__container-text {
    padding: 0;
    font-size: 36px;
    border: none;
    margin-bottom: 20px;
  }

  .c-detailitem__container-box-text-image {
    width: 50px;
  }

  .c-detailitem__text {
    font-size: 20px;
    line-height: 1.6;
  }
}

.c-cta {
  padding: 180px 0 90px 0;
}

.c-cta.--about {
  background-image: url(../img/company-history-office-bg.png);
  background-size: cover;
  padding: 90px 20px;
}

.c-cta__container {
  display: flex;
  max-width: 780px;
  gap: 20px;
  width: 100%;
  margin: auto;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}

.c-cta__container-item {
  z-index: -1;
  position: absolute;
  bottom: -20px;
}

.c-cta__container-tel {
  display: flex;
  width: 50%;
  height: 220px;
  border: 3px solid #005b78;
}

.c-cta__container-tel-image {
  display: flex;
  align-items: center;
  background-color: #006f89;
  padding: 0 10px;
  width: 20%;
}
.c-cta__container-tel-image img{
  max-width: 55px;
  margin: auto;
}

.c-cta__container-tel-wrap {
  background-color: #00869a;
  padding: 10px 20px;
  width: 80%;
}

.c-cta__container-tel-wrap-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
}

.c-cta__container-tel-wrap-text2-number {
  font-size: 42px;
  color: #f6ef9e;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  padding-top: 10px;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
.c-cta__container-tel-wrap-text2-number a{
  color: #f6ef9e;
  }

.c-cta__container-tel-wrap-text2-free{
  font-size: 15px;
  color: #f6ef9e;
  font-weight: bold;
  line-height: 1;
  padding-top: 5px;
  text-align: center;
}

.c-cta__container-tel-wrap-text2-numfree {
  font-size: 30px;
  color: #f6ef9e;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  padding-top: 5px;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}

.c-cta__container-tel-wrap-text2-numfree a{
  color: #f6ef9e;
  }

.c-cta__container-tel-wrap-text2-day {
  font-size: 19px;
  white-space: nowrap;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
}

.c-cta__container-other {
  width: 50%;
  height: 220px;
}

.c-cta__container-other-wrap {
  display: flex;
  margin-bottom: 20px;
  height: 100px;
  border: 3px solid #005b78;
}

.c-cta__container-other-wrap-image {
  width: 20%;
  background-color: #006f89;
  padding: 20px;
  display: flex;
  align-items: center;
}
.c-cta__container-other-wrap-image img{
  max-width: 70px;
  margin: auto;
}

.c-cta__container-other-wrap-text {
  width: 85%;
  background-color: #00869a;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 19px;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-cta {
    padding: 90px 0 40px 0;
  }

  .c-cta.--about {
    padding: 40px 20px;
  }

  .c-cta__container {
    display: block;
  }

  .c-cta__container-other-wrap {
    height: auto;
  }

  .c-cta__container-item {
    top: -40%;
    left: -5%;
    width: 50%;
  }

  .c-cta__container-tel {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .c-cta__container-tel-wrap {
    padding: 20px;
  }

  .c-cta__container-other {
    width: 100%;
    height: auto;
  }

  .c-cta__container-other-wrap-text {
    font-size: 16px;
  }

  .c-cta__container-tel-wrap-text2-number {
    font-size: 36px;
  }
}

.c-floattab__list {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 999;
}

.c-floattab__list-item {
  margin-bottom: 10px;
}

.c-floattab__list-item-link {
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #fff;
  height: 160px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  border-radius: 23px 0 0 23px;
  transition: 0.3s;
}

.c-floattab__list-item-link:hover {
  opacity: 0.8;
}

.c-floattab__list-item-link.--line {
  background: #3ba338;
}

.c-floattab__list-item-link.--line:before {
  content: "";
  display: inline-block;
  background-image: url(../img/line.png);
  width: 25px;
  height: 24px;
  background-size: contain;
  background-position: center;
  margin-bottom: 10px;
}

.c-floattab__list-item-link.--download {
  background: #211d14;
}

.c-floattab__list-item-link.--contact {
  background: #211d14;
}

.c-floattab__list-item-link.--contact:after {
  content: "";
  display: inline-block;
  background-image: url(../img/contact.png);
  width: 25px;
  height: 16px;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}

.c-floattab__list-item-link.--price {
  background: #211d14;
}

.c-floattab__list-item-link.--price:after {
  content: "";
  display: inline-block;
  background-image: url(../img/price.png);
  width: 24px;
  height: 19px;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-floattab {
    display: none;
  }
}

.c-map {
  height: 370px;
  text-align: center;
  background-color: #eefeda;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.c-map iframe {
  height: 100%;
  width: 1280px;
}

@media screen and (max-width: 1280px) {
  .c-map iframe {
    height: 100%;
    width: 100%;
  }
}

/* Project ------------ */
.p-top {
  padding: 180px 0 0 0;
  background-size: cover;
  background-position: top;
  background-image: url(../img/top_bg2.jpg);
}

.p-top__text {
  max-width: 580px;
  margin: auto;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}

.p-top__text:before {
  content: "";
  display: inline-block;
  background-image: url(../img/character-item.png);
  width: 206px;
  height: 308px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -120px;
  right: calc(50% + 270px);
  z-index: 1;
}

.p-top__list {
  display: flex;
  max-width: 880px;
  margin: 0 auto 110px auto;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.p-top__list-item {
  width: calc(50% - 10px);
  background-color: #fff;
  padding: 40px;
  border-radius: 45px;
  border: 6px solid #0091b1;
  box-shadow: 2px 2px 5px 1px #242424;
}

.p-top__list-item.--02 {
  border: 6px solid #cc7f84;
}

.p-top__list-item.--03 {
  border: 6px solid #d5ba67;
}

.p-top__list-item.--04 {
  border: 6px solid #37906c;
}

.p-top__list-item .ttl {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.p-top__list-item .ttl::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top-list-item.png);
  width: 57px;
  height: 61px;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-top__list-item .ttl.--02::after {
  background-image: url(../img/top-list-item2.png);
  width: 110px;
  height: 53px;
}

.p-top__list-item .ttl.--03::after {
  background-image: url(../img/top-list-item3.png);
  width: 99px;
  height: 68px;
}

.p-top__list-item .ttl.--04::after {
  background-image: url(../img/top-list-item4.png);
  width: 68px;
  height: 65px;
}

.p-top__list-item .image {
  margin-bottom: 20px;
}

.p-top__list-item .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 200px;
}

.p-top__list-item .btn {
  max-width: 190px;
  padding: 10px 0;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  background-color: #00869a;
  color: #fff;
  font-size: 16px;
  font-family: "Lilita One", sans-serif;
  position: relative;
  line-height: 1;
}

.p-top__list-item .btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/triangle.png);
  width: 7px;
  height: 8px;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 51%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-top__dl {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.p-top__dl-btn {
  max-width: 190px;
  padding: 10px 0;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  background-color: #00869a;
  color: #fff;
  font-size: 16px;
  font-family: "Lilita One", sans-serif;
  position: relative;
  line-height: 1;
  border: 3px solid #005b78;
}

.p-top__dl-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/triangle.png);
  width: 7px;
  height: 8px;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 51%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .p-top {
    padding: 180px 20px 0 20px;
  }
}

@media screen and (max-width: 769px) {
  .p-top__list-item .text {
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .p-top {
    padding: 90px 20px 0 20px;
  }

  .p-top__list {
    display: block;
    margin: 0 auto 50px auto;
  }

  .p-top__list-item {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 20px;
  }

  .p-top__list-item .text {
    height: auto;
    margin-bottom: 20px;
  }
}

.p-fv {
  padding: 210px 0;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top_bg.jpg);
}

.p-fv__ttl {
  writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 40px auto;
  text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
}

.p-fv__box {
  max-width: 480px;
  margin: auto;
  width: 100%;
  padding: 80px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

.p-fv__box-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
}

.p-fv__box-btn {
  max-width: 190px;
  padding: 10px 0;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  background-color: #00869a;
  color: #fff;
  font-size: 16px;
  font-family: "Lilita One", sans-serif;
  position: relative;
}

.p-fv__box-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/triangle.png);
  width: 7px;
  height: 8px;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-fv {
    padding: 150px 20px 100px;
  }

  .p-fv__ttl {
    font-size: 24px;
  }

  .p-fv__box {
    padding: 40px;
  }
}

.p-fv2__image {
  height: 620px;
  background-size: cover;
  background-position: center;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url(../img/about_mv.png);
}

.p-fv2__image.--business {
  background-image: url(../img/business_mv.png);
}

.p-fv2__image.--detail1 {
  background-image: url(../img/business_detail1_mv.png);
}

.p-fv2__image.--detail2 {
  background-image: url(../img/business_detail2_mv.png);
}

.p-fv2__image.--detail3 {
  background-image: url(../img/business_detail3_mv.png);
}

.p-fv2__image.--detail4 {
  background-image: url(../img/business_detail4_mv.png);
}

.p-fv2__image.--download {
  background-image: url(../img/download_mv.png);
}

.p-fv2__image.--contact {
  background-image: url(../img/contact_mv.png);
}

.p-fv2__image.--cost {
  background-image: url(../img/cost_mv.png);
}

@media screen and (max-width: 880px) {
  .p-fv2__image {
    height: 300px;
  }
}

.p-business {
  padding: 80px 20px 260px 20px;
  text-align: center;
  background-image: url(../img/p-business_bg.jpg);
  background-size: cover;
  background-position: center;
}

.p-business__text {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #240c06;
}

.p-business2 {
  padding: 60px 20px 0 20px;
  text-align: center;
  background-image: url(../img/p-business_bg2.jpg);
  background-size: cover;
  background-position: top;
}

.p-business2__list-item {
  display: flex;
  max-width: 880px;
  margin: auto;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
  box-shadow: 2px 2px 5px 1px #242424;
}

.p-business2__list-item a {
  display: flex;
  align-items: center;
  width: 100%;
}

.p-business2__list-item.--01 {
  background: #00649c;
}

.p-business2__list-item.--02 {
  background: #cc7f84;
}

.p-business2__list-item.--03 {
  background: #e7892e;
}

.p-business2__list-item.--04 {
  background: #37906c;
  margin-bottom: 0;
}

.p-business2__list-item-text {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 21px;
  font-weight: bold;
  padding: 0 20px;
  color: #fff;
  letter-spacing: 0.3em;
}

.p-business2__list-item-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  margin: 5px;
  padding: 20px;
  width: 100%;
  position: relative;
}

.p-business2__list-item-container-item {
  position: absolute;
  right: 40%;
  bottom: 5%;
  max-width: 55px;
}

.p-business2 .ttl-box {
  display: flex;
  line-height: 1;
  align-items: center;
  margin-bottom: 20px;
}

.p-business2 .ttl-box-number {
  font-size: 77px;
  font-family: "Josefin Sans", sans-serif;
}

.p-business2 .ttl-box-text {
  font-size: 28px;
  font-weight: bold;
  margin-left: 20px;
  padding-bottom: 10px;
  position: relative;
}

.p-business2 .ttl-box-text.--01 {
  color: #00649c;
}

.p-business2 .ttl-box-text.--01::before {
  content: "";
  display: inline-block;
  width: 500px;
  height: 1px;
  background-color: #0069a5;
  position: absolute;
  bottom: 0%;
}

.p-business2 .ttl-box-text.--02 {
  color: #cc7f84;
}

.p-business2 .ttl-box-text.--02::before {
  content: "";
  display: inline-block;
  width: 500px;
  height: 1px;
  background-color: #cc7f84;
  position: absolute;
  bottom: 0%;
}

.p-business2 .ttl-box-text.--03 {
  color: #e7892e;
}

.p-business2 .ttl-box-text.--03::before {
  content: "";
  display: inline-block;
  width: 500px;
  height: 1px;
  background-color: #e7892e;
  position: absolute;
  bottom: 0%;
}

.p-business2 .ttl-box-text.--04 {
  color: #37906c;
}

.p-business2 .ttl-box-text.--04::before {
  content: "";
  display: inline-block;
  width: 500px;
  height: 1px;
  background-color: #37906c;
  position: absolute;
  bottom: 0%;
}

.p-business2 .list-box {
  text-align: left;
}

.p-business2 .list-box-item {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.p-business2 .image {
  position: inherit;
  max-width: 270px;
}

.p-business2__vehicle {
  padding: 100px 0 0 0;
}

.p-business2 .vehicle-container {
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.p-business2 .vehicle-container-ttl {
  font-size: 21px;
  font-weight: bold;
  padding: 15px 0;
  background-color: #211d14;
  color: #fff;
}

.p-business2 .vehicle-container-box {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

.p-business2 .vehicle-container-box-link {
  max-width: 500px;
  margin: 40px auto 0 auto;
}

.p-business2 .vehicle-container-imagebox {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.p-business2 .vehicle-container-text {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: left;
}

.p-business2__information {
  padding: 100px 0 0 0;
}

.p-business2 .information-youtube {
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.p-business2 .information-youtube-ttl {
  font-size: 20px;
  color: #fff;
  padding: 20px 10px 0px 10px;
  background-color: #211d14;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  display: inline-block;
}

.p-business2 .information-youtube-box {
  border-top: 20px solid #211d14;
  background-color: #fff;
}

.p-business2 .information-youtube-box-image {
  max-width: 120px;
  width: 100%;
  margin: auto;
  padding: 30px 0 15px 0;
}

.p-business2 .information-youtube-box-ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

.p-business2 .information-youtube-box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0 0 60px 0;
}

.p-business2 .information-youtube-box-list-item-image {
  line-height: 1;
  margin-bottom: 10px;
}

.p-business2 .information-youtube-box-list-item-text {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: left;
}

.p-business2__link {
  padding: 100px 0 0 0;
}

.p-business2 .link-container {
  max-width: 880px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 20px;
}

.p-business2 .link-container-list {
  width: 50%;
  background-color: #fff;
  border-top: 20px solid #211d14;
  padding: 30px;
}

.p-business2 .link-container-list-item:last-of-type .link-container-list-item-link {
  border: none;
}

.p-business2 .link-container-list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #240c06;
}

.p-business2 .link-container-list-item-link-text {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.p-business2 .link-container-list-item-link-image {
  max-width: 15px;
  width: 100%;
  line-height: 1;
}

.p-business2__gallery {
  padding: 100px 0 0 0;
}

.p-business2 .gallery-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  width: 100%;
  margin: auto;
  gap: 10px;
}

.p-business2 .gallery-list-item {
  width: calc(25% - 10px);
}

@media screen and (max-width: 767px) {
  .p-business {
    padding: 40px 20px 130px 20px;
  }

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

  .p-business2 .information-youtube-box-list-item {
    width: 85%;
  }

  .p-business2__list-item-container {
    display: block;
  }

  .p-business2 .ttl-box {
    display: block;
  }

  .p-business2 .ttl-box-number {
    font-size: 54px;
  }

  .p-business2 .ttl-box-text {
    margin: 0;
    text-align: left;
    line-height: 1.4;
  }

  .p-business2 .ttl-box-text.--01::before {
    width: 100%;
  }

  .p-business2 .ttl-box-text.--02::before {
    width: 100%;
  }

  .p-business2 .ttl-box-text.--03::before {
    width: 100%;
  }

  .p-business2 .ttl-box-text.--04::before {
    width: 100%;
  }

  .p-business2 .list-box {
    margin-bottom: 20px;
  }

  .p-business2 .list-box-item {
    font-size: 14px;
  }

  .p-business2__vehicle {
    padding: 50px 0 0 0;
  }

  .p-business2 .vehicle-container-ttl {
    font-size: 18px;
  }

  .p-business2 .vehicle-container-box {
    padding: 20px;
  }

  .p-business2__information {
    padding: 50px 0 0 0;
  }

  .p-business2__link {
    padding: 50px 0 0 0;
  }

  .p-business2 .link-container {
    flex-direction: column;
  }

  .p-business2 .link-container-list {
    width: 100%;
    padding: 10px;
  }

  .p-business2__gallery {
    padding: 50px 0 0 0;
  }

  .p-business2 .gallery-list-item {
    width: calc(50% - 5px);
  }
}

.p-strengths {
  padding: 130px 20px 50px 20px;
  background-image: url(../img/p-strengths_bg.png);
  background-size: cover;
  background-position: bottom;
}

.p-strengths__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.p-strengths__list:first-of-type {
  margin-bottom: 20px;
}

.p-strengths__list-item {
  max-width: 305px;
  height: 305px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px 40px 0 40px;
  border-radius: 15px;
}

.p-strengths__list-item-number {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}

.p-strengths__list-item-ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #240c06;
}

.p-strengths__list-item-text {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding-top: 10px;
}

.p-strengths__text {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  max-width: 630px;
  width: 100%;
  margin: auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-strengths {
    padding: 60px 20px 50px 20px;
  }

  .p-strengths__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .p-strengths__list-item {
    max-width: 100%;
    height: auto;
    padding: 20px;
  }
}

.p-philosophy {
  padding: 50px 20px;
  background-image: url(../img/p-philosophy_bg.png);
  background-size: cover;
  background-position: bottom;
  text-align: center;
}

.p-philosophy__text {
  font-size: 18px;
  color: #fff;
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  background: #009b82;
  position: relative;
  margin-bottom: 40px;
}

.p-philosophy__text-image {
  position: absolute;
  max-width: 125px;
  bottom: -10px;
  right: 0;
}

.p-philosophy__text-image2 {
  position: absolute;
  max-width: 125px;
  bottom: -10px;
}

.p-philosophy__image {
  max-width: 224px;
  width: 100%;
  margin: auto;
}

.p-philosophy__text2 {
  font-size: 28px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-philosophy__text3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-philosophy__image2 {
  max-width: 579px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.p-philosophy__textimage {
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
}

.p-philosophy__text4 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-philosophy__text {
    padding: 20px;
    text-align: left;
    font-size: 16px;
  }

  .p-philosophy__text-image {
    display: none;
  }

  .p-philosophy__text-image2 {
    display: none;
  }

  .p-philosophy__text2 {
    font-size: 24px;
  }

  .p-philosophy__text3 {
    font-size: 14px;
  }

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

.p-company-history-office {
  padding: 120px 20px;
  text-align: center;
  background-image: url(../img/company-history-office-bg.png);
  background-size: cover;
  background-position: center;
}

.p-company-history-office__table {
  max-width: 745px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto 130px auto;
}

.p-company-history-office__table table,
.p-company-history-office__table td,
.p-company-history-office__table th {
  border: 1px solid #656363;
}

.p-company-history-office__table th {
  text-align: center;
  letter-spacing: 1em;
  width: 30%;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  background-color: #dfdfdf;
}

.p-company-history-office__table td {
  width: 30px;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}

.p-company-history-office .scroll {
  height: 650px;
  overflow-y: scroll;
  margin: 0 auto 130px;
  max-width: 745px;
}

.p-company-history-office__table2 {
  background-color: #fff;
}

.p-company-history-office__table2 table,
.p-company-history-office__table2 td,
.p-company-history-office__table2 th {
  border: 1px solid #656363;
}

.p-company-history-office__table2 th {
  text-align: center;
  width: 30%;
  padding: 20px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  background-color: #dfdfdf;
}

.p-company-history-office__table2 td {
  padding: 20px;
  width: 70%;
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

.p-office {
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.p-office__container {
  margin-bottom: 50px;
}

.p-office__container-ttl {
  font-size: 21px;
  font-weight: bold;
  padding: 15px 0;
  background-color: #004e8f;
  color: #fff;
}

.p-office__container-image {
  line-height: 1;
}

.p-office__container-text {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  background-color: #fff;
  color: #010000;
}

.p-office__list {
  display: block;
  gap: 40px;
}

.p-office__list-item-ttl {
  font-size: 21px;
  font-weight: bold;
  padding: 15px 0;
  background-color: #004e8f;
  color: #fff;
}

.p-office__list-item-image {
  line-height: 1;
}

.p-office__list-item-text {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  background-color: #fff;
  color: #010000;
  white-space: nowrap;
}

@media screen and (max-width: 769px) {
  .p-company-history-office {
    padding: 60px 20px;
  }

  .p-company-history-office .scroll {
    margin: 0 auto 60px auto;
  }

  .p-company-history-office__table {
    margin: 0 auto 60px auto;
  }

  .p-company-history-office__table th {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .p-company-history-office__table td {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .p-company-history-office__table2 th {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .p-company-history-office__table2 td {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .p-office__list {
    display: block;
  }

  .p-office__list-item-text {
    font-size: 12px;
  }

  .p-office__container {
    margin-bottom: 20px;
  }

  .p-office__container-text {
    font-size: 12px;
  }
}

.p-licence {
  padding: 90px 20px 130px 20px;
  text-align: center;
  background-image: url(../img/p-licence_bg.png);
  background-size: cover;
  background-position: top;
}

.p-licence__text {
  font-size: 14px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
}

.p-licence__table {
  max-width: 880px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 20px;
}

.p-licence__table table {
  width: 50%;
  background-color: #fff;
}

.p-licence__table td {
  padding: 3px;
  width: 30px;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: 80%;
  border-bottom: 1px solid #8a8a8a;
}

.p-licence__table td:last-of-type {
  text-align: right;
  padding: 20px 20px 0 0;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .p-licence {
    padding: 40px 20px 60px 20px;
  }

  .p-licence__text {
    text-align: left;
    margin-bottom: 30px;
  }

  .p-licence__table {
    flex-direction: column;
  }

  .p-licence__table table {
    width: 100%;
  }
}

.p-detail {
  padding: 100px 20px 0 20px;
  background-image: url(../img/detail01_bg.jpg);
  background-size: cover;
  background-position: top;
}

.p-detail.--02 {
  background-image: url(../img/detail02_bg.jpg);
}

.p-detail.--03 {
  background-image: url(../img/detail03_bg.jpg);
}

.p-detail.--04 {
  background-image: url(../img/detail04_bg.jpg);
}

.p-detail__container {
  max-width: 880px;
  width: 100%;
  margin: 60px auto 0 auto;
  text-align: center;
  box-shadow: 2px 2px 5px 1px #242424;
}

.p-detail__container-text {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  background-color: #0069a5;
  padding: 10px 80px;
  position: relative;
}

.p-detail__container-text.--02 {
  background-color: #cc7f84;
}

.p-detail__container-text.--03 {
  background-color: #e46923;
  text-align: left;
}

.p-detail__container-text.--04 {
  background-color: #3b7742;
  text-align: center;
}

.p-detail__container-text-number {
  position: absolute;
  bottom: -30px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 120px;
  line-height: 1;
}

.p-detail__container-box {
  padding: 20px 90px;
  background-color: #fff;
}

.p-detail__container-box.--02 {
  padding: 40px 90px 40px 90px;
}
.p-detail__container-box.--03 img{
  margin: 30px 0;
}

.p-detail__container-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.p-detail__container-box-wrap.--block {
  display: block;
}

.p-detail__container-box-wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
}

.p-detail__container-box-wrap2.--start {
  align-items: flex-start;
}
.p-detail__container-box .box-wrap-image{
  max-width: 270px;
}

.p-detail__container .box-wrap-text {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}

.p-detail__container .box-wrap-text2 {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}

.p-detail__container .box-wrap-textred {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #d35d74;
  font-weight: 500;
  text-align: left;
}

.p-detail__container .box-wrap-list-item {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: left;
}

.p-detail .p-detail__accordion {
  margin-top: 50px;
}

.p-detail .p-detail__accordion-q {
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #333333;
  border-radius: 20px;
}

.p-detail .p-detail__accordion-q .symbol {
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-detail .p-detail__accordion-q .symbol span {
  background-color: #333333;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}

.p-detail .p-detail__accordion-q .symbol span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-detail .p-detail__accordion-q .symbol span:nth-of-type(2) {
  transform: rotate(-90deg);
}

.p-detail .p-detail__accordion-q-text {
  color: #fff;
  font-size: 16px;
}

.p-detail .p-detail__accordion-a {
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}

.p-detail__accordion-q.active+.p-detail__accordion-a.--max-height {
  max-height: 2900px !important;
}

.p-detail .p-detail__accordion-a-text {
  color: #333333;
  font-size: 16px;
  padding: 10px;
}

.p-detail .js-q.active .symbol span:nth-of-type(2) {
  transform: rotate(0deg);
}

.p-detail .col {
  padding: 20px 0;
}

.p-detail .col-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  background: #333333;
  margin-bottom: 20px;
}

.p-detail .col-text {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.p-detail .col-imagebox {
  gap: 10px;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.p-detail .col-imagebox-image {
  width: 32%;
}

.p-detail .col-imagebox-image-ttl {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 5px;
}

.p-detail .col-imagebox-image-ttl.--center {
  text-align: center;
}

.p-detail__container2 {
  max-width: 880px;
  width: 100%;
  margin: auto;
  background-color: #0069a5;
  padding: 40px;
}

.p-detail__container2.--02 {
  background-color: #ca6f69;
}

.p-detail__container2-ttl {
  background: #fff;
  color: #646262;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.p-detail__container2-ttl.--02 {
  color: #646262;
}

.p-detail__container2-ttl-text {
  font-size: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.p-detail__container2-ttl-text2 {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.p-detail__container2-box {
  display: flex;
  gap: 20px;
}

.p-detail__container2-box-map {
  width: 50%;
}

.p-detail__container2-box-map iframe {
  height: 100%;
  width: 100%;
}

.p-detail__container2-box-image {
  width: 50%;
}

.p-detail__container2-box-image-tel {
  margin-top: 20px;
  font-size: 29px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
}

.p-detail__container2-box-image-tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tel-icon.png);
  width: 34px;
  height: 33px;
  background-size: cover;
  background-position: center;
  vertical-align: top;
}

.p-detail .colimage-undertext {
  margin: 10px 0 40px 0;
  text-align: left;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {

  .p-detail__container2-box-map {
    width: 100%;
  }

  .p-detail__container2-box-image {
    width: 100%;
  }

  .p-detail {
    padding: 50px 20px 0 20px;
  }

  .p-detail__accordion-q.active+.p-detail__accordion-a.--max-height {
    max-height: 4800px !important;
  }

  .p-detail__container {
    margin: 30px auto 0 auto;
  }

  .p-detail__container-text {
    padding: 20px;
    font-size: 18px;
  }

  .p-detail__container-text-number {
    bottom: 0px;
    font-size: 60px;
  }

  .p-detail__container-text-number.--second {
    bottom: 10px;
  }

  .p-detail__container-box {
    padding: 20px;
  }

  .p-detail__container-box.--02 {
    padding: 20px;
  }

  .p-detail__container-box.--03 {
    padding: 20px;
  }

  .p-detail__container-box.--04 {
    padding: 20px;
  }

  .p-detail__container-box-wrap {
    flex-direction: column;
    align-items: normal;
    gap: 20px;
  }

  .p-detail__container2 {
    padding: 20px;
  }

  .p-detail__container2-ttl {
    padding: 10px;
  }

  .p-detail__container2-ttl-text {
    font-size: 20px;
  }

  .p-detail__container2-ttl-text2 {
    font-size: 16px;
  }

  .p-detail__container2-box {
    flex-direction: column;
  }

  .p-detail .col-imagebox-image {
    width: 100%;
  }

  .p-detail .col-ttl {
    padding: 10px;
  }
}

.p-download {
  padding: 100px 20px 0 20px;
  background-image: url(../img/download_bg.jpg);
  background-size: cover;
  background-position: top;
}

.p-download__text {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.p-download .table1 {
  max-width: 880px;
  width: 100%;
  margin: auto;
  margin-bottom: 130px;
}

.p-download .table1 tr {
  padding: 0 30px;
  border-bottom: 1px solid #9b9b9c;
  background: #fff;
}

.p-download .table1 td.ttl {
  font-size: 16px;
  font-weight: bold;
  background-color: #dbebf6;
  display: table-cell;
  width: 40%;
}

.p-download .table1 td {
  font-size: 14px;
  padding: 25px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}

.p-download .table1 td.--end {
  justify-content: flex-end;
}

.p-download .table1 .ttl-link {
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background-color: #507f97;
  padding: 15px 0;
  border-radius: 20px;
}

.p-download .table1 .ttl-link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/dl-icon.png);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
}

.p-download .table2 {
  max-width: 880px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

.p-download .table2 tr:nth-child(1) {
  background-color: #dbebf6;
}

.p-download .table2 tr:nth-child(2) {
  background-color: #fff;
}

.p-download .table2 tr:nth-child(3) {
  background-color: #dbebf6;
}

.p-download .table2 tr:nth-child(4) {
  background-color: #fff;
}

.p-download .table2 tr:nth-child(5) {
  background-color: #dbebf6;
}

.p-download .table2 tr:nth-child(6) {
  background-color: #fff;
}

.p-download .table2 tr:nth-child(7) {
  background-color: #dbebf6;
}

.p-download .table2 tr:nth-child(8) {
  background-color: #fff;
}

.p-download .table2 td {
  font-size: 16px;
  font-weight: bold;
  padding: 25px;
}

.p-download .table2 td:first-of-type {
  border-right: 1px solid #b8daf4;
}

@media screen and (max-width: 767px) {
  .p-download__text {
    text-align: left;
  }

  .p-download .table1 {
    margin-bottom: 60px;
  }

  .p-download .table1 td.ttl {
    padding: 10px;
    font-size: 12px;
  }

  .p-download .table1 td {
    padding: 10px;
    font-size: 12px;
    flex-direction: column;
    gap: 10px;
  }

  .p-download .table2 td {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-contact {
  padding: 100px 20px 0 20px;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  background-position: top;
}

.p-contact .contact {
  margin-bottom: 100px;
}

.p-contact__text {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 880px;
  margin: 0 auto 60px auto;
  width: 100%;
}

.p-contact__list {
  max-width: 880px;
  margin: 0 auto 120px auto;
  width: 100%;
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
}

.p-contact__list-item {
  width: calc(50% - 25px);
  box-shadow: 2px 2px 5px 1px #242424;
}

.p-contact__list-item-ttl {
  font-size: 30px;
  text-align: center;
  height: 120px;
  display: flex;
  justify-content: center;
  line-height: 1.3;
  align-items: center;
  color: #fff;
  background: #6992b1;
  font-weight: bold;
}

.p-contact__list-item-ttl.--02 {
  background: #ac777b;
}

.p-contact__list-item-ttl.--03 {
  background: #6d8d69;
}

.p-contact__list-item-ttl.--04 {
  background: #2e5682;
}

.p-contact__list-item-box {
  padding: 30px 40px;
  background-color: #fff;
}

.p-contact .item-box-text {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  height: 60px;
}

.p-contact .item-box-tel {
  font-size: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #6992b1;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.p-contact .item-box-tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tel-icon2.png);
  width: 35px;
  height: 35px;
  background-size: cover;
  vertical-align: middle;
  background-position: center;
}

.p-contact .item-box-tel.--02 {
  color: #ac777b;
}

.p-contact .item-box-tel.--02::before {
  content: "";
  background-image: url(../img/tel-icon3.png);
}

.p-contact .item-box-tel.--03 {
  color: #6d8d69;
}

.p-contact .item-box-tel.--03::before {
  content: "";
  background-image: url(../img/tel-icon4.png);
}

.p-contact .item-box-tel.--04 {
  color: #2e5682;
}

.p-contact .item-box-tel.--04::before {
  content: "";
  background-image: url(../img/tel-icon5.png);
}

.p-contact .item-box-fax {
  font-size: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #6992b1;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.p-contact .item-box-fax::before {
  content: "";
  display: inline-block;
  background-image: url(../img/fax-icon.png);
  width: 35px;
  height: 35px;
  background-size: cover;
  vertical-align: middle;
  background-position: center;
}

.p-contact .item-box-fax.--02 {
  color: #ac777b;
}

.p-contact .item-box-fax.--02::before {
  content: "";
  background-image: url(../img/fax-icon3.png);
}

.p-contact .item-box-fax.--03 {
  color: #6d8d69;
}

.p-contact .item-box-fax.--03::before {
  content: "";
  background-image: url(../img/fax-icon4.png);
}

.p-contact .item-box-fax.--04 {
  color: #2e5682;
}

.p-contact .item-box-fax.--04::before {
  content: "";
  background-image: url(../img/fax-icon5.png);
}

.p-contact .contact-content {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-contact .contact {
    margin-bottom: 50px;
  }

  .p-contact .item-box-tel {
    font-size: 28px;
    text-align: center;
  }

  .p-contact .item-box-fax {
    font-size: 28px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 50px 20px;
  }

  .p-contact__text {
    margin: 0 auto 30px auto;
  }

  .p-contact__list {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto 60px auto;
  }

  .p-contact__list-item {
    width: 100%;
  }

  .p-contact__list-item-box {
    padding: 20px;
  }

  .p-contact__list-item-ttl {
    font-size: 24px;
    height: 80px;
  }
}

.p-cost {
  padding: 100px 20px 0 20px;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  background-position: top;
}

.p-cost__form {
  max-width: 880px;
  margin: auto;
  width: 100%;
}

.p-cost__form .q-01 {
  padding: 10px 20px;
  background-color: #fff;
}

.p-cost__form .q-01-text {
  font-size: 16px;
  padding: 10px 0;
}
.p-cost__form .q-01-text span{
  font-size: 14px;
  display: block;
  padding: 10px;
}

.p-cost__form .q-01-text:first-of-type {
  border-bottom: 1px solid #c9caca;
}

.p-cost__form .accordion {
  margin-top: 50px;
  background-color: #fff;
}

.p-cost__form .accordion-q {
  background-color: #69a5d2;
  color: #fff;
  font-size: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
}

.p-cost__form .accordion-q-text {
  color: #fff;
  font-size: 16px;
}

.p-cost__form .accordion-a {
  background-color: #ffffff;
  display: flex;
}

.p-cost__form .accordion-a.--mb-110 {
  margin-bottom: 110px;
}

.p-cost__form .accordion-a-tablebox {
  width: 45%;
}
.p-cost__form .accordion-a-tablebox:nth-of-type(2) {
  width: 55%;
}

.p-cost__form .accordion-a-text {
  color: #333333;
  font-size: 16px;
  padding: 10px;
}

.p-cost__form .js-q.active .symbol span:nth-of-type(2) {
  transform: rotate(0deg);
}

.p-cost__form table {
  width: 100%;
  border: 2px solid #69a5d2;
}

.p-cost__form tr {
  height: 60px;
}

.p-cost__form td {
  border: 1px solid #c9caca;
  border-collapse: collapse;
  line-height: 130%!important;
  padding: 18px 10px;
}

.p-cost__form td.name {
  width: 45%;
  font-size: 16px;
  background-color: #e1effa;
  font-weight: bold;
  white-space: nowrap;
}

.p-cost__form td.price {
  border: none;
  border-bottom: 1px solid #c9caca;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.p-cost__form td.select {
  border: none;
  border-bottom: 1px solid #c9caca;
}
.p-cost__form td.name span,
.p-cost__form td.price span{
font-size: 13px;
font-weight: 500;
display: inline;
}
.p-cost__form td.name .pc-dn{
display: none;
}
.p-cost__form .total {
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 40px 0 60px 60px;
  background-color: #69a5d2;
  margin-bottom: 30px;
}

.p-cost__form .total-ttl {
  color: #fff;
  font-size: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  padding-right: 60px;
}

.p-cost__form .total-box {
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 50px;
}

.p-cost__form #total_cost {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #fff;
  padding: 0 20px;
  justify-content: flex-end;
  text-align: right;
  font-size: 33px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: auto;
}

.p-cost__form .total-box-text2 {
  font-size: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-left: 10px;
}
.p-cost__form .total-box-text2 span{
font-size: 70%;
white-space: nowrap;
}

.p-cost__form .contactform {
  background-color: #fff;
  padding: 50px;
}

.p-cost__form .contactform-container {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}

.p-cost__form .contactform-container .tag {
  background-color: #707070;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  width: 10%;
}

.p-cost__form .contactform-container .ttl {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-right: 30px;
  width: 20%;
}

.p-cost__form .contactform-container .text {
  width: 65.5%;
}
.p-cost__form .text-a .ttl {
  width: 34.5%;
}

.p-cost__form .text-a textarea{
  width: 100%;
  resize: none;
}

.p-cost__form .contactform-container .text input {
  width: 100%;
  padding: 20px;
  font-size: 16px;
}

.p-cost__form .submit {
  background-color: #507f97;
  color: #fff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 230px;
  margin: auto;
  display: block;
  border-radius: 20px;
  padding: 10px 0;
  border: none;
  letter-spacing: 0.1em;
  margin-top: 90px;
  transition: 0.3s;
}

.p-cost__form .submit:hover {
  opacity: 0.7;
}

@media screen and (max-width: 880px) {
  .p-cost__form .accordion-a-tablebox {
    width: calc(50% - 20px);
  }
  .p-cost__form .total-box {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cost__form .accordion-a {
    display: block;
  }

  .p-cost__form .accordion-a .name {
    font-size: 14px;
    padding: 10px 0 10px 10px;
  }

  .p-cost__form .accordion-a .price {
    font-size: 14px;
    padding: 10px 0 10px 10px;
  }

  .p-cost__form .accordion-a .select {
    font-size: 12px;
    padding: 10px 10px 10px 0px;
  }

  .p-cost__form .accordion-a-tablebox {
    width: 100%!important;
  }

  .p-cost__form .total {
    padding: 20px 0 20px 20px;
  }

  .p-cost__form .total-ttl {
    padding-right: 20px;
  }

  .p-cost__form .total-box-text2 {
    font-size: 18px;
    white-space: nowrap;
    margin-right: 10px;
  }

  .p-cost__form .contactform {
    padding: 20px;
  }

  .p-cost__form .contactform-container {
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .p-cost__form .contactform-container .text input {
    padding: 10px;
  }

  .p-cost__form .contactform-container .ttl {
    margin: 0;
    font-size: 14px;
    width: 50%;
  }

  .p-cost__form .contactform-container .text {
    width: 100%;
  }
  .p-cost__form .contactform-container .text textarea{
    width: 100%;
  }

  .p-cost__form .contactform-container .tag {
    width: 20%;
  }

  .p-cost__form .submit {
    margin-top: 30px;
  }

  .p-cost__form td.name{
    line-height: 30px;
  }
  .p-cost__form td.name .pc-dn{
  display: inline;
  }
}
@media screen and (max-width: 767px) {
}
/* 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;
}