@charset "UTF-8";
/* CSS Document */
/*
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;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
ol, 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;
}
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* base */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media (max-width: 768px) {
  html {
    croll-padding-top: 85px;
  }
}
body {
  color: #333;
  font-family:
  "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: normal;
  counter-reset: number 0;
  position: relative;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 1280px) {
  body {
    font-size: 1.7rem;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
a:hover {
  opacity: 0.75;
  transition: background-color 0.5s ease;
}
@media (min-width: 1023px) {
  .show.is-sp {
    display: none !important;
  }
}
@media (max-width: 1022px) {
  .show.is-pc {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.mt05 { margin-top: 5px; }
/* ==========================================================================
  header
  ========================================================================== */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  position: sticky;
  top: 0;
  z-index: 3;
  background: none;
}
header#header.scroll-nav {
  padding: 10px 25px;
  background: #FFF;
}
header#header .logo img {
  width: 379px;
  transition: all 0.4s ease;
}
header#header.scroll-nav .logo img {
  width: 270px;
}
#header .gNav ul {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
#header .gNav ul a {
  text-decoration: none;
  color: inherit;
}
#header .gNav ul a.btn_contact, .globalMenuSp a.btn_contact, .section_contact a.btn_contact {
  background: #E0701B;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
}
a.btn_contact svg {
  margin-right: 5px;
}
.globalMenuSp a.btn_contact {
  font-size: 2.4rem;
  padding: 15px 15px;
}
#header .gNav ul a.btn_contact svg,
.section_contact a.btn_contact svg {
  width: 18px;
}
.globalMenuSp a.btn_contact svg {
  width: 27px;
}
.hamburger {
  display: none;
  position: fixed;
  z-index: 3;
  right: 15px;
  top: 20px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  text-align: center;
  background: #003565;
  border-radius: 5px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  left: 10px;
  background: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 14px;
}
.hamburger span:nth-child(2) {
  top: 21px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}
.hamburger.active span:nth-child(1) {
  top: 20px;
  /*left: 6px;*/
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 10px 15px 30px;
  background: #FFF;
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}
.globalMenuSp.active {
  opacity: 100;
  display: block;
  overflow-y: scroll;
}
.globalMenuSp .logo {
  margin-bottom: 30px;
}
.globalMenuSp nav {
  margin: 0 15px;
}
.globalMenuSp a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.4;
}
.globalMenuSp ul.mainMenu {
  font-size: 2.6rem;
  margin-bottom: 25px;
}
.globalMenuSp ul.mainMenu li {}
.globalMenuSp ul.mainMenu li a {
  display: flex;
  align-items: center;
  padding: 23px 5px;
  border-bottom: 1px solid #D0D0D0;
  gap: 0 15px;
}
.globalMenuSp ul.mainMenu li a:after {
  content: attr(data-txt)"";
  color: #0C72B5;
  font-size: 1.4rem;
}
.c-accordion {
  margin-top: 25px;
}
.c-accordion__title {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  background: #454545;
  color: #FFF;
  border-radius: 5px;
  margin-bottom: 3px;
}
.c-accordion__title::before,
.c-accordion__title::after {
  content: "";
  position: absolute;
  background: #FFF;
  top: 50%;
  translate: 0 -50%;
}
.c-accordion__title::before {
  width: 16px;
  height: 2px;
  right: 20px;
}
.c-accordion__title::after {
  width: 2px;
  height: 16px;
  right: 27px;
  transition: rotate 0.3s;
}
.c-accordion__item[open] .c-accordion__title::after {
  rotate: 90deg;
}
.c-accordion summary {
  list-style-type: none;
}
.c-accordion__content {
  padding: 10px;
  animation: fadeIn 0.5s ease;
  background: #F7F7F7;
  border-radius: 5px;
}
.c-accordion__content ul {
  margin: 0;
  padding: 0;
}
.c-accordion__content a {
  padding: 5px 30px 5px 5px;
  position: relative;
  display: block;
}
.c-accordion__content a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 10px 15px;
  }
  header#header.scroll-nav {
    padding: 10px 15px;
    background: #FFF;
  }
  header#header .logo img {
    width: 290px;
  }
  header#header.scroll-nav .logo img {
    width: 250px;
  }
  .gNav {
    display: none;
  }
  .hamburger {
    display: block;
  }
}
/* ==========================================================================
  main
  ========================================================================== */
body#home main {
  margin-top: -144px;
  width: 100%;
}
/* ==========================================================================
  footer
  ========================================================================== */
#footer {
  padding: 40px 25px 50px;
  display: flex;
  justify-content: space-between;
}
#footer > div:last-child {
  text-align: right;
  font-size: 70%;
  color: #666;
}
#footer .gNav {
  display: flex;
  line-height: 1.4;
  margin-bottom: 30px;
}
#footer .gNav li {
  border-right: 1px solid #707070;
  padding-right: 25px;
  margin-right: 25px;
}
#footer .gNav li a {
  text-decoration: none;
  color: inherit;
}
#footer .sNav {
  display: flex;
  font-size: 80%;
  gap: 25px;
}
#footer .sNav a {
  color: inherit;
  text-decoration: none;
}
#footer div:last-child img {
  margin-bottom: 5px;
}
#footer .copyright {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 25px 25px 30px;
  }
  #footer > div:first-child {
    display: none;
  }
  #footer .group {
    text-align: left;
  }
  #footer > div:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    white-space: normal;
  }
}
/* ==========================================================================
  home
  ========================================================================== */
/* mainimg */
#mainimg {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #F8F5EF;
}
#mainimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: darken;
}
#mainimg .mainimgCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E0701B;
  font-size: 5.7rem;
  white-space: nowrap;
  text-shadow: 2px 3px 0px rgba(255,255,255,1.00);
  font-weight: bold;
}
.scroll {
  position: absolute;
  right: 1%;
  bottom: 10%;
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #666;
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #666;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 1024px) {
  #mainimg {
    height: 620px;
  }
  #mainimg .mainimgCopy {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #mainimg {
    height: 405px;
  }
  #mainimg .mainimgCopy {
    font-size: 7vw;
    line-height: 1.4;
    bottom: 40%;
  }
}
/* section common */
main section {
  position: relative;
}
.contents {
  max-width: 1000px;
  margin: 0 auto;
}
/* section_news */
.section_news {
  background: #D9E4A2;
  padding: 15px 25px 70px;
}
.section_news .wave {
  position: absolute;
  height: 70px;
  width: 100%;
  background: #D9E4A2;
  bottom: 0;
  margin: 0 -25px;
}
.section_news .wave::before, .section_news .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.section_news .wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.section_news .wave::after {
  width: 55%;
  height: 100%;
  background-color: #D9E4A2;
  left: -1.5%;
  top: 40%;
}
.section_news .contents {
  max-width: 960px;
  background: #FFF;
  border-radius: 15px;
  display: flex;
  gap: 0 45px;
  align-items: center;
  padding: 18px 30px;
}
.section_news h2 {
  color: #E0701B;
  font-size: 135%;
  padding: 0 20px;
}
.section_news .more {
  display: block;
  margin-left: auto;
  background: #E0701B;
  font-size: 1.4rem;
  color: #FFF;
  padding: 5px 10px;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .section_news .contents {
    flex-direction: column;
  }
  .section_news h2 {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section_news {
    padding: 15px 15px 40px;
  }
  .section_news .wave {
    position: absolute;
    height: 40px;
    margin: 0 -15px;
  }
  .section_news .more {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
/* section_about */
.section_about {
  padding: 100px 25px;
  background: url("../img/main/bg_about01.png") no-repeat center 60px;
  line-height: 2.2;
  font-size: 110%;
}
.section_about .wave,
.section_company .wave,
.section_page .wave {
  position: absolute;
  height: 70px;
  width: 100%;
  background: #FFF;
  bottom: 0;
  margin: 0 -25px;
}
.section_about .wave::before,
.section_about .wave::after,
.section_company .wave::before,
.section_company .wave::after,
.section_page .wave::before,
.section_page .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.section_about .wave::before,
.section_company .wave::before,
.section_page .wave::before {
  width: 55%;
  height: 109%;
  background-color: #F8F5EF;
  right: -1.5%;
  top: 60%;
}
.section_about .wave::after,
.section_company .wave::after,
.section_page .wave::after {
  width: 55%;
  height: 100%;
  background-color: #FFF;
  left: -1.5%;
  top: 40%;
  z-index: 1;
}
.section_about h2 {
  text-align: center;
  margin-bottom: 40px;
}
.aboutList {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 75px auto 65px;
  max-width: 800px;
}
.aboutList li {
  background: #F8F5EF;
  border-radius: 250px;
  aspect-ratio: 1 / 1;
  padding: 35px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 40px * 2) / 3);
}
.aboutList li img {
  display: inline-block;
  margin-bottom: 20px;
}
.aboutCopy {
  color: #5A483E;
  font-weight: bold;
  font-size: 170%;
  text-align: center;
  line-height: 1.4;
}
.aboutBox {
  margin-top: 3em;
  border: 3px dotted #E0701B;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 95%;
}
.aboutBox h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #5A483E;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .section_about {
    background-size: 85%;
  }
  .aboutList {
    flex-wrap: wrap;
    width: 80%;
    gap: 20px;
    margin: 45px auto 35px;
  }
  .aboutList li {
    width: 234px;
  }
}
@media screen and (max-width: 768px) {
  .section_about {
    padding: 50px 15px;
  }
  .section_about .wave,
  .section_company .wave,
  .section_page .wave {
    height: 40px;
    margin: 0 -15px;
  }
  .aboutList {
    width: 100%;
  }
  .aboutList li {
    width: calc((100% - 20px) / 2);
    padding: 15px;
  }
  .aboutList li img {
    margin-bottom: 10px;
  }
  .aboutCopy {
    font-size: 5vw;
  }
  .aboutCopy br {
    display: none;
  }
  .aboutBox {
    padding: 15px;
  }
  .aboutBox p {
    text-align: left;
  }
  .aboutBox p br {
    display: none;
  }
  .aboutBox h3 {
    flex-direction: column;
    font-feature-settings: "palt";
  }
}
.section_service {
  background: #F8F5EF;
  position: relative;
  padding: 100px 25px;
}
.section_service .wave {
  position: absolute;
  height: 70px;
  width: 100%;
  background: #F8F5EF;
  bottom: 0;
  margin: 0 -25px;
}
.section_service .wave::before, .section_service .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.section_service .wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.section_service .wave::after {
  width: 55%;
  height: 100%;
  background-color: #F8F5EF;
  left: -1.5%;
  top: 40%;
}
.section_service .contents {
  display: flex;
  gap: 40px 90px;
  align-items: center;
  justify-content: space-between;
}
.section_service h2 {
  font-size: 4.0rem;
  color: #5A483E;
}
.section_service p {
  font-size: 115%;
  line-height: 2.0;
}
.section_service h2 + p {
  font-weight: bold;
}
.section_service .expl {
  margin-top: 55px;
}
.service_leftBox {
  flex: 1;
}
.service_rightBox {
  width: 70%;
  margin-right: calc(50% - 50vw);
}
.service-slide .slick-prev::before, .service-slide .slick-next::before {
  color: #E0701B;
}
.service-slide .slick-track {
  display: flex!important;
}
.service-slide .slick-slide {
  height: auto !important;
}
.service-slide .card {
  background: #FFF;
  padding: 50px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 0 50px 0 0;
}
.service-slide .card img {
  margin: 0 auto 30px;
}
.service-slide .card h3 {
  color: #E0701B;
  font-size: 180%;
  margin-bottom: 20px;
  line-height: 1.4;
}
.service-slide .slick-list {
    padding: 0 100px 10px 0 !important;
}
.service-slide .card ul {
  margin-left: 1em;
  text-align: left;
  font-size: 1.8rem;
}
.service-slide .card ul li:before {
  content: "●";
  color: #E0701B;
}
.service-slide ul li {
  text-indent: -1em;
}
.service-slide .slick-prev {
  left: -35px;
}
.service-slide .slick-next {
  right: 115px;
}
@media screen and (max-width: 1024px) {
  .service_leftBox {
    width: 50%
  }
  .service_rightBox {
    width: 50%;
    margin-right: 0;
  }
  .service-slide .slick-list {
      padding: 0 0 10px 0 !important;
  }
  .service-slide .slick-prev {
    left: -10px;
    z-index: 1;
  }
  .service-slide .slick-next {
    right: -10px;
  }
  .service-slide .card {
    padding: 30px;
    margin: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .section_service {
    padding: 50px 15px;
  }
  .section_service .wave {
    height: 40px;
  }
  .section_service .contents {
    flex-direction: column;
  }
  .service_leftBox {
    flex: none;
    text-align: center;
    width: 100%;
  }
  .service_rightBox {
    width: 100%;
    margin-right: 0;
  }
  .section_service .expl {
    margin-top: 20px;
  }
  .service-slide .slick-list {
      padding: 0 0 10px 0 !important;
  }
  .service-slide .card {
    padding: 20px;
  }
  .service-slide .card img {
    width: 80px;
    margin: 0 auto 15px;
  }
  .service-slide .card h3 {
    font-size: 150%;
    margin-bottom: 10px;
  }
  .service-slide .card h3 br {
    display: none;
  }
  .service-slide .card ul {
    font-size: 90%;
  }
}
.section_company {
  padding: 100px 25px;
}
.section_company h2 {
  font-size: 4.0rem;
  color: #5A483E;
  text-align: center;
  margin-bottom: 1em;
}
.section_company table {
  width: 100%;
}
.section_company table tr {
  border-bottom: 1px solid #C9C9C9;
}
.section_company table th,
.section_company table td {
  padding: 30px;
}
.section_company table th {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_company {
    padding: 50px 15px;
  }
  .section_company table th,
  .section_company table td {
    padding: 10px;
  }
  .section_company table th {
    text-align: left;
    white-space: nowrap;
  }
}
.section_contact {
  padding: 100px 25px;
  background: #F8F5EF;
}
.section_contact .contents {
  display: flex;
  gap: 15px 90px;
  justify-content: center;
  align-items: flex-end;
}
.section_contact .contents > div:first-child {
  font-size: 1.5rem;
}
.section_contact .contents > div:first-child img {
  margin-bottom: 20px;
}
.section_contact .contents > div:last-child {
  text-align: center;
  font-size: 1.9rem;
}
.section_contact a.btn_contact {
  font-size: 2.2rem;
  width: 380px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .section_contact {
    padding: 50px 15px;
    background: #F8F5EF;
  }
  .section_contact .contents {
    flex-direction: column;
    align-items: center;
  }
  .section_contact .contents > div {
    width: 100%;
    text-align: center;
  }
  .section_contact .contents img.logo {
    width: 250px;
  }
  .section_contact a.btn_contact {
    width: 100%;
  }
}
.section_page {
  padding: 50px 25px 80px;
}
.section_page h2 {
  font-size: 4.0rem;
  color: #5A483E;
  text-align: center;
  margin-bottom: 1em;
}
.section_page h3 {
  font-size: 3.0rem;
  color: #5A483E;
  text-align: center;
}
.section_page .contents > div {
  margin-bottom: 3em;
  text-align: center;
}
/* ==========================================================================
  page common
  ========================================================================== */
.headline {
  background-image: url("../img/common/bg_headline.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  padding: 100px 60px 60px;
  border-bottom-right-radius: 70px;
  margin-bottom: 15px;
}
.headline h1 {
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1.4;
}
.headline h1::after {
  content: attr(data-txt)"";
  color: #0C72B5;
  font-size: 1.4rem;
  display: block;
}
.breadcrumb {
  font-size: 1.2rem;
  margin-bottom: 50px;
  color: #666;
}
.breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.breadcrumb__list li::before {
  content: "-";
  font-size: 80%;
  margin: 0 8px;
}
.breadcrumb__list li:first-of-type::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .headline {
    padding: 50px 15px 30px;
    border-bottom-right-radius: 45px;
    margin-bottom: 15px;
  }
  .headline h1 {
    font-size: 3.0rem;
  }
}