@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("grid.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**/
/*gray*/
:root {
  /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
  --base-color: #000;
  --link-color: #009efd;
  --linkhover-color: #999;
  --back-color: #f7f7f7;
  --border-color: #ccc;
  --white-color: #fff;
  --nav-color: #333; }

/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  height: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 1220px) {
    html {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }
  @media screen and (max-width: 767px) {
    html {
      letter-spacing: 0; } }

body {
  background: var(--white-color);
  color: var(--base-color);
  font-family: "Kumbh Sans","IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /*background: rgb(243,255,69);
  background: linear-gradient(90deg, rgba(243,255,69,1) 0%, rgba(255,73,188,1) 23%, rgba(22,49,231,1) 100%);*/ }

img {
  max-width: 100%;
  height: auto;
  /*高さ自動*/ }

a {
  display: block;
  color: var(--link-color);
  text-decoration-line: none; }

a:hover {
  color: var(--linkhover-color); }

h2 {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.2em; }
  @media screen and (min-width: 767px) {
    h2 br {
      display: none; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.1rem;
      letter-spacing: 0; } }
  h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) skew(-15deg);
    width: 150px;
    height: 8px;
    background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 767px) {
      h2::after {
        width: 100px;
        height: 6px; } }

.button {
  margin: 1rem; }

/*h3見出しカスタマイズ
-------------------------------------*/
h3 {
  position: relative;
  display: block;
  padding: 0.7em 1.5em 0.5em 1em;
  font-weight: 400;
  /*background: #fff;*/
  font-size: 1.25em;
  color: #009efd;
  letter-spacing: 0.2em;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(-90deg, #2af598 0%, #009efd 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 1.25em;
  font-weight: 500;
  border-bottom: 3px solid #009efd;
  border-top: 3px solid #009efd; }
  h3::before {
    /*content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: -10px;
    height: 16px;
    width: calc(1em + 10px);
    background: #009efd;
    transform: skew(-15deg);*/ }

/*h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3:before {
  left:0;
}
h3:after {
  right: 0;
}*/
/*ヘッダー
-------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0;
  margin: 0;
  width: 100%;
  transition: .3s; }
  header .container {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 90px;
    width: 100%;
    max-width: none; }
    @media screen and (max-width: 1220px) {
      header .container {
        height: 80px; } }
    @media screen and (max-width: 767px) {
      header .container {
        height: 70px; } }
    header .container .left {
      width: 40%;
      /*background: #fff;*/
      display: flex; }
      @media screen and (max-width: 940px) {
        header .container .left {
          width: 250px; } }
      @media screen and (max-width: 767px) {
        header .container .left {
          width: 180px; } }
      header .container .left .sitetitle {
        width: 100%; }
        header .container .left .sitetitle a {
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          padding: 0.5em 1em 0.2em 30px;
          height: 100%;
          /*color: #061A78;*/
          color: #fff; }
          @media screen and (max-width: 940px) {
            header .container .left .sitetitle a {
              flex-direction: column;
              justify-content: center;
              align-items: flex-start; } }
          @media screen and (max-width: 767px) {
            header .container .left .sitetitle a {
              padding: 0.5em 1em 0.2em 20px; } }
          header .container .left .sitetitle a span {
            display: block;
            font-weight: bold;
            letter-spacing: 0; }
            header .container .left .sitetitle a span.con {
              font-size: 0.8rem;
              line-height: 1em;
              padding-top: 2px;
              padding-right: 1em; }
              @media screen and (max-width: 940px) {
                header .container .left .sitetitle a span.con {
                  font-size: 0.84rem;
                  margin-bottom: 0.5em; } }
              @media screen and (max-width: 767px) {
                header .container .left .sitetitle a span.con {
                  font-size: 0.67rem; } }
            header .container .left .sitetitle a span.aw {
              font-size: 2rem;
              line-height: 1em; }
              @media screen and (max-width: 767px) {
                header .container .left .sitetitle a span.aw {
                  font-size: 1.6rem; } }
            header .container .left .sitetitle a span strong {
              font-size: 0.83em;
              transform: translate(0, -0.08em);
              display: inline-block;
              padding-left: 0.1em; }
    header .container .right {
      width: 60%;
      height: 100%; }
      @media screen and (max-width: 940px) {
        header .container .right {
          width: calc(100% - 250px); } }
      header .container .right nav {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
        padding: 0 30px 0 0; }
        @media screen and (max-width: 1220px) {
          header .container .right nav {
            padding: 0 25px 0 0; } }
        @media screen and (max-width: 767px) {
          header .container .right nav {
            padding: 0 75px 0 0; } }
        header .container .right nav ul {
          margin-right: 3rem; }
          header .container .right nav ul li {
            margin-left: 2.5rem; }
            @media screen and (max-width: 1220px) {
              header .container .right nav ul li {
                margin-left: 2rem; } }
            header .container .right nav ul li a {
              color: #fff;
              font-size: 1rem;
              font-weight: 500;
              position: relative;
              transition: .3s;
              padding: 0.2em 0 0.2em 0; }
              header .container .right nav ul li a::before {
                content: '';
                width: 0%;
                height: 2px;
                background: #fff;
                position: absolute;
                bottom: 0;
                left: 0;
                display: block;
                transition: .3s; }
              header .container .right nav ul li a:hover {
                background: none;
                color: #fff; }
                header .container .right nav ul li a:hover::before {
                  width: 100%;
                  transition: .2s; }
        header .container .right nav .top_entry .contact-button {
          width: 240px;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 50px;
          line-height: 50px;
          font-size: 1rem;
          padding: 0.2em 0 0 0;
          /*background: #061A78;*/
          color: #fff;
          font-weight: 500;
          background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
          background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
          background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
          -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          /*border-radius: 25px;*/
          transform: skew(-15deg);
          transition: .3s; }
          @media screen and (max-width: 1220px) {
            header .container .right nav .top_entry .contact-button {
              width: 200px;
              height: 43px;
              line-height: 43px; } }
          @media screen and (max-width: 767px) {
            header .container .right nav .top_entry .contact-button {
              width: 94px;
              font-size: 0.85rem;
              height: 38px;
              line-height: 38px; }
              header .container .right nav .top_entry .contact-button span {
                display: none; } }
          header .container .right nav .top_entry .contact-button:hover {
            transform: skew(0deg); }
  header.is_fixed {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
    header.is_fixed .container .left .sitetitle a {
      color: #0B80BE; }
    header.is_fixed .container .right nav ul li a {
      color: #0B80BE; }
      header.is_fixed .container .right nav ul li a::before {
        background: #0B80BE; }

/*スマホ用メニュー
-------------------------------------*/
.spnavi {
  display: none; }

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  margin: 1rem 0 0 0; }

nav li {
  flex: 1 0 auto; }

nav li a {
  text-decoration: none;
  text-align: center;
  width: 100%; }

nav a:hover {
  background-color: var(--back-color); }

nav a {
  padding: 0.5rem;
  color: var(--nav-color);
  font-size: 21px; }

@media screen and (min-width: 767px) {
  /* PC時はMENUボタンを非表示 */
  #open, #close {
    display: none !important; }

  #navi {
    display: block !important; } }
@media screen and (max-width: 767px) {
  .header {
    flex-direction: column;
    margin-bottom: 10px; }

  .header #open, #close {
    position: absolute;
    top: 25px;
    right: 12px; }

  nav ul {
    flex-direction: column; }

  .header li {
    padding-top: 0; }

  /* スマホ時はMENUボタンを表示 */
  #open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 38px;
    border: none;
    position: absolute;
    top: 16px;
    right: 20px;
    transform: skew(-15deg); }

  #close {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 38px;
    border: none;
    position: absolute;
    top: 16px;
    right: 20px;
    transform: skew(-15deg); }

  /* スマホ時はメニューを非表示 */
  #navi {
    display: none;
    width: calc(100% - 100px);
    position: fixed;
    top: 59px;
    right: 46px;
    background: rgba(255, 255, 255, 0.7);
    transform: skew(-15deg); }
    #navi ul {
      margin: 10px;
      padding: 0; }
      #navi ul li {
        margin: 0 0 5px;
        padding: 0; }
        #navi ul li:last-child {
          margin: 0; }
        #navi ul li a {
          color: #009efd;
          padding: 0 2em;
          height: 42px;
          line-height: 42px;
          background: #fff;
          font-weight: 500;
          border-bottom: 3px solid #009efd; } }
/*メイン画像
-------------------------------------*/
#mainimg {
  width: 100%; }

#mainimg h1 {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  text-align: center;
  color: var(--white-color);
  text-shadow: 1px 2px 3px var(--link-color); }

/*メインコンテンツ
-------------------------------------*/
main {
  margin: 0 0 0 0; }

section {
  margin: 0;
  padding: 7rem 0; }
  @media screen and (max-width: 767px) {
    section {
      padding: 5rem 0; } }
  section.outline {
    padding-bottom: 5rem; }
  section p.read {
    font-size: 1.05em;
    letter-spacing: 0.2em;
    line-height: 1.85em;
    max-width: 1000px;
    padding: 0 2rem;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      section p.read {
        max-width: 800px;
        font-size: 0.9em;
        letter-spacing: 0.1em; } }

.gray-back {
  background-color: var(--back-color);
  /*background: url('../img/gray-back.jpg'); gray-back.jpg背景画像を使用したい時にオンにしてください*/
  background-size: cover; }

/*ニュース
-------------------------------------*/
.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 2rem; }
  @media screen and (max-width: 1024px) {
    .inner {
      max-width: 800px; } }

.news-list {
  list-style: none;
  border: none; }
  @media screen and (max-width: 767px) {
    .news-list {
      padding: 0 20px; } }
  .news-list .item {
    margin: 0 0 1em;
    padding: 1.2em 2em 1em;
    display: flex;
    position: relative;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .news-list .item {
        display: block;
        padding: 1.5em 2.35em 1.5em;
        font-size: 0.9em;
        letter-spacing: 0; } }
    .news-list .item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: skew(-15deg);
      background: #fff;
      z-index: 0; }
    .news-list .item a {
      position: relative;
      z-index: 1;
      color: #000;
      width: calc(100% - 8em);
      transition: .3s; }
      .news-list .item a:hover {
        color: #009efd; }
      @media screen and (max-width: 767px) {
        .news-list .item a {
          width: 100%;
          margin-top: 0.5em; } }
    .news-list .item p {
      margin: 0; }
      .news-list .item p.date {
        color: #999;
        position: relative;
        z-index: 1;
        width: 8em; }
        @media screen and (max-width: 767px) {
          .news-list .item p.date {
            width: 100%; } }

/*キャッチコピー
-------------------------------------*/
.catch {
  text-align: center;
  line-height: 1.7; }

.center {
  text-align: center;
  margin-bottom: 4rem; }

/* Googleマップ
-------------------------------------*/
.gmap_wrap, .form_wrap {
  padding: 0; }
  .gmap_wrap .entry_mail, .form_wrap .entry_mail {
    margin-top: 2em; }
    .gmap_wrap .entry_mail a, .form_wrap .entry_mail a {
      font-size: 1.25em;
      font-weight: 500;
      text-align: center;
      background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
      background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
      background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      transform: skew(-15deg);
      padding: 1em 2em;
      color: #fff;
      width: fit-content;
      margin: 0 auto;
      display: block;
      transition: .3s; }
      @media screen and (max-width: 767px) {
        .gmap_wrap .entry_mail a, .form_wrap .entry_mail a {
          font-size: 1em; } }
      .gmap_wrap .entry_mail a:hover, .form_wrap .entry_mail a:hover {
        transform: skew(0deg); }

.gmap {
  margin: 3rem 0 1rem;
  display: flex;
  position: relative;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff; }
  @media screen and (max-width: 1024px) {
    .gmap {
      display: block; } }
  @media screen and (max-width: 767px) {
    .gmap {
      font-size: 0.75em; } }
  .gmap .txt {
    width: 42%;
    flex: none;
    z-index: 1;
    padding: 1em 2em 2em;
    background: #fff;
    max-width: 100% !important; }
    @media screen and (max-width: 1024px) {
      .gmap .txt {
        width: 100%; } }
    .gmap .txt h3 {
      font-size: 1em;
      line-height: 1.5;
      letter-spacing: 0;
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      .gmap .txt h3 span {
        font-size: 1.25em;
        display: block; }
    .gmap .txt p {
      position: relative;
      z-index: 1; }
      .gmap .txt p.tel {
        text-align: center;
        margin-top: 2em; }
        .gmap .txt p.tel strong {
          display: block;
          font-size: 1.75em; }
          .gmap .txt p.tel strong a {
            color: #000; }
        .gmap .txt p.tel span {
          display: block;
          font-size: 1em; }
      .gmap .txt p.mail {
        margin: 2em 0 0 0; }
        .gmap .txt p.mail a {
          background: #009efd;
          color: #fff;
          font-weight: 500;
          text-align: center;
          display: block;
          width: fit-content;
          margin: 0 auto;
          padding: 1em 1.5em;
          border-radius: 3px;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          transition: .3s; }
          .gmap .txt p.mail a:hover {
            background: #fff;
            color: #009efd; }
  .gmap .map {
    width: 58%;
    flex: auto;
    padding: 45% 0 0 0;
    position: relative;
    max-width: 100% !important;
    margin: 0;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .gmap .map {
        width: 100%;
        padding: 66.666% 0 0 0; } }
    @media screen and (max-width: 767px) {
      .gmap .map {
        padding: 120% 0 0 0; } }
    .gmap .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }

/*フッター
-------------------------------------*/
footer {
  background-color: var(--back-color);
  background: url("../img/top_bg2.jpg");
  background-size: cover;
  padding: 5rem 0;
  position: relative; }
  footer::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: saturation;
    z-index: 0; }
  footer::after {
    content: '';
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  footer .container {
    position: relative;
    z-index: 2; }
    footer .container .inner {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        footer .container .inner {
          max-width: 96%; } }
      @media screen and (max-width: 768px) {
        footer .container .inner {
          display: block; } }
      @media screen and (max-width: 767px) {
        footer .container .inner {
          padding: 0; } }
      footer .container .inner div {
        width: calc(50% - 1em);
        background: #fff;
        padding: 2em 2.5em; }
        @media screen and (max-width: 768px) {
          footer .container .inner div {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          footer .container .inner div {
            padding: 1.25em 1.25em;
            font-size: 0.75em; } }
        footer .container .inner div h2 {
          font-weight: 500;
          letter-spacing: 0;
          line-height: 50px;
          padding: 0 0 2rem;
          font-size: 1.55em; }
          @media screen and (max-width: 767px) {
            footer .container .inner div h2 {
              padding: 0 0 1rem; } }
          footer .container .inner div h2 span {
            display: block;
            font-size: 0.7em; }
        @media screen and (max-width: 768px) {
          footer .container .inner div.left {
            margin-bottom: 2em; } }
        footer .container .inner div.left h2 {
          line-height: 25px;
          font-size: 1.4em; }
        footer .container .inner div.left a {
          background: #009efd;
          color: #fff;
          font-weight: 500;
          text-align: center;
          display: block;
          width: fit-content;
          margin: 9px auto 7px;
          padding: 1em 1.5em;
          border-radius: 3px;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          transition: .3s; }
          footer .container .inner div.left a:hover {
            background: #fff;
            color: #009efd; }
        footer .container .inner div.right dl {
          width: fit-content;
          margin: 0 auto; }
          footer .container .inner div.right dl dt {
            width: 5em;
            margin: 0 0 0.3em;
            float: left;
            text-align: center;
            background: rgba(153, 153, 153, 0.2);
            padding: 0.25em 0;
            transform: skew(-15deg);
            font-size: 0.9em; }
          footer .container .inner div.right dl dd {
            width: calc(100% - 5em);
            margin: 0 0 0.3em 5em;
            padding: 0.25em 0 0.25em 1em; }
            @media screen and (max-width: 767px) {
              footer .container .inner div.right dl dd {
                padding: 0.25em 0 0.25em 0.75em; } }
            footer .container .inner div.right dl dd span {
              display: inline-block;
              font-size: 0.7em;
              letter-spacing: 0; }

/*電話
-------------------------------------*/
a.tel {
  display: inline-block; }

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    /* PC時は電話番号無効 */
    pointer-events: none;
    cursor: default; } }
/*お問い合わせ
-------------------------------------*/
.contact-box {
  border: 1px solid var(--border-color);
  text-align: center;
  padding: 2rem 0; }

.table {
  margin: 4rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .table {
      display: block; } }
  @media screen and (max-width: 767px) {
    .table tbody, .table tr {
      display: block; } }

.table th {
  width: 12em; }
  @media screen and (max-width: 767px) {
    .table th {
      display: block; } }
  .table th label {
    margin: 0;
    padding: 0.2em 0 0 0; }

th, td {
  padding: 1.2em 1em;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], button, textarea, select {
  margin: 0;
  padding: 1.4em 1em;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(153, 153, 153, 0.1); }
  input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, button::placeholder, textarea::placeholder, select::placeholder {
    color: rgba(0, 0, 0, 0.5); }

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], textarea {
  outline: none;
  width: 100% !important;
  /*border: 1px solid rgba(#999,0.6);*/
  border-radius: 0.25em;
  transition: .3s;
  background: rgba(153, 153, 153, 0.1);
  box-shadow: none; }

form .button, form button, form input[type="submit"], form input[type="reset"], form input[type="button"] {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  padding: 0em 0 0 0;
  /* background: #061A78; */
  color: #fff;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transform: skew(-15deg);
  transition: .3s;
  margin: 0 auto;
  border: none;
  text-shadow: none; }
  form .button:hover, form button:hover, form input[type="submit"]:hover, form input[type="reset"]:hover, form input[type="button"]:hover {
    color: #fff;
    transform: skew(0deg);
    background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

div#mfp_overlay div#mfp_overlay_inner {
  padding: 2em; }
  div#mfp_overlay div#mfp_overlay_inner h4 {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 2rem; }
    @media screen and (min-width: 767px) {
      div#mfp_overlay div#mfp_overlay_inner h4 br {
        display: none; } }
    @media screen and (max-width: 767px) {
      div#mfp_overlay div#mfp_overlay_inner h4 {
        letter-spacing: 0; } }
    div#mfp_overlay div#mfp_overlay_inner h4::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) skew(-15deg);
      width: 150px;
      height: 8px;
      background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
      background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
      background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 767px) {
        div#mfp_overlay div#mfp_overlay_inner h4::after {
          width: 100px;
          height: 6px; } }
  div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table {
    margin-bottom: 2rem; }
    div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table tr th {
      padding: 1.25em; }
    div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table tr td {
      padding: 1.25em; }
    div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored {
      background: var(--back-color); }

.mfp_buttons #mfp_button_send {
  background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: none;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  padding: 0 2em;
  text-shadow: none;
  transform: skew(-15deg);
  transition: .3s;
  margin-right: 1rem;
  border-radius: 0; }
  .mfp_buttons #mfp_button_send:hover {
    color: #fff;
    transform: skew(0deg); }
.mfp_buttons #mfp_button_cancel {
  background: var(--back-color);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: none;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  color: #999;
  padding: 0 2em;
  text-shadow: none;
  transform: skew(-15deg);
  transition: .3s;
  border-radius: 0; }
  .mfp_buttons #mfp_button_cancel:hover {
    transform: skew(0deg); }

/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff; }

.copyright a {
  color: var(--white-color);
  text-decoration: none;
  display: inline; }

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: var(--white-color);
  border: 1px solid var(--linkhover-color);
  padding-top: 30px;
  text-align: center;
  text-decoration: none;
  opacity: 0.8; }

#pagetop::after {
  content: "";
  display: block;
  border-top: 2px solid var(--base-color);
  border-right: 2px solid var(--base-color);
  width: 25%;
  height: 25%;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg); }

#pagetop:hover {
  opacity: 0.5; }

/* 下層ページヘッダー
-------------------------------------*/
.subimg {
  height: 350px;
  background: url("../img/subimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 2rem; }

.subimg h1 {
  height: 350px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white-color);
  text-shadow: 1px 2px 3px var(--link-color);
  margin: 0; }

/* パンくずリスト
-----------------------------------*/
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: var(--back-color); }
  .breadcrumb ul {
    margin: 0 auto 0 auto;
    max-width: 80%;
    font-size: 0.7em;
    padding: 10px 20px; }
    @media screen and (max-width: 767px) {
      .breadcrumb ul {
        width: 100%;
        padding: 10px 2rem;
        max-width: 100%; } }
    .breadcrumb ul li {
      list-style-type: none;
      margin: 0; }

.breadcrumb li a {
  display: inline-block;
  color: var(--link-color); }

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー
  -------------------------------------*/
  .header-box {
    display: none; }

  /*スマホ用メニュー
  -------------------------------------*/
  .spnavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    text-decoration: none;
    background-color: var(--link-color);
    color: var(--white-color); }

  .spnavi a {
    display: inline-block;
    color: var(--white-color); }

  .spnavi a:hover {
    opacity: 0.9;
    background-color: var(--link-color);
    color: var(--white-color); }

  .spnavi::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--white-color);
    border-right: 2px solid var(--white-color);
    transform: rotate(45deg); }

  /*メイン画像
  -------------------------------------*/
  #mainimg h1 {
    height: 350px; }

  /*ニュース
  -------------------------------------*/
  /*お問い合わせ
  -------------------------------------*/
  .table th {
    width: 100%;
    display: block; }

  .table td {
    display: block; } }
/*メインビジュアル
-------------------------------------*/
.main-visual {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 767px) {
    .main-visual {
      height: 600px; } }
  .main-visual::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11, 128, 190, 0.2);
    z-index: 3;
    mix-blend-mode: multiply; }
  .main-visual img {
    position: relative;
    z-index: 2; }
  .main-visual .overlay {
    text-align: left;
    background: none;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    z-index: 4; }
    @media screen and (max-width: 767px) {
      .main-visual .overlay {
        padding: 4em 0 0 0;
        width: calc(100% - 80px); } }
    .main-visual .overlay .en_title {
      /*font-size: 130px;*/
      font-size: 9vw;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 1.1;
      -webkit-text-stroke: 2px #FFF;
      text-stroke: 2px #FFF;
      color: #fff;
      font-style: italic;
      line-height: 1;
      margin-top: -0.76em;
      font-family: "Kumbh Sans", sans-serif; }
      @media screen and (max-width: 767px) {
        .main-visual .overlay .en_title {
          font-size: 3.25rem;
          -webkit-text-stroke: 0.5px #FFF;
          text-stroke: 0.5px #FFF; } }
      .main-visual .overlay .en_title strong {
        font-size: 0.83em;
        transform: translate(0, -0.08em);
        display: inline-block;
        padding-left: 0.2em;
        letter-spacing: 0.1em; }
      .main-visual .overlay .en_title span {
        font-size: 0.35em;
        -webkit-text-stroke: 1px #FFF;
        text-stroke: 1px #FFF;
        padding-left: 0.25em;
        color: rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 767px) {
          .main-visual .overlay .en_title span {
            font-size: 0.4em;
            -webkit-text-stroke: 0.5px #FFF;
            text-stroke: 0.5px #FFF; } }
    .main-visual .overlay h1 {
      /*font-size: 1.75rem;*/
      margin: 0.5rem 0.5rem 2rem;
      /*margin: -3.4em 0 2.2em 8.5em;*/
      padding: 0.1em 0.95em 0 0.75em;
      background: #fff;
      color: #0B80BE;
      transform: skew(-15deg);
      height: 50px;
      line-height: 50px;
      width: fit-content;
      font-size: 1.93vw;
      /*@media screen and (max-width:1600px) {
          margin: -3.8em 0 2.2em 8.5em;
      }
      @media screen and (max-width:1100px) {
          margin: -4.2em 0 2.2em 8.5em;
      }
      @media screen and (max-width:1024px) {
          margin: -4.8em 0 2.2em 8.5em;
      }*/ }
      @media screen and (max-width: 767px) {
        .main-visual .overlay h1 {
          font-size: 1rem;
          height: 45px;
          line-height: 45px;
        /*margin: -3.9em 0 1.2em 6.2em;
        height: 36px;
line-height: 36px;*/ } }
    .main-visual .overlay .sub_title {
      width: fit-content;
      border-top: 4px solid #fff;
      padding: 1.6rem 0.5rem;
      /*font-size: 2em;*/
      font-size: 2.2vw; }
      @media screen and (max-width: 767px) {
        .main-visual .overlay .sub_title {
          font-size: 1.15em;
          padding: 1.6rem 0; } }
    .main-visual .overlay .button010 a {
      margin: 0;
      height: 50px;
      line-height: 50px;
      padding: 0.2em 0 0 0; }

body.sub .main-visual {
  height: 340px; }
  @media screen and (max-width: 767px) {
    body.sub .main-visual {
      height: 180px; } }
  body.sub .main-visual .overlay {
    top: calc(50% + 30px);
    padding: 0; }
    @media screen and (max-width: 767px) {
      body.sub .main-visual .overlay {
        top: calc(50% + 20px); } }
    body.sub .main-visual .overlay h1 {
      height: auto;
      line-height: normal;
      padding: 0.35em 1em 0.2em;
      margin: 0 auto;
      font-size: 2.6em;
      font-weight: bold;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 767px) {
        body.sub .main-visual .overlay h1 {
          letter-spacing: 0;
          font-size: 1.25em; } }
body.sub section {
  padding: 7rem 0; }
  @media screen and (max-width: 767px) {
    body.sub section {
      padding: 5rem 0; } }
  body.sub section .thanks {
    text-align: center; }
body.sub .back_home {
  margin-top: 5rem; }
  body.sub .back_home a {
    background: #009efd;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 9px auto 7px;
    padding: 1em 1.5em;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: .3s; }
    body.sub .back_home a:hover {
      background: #fff;
      color: #009efd; }

/*リスト
-------------------------------------*/
ul.outline {
  list-style: none;
  margin: 0 0 3em;
  padding: 0; }
  @media screen and (max-width: 767px) {
    ul.outline {
      font-size: 0.95em; } }
  ul.outline li {
    padding-left: 1.8em;
    position: relative;
    margin-bottom: 0.75rem; }
    ul.outline li::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 8px;
      width: 10px;
      height: 10px;
      background: #009efd;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        ul.outline li::before {
          top: 7px; } }

.button010 a {
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  padding: 0.2em 0 0 0; }

.entry_text {
  padding-top: 1em;
  text-align: center;
  font-size: 0.85em;
  margin-bottom: 4em; }

/*20250220追加
-------------------------------------*/
section.result {
  background-color: var(--back-color); }
  section.result h2 span {
    font-size: 0.7em;
    display: block;
    letter-spacing: 0;
    padding: 0 0 0.4em; }
  section.result .inner .result-list .result-list__item {
    border-bottom: 2px solid #009efd;
    border-top: 2px solid #009efd;
    background: #fff;
    margin-bottom: 0.4em;
    display: flex;
    flex-wrap: wrap; }
    section.result .inner .result-list .result-list__item .syou {
      width: 14rem;
      clip-path: polygon(0% 0%, calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, 0% 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2em;
      font-weight: bold;
      color: #fff;
      padding: 0 1.5rem 0 1rem;
      letter-spacing: 0.05em;
      margin: 0;
      background: #009efd;
      background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
      background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
      background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%); }
      @media screen and (max-width: 767px) {
        section.result .inner .result-list .result-list__item .syou {
          width: 100%;
          clip-path: none;
          height: 36px;
          line-height: 36px; } }
    section.result .inner .result-list .result-list__item .text {
      width: calc(100% - 14rem);
      display: flex;
      padding: 0 0 0 1em; }
      @media screen and (max-width: 767px) {
        section.result .inner .result-list .result-list__item .text {
          width: 100%;
          padding: 0 0 0 0.5em; } }
      section.result .inner .result-list .result-list__item .text dl {
        overflow: hidden;
        width: calc(100% - 90px);
        padding-right: 1.25em;
        padding-left: 0.5em;
        letter-spacing: 0;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          section.result .inner .result-list .result-list__item .text dl {
            width: calc(100% - 70px);
            padding-right: 0.8em; } }
        section.result .inner .result-list .result-list__item .text dl dt {
          width: 3.4rem;
          float: left;
          text-align: center;
          font-size: 0.7rem;
          background: #131313;
          color: #fff;
          height: 1.6rem;
          font-weight: bold;
          line-height: 1.6rem;
          border-radius: 0.8rem;
          margin: 5px 0; }
        section.result .inner .result-list .result-list__item .text dl dd {
          margin: 0 0 0 4rem;
          padding: 5px 0; }
      section.result .inner .result-list .result-list__item .text .pdf_dl {
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 2px dotted #009efd;
        text-align: center; }
        @media screen and (max-width: 767px) {
          section.result .inner .result-list .result-list__item .text .pdf_dl {
            width: 70px; } }
        section.result .inner .result-list .result-list__item .text .pdf_dl img {
          width: 50px;
          max-width: 50px;
          height: auto; }
          @media screen and (max-width: 767px) {
            section.result .inner .result-list .result-list__item .text .pdf_dl img {
              width: 45px;
              max-width: 45px; } }
        section.result .inner .result-list .result-list__item .text .pdf_dl span {
          font-size: 10px;
          letter-spacing: 0;
          opacity: 0.8;
          display: block;
          text-align: center;
          padding: 8px 0 0 0; }
    section.result .inner .result-list .result-list__item.taisyo .syou {
      font-size: 1.65em; }
      @media screen and (max-width: 767px) {
        section.result .inner .result-list .result-list__item.taisyo .syou {
          height: 60px;
          line-height: 60px; } }
    section.result .inner .result-list .result-list__item.taisyo .text dl {
      margin: 1.3rem 0; }
      section.result .inner .result-list .result-list__item.taisyo .text dl dd {
        font-size: 1.3rem;
        line-height: 1.6rem; }
    @media screen and (max-width: 767px) {
      section.result .inner .result-list .result-list__item.tohoku .syou {
        height: 50px;
        line-height: 50px; } }
    section.result .inner .result-list .result-list__item.tohoku .text dl {
      margin: 1.15rem 0; }
      section.result .inner .result-list .result-list__item.tohoku .text dl dd {
        font-size: 1.15rem;
        line-height: 1.6rem; }
    section.result .inner .result-list .result-list__item.syourei .syou {
      background: rgba(0, 158, 253, 0.85);
      font-size: 1.05em; }
    section.result .inner .result-list .result-list__item.syourei .text dl {
      margin: 0.95rem 0; }
      section.result .inner .result-list .result-list__item.syourei .text dl dd {
        font-size: 0.95rem;
        line-height: 1.6rem; }

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