@charset "UTF-8";
/*============================================
responsive
============================================*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%; }

html, body {
  overflow-x: hidden; }

body, table, input, textarea, select, option {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

a, a:link {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000; }

a:hover {
  color: #000; }

a:active {
  color: #000; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1200px;
  color: #281410;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-size-adjust: none;
  -webkit-text-size-adjust: none; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

#container {
  text-align: left; }

#main {
  display: block; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }

@media all and (min-width: 897px) {
  .sp {
    display: none !important; } }
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.6rem; }

  a:hover, a:hover img {
    opacity: 1 !important; }

  .pc {
    display: none !important; }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto; }

  #container {
    /* padding-top: 84px;*/ } }
/*============================================
#contact
============================================*/
#contact {
  padding: 100px 0 120px 0;
  background: #4ec0af url("../../img/common/contact-bg.png");
  background-size: cover;
  background-position: center bottom; }
  @media screen and (max-width: 897px) {
    #contact {
      padding: 30px 0 40px 0; } }
  #contact .contact__headline {
    text-align: center;
    padding: 0 0 80px 0; }
    #contact .contact__headline h2 {
      font-family: "Times New Roman", Times, "serif";
      font-size: 4.0rem;
      font-style: italic;
      font-weight: 400;
      position: relative;
      line-height: 1.6;
      color: #fff; }
      @media screen and (max-width: 897px) {
        #contact .contact__headline h2 {
          font-size: 3.0rem; } }
      #contact .contact__headline h2 span {
        display: block;
        font-size: 1.4rem;
        line-height: 1;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 2px; }
      #contact .contact__headline h2 :before {
        position: absolute;
        bottom: -30px;
        left: calc(50% - 50px);
        width: 100px;
        height: 2px;
        content: '';
        background: #fff; }
  #contact .contact__box {
    max-width: 800px;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      #contact .contact__box {
        margin: 0 20px;
        display: block; } }
    #contact .contact__box .mail {
      border-radius: 12px 0 0 12px;
      width: 50%;
      padding: 30px; }
      @media screen and (max-width: 897px) {
        #contact .contact__box .mail {
          width: 90%;
          padding: 5%;
          margin: 0 0 5% 0; } }
      #contact .contact__box .mail h3 {
        font-size: 2.0rem;
        position: relative;
        padding: 0 0 45px 0;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 2px; }
        #contact .contact__box .mail h3:before {
          content: "";
          width: 100px;
          height: 1px;
          background: #000;
          position: absolute;
          bottom: 30px;
          left: 0; }
      #contact .contact__box .mail .contact__btn {
        margin: 0px 0 5px 0; }
        @media screen and (max-width: 897px) {
          #contact .contact__box .mail .contact__btn {
            text-align: center; } }
        #contact .contact__box .mail .contact__btn a {
          font-weight: bold;
          background: url("../img/common/arw.png");
          background-repeat: no-repeat;
          background-position: center right 6%;
          border: 2px solid #ccc;
          border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
          border-image-slice: 1;
          padding: 2rem 0;
          transition: 0.5s;
          width: 100%;
          display: block;
          box-sizing: border-box;
          padding: 2rem 0;
          text-align: center; }
          @media screen and (max-width: 897px) {
            #contact .contact__box .mail .contact__btn a {
              padding: 2rem 8rem; } }
          #contact .contact__box .mail .contact__btn a:hover {
            background: #f4f4f4 url("../img/common/arw.png");
            background-repeat: no-repeat;
            background-position: center right 3%; }
    #contact .contact__box .tel {
      color: #fff;
      border-radius: 0 12px 12px 0;
      width: 50%;
      background: #efa008;
      padding: 30px; }
      @media screen and (max-width: 897px) {
        #contact .contact__box .tel {
          width: 90%;
          padding: 5%;
          margin: 0;
          border-radius: 0 0 12px 12px; } }
      #contact .contact__box .tel h3 {
        font-size: 2.0rem;
        position: relative;
        padding: 0 0 35px 0;
        color: #fff;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 2px; }
        #contact .contact__box .tel h3:before {
          content: "";
          width: 100px;
          height: 1px;
          background: #fff;
          position: absolute;
          bottom: 20px;
          left: 0; }
      #contact .contact__box .tel p:first-of-type {
        line-height: 1.5;
        font-size: 3.5rem;
        letter-spacing: 1px;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal; }
        @media screen and (max-width: 897px) {
          #contact .contact__box .tel p:first-of-type {
            font-size: 2.7rem; } }
      #contact .contact__box .tel a {
        color: #fff; }

/*============================================
#banner
============================================*/
#banner {
  padding: 60px 0;
  border-bottom: 2px solid #ccc;
  border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
  border-image-slice: 1; }
  @media screen and (max-width: 897px) {
    #banner {
      padding: 30px 30px 15px 30px; } }
  #banner .banner__box {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      #banner .banner__box {
        flex-wrap: wrap; } }
    #banner .banner__box .banner__box__item {
      text-align: center;
      width: 264px; }
      @media screen and (max-width: 897px) {
        #banner .banner__box .banner__box__item {
          width: 48%;
          margin: 0 0 4% 0; } }
      #banner .banner__box .banner__box__item a {
        transition: 0.5s; }
        #banner .banner__box .banner__box__item a:hover {
          opacity: 0.5; }

/*============================================
footer
============================================*/
footer {
  padding: 60px 0; }
  @media screen and (max-width: 897px) {
    footer {
      padding: 30px 0; } }
  footer .footer__box {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    footer .footer__box .logo {
      width: 24%; }
      @media screen and (max-width: 897px) {
        footer .footer__box .logo {
          width: 100%;
          text-align: center; } }
      footer .footer__box .logo p:first-of-type {
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.4;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 2px; }
        footer .footer__box .logo p:first-of-type span {
          font-size: 1.8rem;
          letter-spacing: 0; }
      footer .footer__box .logo p:last-of-type {
        font-size: 1.4rem;
        padding: 15px 0 0 0; }
      @media screen and (max-width: 897px) {
        footer .footer__box .logo p {
          text-align: center; } }
    footer .footer__box nav {
      width: 73%; }
      @media screen and (max-width: 897px) {
        footer .footer__box nav {
          display: none; } }
      footer .footer__box nav .nav__box {
        display: flex;
        justify-content: space-between; }
        footer .footer__box nav .nav__box .nav__box__item {
          width: 22%; }
          footer .footer__box nav .nav__box .nav__box__item .inbox {
            padding: 0 0 15px 0; }
            footer .footer__box nav .nav__box .nav__box__item .inbox h4 {
              font-size: 1.4rem;
              font-weight: bold;
              padding: 0 0 3px 0;
              border-bottom: 1px solid #dcdcdc;
              font-family: tbudrgothic-std, sans-serif;
              font-weight: 700;
              font-style: normal;
              letter-spacing: 2px; }
              footer .footer__box nav .nav__box .nav__box__item .inbox h4 a {
                display: block;
                color: #222; }
                footer .footer__box nav .nav__box .nav__box__item .inbox h4 a:hover {
                  color: #666; }
            footer .footer__box nav .nav__box .nav__box__item .inbox ul {
              padding: 7px 0 0 0; }
              footer .footer__box nav .nav__box .nav__box__item .inbox ul li a {
                font-size: 1.4rem;
                color: #666;
                display: block; }
                footer .footer__box nav .nav__box .nav__box__item .inbox ul li a:hover {
                  color: #999; }
  footer .credit {
    text-align: center;
    padding: 60px 0 0 0;
    font-size: 1.3rem;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal; }
    @media screen and (max-width: 897px) {
      footer .credit {
        padding: 30px 0 0 0; } }

/*============================================
header
============================================*/
header {
  padding: 20px; }
  @media screen and (max-width: 897px) {
    header {
      padding: 15px; } }
  header #header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header #header .logo {
      width: 300px; }
      header #header .logo h1, header #header .logo p {
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.4;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 2px; }
        @media screen and (max-width: 897px) {
          header #header .logo h1, header #header .logo p {
            font-size: 1.2rem; } }
        header #header .logo h1 span, header #header .logo p span {
          font-size: 1.8rem; }
          @media screen and (max-width: 897px) {
            header #header .logo h1 span, header #header .logo p span {
              font-size: 1.4rem; } }
    header #header .nav {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header #header .nav nav ul {
        margin: 0 8px;
        display: flex;
        justify-content: space-between;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 2px;
        font-size: 1.5rem; }
        @media screen and (max-width: 897px) {
          header #header .nav nav ul {
            display: block;
            margin: 0; } }
        header #header .nav nav ul li {
          margin: 0 12px; }
          @media screen and (max-width: 897px) {
            header #header .nav nav ul li {
              margin: 0; } }
          header #header .nav nav ul li a {
            position: relative;
            display: inline-block;
            text-decoration: none; }
          header #header .nav nav ul li a::after {
            position: absolute;
            bottom: 2px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #333;
            opacity: 0;
            visibility: hidden;
            transition: .3s; }
          header #header .nav nav ul li a:hover::after {
            bottom: -4px;
            opacity: 1;
            visibility: visible; }
      header #header .nav .contact {
        display: flex;
        justify-content: space-between; }
        header #header .nav .contact .form {
          margin-right: 20px;
          text-align: right; }
        header #header .nav .contact .tel {
          text-align: right; }

@media screen and (min-width: 897px) and (max-width: 1400px) {
  header #header .logo {
    width: 300px; }

  header #header .nav nav ul {
    margin: 0 5px;
    display: flex;
    justify-content: space-between;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 1.2rem; }

  header #header .nav nav ul li {
    margin: 0 6px; } }
/*ナビのスタイル*/
nav.NavMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none; }

nav.NavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

nav.NavMenu ul li {
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px; }

nav.NavMenu ul li:last-child {
  padding-bottom: 0; }

nav.NavMenu ul li a {
  display: block;
  color: #222;
  padding: 12px 0;
  font-size: 2.0rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal; }

/*ボタンのスタイル*/
.Toggle {
  position: fixed;
  right: 20px;
  top: 5px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 13;
  display: block; }

.Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 1px #222;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 15px; }

.Toggle span:nth-child(1) {
  top: 10px; }

.Toggle span:nth-child(2) {
  top: 21px; }

.Toggle span:nth-child(3) {
  top: 31px; }

.Toggle.active {
  color: #fff; }

.Toggle.active span:nth-child(1) {
  top: 19px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 1px #222; }

.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 1px #222; }

.header-icon {
  display: flex;
  margin-right: 120px; }

.header-maru a {
  display: block;
  width: 67px;
  height: 47px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 0 0 15px;
  padding: 20px 0 0 0; }

.bk .header-maru a {
  display: block;
  width: 67px;
  height: 47px;
  border-radius: 100px;
  border: 1px solid #222;
  text-align: center;
  margin: 0 0 0 15px;
  padding: 20px 0 0 0;
  background: #222; }

.header-maru a:hover {
  background: #666; }

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
  z-index: 20; }

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none; }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #222;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #222; }

/*============================================
  ADD SCSS 2025.06.30
============================================*/
#contact {
  background-color: #4e9ac0; }

#contact .contact__box .mail .contact__btn a {
  font-weight: bold;
  background: url(../img/common/arw.png);
  background-repeat: no-repeat;
  background-position: center right 6%;
  border: 2px solid #ccc;
  border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%);
  border-image-slice: 1;
  padding: 2rem 0;
  transition: 0.5s;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 2rem 0;
  text-align: center; }

#contact .contact__box .tel {
  background-color: #00afcd; }

#banner {
  border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%); }

/*============================================
  ADD SCSS 2025.07.11
============================================*/
#contact {
  background: linear-gradient(269deg, rgba(146, 199, 200, 0.5) 0.25%, rgba(167, 208, 215, 0.5) 19.61%, rgba(143, 223, 248, 0.5) 98.78%), url(../../img/common/contact-bg-color.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
