@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("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 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; }

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

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

/*mediaquery-1*/
.cf {
  zoom: 1; }
  .cf:after {
    display: block;
    content: "";
    clear: both; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/*
	include style
===================================================*/
.ellipsis {
  width: 100%; }

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

html {
  font-size: 62.5%;
  position: relative;
  height: 100%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  background: #4587bf;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 13px;
      font-size: 1.3rem; } }

a {
  background-color: transparent;
  transition: .2s; }
  a:hover {
    color: #000;
    opacity: 0.7; }

img {
  vertical-align: bottom; }

.wp-block-image img {
  max-width: 100%;
  height: auto; }

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

@media screen and (max-width: 768px) {
  .pcblock {
    display: none; } }

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

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

#wraper {
  overflow: hidden; }

.inner-base {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5vw; }
  @media screen and (max-width: 640px) {
    .inner-base {
      max-width: 90%;
      width: 90%;
      padding: 0; } }

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.red {
  color: red; }

/*
	Parts style
===================================================*/
/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 10% auto 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 15px !important;
  margin: 5px 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #4587bf;
  border-color: #fff; }

.wp-pagenavi span.current {
  color: #4587bf;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  font-weight: bold; }

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 4% auto;
  text-align: center; }
  .page_navigation nav {
    margin: 50px auto;
    padding: 30px 0;
    border-top: solid #4587bf 1px; }
  .page_navigation .nav-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page_navigation .nav-links .nav-previous, .page_navigation .nav-links .nav-next {
      width: 40%;
      text-align: left; }
      .page_navigation .nav-links .nav-previous span, .page_navigation .nav-links .nav-next span {
        display: inline-block;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
    .page_navigation .nav-links a {
      text-decoration: none;
      font-size: 1.6rem;
      color: #4587bf;
      line-height: 1;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .page_navigation .nav-links a {
          font-size: 1.3rem; } }
      .page_navigation .nav-links a i {
        font-size: 2rem;
        color: #4587bf; }
        @media screen and (max-width: 768px) {
          .page_navigation .nav-links a i {
            font-size: 1.3rem; } }
  .page_navigation .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

/*********************************

パンくずリスト

*********************************/
.breadcrumb {
  margin: 20px 0; }
  .breadcrumb ul {
    list-style: none; }
  .breadcrumb li {
    display: inline;
    font-weight: bold; }
    .breadcrumb li a {
      color: #000;
      font-weight: normal; }
  .breadcrumb li + li:before {
    content: ">";
    margin: .5em; }

/*********************************

loading

*********************************/
/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #4587bf;
  z-index: 9999; }

.loading__animation {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 3000ms ease-out forwards infinite;
  animation: loadinganimation 3000ms ease-out forwards infinite; }

@keyframes loadinganimation {
  from, to {
    opacity: 0; }
  50% {
    opacity: .5; } }
/*********************************

loop_text

*********************************/
/*ループテキスト*/
.loop-txt__wrap {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 180px;
  overflow: hidden;
  line-height: 1; }
  .loop-txt__wrap.intro-loop-txt {
    margin-top: -5%;
    position: relative;
    z-index: 1; }

.loop-txt__wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 150px;
  overflow: hidden; }

.loop-txt__wrap div:nth-child(odd) {
  animation: loop-txt1 50s -25s linear infinite; }

.loop-txt__wrap div:nth-child(even) {
  animation: loop-txt2 50s linear infinite; }

@keyframes loop-txt1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-txt2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
/*********************************

swiper

*********************************/
/*container_gallery*/
/*途切れなくループ*/
.swiper-container_gallery {
  margin-top: -4vw;
  background: #fff; }
  .swiper-container_gallery .swiper-wrapper {
    transition-timing-function: linear; }
    .swiper-container_gallery .swiper-wrapper img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 12px; }

/*********************************

HEADER

*********************************/
.fixed {
  position: fixed; }

.header .header__ttl {
  position: fixed;
  left: 20px;
  top: 20px;
  width: 300px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .header .header__ttl {
      width: 130px;
      z-index: 100; } }
  .header .header__ttl img {
    width: 100%;
    height: auto; }
.header #contact_fixed {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 20px;
  width: 15%;
  z-index: 100; }
  .header #contact_fixed a {
    transition: all 0.3s;
    display: block; }
    .header #contact_fixed a:hover {
      opacity: 1;
      transform: scale(1.1); }
    .header #contact_fixed a img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    .header #contact_fixed {
      width: 130px; } }
.header .sns-link {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 100; }
  .header .sns-link ul li {
    list-style-type: none;
    /*float: left;*/
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      .header .sns-link ul li {
        margin: 0 5px; } }
    .header .sns-link ul li a {
      display: inline-block; }
      .header .sns-link ul li a i {
        color: #000;
        font-size: 3rem; }
        @media screen and (max-width: 768px) {
          .header .sns-link ul li a i {
            font-size: 2.4rem; } }

/*ハンバーガーメニュー*/
.h-menu_wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  /*menuBg*/
  /*h-menu_lists*/ }
  .h-menu_wrap .btn {
    width: 100%;
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 0;
    z-index: 999;
    /*bar_close*/ }
    .h-menu_wrap .btn .bar {
      width: 30px;
      height: 2px;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #4587bf; }
      .h-menu_wrap .btn .bar.bar-top {
        top: 10px; }
      .h-menu_wrap .btn .bar.bar-middle {
        top: 50%;
        transform: translate(-50%, -50%); }
      .h-menu_wrap .btn .bar.bar-bottom {
        bottom: 10px; }
    .h-menu_wrap .btn.close .bar-top {
      transform: translate(-50%, 8px) rotate(45deg);
      transition: transform .3s; }
    .h-menu_wrap .btn.close .bar-middle {
      opacity: 0;
      transition: opacity .3s; }
    .h-menu_wrap .btn.close .bar-bottom {
      transform: translate(-50%, -10px) rotate(-45deg);
      transition: transform .3s; }
  .h-menu_wrap .menuBg {
    transition: all 1s; }
  .h-menu_wrap .menuBg.close {
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    content: "";
    left: 0;
    opacity: 1;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 19;
    position: fixed; }
  .h-menu_wrap .h-menu_lists {
    display: none;
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    text-align: center;
    z-index: 800; }
    .h-menu_wrap .h-menu_lists .h-menu_lists__wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-direction: column;
        margin: 5% auto;
        width: 80%;
        background: #4587bf;
        padding: 5%; }
        .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li {
          width: 100%;
          margin-bottom: 5vw; }
          .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li:last-child {
            margin-bottom: 0; }
          .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a {
            color: #fff;
            font-size: 1.6rem;
            display: block;
            font-weight: normal;
            position: relative;
            display: inline-block;
            text-decoration: none; }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a::after {
              position: absolute;
              bottom: -10px;
              left: 0;
              content: '';
              width: 100%;
              height: 4px;
              background: #fff;
              transform: scale(0, 1);
              transform-origin: left top;
              transition: transform .3s; }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a:hover {
              opacity: 1; }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a:hover::after {
              transform: scale(1, 1); }

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .gmap {
      padding-bottom: 56.25%; } }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/*more_link*/
.more_link {
  text-align: center;
  padding: 4vw 0; }
  .more_link a {
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: .1em;
    text-decoration: none;
    padding: .4em 4em;
    border-radius: 12px; }
    @media screen and (max-width: 768px) {
      .more_link a {
        font-size: 1.6rem;
        width: 100%; } }
    .more_link a:hover {
      opacity: 1;
      cursor: pointer; }
  .more_link.blue a {
    background: #4587bf;
    border: 1px solid #fff;
    color: #fff; }
    .more_link.blue a:hover {
      background: #fff;
      opacity: 1;
      color: #4587bf;
      border: 1px solid #4587bf; }

/*********************************

top_page

*********************************/
#top_page img {
  width: 100%;
  height: auto; }

.fs-wh {
  color: #fff;
  text-shadow: 0 0 2px #4587bf, 0 0 2px #4587bf, 0 0 2px #4587bf, 0 0 2px #4587bf; }

.fs-blue {
  color: #4587bf;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }

.fv {
  width: 100%;
  background: #4587bf;
  position: relative;
  padding: 5vw 7vw 10vw; }
  @media screen and (max-width: 768px) {
    .fv {
      padding: 10vw 5vw 15vw; } }
  .fv .fv__copy {
    color: #fff;
    font-size: 8vw;
    line-height: 1.5;
    padding-top: 4vw;
    letter-spacing: .2em; }
    @media screen and (max-width: 768px) {
      .fv .fv__copy {
        font-size: 10vw; } }
    .fv .fv__copy span {
      color: #4587bf;
      text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
      @media screen and (max-width: 768px) {
        .fv .fv__copy span {
          text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff; } }
    .fv .fv__copy .en {
      font-size: .75em;
      letter-spacing: .08em; }
  .fv .fv__cp {
    width: 25%;
    padding-top: 2em;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .fv .fv__cp {
        width: 35%; } }

.top-intro {
  color: #4587bf;
  display: inline-block;
  padding: 5vw 0;
  background: #fff; }
  .top-intro .top-intro__read {
    font-size: 6vw;
    background: url("../img/smile.svg") no-repeat 65% 73%;
    background-size: 18%; }
    @media screen and (max-width: 768px) {
      .top-intro .top-intro__read {
        font-size: 7vw;
        line-height: 2; } }
  .top-intro p {
    display: inline-block;
    letter-spacing: .08em;
    border-bottom: dashed 0.07em #4587bf; }
  .top-intro h3 {
    color: #4587bf;
    font-size: 4rem;
    line-height: 2;
    text-align: center;
    letter-spacing: .1em;
    padding: 4vw 0; }
    @media screen and (max-width: 768px) {
      .top-intro h3 {
        font-size: 1.8rem; } }
  .top-intro h4 {
    font-size: 2.4rem;
    color: #000;
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .top-intro h4 {
        font-size: 1.4rem; } }

.top-about {
  background: #fff; }
  .top-about .top-about__list ul li {
    list-style-type: none;
    padding: 4vw 0; }
    .top-about .top-about__list ul li:last-child {
      padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      .top-about .top-about__list ul li .about__list--img {
        padding: 0 30px; } }
    .top-about .top-about__list ul li .about__list--img img {
      border-radius: 24px; }
      @media screen and (max-width: 768px) {
        .top-about .top-about__list ul li .about__list--img img {
          border-radius: 12px; } }
    .top-about .top-about__list ul li .flex-col2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-about .top-about__list ul li .flex-col2 .lt, .top-about .top-about__list ul li .flex-col2 .rt {
        width: calc(100% / 2); }
        @media screen and (max-width: 768px) {
          .top-about .top-about__list ul li .flex-col2 .lt, .top-about .top-about__list ul li .flex-col2 .rt {
            width: calc(100%); } }
    .top-about .top-about__list ul li .top-about__read h2 {
      font-size: 3vw;
      padding: .5em 1em;
      color: #4587bf; }
      @media screen and (max-width: 768px) {
        .top-about .top-about__list ul li .top-about__read h2 {
          font-size: 2.4rem;
          text-align: center; } }
    .top-about .top-about__list ul li .top-about__read .top-about__read--dtl {
      color: #fff;
      background: #4587bf;
      padding: 2vw 4vw 2vw 6vw;
      width: 110%;
      margin-left: -10%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .top-about .top-about__list ul li .top-about__read .top-about__read--dtl {
          width: 100%;
          margin-left: 0;
          padding: 20px; } }
      .top-about .top-about__list ul li .top-about__read .top-about__read--dtl::before {
        content: '';
        display: inline-block;
        width: 100px;
        height: 100px;
        background-image: url("../img/arrow_lt.svg");
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .top-about .top-about__list ul li .top-about__read .top-about__read--dtl::before {
            display: none; } }
      .top-about .top-about__list ul li .top-about__read .top-about__read--dtl h3 {
        font-size: 2.4rem;
        line-height: 2;
        font-weight: normal; }
        @media screen and (max-width: 768px) {
          .top-about .top-about__list ul li .top-about__read .top-about__read--dtl h3 {
            font-size: 1.6rem; } }
    .top-about .top-about__list ul li:nth-child(2) .flex-col2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse; }
    .top-about .top-about__list ul li:nth-child(2) .top-about__read .top-about__read--dtl {
      width: 110%;
      margin-right: -10%;
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        .top-about .top-about__list ul li:nth-child(2) .top-about__read .top-about__read--dtl {
          width: 100%;
          margin-left: 0; } }
    .top-about .top-about__list ul li:nth-child(2) .top-about__read--dtl {
      position: relative; }
      .top-about .top-about__list ul li:nth-child(2) .top-about__read--dtl::before {
        content: '';
        display: inline-block;
        width: 100px;
        height: 100px;
        background-image: url("../img/arrow_rt.svg");
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        right: -50px;
        left: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .top-about .top-about__list ul li:nth-child(2) .top-about__read--dtl::before {
            display: none; } }

.top-news {
  background: #fff;
  padding: 10vw 0 0; }
  .top-news .top-news__ttl {
    width: 50%;
    margin: auto;
    padding-bottom: 4vw; }
    @media screen and (max-width: 768px) {
      .top-news .top-news__ttl {
        width: 90%; } }
  .top-news .top-news__list {
    background: #4587bf;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, #4587bf 10%, #4587bf 100%);
    padding-bottom: 10vw; }
    .top-news .top-news__list ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .top-news .top-news__list li {
      list-style-type: none;
      width: calc(100% / 3);
      padding: 10px; }
      @media screen and (max-width: 768px) {
        .top-news .top-news__list li {
          width: calc(100% / 2); } }
      .top-news .top-news__list li .thumbnail {
        border-radius: 12px;
        border: 1px solid #4587bf;
        background: #fff;
        padding: 20px; }
        @media screen and (max-width: 768px) {
          .top-news .top-news__list li .thumbnail {
            padding: 10px; } }
      .top-news .top-news__list li a {
        display: block;
        text-decoration: none;
        color: #fff; }
        .top-news .top-news__list li a img {
          width: 100%;
          height: auto;
          aspect-ratio: 1 / 1;
          object-fit: cover;
          border-radius: 12px; }
        .top-news .top-news__list li a .date {
          display: block;
          letter-spacing: .1em;
          padding: .5em 0 0 1em; }
        .top-news .top-news__list li a .ttl {
          font-weight: normal;
          background: url("../img/arrow_icon.svg") no-repeat 98% center;
          background-size: 2em;
          padding-right: 3em;
          padding: 1em 3em 1em 1em; }

/*********************************

sub_page

*********************************/
#sub-page {
  padding: 10vw 0; }
  @media screen and (max-width: 768px) {
    #sub-page {
      padding-top: 60px; } }
  #sub-page .sub_page__contents--wrap {
    background: #fff;
    padding: 4vw 0; }
  #sub-page h1.sub-page__ttl--txt {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #4587bf;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #4587bf; }
    @media screen and (max-width: 768px) {
      #sub-page h1.sub-page__ttl--txt {
        font-size: 2rem; } }
  #sub-page h1.sub-page__ttl--img {
    width: 80%;
    margin: auto;
    padding: 4vw 0; }

#single-page {
  padding: 10vw 0; }
  #single-page h1.single-page__ttl {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #4587bf;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #4587bf; }
    @media screen and (max-width: 768px) {
      #single-page h1.single-page__ttl {
        font-size: 2rem; } }
  #single-page .single-page__contents {
    background: #fff;
    border-radius: 12px;
    padding: 4vw;
    margin: 4vw auto; }
    #single-page .single-page__contents .contents {
      line-height: 2; }

/*********************************

Contact

*********************************/
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/ }

#form_page {
  max-width: 900px;
  margin: 5% auto;
  background: #fff;
  padding: 5%;
  color: #000;
  border-radius: 12px; }
  @media screen and (max-width: 768px) {
    #form_page {
      max-width: 100%; } }

table.form_page__table {
  width: 100%; }
  @media screen and (max-width: 768px) {
    table.form_page__table {
      font-size: 1.3rem; } }
  table.form_page__table input, table.form_page__table textarea {
    padding: 1em;
    width: 100%;
    background: #eee;
    border: 1px solid #eee; }
    @media screen and (max-width: 768px) {
      table.form_page__table input, table.form_page__table textarea {
        padding: 10px .5em; } }
  table.form_page__table input[type="checkbox"],
  table.form_page__table input[type="radio"],
  table.form_page__table input[type="text"].input_tel {
    width: auto; }
  table.form_page__table input[type="tel"].input_zip {
    width: 6em; }
  table.form_page__table input[type="checkbox"] {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-left: 1em; }
  table.form_page__table th {
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      table.form_page__table th {
        padding-bottom: 0;
        vertical-align: middle; } }
  table.form_page__table th, table.form_page__table td {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      table.form_page__table th, table.form_page__table td {
        padding: 10px 0; } }

span.equ {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #4587bf;
  font-weight: normal;
  font-size: .8em;
  margin-left: 1em; }
  @media screen and (max-width: 768px) {
    span.equ {
      margin-top: 1em; } }

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto; }

.btn_submit {
  cursor: pointer;
  color: #fff;
  background: #4587bf;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #4587bf;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 0.18em; }

.btn_submit:hover {
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
  color: #fff; }

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #4587bf;
  background: #f9f9f9;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #4587bf;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 0.18em;
  margin-right: 1em; }

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important; }

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .form_page__p_area {
      font-size: 1.3rem; } }
  .form_page__p_area h3 {
    margin-bottom: 20px; }
  .form_page__p_area .p_btn {
    display: inline-block; }
  .form_page__p_area .form_page__p_txt {
    padding: 30px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.75em;
    width: 100%;
    height: 200px;
    border: 2px solid #4587bf;
    border-radius: 5px;
    overflow: auto;
    background: #fff; }

/*********************************

footer

*********************************/
.footer {
  text-align: center;
  background-color: #fff;
  color: #4587bf;
  padding: 10vw 0 5vw 0; }
  .footer img {
    width: 100%;
    height: auto; }
  .footer .footer__logo {
    width: 90%;
    margin: auto; }
  .footer .footer_cp {
    padding: 4vw 0;
    margin: auto;
    width: 30%; }
  .footer .footer__access {
    padding: 2vw 0;
    font-size: 1vw;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .footer .footer__access {
        font-size: 1.3rem; } }
    .footer .footer__access address {
      font-style: normal; }
    .footer .footer__access .tel_num {
      font-size: 2em;
      text-decoration: none;
      letter-spacing: .1em;
      color: #4587bf; }

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100; }
  #page_top a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #000;
    border-radius: 100%;
    text-align: center; }
    #page_top a i {
      color: #fff; }
