@charset "UTF-8";
.zen_antique {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.garamond {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat, .num-ol li:before {
  font-family: "Montserrat", serif;
  font-weight: 600;
}

.Palatino {
  font-family: "Palatino Linotype";
}

.weight400 {
  font-weight: 400 !important;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right !important;
}

.att {
  margin-left: 1em;
  text-indent: -1em;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 26px;
  height: 10px;
  background: no-repeat 50%/cover url(../img/icon/arrow.svg);
  transform: translateY(-50%);
}

.arrow-wh {
  position: absolute;
  bottom: 35px;
  right: 35px;
  content: "";
  display: block;
  width: 49px;
  height: 10px;
  background: no-repeat 50%/cover url(../img/icon/arrow_wh.svg);
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -30px;
}
.col_3 > * {
  margin-left: 30px;
  width: calc(33.33333% - 30px);
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media screen and (max-width: 764px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: -10px;
  }
  .col_4 > * {
    margin-left: 10px;
    margin-bottom: 14px;
    width: calc(50% - 10px);
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 764px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.item,
a {
  transition: all 0.2s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "palt";
  color: #000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

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

table {
  border-collapse: separate;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

li {
  list-style: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mb90 {
  margin-bottom: 90px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.text_r {
  text-align: right;
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  padding: 20px 2vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-out;
}
.header .logo {
  display: block;
  width: 177px;
}
@media screen and (max-width: 764px) {
  .header {
    align-items: center;
  }
}

.contact {
  margin-left: auto;
  padding: 5px 20px;
  border-radius: 35px;
  color: #fff;
  background: linear-gradient(0deg, #4691DB, #2F77BE);
}
.contact dl {
  display: flex;
  align-items: center;
}
.contact dt {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1em;
}
.contact dd {
  font-size: 11px;
  font-size: 0.6875rem;
}
.contact dd b {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 764px) {
  .contact {
    display: none;
  }
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
.copyright {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  color: #2F77BE;
  font-size: 12px;
  font-size: 0.75rem;
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 2vw;
  z-index: 102;
  margin-left: auto;
  width: 45px;
  height: 45px;
  background: #2F77BE;
  border-radius: 10px;
  cursor: pointer;
  /* ≡ */
}
.toggle span {
  display: inline-block;
}
.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 3px;
  width: 60%;
  background: #FFF;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.toggle:before {
  top: 30%;
}
.toggle i {
  top: 50%;
}
.toggle:after {
  top: 70%;
}
@media screen and (max-width: 764px) {
  .toggle {
    display: block;
  }
}

#open {
  display: none;
  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#navi_mainが「right: 0;」になります。 */
  /* ≡ > ×アニメーション */
}
#open:checked ~ #navi_main {
  visibility: visible;
  opacity: 1;
}
#open:checked ~ .toggle:before {
  top: 45%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#open:checked ~ .toggle i {
  width: 0;
}
#open:checked ~ .toggle:after {
  top: 45%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  display: none;
}

#open:checked ~ .bgclose {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
}

/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.page_nav {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99;
}
.page_nav li a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.page_nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_nav .sub a {
  font-size: 12px;
  font-size: 0.75rem;
}
.page_nav .current a {
  color: #2F77BE;
}
.page_nav .current a:after {
  border-bottom: 3px solid #2F77BE;
  animation: border_anim 0.5s ease forwards;
}
@media screen and (max-width: 764px) {
  .page_nav {
    display: none;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_back {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
/* ---------------------------------------------------------------
スマホ用
--------------------------------------------------------------- */
#navi_main {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100svh;
  background: #2F77BE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}
#navi_main ul {
  width: 100%;
  max-width: 1030px;
  margin: auto;
  flex-direction: column;
}
#navi_main ul > li {
  line-height: 1;
}
#navi_main ul > li a {
  padding: 20px;
  display: block;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
}
#navi_main ul .sub a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

.wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 880px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .wrap {
    width: calc(100% - (160px + 2vw));
    margin-left: auto;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 764px) {
  .wrap {
    width: 90%;
    margin-right: auto;
  }
}

header,
footer,
section {
  position: relative;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
}

a[target=_blank]::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 13px;
  height: 12px;
  background: no-repeat 50%/cover url(../img/parts/blank.svg);
}

/*----------------------------------------------------------------------
見出しスタイル
----------------------------------------------------------------------*/
h2 {
  color: #2F77BE;
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 40px;
}
h2 small {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
}
h2 small:before {
  display: block;
  content: "";
  width: 15px;
  height: 5px;
  margin-right: 10px;
  background: #FF5252;
}
@media screen and (max-width: 764px) {
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  h2 small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.underline_h, .news_content h3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
}
.underline_h:after, .news_content h3:after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 30%;
  background: #F8FF40;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.list-ul li {
  list-style: disc;
  margin-bottom: 1em;
  margin-left: 1em;
  padding-left: 0.5em;
}

.num-ol {
  counter-reset: number 0;
}
.num-ol li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 30px;
  font-weight: 500;
}
.num-ol li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #01523F;
  background: #fff;
  border: 1px solid #01523F;
  border-radius: 50%;
}

.table dl {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}
.table dl dt {
  width: 12em;
  color: #2F77BE;
  font-weight: 600;
}
.table dl dd {
  width: calc(100% - 6em);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.photo {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo:after {
  display: block;
  content: "";
  padding-top: 64.5161290323%;
}

.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 71.0622710623%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.img-radius {
  border-radius: 25px;
}
.img-radius img {
  border-radius: 25px;
}

.item-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.item-card figure img {
  border-radius: 10px 10px 0 0;
}
.item-card .item-card__inner {
  padding: 20px 15px 20px;
  display: flex;
  flex-direction: column;
  min-height: 50%;
}
.item-card .item-card__inner h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
.item-card .item-card__inner .link_area {
  margin-top: auto;
}
.item-card .item-card__inner .link_area a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #5BA3EA;
}
@media screen and (max-width: 764px) {
  .item-card .item-card__inner {
    display: block;
    min-height: auto;
  }
}

.item-card__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
.item-card__row figure {
  width: 30%;
}
.item-card__row figure img {
  width: 100%;
}
.item-card__row .text, .item-card__row article {
  width: 70%;
  padding-left: 60px;
}
.item-card__row h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 764px) {
  .item-card__row {
    flex-direction: column;
  }
  .item-card__row figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .item-card__row .text, .item-card__row article {
    width: 100%;
    padding-left: 0;
  }
}

.item-card__row.img-right figure {
  order: 2;
}
.item-card__row.img-right article {
  order: 1;
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 764px) {
  .item-card__row.img-right figure {
    order: 1;
  }
  .item-card__row.img-right article {
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }
}

.vertical-top {
  align-items: flex-start;
}

/*----------------------------------------------------------------------
お問い合わせ
----------------------------------------------------------------------*/
#contact {
  padding: 180px 0 0;
}
#contact .contact__box {
  padding: 60px 3vw;
  color: #fff;
  border-radius: 10px;
  background: no-repeat 50%/cover url(../img/parts/contact.jpg);
}
#contact .contact__box .title_col {
  align-items: flex-end;
  margin-bottom: 40px;
}
#contact .contact__box .title_col h2 {
  color: #fff;
  margin-bottom: 0;
}
#contact .contact__box .title_col h2 small {
  color: #fff;
}
#contact .contact__box .title_col h2 small:before {
  background: #fff;
}
#contact .contact__box .title_col p {
  margin-left: 4em;
  margin-bottom: 0;
}
#contact .col_3 {
  align-items: flex-start;
}
#contact .col_3 h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
}
#contact .col_3 .tel {
  font-size: 14px;
  font-size: 0.875rem;
}
#contact .col_3 .tel b {
  font-size: 32px;
  font-size: 2rem;
}
#contact .col_3 .mail {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 764px) {
  #contact {
    padding: 0;
  }
  #contact .contact__box {
    padding: 30px 4vw;
  }
  #contact .contact__box .title_col h2 {
    margin-bottom: 20px;
  }
  #contact .contact__box .title_col p {
    margin-left: 0;
  }
  #contact .contact__box .tel {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #contact .contact__box .tel b {
    font-size: 32px;
    font-size: 2rem;
  }
  #contact .contact__box .mail {
    font-size: 24px;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */