@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/* =======================================

common.scss

========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
html,
body {
  height: 100%;
}

body {
  background-color: #F2F2F7;
  word-wrap: break-word;
  color: #000000;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.innerLink {
  color: #4E98D9;
  text-decoration: underline;
  font-weight: 600;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  pointer-events: none;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  background-color: #093191;
  color: #FFFFFF;
  font-size: 20px;
  padding: 16px 48px;
  border-radius: 100px;
  font-weight: 700;
}
.btn a i {
  margin-left: 12px;
}

.red {
  color: #dd0000;
}

.center {
  text-align: center;
}

/* =======================================
フレーム
========================================== */
.allcontain {
  background-color: #F2F2F7;
}
.allcontain .mainVisual {
  height: 56vh;
  min-height: 500px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.allcontain .mainVisual span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ph_main.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  transform: scale(1.2);
}
.allcontain .mainVisual img {
  object-fit: contain;
  position: relative;
}
.allcontain .pagesHead {
  text-align: center;
  padding: 120px 40px 64px;
}
.allcontain .pagesHead h1 {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1.4em;
}
.allcontain .pagesHead .titlelead {
  font-size: 20px;
}
.allcontain .pagesHead > *:last-child {
  margin-bottom: 0;
}
.allcontain .headerInfo {
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.allcontain .headerInfo .txt {
  font-size: 16px;
}
.allcontain .headerInfo span {
  display: inline-block;
  font-size: 12px;
  background-color: #FF3B30;
  color: #FFF;
  line-height: 1em;
  padding: 3px 8px 4px;
  border-radius: 100px;
  margin: 0 10px 0 0;
  letter-spacing: 0;
}
.allcontain .intro {
  padding: 40px 32px;
}
.allcontain .intro > * {
  margin-bottom: 24px;
}
.allcontain .intro > *:last-child {
  margin-bottom: 0;
}
.allcontain .navigation {
  display: flex;
  justify-content: center;
  z-index: 5;
}
.allcontain .navigation li {
  padding: 0 8px;
}
.allcontain .navigation li a {
  display: inline-block;
  background-color: #FFF;
  color: #093191;
  font-size: 14px;
  font-weight: 700;
  padding: 16px;
  border-radius: 100px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3333333333);
}
.allcontain .navigation li a i {
  margin-left: 8px;
}
.allcontain .navigation.pageNav {
  position: fixed;
  top: 0;
  right: 0;
  padding: 32px;
}
.allcontain section {
  width: 1000px;
  max-width: calc(100% - 40px);
  padding: 56px;
  margin: 0 auto 56px;
  background-color: #FFF;
}
.allcontain section:last-child {
  margin-bottom: 0;
}
.allcontain section h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.allcontain section h4 {
  font-size: 24px;
  border-left: 10px solid #4E98D9;
  padding-left: 18px;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.allcontain section .mainLead {
  font-size: 20px;
}
.allcontain section .lead {
  font-size: 16px;
  margin-bottom: 24px;
}
.allcontain section .appDown {
  display: flex;
  padding: 16px 0 0 0;
}
.allcontain section .appDown .badge {
  margin: 0 16px 0 0;
  max-width: 160px;
}
.allcontain section .appDown .badge a {
  display: block;
}
.allcontain section .contentBox {
  border-bottom: 2px dashed #F2F2F7;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.allcontain section .contentBox:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.allcontain section .detailList dt {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.allcontain section .detailList dd {
  font-size: 16px;
  margin-bottom: 8px;
}
.allcontain section .detailList dd:last-child {
  margin-bottom: 0;
}
.allcontain section .infoList {
  border-left: 20px solid #4E98D9;
  padding-left: 18px;
  margin-bottom: 24px;
}
.allcontain section .infoList:last-child {
  margin-bottom: 24px;
}
.allcontain section .infoList dt {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 8px;
}
.allcontain section .infoList dd {
  font-size: 18px;
}
.allcontain section .definition {
  margin-bottom: 40px;
}
.allcontain section .definition:last-child {
  margin-bottom: 0;
}
.allcontain section .horizontal {
  display: flex;
  justify-content: space-between;
}
.allcontain section .horizontal .definition {
  width: 50%;
  border-right: 1px solid #F2F2F7;
  margin-bottom: 0;
  padding-right: 48px;
  margin-bottom: 0;
}
.allcontain section .horizontal .definition:last-child {
  padding-left: 48px;
  border: none;
}
.allcontain section .pointsTit {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.allcontain section .points {
  margin-bottom: 16px;
}
.allcontain section .points:last-child {
  margin-bottom: 0;
}
.allcontain section .points li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  margin-bottom: 8px;
}
.allcontain section .points li:last-child {
  margin-bottom: 0;
}
.allcontain section .points li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.allcontain section .cell .cellTit {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.allcontain section .cell .cellTit li {
  width: 33.3333333333%;
  text-align: center;
  font-weight: 700;
  padding: 16px;
}
.allcontain section .cell .cellTit li .cap {
  font-size: 10px;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}
.allcontain section .cell .cellTit:has(> :nth-child(1):last-child) li {
  width: 100%;
}
.allcontain section .cell .cellDetail {
  display: flex;
  font-size: 16px;
  margin-bottom: 8px;
}
.allcontain section .cell .cellDetail:last-child {
  margin-bottom: 0;
}
.allcontain section .cell .cellDetail li {
  width: 33.3333333333%;
  background-color: #F2F2F7;
  text-align: center;
  padding: 10px 0 10px 10px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allcontain section .cell .cellDetail li .txt {
  padding-right: 10px;
}
.allcontain section .cell .cellDetail li .txt .week {
  font-weight: 400;
  margin: 0 0 0 8px;
}
.allcontain section .cell .cellDetail li .txt .week.sat {
  color: #007AFF;
}
.allcontain section .cell .cellDetail li .txt .week.sun {
  color: #FF3B30;
}
.allcontain section .cell .cellDetail li .txt .attention {
  display: inline-block;
  color: #dd0000;
  margin: 5px 0 0 0;
  text-indent: -12px;
  padding: 0 0 0 12px;
}
.allcontain section .cell .cellDetail li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: #C7C7CC;
}
.allcontain section .cell .cellDetail li:last-child:not(:first-child) {
  text-align: left;
  font-size: 12px;
  line-height: 1.4em;
  padding: 10px;
}
.allcontain section .cell .cellDetail:has(> :nth-child(1):last-child) li {
  width: 100%;
}
.allcontain section .cell.cell5 .cellTit li {
  font-size: 14px;
  width: 20%;
}
.allcontain section .cell.cell5 .cellDetail {
  margin-bottom: 4px;
}
.allcontain section .cell.cell5 .cellDetail:last-child {
  margin-bottom: 0;
}
.allcontain section .cell.cell5 .cellDetail li {
  width: 20%;
  font-size: 14px;
}
.allcontain section .cell .cellGroup {
  margin-bottom: 16px;
}
.allcontain section .cell .cellGroup:last-child {
  margin-bottom: 0;
}
.allcontain section .acdList {
  margin-bottom: 8px;
}
.allcontain section .acdList:last-child {
  margin-bottom: 0;
}
.allcontain section .acdList dt {
  font-size: 18px;
  font-weight: 700;
  background-color: #F2F2F7;
  padding: 16px 40px 16px 16px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  line-height: 1.4em;
}
.allcontain section .acdList dt span {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: calc(50% - 9px);
  border-top: 1px solid;
  border-right: 1px solid;
  transition: 0.3s ease;
  transform: rotate(135deg);
}
.allcontain section .acdList dt.open {
  background-color: #093191;
  color: #FFFFFF;
}
.allcontain section .acdList dt.open span {
  transform: rotate(-45deg);
  top: calc(50% - 3px);
}
.allcontain section .acdList dd {
  display: none;
  font-size: 16px;
  font-size: 16px;
  background-color: #F2F2F7;
  padding: 16px;
}
.allcontain section .acdList dd .txt {
  line-height: 1.4em;
  margin-bottom: 8px;
}
.allcontain section .acdList dd .txt:last-child {
  margin-bottom: 0;
}
.allcontain footer {
  background-color: #093191;
  color: #FFF;
  padding: 40px;
}
.allcontain footer .footerNav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.allcontain footer .footerNav li {
  border-right: 1px solid;
  line-height: 1em;
  padding: 0 16px;
}
.allcontain footer .footerNav li:last-child {
  border-right: none;
}
.allcontain footer .footerNav li a {
  font-size: 14px;
}
.allcontain footer .credit {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.2s 0s ease;
  }
  .innerLink {
    transition: 0.3s ease;
  }
  .innerLink:hover {
    filter: brightness(1.4);
  }
  .btn a {
    transition: 0.3s ease;
  }
  .btn a:hover {
    background-color: #4E98D9;
  }
  .appDown .badge a {
    transition: 0.3s ease;
  }
  .appDown .badge a:hover {
    opacity: 0.7;
  }
  .allcontain .navigationBlock {
    display: block !important;
  }
  .allcontain .navigationBlock .navigation li a:hover {
    background-color: #093191;
    color: #FFF;
  }
  .allcontain .hamBtn {
    display: none;
  }
  .allcontain footer .footerNav li a {
    transition: 0.3s ease;
  }
  .allcontain footer .footerNav li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn a {
    font-size: 14px;
    padding: 16px 24px;
  }
  .allcontain .mainVisual {
    height: auto;
    min-height: 0;
  }
  .allcontain .navigationBlock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #093191;
    display: none;
    padding: 80px 24px 24px;
    z-index: 999;
  }
  .allcontain .navigationBlock .navigation {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
  }
  .allcontain .navigationBlock .navigation li a {
    display: inline-block;
    background-color: transparent;
    color: FFF;
    font-size: 18px;
    padding: 0;
    margin-bottom: 24px;
    border-radius: 100px;
    box-shadow: none;
  }
  .allcontain .hamBtn {
    display: block;
    position: fixed;
    right: 8px;
    top: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
    background: #093191;
    padding: 10px;
  }
  .allcontain .hamBtn .hamMenu {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .allcontain .hamBtn .hamMenu span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    transition: all 0.3s ease;
  }
  .allcontain .hamBtn .hamMenu span:nth-of-type(1) {
    top: 0;
  }
  .allcontain .hamBtn .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .allcontain .hamBtn .hamMenu span:nth-of-type(3) {
    bottom: 0;
  }
  .allcontain .hamBtn.open .hamMenu span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .allcontain .hamBtn.open .hamMenu span:nth-of-type(2) {
    opacity: 0;
  }
  .allcontain .hamBtn.open .hamMenu span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
  }
  .allcontain .headerInfo {
    padding: 6px 60px 6px 6px;
  }
  .allcontain .headerInfo .txt {
    font-size: 14px;
  }
  .allcontain .pagesHead {
    padding: 64px 16px 32px;
  }
  .allcontain .pagesHead h1 {
    font-size: 32px;
  }
  .allcontain .pagesHead .titlelead {
    text-align: left;
    font-size: 16px;
  }
  .allcontain .intro > * {
    margin-bottom: initial;
  }
  .allcontain section {
    max-width: calc(100% - 32px);
    padding: 16px;
    margin: 0 auto 24px;
  }
  .allcontain section h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .allcontain section h4 {
    font-size: 18px;
    padding-left: 12px;
    line-height: 1.5em;
    margin-bottom: 12px;
  }
  .allcontain section .mainLead {
    font-size: 16px;
  }
  .allcontain section .contentBox {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .allcontain section .infoList {
    border-left: 14px solid #4E98D9;
    padding-left: 14px;
  }
  .allcontain section .infoList dt {
    font-size: 18px;
  }
  .allcontain section .infoList dd {
    font-size: 14px;
  }
  .allcontain section .points li {
    font-size: 14px;
  }
  .allcontain section .definition {
    margin-bottom: 24px;
  }
  .allcontain section .definition .pointsTit {
    font-size: 16px;
  }
  .allcontain section .horizontal {
    display: block;
  }
  .allcontain section .horizontal .definition {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #F2F2F7;
    padding-right: 0;
    padding-bottom: 24px;
  }
  .allcontain section .horizontal .definition:last-child {
    padding: 24px 0 0;
  }
  .allcontain section .detailList dt {
    font-size: 16px;
  }
  .allcontain section .detailList dd {
    font-size: 14px;
  }
  .allcontain section .cell .cellTit {
    display: none;
  }
  .allcontain section .cell .cellDetail {
    display: block;
    font-size: 14px;
  }
  .allcontain section .cell .cellDetail li {
    width: 100%;
    padding: 0;
    text-align: left;
    display: block;
  }
  .allcontain section .cell .cellDetail li .txt {
    padding: 8px;
  }
  .allcontain section .cell .cellDetail li .txt .subTit {
    font-size: 10px;
    display: block;
    color: #666;
    font-weight: 500;
  }
  .allcontain section .cell .cellDetail li:not(:last-child):before {
    content: none;
  }
  .allcontain section .cell .cellDetail li:not(:last-child) .txt {
    border-right: none;
    border-bottom: 1px dashed;
  }
  .allcontain section .cell .cellDetail li:last-child:not(:first-child) {
    padding: 0;
  }
  .allcontain section .cell.cell5 .cellDetail li {
    width: 100%;
  }
  .allcontain footer {
    padding: 24px;
  }
  .allcontain footer .footerNav {
    display: block;
  }
  .allcontain footer .footerNav li {
    border-right: none;
    padding: 0;
    margin-bottom: 8px;
    margin-bottom: 12px;
  }
  .allcontain footer .footerNav li a {
    font-size: 12px;
  }
  .allcontain footer .credit {
    text-align: left;
    font-size: 8px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .pc {
    display: none !important;
  }
}/*# sourceMappingURL=service.css.map */