@charset "UTF-8";
/* CSS Document */
/* メディアクエリ */
.sp-s {
  display: none;
}
@media only screen and (max-width:480px) {
  .sp-s {
    display: inherit;
  }
}

/* 基本設定　ここから */
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("font/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("font/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP-Bold.woff") format("woff");
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "YakuHanJP", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  color: #333;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
::-moz-selection {
  background: #1FABBF;
  color: #fff;
}
::selection {
  background: #1FABBF;
  color: #fff;
}

a {
  text-decoration: none;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width:480px) {
  p {
    font-size: 1.4rem;
  }
}

li {
  list-style: none;
}

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

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

.inner {
  max-width: 974px;
  margin: 0 auto;
}

.innerWrap {
  max-width: 782px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .inner {
    padding: 0 8px;
  }

  .innerWrap {
    padding: 0 8px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* clearfix　ここから */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* clearfix　ここまで */
/* 基本設定　ここまで */
/*! 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.
 */
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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* CSS Document */
/* c-heading */
.c-title01 {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  line-height: 1;
  color: #333;
}
@media only screen and (max-width:480px) {
  .c-title01 {
    font-size: 2rem;
  }
}
.c-title01::after {
  content: "";
  display: block;
  width: 36px;
  height: 33px;
  margin: 18px auto 0;
  background: url("images/c-title.svg") no-repeat top center/cover;
}
@media only screen and (max-width:480px) {
  .c-title01::after {
    font-size: 18vw;
  }
}

.c-title02 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
}
.c-title02::after {
  position: absolute;
  content: "";
  bottom: -18px;
  left: 0;
  right: 0;
  width: 104px;
  height: 4px;
  margin: 0 auto;
  background: #00BA9D;
}
@media only screen and (max-width:480px) {
  .c-title02 {
    font-size: 2rem;
  }
}

/* c-btn */
.c-btn {
  display: block;
  max-width: 300px;
  border-radius: 50vh;
  padding: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  color: #fff;
  background: #FFC400;
}
@media only screen and (max-width:480px) {
  .c-btn {
    padding: 1em;
    font-size: 1.4rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn.-center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn.-wh {
  color: #1FABBF;
  background: #fff;
}

/* c-card */
.c-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 16px;
  background: #0029B1;
}
@media only screen and (max-width:480px) {
  .c-card {
    padding: 16px;
  }
}
.c-card.-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3019607843);
}
.c-card__lead {
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width:768px) {
  .c-card__lead {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width:480px) {
  .c-card__lead {
    font-size: 4vw;
  }
}
.c-card__lead.-mainColor {
  color: #1FABBF;
}
.c-card__lead span {
  color: #FF4E00;
}

/* CSS Document */
/* CSS Document */
.c-table__th {
  padding: 1.25em 2em;
  line-height: 1.875;
}
.c-table__td {
  padding: 1.25em 2em;
  line-height: 1.875;
}

/* CSS Document */
/* c-tab */
.c-tab {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 1.2rem;
  color: #fff;
  background: #00BA9D;
}

/* Nav */
.c-nav {
  border-top: 1px solid #DBDEEB;
  border-bottom: 1px solid #DBDEEB;
  margin-top: 64px;
  padding: 0 16px;
}
@media only screen and (max-width:480px) {
  .c-nav {
    margin-top: 16px;
    padding: 0;
  }
}
.c-nav__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  border-left: 1px solid #DBDEEB;
  border-right: 1px solid #DBDEEB;
  margin: 0 auto;
}
@media only screen and (max-width:480px) {
  .c-nav__list {
    border-left: none;
    border-right: none;
  }
}
.c-nav__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 33.3333333333%;
  border-right: 1px solid #DBDEEB;
  border-bottom: 1px solid #DBDEEB;
}
.c-nav__item a {
  width: 100%;
  padding: 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1FABBF;
}
@media only screen and (max-width:480px) {
  .c-nav__item a {
    padding: 1em;
    font-size: 1.2rem;
  }
}
.c-nav__item a:hover {
  background: #f1f1f1;
}

/* 必須や任意のタブのレイアウト */
/* input[type="text"]や[type="email"] textareaなどのインプットエリアの装飾 */
/* placeholderの装飾 */
/* focus時の装飾 */
/* c-form */
.c-form {
  max-width: 1088px;
  margin: 64px auto;
}
.c-form__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
}
.c-form__term {
  width: 278px;
  padding: 32px 40px;
  color: #000;
  background: #f9f9f6;
}
@media only screen and (max-width:768px) {
  .c-form__term {
    width: 100%;
    padding: 16px;
  }
}
.c-form__term::after {
  content: "任意";
  border: 1px solid #ccc;
  color: #ccc;
  display: inline-block;
  padding: 0.25em;
  font-size: 1.2rem;
}
.c-form__term.-required::after {
  content: "必須";
  border: none;
  color: #fff;
  background: #1FABBF;
  display: inline-block;
  padding: 0.25em;
  font-size: 1.2rem;
}
.c-form__term label {
  display: block;
  margin-bottom: 0.25em;
}
@media only screen and (max-width:768px) {
  .c-form__term label {
    display: inline-block;
  }
}
.c-form__desc {
  width: calc(100% - 278px);
  padding: 32px 40px;
  background: #fff;
}
@media only screen and (max-width:768px) {
  .c-form__desc {
    width: 100%;
    padding: 16px;
  }
}
.c-form__radio {
  display: inline-flex;
  align-items: center;
  margin-right: 1em;
}
.c-form input {
  padding: 1em;
}
.c-form input[type=text] {
  max-width: 400px;
  width: 100%;
  border: 1px solid #eee;
  font-size: 1.6rem;
  /*16px未満にしない*/
  background: #f9f9f6;
}
.c-form input[type=text]:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #dddfeb;
  /*影を付ける*/
  outline: none;
}
.c-form input[type=text]:focus::-moz-placeholder {
  color: #ccc;
}
.c-form input[type=text]:focus::placeholder {
  color: #ccc;
}
.c-form input[type=email] {
  max-width: 400px;
  width: 100%;
  border: 1px solid #eee;
  font-size: 1.6rem;
  /*16px未満にしない*/
  background: #f9f9f6;
}
.c-form input[type=email]:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #dddfeb;
  /*影を付ける*/
  outline: none;
}
.c-form input[type=email]:focus::-moz-placeholder {
  color: #ccc;
}
.c-form input[type=email]:focus::placeholder {
  color: #ccc;
}
.c-form input[type=radio] {
  position: relative;
  margin-right: 0.5em;
  line-height: 1.6;
  border: 1px solid #eee;
  border-radius: 50vh;
  width: 22px;
  height: 22px;
  font-size: 1rem;
  background: #f9f9f6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.c-form input[type=radio]:hover {
  background: #eee;
}
.c-form input[type=radio]:checked {
  background: #fff;
}
.c-form input[type=radio]:checked::after {
  position: absolute;
  display: block;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50vh;
  background: #1FABBF;
}
@media only screen and (max-width:480px) {
  .c-form input[type=radio] {
    margin-bottom: 0.5em;
  }
}
.c-form input[type=checkbox] {
  margin-left: 1em;
  margin-right: 0.5em;
  line-height: 1.6;
}
@media only screen and (max-width:480px) {
  .c-form input[type=checkbox] {
    margin-bottom: 0.5em;
  }
}
.c-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
  border: none;
  margin: 16px auto;
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width:480px) {
  .c-form input[type=submit] {
    width: calc(100% - 32px);
  }
}
.c-form textarea {
  width: 100%;
  min-height: 200px;
  padding: 1em;
  border: 1px solid #eee;
  font-size: 1.6rem;
  /*16px未満にしない*/
  background: #f9f9f6;
  line-height: 1.6;
}
.c-form textarea:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #dddfeb;
  /*影を付ける*/
  outline: none;
}
.c-form textarea::-moz-placeholder {
  color: #ccc;
}
.c-form textarea::placeholder {
  color: #ccc;
}
.c-form__txt {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  text-align: center;
}
.c-form__agree {
  font-size: 1.4rem;
  text-align: center;
}
.c-form__btn {
  width: 200px;
  font-size: 1.6rem;
}
.c-form__reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  font: inherit;
  font-size: 1.4rem;
  text-align: center;
  outline: none;
}
.c-form__reset:hover {
  text-decoration: underline;
}
@media only screen and (max-width:480px) {
  .c-form__reset {
    font-size: 1.2rem;
  }
}

/* modal */
.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.c-modal__content {
  background: #fff;
  left: 50%;
  /* padding: 40px; */
  padding: 32px;
  font-size: 13px;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 680px;
  width: 50%;
}
@media only screen and (max-width:768px) {
  .c-modal__content {
    width: 90%;
  }
}
.c-modal__content p {
  margin-top: 0.5em;
}
@media only screen and (max-width:768px) {
  .c-modal__content p {
    font-size: 1.3rem;
  }
}
.c-modal__cap {
  margin-top: -2em;
}
.c-modal__cap-ttl {
  display: inline-block;
  padding: 0.25em 0.5em;
  color: #fff;
  background: #1FABBF;
}
.c-modal__aside {
  font-size: 1.2rem;
}
.c-modal__btn {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 46px;
  height: 46px;
  border: 2px solid #1FABBF;
  border-radius: 50vh;
  box-shadow: 0 0 0 3px #fff;
  font-size: 3rem;
  color: #1FABBF;
  background: #fff;
}
.c-modal__btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 20px;
  height: 3px;
  background: #1FABBF;
  transform: rotate(45deg);
}
.c-modal__btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 20px;
  height: 3px;
  background: #1FABBF;
  transform: rotate(135deg);
}

/* l-header */
.l-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  width: calc(100% - 44px);
  border-radius: 50vh;
  margin: 24px auto 0;
  padding: 0 0 0 40px;
  line-height: 1;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
@media only screen and (max-width:768px) {
  .l-header {
    height: 72px;
    padding: 0;
    transition: 0.5s;
  }
}
@media only screen and (max-width:480px) {
  .l-header {
    width: calc(100% - 32px);
    padding: 8px 0;
  }
}
.l-header__logo {
  width: 270px;
  font-size: 0;
}
@media only screen and (max-width: 1200px) {
  .l-header__logo {
    width: 200px;
  }
}
@media only screen and (max-width:768px) {
  .l-header__logo {
    z-index: 1000;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:480px) {
  .l-header__logo {
    max-width: 200px;
    margin: 0 0 0 32px;
  }
}
.l-header__nav {
  max-width: calc(100% - 200px);
}
@media only screen and (max-width:768px) {
  .l-header__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -100vh;
    background: rgb(255, 255, 255);
    opacity: 0;
    max-width: 100%;
    width: 100%;
    height: calc(100vh - 44px);
    text-align: center;
    padding: 10px 0;
    transition: opacity 1s ease-in-out;
  }
}
.l-header__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width:768px) {
  .l-header__list {
    flex-wrap: wrap;
    min-width: inherit;
    width: 100%;
    height: auto;
    margin-top: 5vh;
    font-size: 14px;
  }
}
.l-header__item {
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .l-header__item {
    min-width: 60px;
    width: inherit;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:768px) {
  .l-header__item {
    min-width: inherit;
    width: 100%;
    font-size: 14px;
    background: transparent;
  }
}
@media only screen and (max-width:768px) {
  .l-header__item:hover {
    background: #666;
  }
}
.l-header__item a {
  display: block;
  padding: 0 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1B224C;
}
@media only screen and (max-width: 1200px) {
  .l-header__item a {
    padding: 28px 0.5em;
  }
}
@media only screen and (max-width:768px) {
  .l-header__item a {
    width: 100%;
    padding: 30px 1em;
    background: transparent;
    color: #000;
  }
}
.l-header__item:nth-last-of-type(2) a {
  padding: 0 2em 0 1em;
}
@media only screen and (max-width: 1200px) {
  .l-header__item:nth-last-of-type(2) a {
    padding: 0 1em 0 0.5em;
  }
}
@media only screen and (max-width:768px) {
  .l-header__item:nth-last-of-type(2) a {
    padding: 30px 1em;
  }
}
@media only screen and (max-width: 1200px) {
  .l-header__item:last-of-type {
    width: 200px;
    margin-right: 8px;
  }
}
@media only screen and (max-width:768px) {
  .l-header__item:last-of-type {
    position: static;
    width: 100%;
  }
}
.l-header__item:last-of-type a {
  padding: 14px 45px 14px 24px;
  border-radius: 0 50vh 50vh 0;
  background: linear-gradient(90deg, #00BA9D 0, #2BA6CB 100%);
}
@media only screen and (max-width: 1200px) {
  .l-header__item:last-of-type a {
    padding: 10px 30px;
    border-radius: 50vh;
  }
}
@media only screen and (max-width:768px) {
  .l-header__item:last-of-type a {
    width: 280px;
    border-radius: 8px;
    margin: 0 auto;
  }
}
.l-header__item:last-of-type img {
  max-width: 195px;
  width: 100%;
}

/* js-header */
.js-header__default {
  background: rgba(255, 255, 255, 0.9333333333);
}
@media only screen and (max-width:768px) {
  .js-header__default .l-header {
    height: 50px;
  }
}
@media only screen and (max-width:768px) {
  .js-header__default .l-header__logo {
    width: 150px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:480px) {
  .js-header__default .l-header__item {
    background: rgba(0, 0, 0, 0.6);
  }
}

@-webkit-keyframes gnav-hover {
  0% {
    background: rgba(0, 0, 0, 0.6);
  }
  100% {
    background: rgb(0, 0, 0);
  }
}
@-webkit-keyframes gnav-hover-first {
  0% {
    background: rgba(38, 144, 188, 0.6);
  }
  100% {
    background: rgb(38, 144, 188);
  }
}
@-webkit-keyframes gnav-hover-sp {
  0% {
    background: rgba(38, 144, 188, 0.6);
  }
  100% {
    background: rgb(38, 144, 188);
  }
}
@keyframes gnav-hover-sp {
  0% {
    background: rgba(38, 144, 188, 0.6);
  }
  100% {
    background: rgb(38, 144, 188);
  }
}
/* Fixed */
.l-header.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 60px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
@media only screen and (max-width:768px) {
  .l-header.fixed {
    padding-top: 0;
    background: transparent;
  }
}
.l-header.fixed__logo {
  font-size: 24px;
  color: #333;
}
.l-header.fixed__list {
  box-shadow: 0 0 3px 1px #ccc;
}
.l-header.fixed__item {
  padding: 0 15px;
}
.l-header.fixed__item a {
  color: #333;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 65px;
  height: 65px;
  border-radius: 50vh;
  background: #1FABBF;
  cursor: pointer;
  z-index: 101;
}
@media only screen and (max-width:768px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle div {
  position: relative;
  margin: 22px 0 0 18px;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 30px;
  background: #fff;
  box-shadow: 0 0 2px #666;
  left: 0;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* #nav-toggle 切り替えアニメーション */
@media only screen and (max-width:768px) {
  .open {
    /* #global-nav スライドアニメーション */
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
}
@media only screen and (max-width:768px) {
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    transform: translateY(100vh);
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .open #global-nav {
    opacity: 1;
    border-radius: 36px;
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.3);
  }
}
/* ヘッダー　ここまで */
/* l-footer */
.l-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.6rem;
  color: #1B224C;
  background: #F5F5F5;
}
@media only screen and (max-width:768px) {
  .l-footer {
    font-size: 1.2rem;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: center;
  max-width: calc(1088px + 4em);
  width: 100%;
  margin: 0 auto;
  padding: 64px 2em;
}
@media only screen and (max-width:768px) {
  .l-footer__wrap {
    flex-wrap: wrap;
    max-width: 606px;
  }
}

.l-footerAccess {
  display: flex;
  width: 100%;
}
@media only screen and (max-width:480px) {
  .l-footerAccess {
    flex-direction: column-reverse;
  }
}
.l-footerAccess__figure {
  width: 50%;
}
@media only screen and (max-width:480px) {
  .l-footerAccess__figure {
    width: 100%;
  }
}
.l-footerAccess__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  height: 100%;
}
.l-footerAccess__map {
  width: 50%;
}
@media only screen and (max-width:480px) {
  .l-footerAccess__map {
    width: 100%;
  }
}
.l-footerAccess__map iframe {
  width: 100%;
}

.l-footerInfo {
  width: calc(100% - 606px);
  padding-right: 1em;
}
@media only screen and (max-width:768px) {
  .l-footerInfo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-footerInfo__ttl {
  max-width: 368px;
}
.l-footerInfo__address {
  margin-top: 8px;
}
.l-footerInfo__list {
  margin-top: 1em;
}
.l-footerInfo__list:first-of-type {
  margin-top: 24px;
}
@media only screen and (max-width:768px) {
  .l-footerInfo__list {
    width: 50%;
  }
  .l-footerInfo__list:first-of-type {
    margin-top: 1em;
  }
}
.l-footerInfo__term {
  line-height: 1.6875;
}
.l-footerInfo__desc {
  line-height: 1.6875;
}

.l-footerContact {
  width: 570px;
}
@media only screen and (max-width:768px) {
  .l-footerContact {
    margin-top: 16px;
  }
}
.l-footerContact__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.l-footerContact__term {
  margin-bottom: 6px;
  padding: 6px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #00BA9D;
}
.l-footerContact__desc {
  margin-left: 8px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #00BA9D;
}
.l-footerContact__txt {
  font-size: 1.2rem;
}

.l-footerContactTime {
  margin-top: 24px;
}

.l-footerCopy {
  width: 100%;
  padding: 32px 1em;
  text-align: center;
  color: #fff;
  background: #00BA9D;
}

/* メイン */
.l-main {
  overflow-x: hidden;
  background: #fff;
}

/* ヒーロー */
.l-hero {
  z-index: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  height: 400px;
  padding-top: 100px;
  background: url("images/hero_img01.jpg") no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .l-hero {
    background: url("images/hero_img01@2x.jpg") no-repeat center center/cover;
  }
}
.l-hero.-about {
  background: url("images/aboutHero.jpg") no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .l-hero.-about {
    background: url("images/aboutHero@2x.jpg") no-repeat center center/cover;
  }
}
.l-hero.-introduce {
  background: url("images/introduceHero.jpg") no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .l-hero.-introduce {
    background: url("images/introduceHero@2x.jpg") no-repeat center center/cover;
  }
}
.l-hero.-examine {
  background: url("images/examineHero.jpg") no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .l-hero.-examine {
    background: url("images/examineHero@2x.jpg") no-repeat center center/cover;
  }
}
.l-hero.-recruit {
  background: url("images/recruitHero.jpg") no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .l-hero.-recruit {
    background: url("images/recruitHero@2x.jpg") no-repeat center center/cover;
  }
}
.l-hero__wrap {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1197px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 16px;
}
@media only screen and (max-width: 1200px) {
  .l-hero__wrap {
    padding: 100px 60px;
  }
}
@media only screen and (max-width:480px) {
  .l-hero__wrap {
    padding: 100px 16px 16px;
  }
}
.l-hero__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width:768px) {
  .l-hero__ttl {
    font-size: 2.1rem;
  }
}
.l-hero__ttl::before {
  display: block;
  content: attr(data-text);
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width:480px) {
  .l-hero__ttl::before {
    font-size: 9vw;
  }
}
.l-hero__ttl.-cBlue {
  color: #1B224C;
}
.l-hero__ttl.-cBlue::before {
  color: #1B224C;
}

.l-topHero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #fff 70%, #FDF9F0 70%, #FDF9F0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width:480px) {
  .l-topHero {
    height: calc(100vh - 70px);
  }
}
.l-topHero__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .l-topHero__wrap {
    overflow: hidden;
    display: block;
  }
}
.l-topHero__ttl {
  position: absolute;
  bottom: 2em;
  max-width: 16em;
  padding: 0.25em 0.5em;
  font-size: 4rem;
  line-height: 1.7;
  color: #1FABBF;
}
@media only screen and (max-width: 900px) {
  .l-topHero__ttl {
    position: static;
    max-width: inherit;
    width: 100%;
    margin: 210px auto 0;
    font-size: 4.5vw;
    text-align: center;
    background: transparent;
  }
}
@media only screen and (max-width:480px) {
  .l-topHero__ttl {
    margin-top: 200px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .l-topHero__img {
    display: inherit;
  }
}
.l-topHero__link {
  position: absolute;
  right: 2em;
  bottom: 5em;
  display: flex;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0 20px;
  background: #441240;
}
@media only screen and (max-width:480px) {
  .l-topHero__link {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    border-radius: 0;
    justify-content: center;
    z-index: 200;
  }
}
.l-topHero__link:hover {
  background: #00BA9D;
}
@media only screen and (max-width:480px) {
  .l-topHero__link img {
    width: 100px;
  }
}

/* トップページ */
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  max-width: 100%;
}
/*　背景画像設定　*/
.slick-slider {
  overflow: hidden;
}

.slider-item01 {
  background: url(./images/topHero.jpg) no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .slider-item01 {
    background: url(./images/topHero@2x.jpg) no-repeat center center/cover;
  }
}
@media only screen and (max-width:480px) {
  .slider-item01 {
    background: url(./images/topHero_sp.jpg) no-repeat center center/cover;
  }
}
@media only screen and (max-width:480px) and (-webkit-min-device-pixel-ratio: 2) {
  .slider-item01 {
    background: url(./images/topHero_sp@2x.jpg) no-repeat center center/cover;
  }
}

.slider-item02 {
  background: url(./images/hero_img01.jpg) no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .slider-item02 {
    background: url(./images/hero_img01@2x.jpg) no-repeat center center/cover;
  }
}
@media only screen and (max-width:480px) {
  .slider-item02 {
    background: url(./images/topHero_img02_sp.jpg) no-repeat center center/cover;
  }
}
@media only screen and (max-width:480px) and (-webkit-min-device-pixel-ratio: 2) {
  .slider-item02 {
    background: url(./images/topHero_img02_sp@2x.jpg) no-repeat center center/cover;
  }
}

.slider-item03 {
  background: url(./images/topHero_img03.jpg) no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .slider-item03 {
    background: url(./images/topHero_img03@2x.jpg) no-repeat center center/cover;
  }
}
@media only screen and (max-width:480px) {
  .slider-item03 {
    background: url(./images/topHero_img03_sp.jpg) no-repeat center center/cover;
  }
}
@media only screen and (max-width:480px) and (-webkit-min-device-pixel-ratio: 2) {
  .slider-item03 {
    background: url(./images/topHero_img03_sp@2x.jpg) no-repeat center center/cover;
  }
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  max-height: 700px;
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}
/*矢印の設定*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;
  /*矢印の色*/
  border-right: 2px solid #fff;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
  /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

/* ヒーロー */
.l-sidebar {
  width: 300px;
  padding: 0 32px;
}
@media only screen and (max-width:768px) {
  .l-sidebar {
    width: 100%;
  }
}
.l-sidebar__ttl {
  padding: 1em;
  font-size: 1.6rem;
  font-weight: normal;
  color: #666;
  background: #f1f1f1;
}
.l-sidebar__item {
  padding: 1em 0;
  border-bottom: 1px solid #f6f6f6;
}
.l-sidebar__item:last-child {
  border-bottom: none;
}
.l-sidebar__capTtl a {
  color: #999;
}
.l-sidebar__date {
  font-size: 1.2rem;
  color: #ccc;
}

/* パンくずリスト */
.l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 1080px;
  margin: 0 auto;
  padding: 1.5833333333em 2em;
}
.l-breadcrumb__item {
  margin-right: 0.5em;
  font-size: 1.2rem;
  color: #1b224c;
}
.l-breadcrumb__item:not(:last-child)::after {
  content: "＞";
  margin-left: 0.5em;
}
.l-breadcrumb__item a {
  text-decoration: underline;
  color: #1B224C;
}

/* 診察時間 */
.p-timeTable {
  border-radius: 24px;
  padding: 16px 32px 24px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width:480px) {
  .p-timeTable {
    padding: 1em 1.5em;
  }
}
.p-timeTable__table {
  font-size: 1.4rem;
  color: #1b224c;
}
@media only screen and (max-width:480px) {
  .p-timeTable__table {
    font-size: 1rem;
  }
}
.p-timeTable__tr {
  border-bottom: 1px solid #d5d5d5;
}
.p-timeTable__th {
  padding: 18px;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width:480px) {
  .p-timeTable__th {
    padding: 1em;
  }
}
.p-timeTable__th:first-of-type {
  border-right: 1px solid #d5d5d5;
}
.p-timeTable__td {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ccc;
}
.p-timeTable__td.-strong {
  color: #1FABBF;
}
.p-timeTable__aside {
  margin-top: 12px;
}
.p-timeTable__item {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4545454545;
}
.p-timeTable__item span {
  color: #1FABBF;
}
.p-timeTable__item.-box {
  border: 1px solid #ddd;
  padding: 0 0.5em;
}

/* p-siteNav */
.p-siteNav {
  background: #000;
}
.p-siteNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.p-siteNav__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  height: 200px;
}
@media only screen and (max-width:768px) {
  .p-siteNav__item {
    height: 100px;
  }
}
.p-siteNav__figure {
  position: relative;
}
.p-siteNav__figure img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:768px) {
  .p-siteNav__figure img {
    height: 100px;
  }
}
.p-siteNav__cap {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4392156863);
}
.p-siteNav__cap:hover {
  opacity: 0.6;
}

/* 共通パーツ */
/* トップページ */
.p-topHero {
  z-index: 500;
  position: relative;
  height: 100vh;
  background: #F0EEEA url("images/topHero.jpg") no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-topHero {
    background: #F0EEEA url("images/topHero@2x.jpg") no-repeat center center/cover;
  }
}
@media only screen and (max-width:768px) {
  .p-topHero {
    height: 100vh;
  }
}
.p-topHero__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
@media only screen and (max-width:480px) {
  .p-topHero__wrap {
    padding: 0 16px;
    background: rgba(0, 0, 0, 0.1);
  }
}
.p-topHero__box {
  border-left: 7px solid #1FABBF;
  padding-left: 35px;
}
@media only screen and (max-width:480px) {
  .p-topHero__box {
    border-left: 4px solid #1FABBF;
    padding-left: 10px;
  }
}
.p-topHero__lead {
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (max-width:480px) {
  .p-topHero__lead {
    font-size: 3vw;
  }
}
.p-topHero__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width:480px) {
  .p-topHero__ttl {
    font-size: 6vw;
  }
}
.p-topHero__txt {
  margin-top: 70px;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  color: #fff;
}
@media only screen and (max-width:480px) {
  .p-topHero__txt {
    margin-top: 40px;
    font-size: 3vw;
  }
}

.p-topHeroTable {
  position: absolute;
  bottom: 10vh;
  right: 22px;
  max-width: 570px;
}
@media only screen and (max-width: 1200px) {
  .p-topHeroTable {
    bottom: 5vh;
  }
}
@media only screen and (max-width:480px) {
  .p-topHeroTable {
    left: 16px;
    right: 16px;
  }
}

.p-topTopic {
  z-index: 150;
  position: relative;
}
.p-topTopic__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 32px;
  color: #fff;
  background: #00BA9D;
}
@media only screen and (max-width:768px) {
  .p-topTopic__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width:480px) {
  .p-topTopic__item {
    padding: 0.5em 24px;
  }
}
.p-topTopic__item:nth-of-type(2n) {
  background: #1FABBF;
}
.p-topTopic__itemWrap {
  max-width: 800px;
  width: 100%;
}
.p-topTopic__ttl {
  margin-right: 1em;
  font-size: 1.6rem;
  line-height: 1.4;
  white-space: nowrap;
}
@media only screen and (max-width:480px) {
  .p-topTopic__ttl {
    margin-right: 0;
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-topTopic__txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (max-width:480px) {
  .p-topTopic__txt {
    font-size: 1.3rem;
  }
}

.p-topTry {
  z-index: 100;
  position: relative;
  padding: 88px 1em 72px;
}
@media only screen and (max-width:480px) {
  .p-topTry {
    padding: 80px 2em 92px;
  }
}
.p-topTry::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: -271.5px;
  left: 30%;
  width: 1086px;
  height: 1086px;
  border-radius: 1086px;
  background: linear-gradient(5deg, #76D6BF 0, #A2E6FA 100%);
  -webkit-animation: circle-move 8s linear infinite;
          animation: circle-move 8s linear infinite;
  opacity: 0.3;
}
.p-topTry__wrap {
  text-align: center;
}
.p-topTry__ttl {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #1FABBF;
}
@media only screen and (max-width:480px) {
  .p-topTry__ttl {
    font-size: 2rem;
    text-align: justify;
    line-height: 1.4;
  }
}
.p-topTry__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  border-radius: 24px;
  margin: -30px auto 0;
  padding: 40px 32px 40px 64px;
  background: linear-gradient(110deg, #FAFAFA 50%, #f6f6f6 50%);
}
@media only screen and (max-width:480px) {
  .p-topTry__box {
    display: block;
    padding: 40px 32px;
  }
}
.p-topTry__txt {
  width: calc(100% - 140px);
  padding-right: 32px;
  text-align: left;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .p-topTry__txt {
    width: 100%;
    padding-right: 16px;
  }
}
@media only screen and (max-width:480px) {
  .p-topTry__txt {
    margin: 24px auto 0;
    padding-right: 0;
  }
}
.p-topTry__img {
  width: 135px;
}
@media only screen and (max-width:480px) {
  .p-topTry__img {
    position: absolute;
    right: 0;
    width: 100px;
  }
}

@-webkit-keyframes circle-move {
  25% {
    border-radius: 47% 49% 52% 45%/54% 52% 50% 50%;
  }
  50% {
    border-radius: 54% 49% 43% 52%/58% 48% 50% 47%;
  }
  75% {
    border-radius: 47% 49% 48% 48%/54% 51% 50% 49%;
  }
}

@keyframes circle-move {
  25% {
    border-radius: 47% 49% 52% 45%/54% 52% 50% 50%;
  }
  50% {
    border-radius: 54% 49% 43% 52%/58% 48% 50% 47%;
  }
  75% {
    border-radius: 47% 49% 48% 48%/54% 51% 50% 49%;
  }
}
.p-topFeature {
  z-index: 500;
  position: relative;
  padding: 95px 1em 44px;
}
@media only screen and (max-width:480px) {
  .p-topFeature {
    padding: 0 1em 44px;
  }
}
.p-topFeature__wrap {
  max-width: 1165px;
  margin: 0 auto;
}
.p-topFeature__lead {
  margin-top: 44px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #333;
}
@media only screen and (max-width:480px) {
  .p-topFeature__lead {
    font-size: 1.6rem;
  }
}
.p-topFeature__list {
  display: grid;
  grid-template: 1fr/repeat(3, 1fr);
  gap: 32px;
  counter-reset: number 0;
  max-width: 840px;
  margin: 100px auto 0;
}
@media only screen and (max-width:768px) {
  .p-topFeature__list {
    grid-template: repeat(3, 1fr)/1fr;
    gap: 112px;
  }
}
@media only screen and (max-width:480px) {
  .p-topFeature__list {
    gap: 112px;
  }
}
.p-topFeature__item {
  position: relative;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: linear-gradient(110deg, #fefefe 50%, #f6f6f6 50%);
}
@media only screen and (max-width:768px) {
  .p-topFeature__item {
    width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:480px) {
  .p-topFeature__item {
    width: 100%;
  }
  .p-topFeature__item::after {
    bottom: inherit;
    top: -12px;
    font-size: 2.4rem;
  }
}
.p-topFeature__figure {
  margin-top: -80px;
  padding: 0 1em 32px;
  text-align: center;
}
@media only screen and (max-width:480px) {
  .p-topFeature__figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }
}
.p-topFeature__figure-img {
  position: relative;
  width: 165px;
  border: 10px solid #fff;
  border-radius: 50vh;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-topFeature__figure-img::after {
  counter-increment: number 1;
  content: "0" counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50vh;
  font-size: 2rem;
  font-weight: 700;
  color: #1FABBF;
  background: #f1f1f1;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.05);
}
.p-topFeature__figure-img img {
  border-radius: 50vh;
  width: 145px;
}
.p-topFeature__cap {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.7;
  color: #333;
}
@media only screen and (max-width:480px) {
  .p-topFeature__cap {
    width: calc(100% - 88px);
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.p-topFeature__btn {
  margin: 40px auto 0;
}

.p-topContents {
  z-index: 100;
  position: relative;
  padding: 131px 1em 80px;
}
@media only screen and (max-width:480px) {
  .p-topContents {
    padding: 60px 1em;
  }
}
.p-topContents::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: -271.5px;
  right: 30%;
  width: 1086px;
  height: 1086px;
  border-radius: 1086px;
  background: linear-gradient(5deg, #76D6BF 0, #A2E6FA 100%);
  opacity: 0.3;
  -webkit-animation: circle-move 8s linear infinite;
          animation: circle-move 8s linear infinite;
}
.p-topContents::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 205.5px;
  left: 55%;
  width: 822px;
  height: 822px;
  border-radius: 822px;
  background: linear-gradient(5deg, #7697D6 0, #00B7ED 100%);
  opacity: 0.3;
  -webkit-animation: circle-move 8s linear infinite;
          animation: circle-move 8s linear infinite;
}
.p-topContents__wrap {
  max-width: 1165px;
  margin: 0 auto;
}
.p-topContents__list {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
  gap: 8px;
  margin-top: 48px;
}
@media only screen and (max-width:768px) {
  .p-topContents__list {
    grid-template: 1fr 1fr 1fr/1fr 1fr;
  }
}
.p-topContents__item {
  border-radius: 24px;
  background: linear-gradient(110deg, #fefefe 50%, #f6f6f6 50%);
}
@media only screen and (max-width:480px) {
  .p-topContents__item {
    margin-top: 8px;
  }
}
.p-topContents__item a {
  color: inherit;
}
.p-topContents__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em;
}
@media only screen and (max-width:480px) {
  .p-topContents__figure {
    padding: 1.5em;
  }
}
.p-topContents__figure img {
  width: 121px;
  height: 121px;
}
.p-topContents__cap {
  margin-top: 8px;
  text-align: justify;
}
@media only screen and (max-width:480px) {
  .p-topContents__cap {
    font-size: 1.6rem;
  }
}
.p-topContents__cap-term {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:480px) {
  .p-topContents__cap-term {
    margin-top: 4px;
    font-size: 1.6rem;
  }
}
.p-topContents__cap-desc {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-topContents__btn {
  margin: 80px auto 0;
}

@keyframes circle-move {
  25% {
    border-radius: 47% 49% 52% 45%/54% 52% 50% 50%;
  }
  50% {
    border-radius: 54% 49% 43% 52%/58% 48% 50% 47%;
  }
  75% {
    border-radius: 47% 49% 48% 48%/54% 51% 50% 49%;
  }
}
.p-topFlow {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:768px) {
  .p-topFlow {
    flex-wrap: wrap;
  }
}
.p-topFlow__ttl {
  display: none;
}
.p-topFlow__figure {
  max-width: 720px;
}
@media only screen and (max-width:768px) {
  .p-topFlow__figure {
    max-width: 520px;
  }
}
@media only screen and (max-width:480px) {
  .p-topFlow__figure {
    width: 90%;
    margin-left: -10%;
  }
}
.p-topFlow__wrap {
  max-width: 600px;
  padding: 64px 80px 56px;
}
@media only screen and (max-width:480px) {
  .p-topFlow__wrap {
    padding: 32px 16px 32px;
  }
}
.p-topFlow__subTtl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:480px) {
  .p-topFlow__subTtl {
    font-size: 2rem;
  }
}
.p-topFlow__txt {
  margin-top: 56px;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .p-topFlow__txt {
    margin-top: 24px;
  }
}
@media only screen and (max-width:480px) {
  .p-topFlow__txt {
    margin-top: 16px;
  }
}
.p-topFlow__btn {
  margin-top: 36px;
}
@media only screen and (max-width:768px) {
  .p-topFlow__btn {
    margin: 24px auto 0;
  }
}
@media only screen and (max-width:480px) {
  .p-topFlow__btn {
    margin-top: 16px;
  }
}

.p-topRecruit {
  z-index: 100;
  position: relative;
  overflow: hidden;
  padding: 140px 1em 48px;
}
.p-topRecruit::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 240px;
  left: calc(50% - 543px);
  width: 1086px;
  height: 1086px;
  border-radius: 1086px;
  background: linear-gradient(5deg, #76D6BF 0, #A2E6FA 100%);
}
.p-topRecruit__wrap {
  max-width: 720px;
  margin: 0 auto;
}
.p-topRecruit__figure {
  margin-top: 116px;
}
.p-topRecruit__box {
  margin-top: 40px;
}
.p-topRecruit__subttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}
@media only screen and (max-width:480px) {
  .p-topRecruit__subttl {
    font-size: 1.8rem;
    text-align: left;
    text-indent: none;
  }
}
.p-topRecruit__txt {
  max-width: 500px;
  margin: 40px auto 0;
  font-size: 1.6rem;
  line-height: 2;
}
.p-topRecruit__btn {
  margin: 16px auto 0;
}

/* 当院について */
.p-aboutFeature {
  padding: 95px 1em 44px;
  background: url("images/topFeature_bg.jpg") no-repeat center center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-aboutFeature {
    background: url("images/topFeature_bg@2x.jpg") no-repeat center center/cover;
  }
}
@media only screen and (max-width:480px) {
  .p-aboutFeature {
    padding: 40px 1em;
  }
}
.p-aboutFeature__wrap {
  max-width: 1165px;
  margin: 0 auto;
}
.p-aboutFeature__ttl {
  display: none;
}
.p-aboutFeature__lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #000;
}
@media only screen and (max-width:480px) {
  .p-aboutFeature__lead {
    padding: 0 1em;
    font-size: 1.6rem;
    text-align: justify;
  }
}
.p-aboutFeature__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  counter-reset: number 0;
  max-width: 840px;
  margin: 48px auto 0;
}
@media only screen and (max-width:480px) {
  .p-aboutFeature__list {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
  }
}
.p-aboutFeature__item {
  position: relative;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  background: #f2fbfc;
}
.p-aboutFeature__item::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width:480px) {
  .p-aboutFeature__item {
    width: 100%;
  }
  .p-aboutFeature__item::after {
    bottom: inherit;
    top: -12px;
    font-size: 2.4rem;
  }
}
.p-aboutFeature__figure {
  padding: 36px 1em 32px;
  text-align: center;
}
@media only screen and (max-width:480px) {
  .p-aboutFeature__figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }
}
.p-aboutFeature__figure img {
  width: 88px;
}
@media only screen and (max-width:480px) {
  .p-aboutFeature__figure img {
    width: 44px;
  }
}
.p-aboutFeature__cap {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.7;
  color: #000;
}
@media only screen and (max-width:480px) {
  .p-aboutFeature__cap {
    width: calc(100% - 88px);
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: 400;
  }
}

.p-aboutFeatureDetail__list {
  max-width: calc(840px + 4em);
  margin: 80px auto;
  padding: 0 2em;
  counter-reset: number 0;
}
@media only screen and (max-width:480px) {
  .p-aboutFeatureDetail__list {
    margin: 40px auto;
    padding: 0;
  }
}
.p-aboutFeatureDetail__item {
  border-radius: 16px;
  padding: 24px 70px 46px;
  background: #f5f5f5;
}
.p-aboutFeatureDetail__item:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width:480px) {
  .p-aboutFeatureDetail__item {
    padding: 12px 12px 24px;
  }
}
.p-aboutFeatureDetail__ttl {
  display: flex;
  align-items: center;
  border-radius: 22px;
  padding: 1.3076923077em;
  font-size: 2.6rem;
  text-align: justify;
  line-height: 1.6;
  color: #00BA9D;
  background: #fff;
}
.p-aboutFeatureDetail__ttl::before {
  counter-increment: number 1;
  content: "0" counter(number);
  border-right: 1px solid #d5d5d5;
  margin-right: 1em;
  padding-right: 1em;
  color: #000;
}
@media only screen and (max-width:480px) {
  .p-aboutFeatureDetail__ttl {
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 16px 24px;
    font-size: 2rem;
  }
  .p-aboutFeatureDetail__ttl::before {
    width: 100%;
    border: 0;
  }
}
.p-aboutFeatureDetail__box {
  margin-top: 36px;
}
@media only screen and (max-width:480px) {
  .p-aboutFeatureDetail__box {
    margin: 16px auto 0;
    padding: 0 24px;
  }
}
.p-aboutFeatureDetail__txt {
  text-align: justify;
  line-height: 2;
}
.p-aboutFeatureDetail__txt:not(:first-child) {
  margin-top: 1em;
}

.p-aboutOverview {
  padding: 80px 2em 160px;
}
.p-aboutOverview__wrap {
  max-width: 908px;
  margin: 0 auto;
}
.p-aboutOverview__table {
  width: 100%;
  margin-top: 60px;
}
.p-aboutOverview__tr:nth-child(2n-1) {
  background: #f8f8f8;
}
.p-aboutOverview__tr:nth-child(2n) {
  background: #f2f2f2;
}
.p-aboutOverview__th {
  width: 225px;
  border-bottom: 1px solid #fff;
  text-align: left;
  vertical-align: top;
  color: #fff;
  background: #00BA9D;
}
@media only screen and (max-width:480px) {
  .p-aboutOverview__th {
    width: 100px;
    font-size: 1.2rem;
  }
}
.p-aboutOverview__td {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width:480px) {
  .p-aboutOverview__td {
    font-size: 1.2rem;
  }
}
.p-aboutOverview__figure {
  margin-top: 60px;
}

/* 院長紹介 */
.p-introduceCatch__wrap {
  max-width: 1092px;
  margin: 0 auto;
}
.p-introduceCatch__figure {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 88px;
}
.p-introduceCatch__figure img {
  width: 60%;
}
@media only screen and (max-width:768px) {
  .p-introduceCatch__figure img {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.p-introduceCatch__cap {
  position: absolute;
  right: 0;
  width: 662px;
  border-radius: 0 80px 0 80px;
  padding: 45px 60px;
  color: #fff;
  background: #1FABBF;
}
@media only screen and (max-width: 1200px) {
  .p-introduceCatch__cap {
    max-width: 500px;
    width: 100%;
    border-radius: 0 60px 0 60px;
    margin-right: 22px;
  }
}
@media only screen and (max-width:768px) {
  .p-introduceCatch__cap {
    z-index: 200;
    bottom: -100px;
    left: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width:480px) {
  .p-introduceCatch__cap {
    position: static;
    width: 85%;
    border-radius: 16px 0 0 16px;
    margin: -100px 0 32px auto;
    padding: 32px;
  }
}
.p-introduceCatch__lead {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3888888889;
}
@media only screen and (max-width: 1200px) {
  .p-introduceCatch__lead {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width:480px) {
  .p-introduceCatch__lead {
    font-size: 2rem;
  }
}
.p-introduceCatch__sign {
  text-align: right;
}
@media only screen and (max-width:480px) {
  .p-introduceCatch__sign {
    margin-top: 8px;
  }
}

.p-introduceCareer {
  z-index: 100;
  position: relative;
  padding: 88px 0;
}
.p-introduceCareer::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(-90deg, #76D6BF 0, #A2E6FA 100%);
}
@media only screen and (max-width:768px) {
  .p-introduceCareer {
    padding: 160px 0 88px;
  }
}
@media only screen and (max-width:480px) {
  .p-introduceCareer {
    padding: 88px 0;
  }
}
.p-introduceCareer__wrap {
  max-width: calc(900px + 4em);
  margin: 0 auto;
  padding: 0 2em;
}
.p-introduceCareer__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6923076923;
  text-indent: 0.2em;
  text-align: center;
  color: #00656e;
}
@media only screen and (max-width:480px) {
  .p-introduceCareer__ttl {
    font-size: 2rem;
  }
}
.p-introduceCareer__table {
  width: 100%;
  margin-top: 20px;
  background: #fff;
  box-shadow: 4px 4px 0 #1FABBF;
}
.p-introduceCareer__tr:nth-child(2n) {
  background: #f8f8f8;
}
.p-introduceCareer__th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width:480px) {
  .p-introduceCareer__th {
    width: 120px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:480px) {
  .p-introduceCareer__td {
    font-size: 1.2rem;
  }
}

.p-introduceCareerDetail {
  margin: 0 auto;
  padding: 0 2em;
}
.p-introduceCareerDetail__list {
  max-width: 720px;
  margin: 162px auto 0;
}
.p-introduceCareerDetail__item:not(:first-child) {
  margin-top: 146px;
}
.p-introduceCareerDetail__ttl {
  position: relative;
  font-size: 2.6rem;
}
.p-introduceCareerDetail__ttl::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d5d5d5;
}
.p-introduceCareerDetail__ttl::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 104px;
  height: 4px;
  background: #1FABBF;
}
@media only screen and (max-width:480px) {
  .p-introduceCareerDetail__ttl {
    font-size: 2rem;
  }
}
.p-introduceCareerDetail__box {
  margin-top: 56px;
}
.p-introduceCareerDetail__txt {
  margin-top: 1em;
  text-align: justify;
  line-height: 2;
}
.p-introduceCareerDetail__txt:first-of-type {
  margin-top: 0;
}
.p-introduceCareerDetail__img {
  float: left;
  max-width: 300px;
  margin: 0 2em 2em 0;
}
@media only screen and (max-width:480px) {
  .p-introduceCareerDetail__img {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }
}

/* 診療内容 */
.p-examineFlow {
  padding: 80px 2em 200px;
}
.p-examineFlow__wrap {
  max-width: 852px;
  margin: 0 auto;
}

.p-examineFlowBox {
  margin-top: 100px;
}
.p-examineFlowBox__ttl {
  border-radius: 50vh;
  padding: 26px 76px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background: #00BA9D;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__ttl {
    font-size: 1.8rem;
    padding: 1em 2em;
  }
}
.p-examineFlowBox__list {
  border-left: 1px solid #ccc;
  margin-top: 52px;
  margin-left: 24px;
  padding-left: 64px;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__list {
    margin-top: 32px;
    margin-left: 16px;
    padding-left: 32px;
  }
}
.p-examineFlowBox__item {
  position: relative;
}
.p-examineFlowBox__item:not(:first-child) {
  margin-top: 100px;
}
.p-examineFlowBox__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -76px;
  width: 24px;
  height: 24px;
  border: 5px solid #1FABBF;
  border-radius: 50vh;
  background: #fff;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__item::before {
    left: -41px;
    width: 18px;
    height: 18px;
  }
}
.p-examineFlowBox__subttl {
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__subttl {
    font-size: 1.8rem;
  }
}
.p-examineFlowBox__box {
  margin-top: 40px;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__box {
    margin-top: 16px;
  }
}
.p-examineFlowBox__txt:not(:first-child) {
  margin-top: 1em;
}
.p-examineFlowBox__figure {
  max-width: 550px;
  margin-top: 40px;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__figure {
    margin-top: 16px;
  }
}
.p-examineFlowBox__card {
  max-width: 670px;
  border-radius: 0 80px 0 80px;
  margin-top: 40px;
  padding: 48px 50px;
  background: #1FABBF;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__card {
    border-radius: 0 32px 0 32px;
    margin-top: 16px;
    padding: 32px;
  }
}
.p-examineFlowBox__term {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__term {
    font-size: 1.8rem;
  }
}
.p-examineFlowBox__desc {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.6875;
  color: #fff;
}
@media only screen and (max-width:480px) {
  .p-examineFlowBox__desc {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

html {
  scroll-behavior: smooth;
}

.p-faqLead {
  padding: 48px 0 96px;
  background: #fff;
}
.p-faqLead__wrap {
  max-width: 932px;
  margin: 0 auto;
  padding: 0 16px;
}
.p-faqLead__lead {
  margin-top: 24px;
}
.p-faqLead__item:nth-child(3n) {
  border-right: none;
}
.p-faqLead__item:nth-last-child(1) {
  border-bottom: none;
}

.p-faqContents {
  max-width: 932px;
  margin: 0 auto;
  padding: 0 16px 80px;
}
.p-faqContents__ttl {
  font-size: 2.6rem;
}
.p-faqContents__list {
  margin-top: 32px;
}
.p-faqContents__term {
  display: flex;
  align-items: center;
  padding: 1.5em;
  line-height: 1.6;
}
.p-faqContents__term::before {
  content: "Ｑ";
  margin-right: 1em;
  padding: 0.25em 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-style: italic;
  color: #1FABBF;
}
@media only screen and (max-width:480px) {
  .p-faqContents__term::before {
    padding: 0.25em 0.25em;
    font-size: 2.5rem;
  }
}
.p-faqContents__desc {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding: 1.5em;
  line-height: 1.6;
  background: #f9f9f6;
}
.p-faqContents__desc::before {
  content: "Ａ";
  margin-right: 1em;
  padding: 0.25em 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-style: italic;
  color: #00BA9D;
}
@media only screen and (max-width:480px) {
  .p-faqContents__desc::before {
    padding: 0.25em 0.25em;
    font-size: 2.5rem;
  }
}

/* 採用情報 */
.p-recruitCatch__wrap {
  max-width: 1092px;
  margin: 0 auto;
}
.p-recruitCatch__figure {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 88px;
}
.p-recruitCatch__figure img {
  width: 60%;
}
@media only screen and (max-width:768px) {
  .p-recruitCatch__figure img {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.p-recruitCatch__cap {
  position: absolute;
  right: 0;
  width: 662px;
  border-radius: 0 80px 0 80px;
  padding: 45px 60px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3888888889;
  color: #fff;
  background: #1FABBF;
}
@media only screen and (max-width: 1200px) {
  .p-recruitCatch__cap {
    max-width: 500px;
    width: 100%;
    border-radius: 0 60px 0 60px;
    margin-right: 22px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width:768px) {
  .p-recruitCatch__cap {
    z-index: 200;
    bottom: -100px;
    left: 0;
    margin: 0 auto;
    font-size: 2rem;
  }
}
@media only screen and (max-width:480px) {
  .p-recruitCatch__cap {
    position: static;
    width: 85%;
    border-radius: 16px 0 0 16px;
    margin: -100px 0 32px auto;
    padding: 32px;
  }
}

.p-recruitPerson {
  padding: 108px 2em 156px;
}
.p-recruitPerson__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.p-recruitPerson__lead {
  margin-top: 60px;
}
.p-recruitPerson__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 82px;
}
.p-recruitPerson__item {
  width: calc((100% - 64px) / 3);
}
.p-recruitPerson__item:nth-child(2n) .p-recruitPerson__desc {
  background: #00BA9D;
}
.p-recruitPerson__item:nth-child(n+4) {
  margin-top: 64px;
}
@media only screen and (max-width:480px) {
  .p-recruitPerson__item {
    width: 100%;
  }
  .p-recruitPerson__item:not(:first-child) {
    margin-top: 32px;
  }
  .p-recruitPerson__item:nth-child(n+4) {
    margin-top: 32px;
  }
}
.p-recruitPerson__define {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.p-recruitPerson__term {
  z-index: 100;
  width: 70%;
  border-radius: 50vh;
  padding: 0.5em 1em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width:480px) {
  .p-recruitPerson__term {
    font-size: 1.8rem;
  }
}
.p-recruitPerson__desc {
  display: flex;
  height: 100%;
  border-radius: 16px;
  margin-top: -22px;
  padding: 44px 36px 22px;
  text-align: justify;
  line-height: 1.625;
  color: #fff;
  background: #5fd3c1;
}
@media only screen and (max-width:480px) {
  .p-recruitPerson__desc {
    margin-top: 8px;
  }
}
.p-recruitPerson__txtArea {
  margin-top: 108px;
}
.p-recruitPerson__txt {
  text-align: center;
  line-height: 2;
}
.p-recruitPerson__txt:not(:first-of-type) {
  margin-top: 1em;
}

.p-recruitInfo {
  padding: 0 2em 170px;
}
.p-recruitInfo__figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruitInfo__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.p-recruitInfo__ttl {
  margin-top: 88px;
}
.p-recruitInfo__nav {
  margin-top: 78px;
}
.p-recruitInfo__nav-list {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  gap: 16px;
}
.p-recruitInfo__nav-item {
  border: 1px solid #ccc;
  padding: 1em;
}
.p-recruitInfo__nav-item a {
  display: block;
  text-align: center;
}
.p-recruitInfo__box {
  margin-top: 78px;
}
.p-recruitInfo__table {
  width: 100%;
}
.p-recruitInfo__tr {
  border-top: 1px solid #D5D5D5;
}
.p-recruitInfo__tr:last-of-type {
  border-bottom: 1px solid #D5D5D5;
}
.p-recruitInfo__tr:nth-of-type(2n) {
  background: #f8f8f8;
}
.p-recruitInfo__th {
  width: 230px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width:480px) {
  .p-recruitInfo__th {
    width: 100px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:480px) {
  .p-recruitInfo__td {
    font-size: 1.2rem;
  }
}
.p-recruitInfo__list {
  padding-left: 2em;
}
.p-recruitInfo__item {
  list-style: disc;
}
.p-recruitInfo__define {
  display: flex;
}
.p-recruitInfo__term {
  width: 90px;
}
.p-recruitInfo__desc {
  width: calc(100% - 90px);
}
.p-recruitInfo__txt:not(:first-child) {
  margin-top: 1em;
}
@media only screen and (max-width:480px) {
  .p-recruitInfo__txt {
    font-size: 1.2rem;
  }
}
.p-recruitInfo__treatmentList {
  display: flex;
  flex-wrap: wrap;
}
.p-recruitInfo__treatmentItem:not(:last-child) {
  margin-right: 1em;
}
.p-recruitInfo__treatmentItem::before {
  content: "◎";
}
.p-recruitInfo__btn {
  margin: 40px auto 0;
}

/* margin */
.u-mt1em {
  margin-top: 1em;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mt80 {
  margin-top: 80px;
}

/* line-height */
.u-lh14 {
  line-height: 1.4;
}

@media only screen and (max-width:480px) {
  .u-lh14--sp {
    line-height: 1.4;
  }
}

/* トップサイドナビ　ここから */
#fp-nav ul {
  border-radius: 14px;
  padding: 1px 0;
  background: rgba(0, 0, 0, 0.6);
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 24px;
}

#fp-nav ul li a span {
  box-shadow: 0 0 5px #fff;
}

/* トップサイドナビ　ここまで */
/* トップヒーロー　ここから */
.logo-pairs {
  width: 100%;
  stroke: #fff;
  fill: #fff;
  stroke-width: 1;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  -webkit-animation: dash-pairs 5s ease-in alternate forwards;
  animation: dash-pairs 5s ease-in alternate forwards;
}

@-webkit-keyframes dash-pairs {
  0% {
    stroke-dashoffset: 1600;
    fill-opacity: 0;
  }
  50% {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: 0.3;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes dash-pairs {
  0% {
    stroke-dashoffset: 1600;
    fill-opacity: 0;
  }
  50% {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: 0.3;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
.scroll__btn {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.scroll__btn a {
  padding-top: 60px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.scroll__btn a span {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 24px;
  height: 42px;
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.scroll__btn a span::before {
  position: absolute;
  top: 4px;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .logo-pairs {
    width: 200px;
    height: 100px;
  }
}

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