@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Helvetica Neue", Arial, Verdana, "Hiragino Sans", sans-serif;
  font-weight: 400;
}

:root {
  --black: #222;
  --futureblue: #0099B3;
  --bluegreen: #009999;
  --skyblue: #E5F2F5;
  --gray: #e0e1e1;
  --gray01: #efefef;
  --gray02: #bbb;
  --gray03: #707070;
  --orange: #ee8800;
  --orange02: #FFE9CC;
  --red: #D00000;
}

html {
  color: var(--black);
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-moz-placeholder,
::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 140px;
  background-color: tomato;
  font-weight: bold;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.app-header {
  max-width: 1265px;
  margin: 0 auto;
  padding-top: 16px;
}
.app-header a {
  display: inline-block;
}
.app-header h1 img {
  width: 283px;
  height: auto;
}

.app-wrapper {
  margin: 40px 20px;
  padding-bottom: 50px;
}

.app-content {
  max-width: 1200px;
  margin: 0 auto 64px;
}
.app-content .main_content {
  background: #E5F2F5;
  padding: 45px 50px;
}
.app-content .list {
  line-height: 1.7;
  color: var(--black);
}
.app-content .list li {
  font-size: 18px;
  padding-left: 26px;
  position: relative;
}
.app-content .list li::before {
  background: #3BB0C5;
  border-radius: 50%;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
}
.app-content .list li + li {
  margin-top: 12px;
}
.app-content .guide_link {
  border: 2px solid #0199b4;
  width: 400px;
  margin: 45px auto 0;
  text-align: center;
}
.app-content .guide_link:hover {
  background-color: #edf7fa;
}
.app-content .guide_link a {
  color: #006680;
  line-height: 1.7;
  font-size: 18px;
  display: block;
  padding: 23px 0 23px 0;
  cursor: pointer !important;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 26.6666666667vw;
    background-color: lightgreen;
  }
  .app-header {
    padding-top: 26px;
    padding-left: 10px;
  }
  .app-header h1 img {
    width: 190px;
  }
  .app-wrapper {
    margin: 20px 20px;
  }
  .app-content .main_content {
    padding: 20px;
  }
  .app-content .list li {
    font-size: 16px;
  }
  .app-content .list li::before {
    width: 12px;
    height: 12px;
    top: 8px;
  }
  .app-content .guide_link {
    width: 100%;
    margin-top: 30px;
  }
  .app-content .guide_link a {
    font-size: 16px;
  }
}
.center {
  display: grid;
  place-content: center;
}

.pass {
  max-width: 1200px;
  margin: 0 auto 64px;
  line-height: 1.5;
}
.pass_ttl {
  background-color: var(--gray03);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 76px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .pass_ttl {
    font-size: 18px;
    height: auto;
  }
}
.pass_text {
  background-color: var(--gray);
  text-align: center;
  height: 100px;
  line-height: 1.8;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .pass_text {
    height: auto;
    line-height: 1.6;
    text-align: left;
  }
}
.pass .accordion {
  position: relative;
}
.pass .accordion dt {
  background-color: var(--orange);
  padding: 16px;
  height: 104px;
  transition: 0.1s ease-in-out;
}
.pass .accordion dt.view {
  height: 0;
  padding: 0;
}
.pass .accordion dt.view .accordionButton {
  background: var(--orange);
  color: #fff;
  transition: 0.1s ease-in-out;
}
.pass .accordion dt.view .accordionButton span::before {
  transform: rotate(-180deg);
}
.pass .accordionButton {
  background-color: #fff;
  border-radius: 27px;
  color: var(--orange);
  font-weight: bold;
  width: 396px;
  height: 54px;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: auto;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .pass .accordionButton {
    width: 90%;
  }
}
.pass .accordionButton span {
  display: block;
  width: 100%;
  position: relative;
}
.pass .accordionButton span::before {
  content: "";
  background: url(../img/icn_arrow_down.svg) no-repeat center center/contain;
  height: 26px;
  width: 26px;
  bottom: -5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
.pass .accordion dd {
  display: none;
  background-color: var(--orange02);
  padding: 40px 32px 144px;
}
.pass .step_item {
  background-color: #fff;
  padding: 24px;
  position: relative;
}
.pass .step_item:not(:last-child) {
  margin-bottom: 40px;
}
.pass .step_ttl {
  color: var(--orange);
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .pass .step_ttl {
    padding-left: 8px;
  }
}
.pass .step_text {
  margin-top: 16px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .pass .step_text {
    padding-left: 8px;
  }
}
.pass .step_number {
  background-color: var(--orange);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 72px;
  height: 72px;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .pass .step_number {
    width: 56px;
    height: 56px;
  }
}
.pass .step_number-text {
  font-size: 12px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .pass .step_number-text {
    font-size: 10px;
  }
}
.pass .step_number-number {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pass .step_number-number {
    font-size: 22px;
  }
}
.pass .step_box {
  border: 1px solid var(--gray03);
}
.pass .step_box-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .pass .step_box-wrap {
    flex-direction: column;
  }
}
.pass .step_box-ttl {
  background-color: var(--gray03);
  color: #fff;
  padding: 8px;
  text-align: center;
}
.pass .step_mark {
  padding-top: 2px;
}

.pagetop {
  display: flex;
  justify-content: center;
  color: var(--futureblue);
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto;
  width: 400px;
  text-align: center;
  padding: 16px;
  background-color: var(--skyblue);
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 90%;
  }
}
.pagetop:hover {
  opacity: 0.7;
}
.pagetop::before {
  background-color: var(--futureblue);
  position: absolute;
  content: "";
  width: 20px;
  height: 17px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: auto;
  inset: 0;
  margin-left: 0;
  left: 16px;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a {
    transition: 0.3s ease-in-out;
  }
  a::before, a::after {
    transition: 0.3s ease-in-out;
  }
  button {
    transition: 0.3s ease-in-out;
  }
  button::before, button::after {
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
}/*# sourceMappingURL=index.css.map */