@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Scss Document */
/* Scss Document */
/*//////////////////////////////////////////////////
*
*	要素毎の基本状態
*
//////////////////////////////////////////////////*/
html {
  font-size: 2.56vw;
  font-feature-settings: 'palt';
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(10px, 0.73vw);
  }
}
body {
  overflow-x: hidden;
  position: relative;
  line-height: 1.7;
  letter-spacing: .04em;
  font-size: 1.6rem;
  color: #3e3a39;
  font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  word-wrap: break-word;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

ruby rt {
  font-size: .4em;
  transform: translateX(1em);
}

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

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.sp,
.sp-tab {
  display: revert;
}

.tab,
.tab-pc,
.pc {
  display: none;
}

#contents {
  overflow: hidden;
}

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

  .tab,
  .tab-pc {
    display: revert;
  }
}
@media screen and (min-width: 768px) {
  .sp-tab,
  .tab {
    display: none;
  }

  .pc {
    display: revert;
  }
}
a, button {
  text-decoration: none;
  transition: .4s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

p {
  font-size: 1.4rem;
}

.cap {
  font-size: 1.0rem;
  position: absolute;
  left: 0;
  bottom: .4em;
  width: 100%;
  padding-left: 1em;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 1.8rem;
  }
}
.mainimg_wrap {
  position: relative;
}
.mainimg_wrap .image {
  position: relative;
}
.mainimg_wrap .image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231815;
  opacity: .44;
}
.mainimg_wrap .page__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
}
.mainimg_wrap .page__ttl .main {
  margin-bottom: 1.2rem;
  letter-spacing: .6em;
  font-size: 2.2em;
  text-indent: .6em;
}
.mainimg_wrap .page__ttl .sub {
  letter-spacing: .6em;
  text-indent: .6em;
  font-size: 1.0em;
}

.section__ttl {
  text-align: center;
}
.section__ttl .ttl {
  display: inline-block;
  margin-bottom: 3.6rem;
  padding: 0 2.4rem;
  font-size: 2.4rem;
  color: #006861;
  white-space: nowrap;
  border-bottom: 1px solid #006861;
}

@media screen and (min-width: 768px) {
  .mainimg_wrap .page__ttl {
    font-size: 2.0rem;
  }
  .mainimg_wrap .page__ttl .main {
    margin-bottom: 3.0rem;
  }

  .section__ttl .ttl {
    overflow: hidden;
    font-size: 4.2rem;
    margin: 0 auto 8.0rem;
    letter-spacing: .6em;
  }
  .section__ttl .ttl .l_space {
    margin-right: -.6em;
  }
  .section__ttl .en {
    font-size: 1.8em;
  }
}
.page__wrapper {
  padding-top: 6.0rem;
}

.section__ttl {
  position: relative;
  z-index: 1;
}
.section__ttl img {
  transform: translateY(-60%);
}

.section__body .lead {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  text-align: center;
}
.section__body .body {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .page__wrapper {
    padding-top: 10.0rem;
  }

  .section__body .lead {
    margin-bottom: 5.6rem;
    font-size: 3.4rem;
  }
  .section__body .body {
    font-size: 1.5rem;
  }
}
.section__outer {
  margin: 0 auto 8.0rem;
}

.section__inner {
  margin: 0 auto;
  width: 92%;
}
.section__inner-s {
  margin: 0 auto;
  width: 92%;
}
.section__inner-l {
  margin: 0 auto;
  width: 92%;
}

@media screen and (min-width: 768px) {
  .section__outer {
    margin: 0 auto 12.0rem;
  }

  .section__inner {
    margin: 0 auto;
    width: 124.0rem;
  }
}
.mb-box {
  margin: 0% 0% 13.33% 0%;
}

.attent {
  display: block;
  font-size: 1.0rem;
  letter-spacing: normal;
  line-height: 1.5;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 768px) {
  .mb-box {
    margin-bottom: 100px;
  }
}
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*------------------------------
		1221px以上
------------------------------*/
.lead__base {
  margin-bottom: min(16px, 4.2vw);
  text-align: center;
  color: #006861;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .lead__base {
    font-size: 2.8rem;
  }
}
.breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  width: 100vw;
  max-width: 1300px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: .8rem 0 0;
  padding-left: 4%;
}
.breadcrumb .breadcrumb__list .item {
  font-size: 1.1rem;
}
.breadcrumb .breadcrumb__list .item + .item:before {
  content: '\e909';
  margin: 0 .8rem;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: .8em;
}
.breadcrumb .breadcrumb__list .item a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 96%;
  }
  .breadcrumb .breadcrumb__list {
    margin: .8rem 0 0;
    padding-left: 0;
  }
  .breadcrumb .breadcrumb__list .item {
    font-size: 12px;
  }
}
/* Scss Document */
/*//////////////////////////////////////////////////

	header設定用ファイル

//////////////////////////////////////////////////*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
}
.header .g_header-outer-sp {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-content: center;
  height: 68px;
  padding: 0 8px 16px;
  background: url("/img/common/header_bg.webp") top center/100% 100% repeat;
}
.header .g_header-logo {
  grid-column: 2 / 3;
  text-align: center;
}
.header .g_header-logo svg {
  display: revert;
  width: min(180px, 100%);
}
.header .g_header-logo svg .cls-1 {
  fill: #fff;
}
.header .g_header-menubtn {
  display: flex;
  align-items: center;
  grid-column: 3 / 4;
}
.header .g_header-menubtn a {
  display: flex;
  justify-content: space-between;
  flex-flow: column nowrap;
  height: 30px;
  transition: .3s;
}
.header .g_header-menubtn span {
  flex: 0 0 2px;
  width: 32px;
  margin: auto;
  background: #fff;
  transition: .3s;
}
.header .g_header-navi {
  overflow-y: scroll;
  height: 0;
  margin-top: -18px;
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  background: #006861;
  transition: all .3s;
}
.header .g_header-navi .g_header-navi-list .item {
  height: 4.8rem;
  line-height: 4.8rem;
}
.header .g_header-navi .g_header-navi-list .item + .item::before {
  content: '';
  display: block;
  width: min(240px, 50%);
  height: 1px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
}

.open .header .g_header-menubtn span:nth-child(1) {
  transform: rotate(135deg) translate(9px, -7px);
}
.open .header .g_header-menubtn span:nth-child(2) {
  opacity: 0;
}
.open .header .g_header-menubtn span:nth-child(3) {
  transform: rotate(-135deg) translate(7px, 5px);
}
.open .header .g_header-navi {
  height: calc(100vh - 50px);
  padding-top: 20%;
}

@media screen and (min-width: 768px) {
  .header .g_header-outer {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 6.0rem;
    align-items: center;
    height: 14.2rem;
    padding: 0 8.0rem;
    background: url("/img/common/header_bg.png") top center/100% 100% repeat;
  }
  .header .g_header-outer-sp {
    display: contents;
  }
  .header .g_header-logo {
    grid-column: 1 / 2;
    text-align: center;
  }
  .header .g_header-logo svg {
    width: 27.4rem;
    height: auto;
  }
  .header .g_header-menubtn {
    display: none;
  }
  .header .g_header-navi {
    overflow: inherit;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    background: transparent;
  }
  .header .g_header-navi .g_header-navi-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
  .header .g_header-navi .g_header-navi-list .item {
    height: auto;
    margin-right: 6.0rem;
    line-height: 1;
  }
  .header .g_header-navi .g_header-navi-list .item + .item::before {
    content: none;
  }

  .open .header .g_header-navi {
    height: auto;
    padding-top: 0;
  }
}
/*//////////////////////////////////////////////////

	フッター設定

//////////////////////////////////////////////////*/
.footer .footer_contact {
  padding: 8.0rem 0;
  text-align: center;
  color: #fff;
  background: url("/img/common/footer_bg.jpg") center/cover no-repeat;
}
.footer .footer_contact .telnum {
  margin-bottom: 2.0rem;
  font-size: 3.2rem;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}
.footer .footer_contact .text {
  margin-bottom: 2.0rem;
  font-size: 1.6rem;
  letter-spacing: .4em;
}
.footer .footer_contact .btn__box .btn {
  display: block;
  max-width: 43.0rem;
  height: 4.8rem;
  margin: 0 auto;
  line-height: 4.8rem;
  color: #006861;
  font-size: 1.6rem;
  background: #fff;
}
.footer .g_footer-outer {
  padding-bottom: 3.6rem;
  text-align: center;
  color: #006861;
  border-bottom: 1.2rem solid #006861;
}
.footer .g_footer-logo {
  margin-bottom: 2.0rem;
}
.footer .g_footer-logo svg {
  display: revert;
  width: min(180px, 100%);
}
.footer .g_footer-logo svg .cls-1 {
  fill: #006861;
}
.footer .g_footer-info {
  margin-bottom: 2.0rem;
  letter-spacing: .1em;
}
.footer .g_footer-navi .item {
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .footer .footer_contact {
    padding: 12.0rem 0;
  }
  .footer .footer_contact .telnum {
    margin-bottom: 5.0rem;
    font-size: 4.8rem;
  }
  .footer .footer_contact .text {
    margin-bottom: 5.0rem;
    letter-spacing: .6em;
    font-size: 1.8rem;
  }
  .footer .footer_contact .btn__box .btn {
    height: 6.8rem;
    line-height: 6.8rem;
    font-size: 2.0rem;
  }
  .footer .g_footer-outer {
    padding-bottom: 3.6rem;
    text-align: center;
    color: #006861;
    border-bottom: 1.2rem solid #006861;
  }
  .footer .g_footer-logo {
    margin-bottom: 6.0rem;
  }
  .footer .g_footer-logo svg {
    width: min(240px, 100%);
  }
  .footer .g_footer-info {
    margin-bottom: 8.0rem;
    font-size: 1.8rem;
    letter-spacing: .6em;
  }
  .footer .g_footer-navi .g_footer-navi-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .footer .g_footer-navi .item {
    height: auto;
    margin: 0 2.4rem;
    line-height: 1;
    font-size: 1.6rem;
  }
}
/*//////////////////////////////////////////////////
*
*	ボタンなどの部品単位の設定
*
//////////////////////////////////////////////////*/
.button__box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: space-between;
}
.button__box .button {
  flex: 0 0 80%;
  width: 80%;
  height: 6.0rem;
  margin: 1.2rem auto;
  text-align: center;
  line-height: 6.0rem;
  font-size: 1.5rem;
  color: #fff;
  background: #006861;
  border-radius: 100vw;
}
.button__box .button .b-icon__arrow {
  display: block;
  line-height: 1;
  font-size: 0;
}
.button__box .button .b-icon__arrow:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: min(200px, 50%);
  height: 1px;
  background: #3e3a39;
}
.button__box .button .b-icon__arrow:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
  transform: rotate(45deg) translate(-4px, 4px);
}
.button__box .button.op__order-sp-1 {
  order: 1;
}
.button__box .button.op__order-sp-2 {
  order: 2;
}
.button__box .button.op__color-gray {
  color: #3e3a39;
  background: #ddd;
}

@media screen and (min-width: 768px) {
  .button__box .button {
    max-width: 28.0rem;
    margin: 0 1.2rem;
  }
  .button__box .button.op__order-sp-1, .button__box .button.op__order-sp-2 {
    order: 1;
  }
}
.image_box {
  position: relative;
}
.image_box .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 4%;
  font-size: 1.0rem;
  text-align: right;
  color: #fff;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5), -1px 0 1px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .image_box .caption {
    padding: 0 15px;
  }
}
#gotop {
  position: fixed;
  z-index: 999;
  right: 16px;
  bottom: 16px;
}
#gotop a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}
#gotop a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -25%) rotate(45deg);
}
#gotop.blue a {
  border-color: #006861;
  background: #006861;
}
#gotop.blue a:before {
  border-color: #fff;
}

/*//////////////////////////////////////////////////
*
*	フォームの設定
*
//////////////////////////////////////////////////*/
input[type='text'], input[type='password'], input[type='number'], optgroup, select, textarea {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #aaa;
}

textarea {
  resize: vertical;
  min-height: 8.2rem;
}

.radio:after {
  content: '';
  display: block;
}
.radio + .radio {
  margin-top: .8rem;
}
.radio label {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1.25;
  padding-left: 2.4rem;
}
.radio label:before, .radio label:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 2.0rem;
  height: 2.0rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}
.radio label:after {
  display: none;
  top: .4rem;
  left: .4rem;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  border-radius: 50%;
  background: #fc6d00;
}
.radio input[type="radio"]:checked + label:before {
  filter: drop-shadow(0 0 0.1rem #fc6d00);
}
.radio input[type="radio"]:checked + label:after {
  display: block;
}

/*# sourceMappingURL=common.css.map */
