/***************    reset    ***************/
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/***************    base    ***************/
/* html */
html {
  scroll-padding-top: 115px;
  scroll-behavior: smooth;
}

/* body */
body {
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100svh;
}

/* img */
img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/***************    l-header    ***************/
.l-header {
  background: #fff;
  height: 115px;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
}

.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.l-header__nav {
  width: 60%;
}

.l-header__lists {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.l-header__lists--current::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-color: #FFA93A;
  width: 40px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.l-header__item {
  position: relative;
  font-weight: bold;
  line-height: 20px;
}

.l-header__link {
  display: block;
}

.l-header__subItem {
  color: #FFA93A;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
}

/* sp-nav */
.l-sp-nav {
  display: block;
  position: fixed;
  background-color: #ffffff;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  right: -700px;
  top: 115px;
  padding: 10%;
  bottom: 0;
  padding: 0 10% 0 10%;
}

.l-sp-nav__item {
  padding: 25px 0;
  font-weight: bold;
  border-bottom: 1px solid #CECCCA;
}

.l-sp-nav__item span {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  color: #FFA93A;
  margin-right: 20px;
  font-style: italic;
}

.l-sp-nav__item--widthBnr {
  width: 320px;
}

.l-sp-nav__item:last-child {
  border-bottom: none;
}

.open .l-sp-nav {
  right: 0;
  opacity: 1;
  width: 100%;
}

.is-toggleBtn {
  position: relative;
  display: block;
  margin-right: 30px;
  width: 30px;
  height: 30px;
  z-index: 9999;
  cursor: pointer;
}

.is-toggleBtn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: all 0.5s;
  border-radius: 4px;
}

.is-toggleBtn span:nth-child(1) {
  top: 4px;
}

.is-toggleBtn span:nth-child(2) {
  top: 14px;
}

.is-toggleBtn span:nth-child(3) {
  bottom: 4px;
}

.open .is-toggleBtn span:nth-child(1) {
  transform: translateY(10px) rotate(225deg);
}

.open .is-toggleBtn span:nth-child(2) {
  opacity: 0;
}

.open .is-toggleBtn span:nth-child(3) {
  transform: translateY(-10px) rotate(-225deg);
}

@media screen and (min-width: 769px) {
  .l-sp-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 0 2%;
  }
}

@media screen and (max-width: 480px) {
  .l-header {
    height: 90px;
  }

  .l-header__logo01 {
    width: 35%;
  }

  .l-header__logo02 {
    width: 30%;
  }

  .l-sp-nav {
    top: 90px;
  }

  .l-sp-nav__item {
    font-size: 0.9rem;
  }
}

/***************    l-main    ***************/
main {
  padding-top: 115px;
}

@media screen and (max-width: 480px) {
  main {
    padding-top: 90px;
  }
}

/***************    footer    ***************/
.l-footer {
  background-color: #E8F7FF;
  padding: 35px 0;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-footer__nav {
  width: 77%;
}

.l-footer__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-footer__lists span {
  display: inline-block;
  margin-left: 5px;
}

.l-footer__list {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
  }

  .l-footer__nav {
    width: 77%;
  }

  .l-footer__lists {
    width: 100%;
    margin-top: 50px;
    margin-left: 3%;
  }

  .l-footer__list {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__nav {
    width: 90%;
  }

  .l-footer__list {
    margin-bottom: 20px;
    font-size: 0.8rem;
  }
}

/***************    l-container    ***************/
/* header */
.l-header__container {
  max-width: 1260px;
  margin-inline: auto;
  padding-top: 15px;
}

.l-common-container {
  max-width: 1310px;
  margin-inline: auto;
}

/* footer */
.l-footer__container {
  max-width: 1020px;
  margin-inline: auto;
}

/* how */
.l-how-cell-container {
  max-width: 1160px;
  margin-inline: auto;
  width: 100%;
}

.l-how-links-container {
  max-width: 830px;
  margin-inline: auto;
}

/* quetion */
.l-question-contents-contaier {
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 480px) {
  .l-home-mainVisual-sp {
    max-width: 340px;
  }

  .l-cell-sp-container {
    max-width: 320px;
    margin-inline: auto;
  }
}

/***************    c-btn    ***************/
/* btn */
.c-home-btn {
  max-width: 275px;
  text-align: center;
  position: relative;
  z-index: 100;
}

.c-home-btn a {
  display: block;
  padding: 20px;
  border-radius: 60px;
  color: #fff;
}

.c-sp-btn01 a {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
}

.c-sp-btn01 a img {
  width: 100%;
}

.c-btn01 a {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1000;
}

.c-btn01 a img {
  width: 100%;
}

/***************    mainbg    ***************/
.c-underMain {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}

.c-underMain__headding {
  display: grid;
  place-items: center start;
  height: 300px;
  font-size: 3.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  line-height: 46px;
}

.c-underMain__headding span {
  font-size: 1.8rem;
  display: contents;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: initial;
}

@media screen and (max-width: 768px) {
  .c-underMain {
    height: 360px;
  }

  .c-underMain__headding {
    place-items: end start;
    height: 360px;
    width: 80%;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .c-underMain {
    height: 190px;
  }

  .c-underMain__headding {
    height: 190px;
    font-size: 2rem;
    padding-bottom: 20px;
    line-height: 30px;
  }

  .c-underMain__headding span {
    font-size: 1.3rem;
  }
}

/***************    home    ***************/
/* mainvisual */
.p-home-mainVisual {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.p-home-mainVisual__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 85px;
}

.p-home-mainVisual__txts {
  display: flex;
  margin-top: 125px;
}

.p-home-mainVisual__headding {
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  margin-left: 15px;
}

.p-home-mainVisual__subHeadding {
  font-size: 1.55rem;
  display: block;
  margin-top: 15px;
}

/* home-what */
.p-eng-headding01 {
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  color: #0087ED;
  font-size: 3.5rem;
  position: relative;
  display: inline-block;
}

.p-eng-headding01 img {
  position: absolute;
  right: -70px;
  top: -10px;
}

.p-home-what {
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}

.p-home-what__inner {
  position: relative;
  background-size: cover;
  background-position: right;
  margin-top: -115px;
  padding-top: 95px;
}

.p-home-what__img {
  position: absolute;
  right: 0;
  top: 260px;
}

.p-home-btn01 a {
  background: linear-gradient(to right, #0087ED, #045FE3);
}

/* home-how */
.p-eng-headding02 {
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  color: #FFA93A;
  font-size: 3.5rem;
}

.p-home-how {
  margin: 380px 0 155px;
}

.p-home-how__inner {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding-bottom: 100px;
}

.p-home-how__img {
  margin-top: -30px;
}

.p-home-how__pc {
  position: absolute;
  right: -130px;
  bottom: -100px;
}

/* home-where */
.p-home-where {
  margin-bottom: 190px;
}

.p-home-where__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  padding: 110px 0 140px 110px;
}

.p-home-where__block {
  width: 25%;
}

/* p-home-others */
.p-home-others {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 175px 0 135px;
}

.p-home-others__lists {
  display: flex;
  justify-content: space-between;
}

.p-home-others__list {
  text-align: center;
  width: 45.8%;
}

.p-home-others__listBg {
  background-color: #fff;
  padding: 65px 95px;
  border-radius: 0 0 15px 15px;
}

.p-home-others__headding {
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 40px;
}

.p-home-others__headding span {
  font-size: 1rem;
  font-weight: lighter;
  display: block;
  margin-top: 20px;
}

.p-home-btn02 {
  margin: -30px auto 0;
}

.p-home-btn02 a {
  background: #FFA93A;
}

@media screen and (max-width: 1600px) {
  .p-home-how__pc {
    right: 0;
    width: 20%;
  }

  .p-home-how__img img {
    width: 45vw;
  }
}

@media screen and (max-width: 1400px) {
  .p-home-what__img {
    width: 55vw;
  }

  .p-home-how__inner {
    padding-right: 3%;
    padding-left: 3%;
    align-items: flex-start;
    background-size: cover;
  }

  .p-home-where__block {
    width: 40%;
}

  .p-home-where__img img {
    width: 55vw;
  }
}

@media screen and (max-width: 1200px) {
  .p-home-how {
    margin-top: 190px;
  }

  .p-home-how__inner {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 769px) {
  .p-home-bg {
    background-image: url(../images/home/mainVisual.png);
    height: 635px;
  }

  .p-home-what__inner {
    background-image: url(../images/home/whatBg.png);
    padding-right: 3%;
    padding-left: 3%;
  }

  .p-home-what-btn {
    position: absolute;
    bottom: -30px;
    left: 3%;
    right: 0;
  }

  .p-home-how__inner {
    background-image: url(../images/home/howBg.png);
  }

  .p-home-where__inner {
    background-image: url(../images/home/whereBg.png);
  }

  .p-home-others {
    background-image: url(../images/home/othersBg.png);
  }
}

@media screen and (max-width: 768px) {
  .p-home-bg {
    background-image: url(../images/home/mainVisual-sp.png);
    height: 100vh;
    position: relative;
  }

  .p-home-bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 25%;
    background-color: #007DC4;
    opacity: 0.8;
    bottom: 0;
  }

  .p-home-mainVisual__inner {
    flex-direction: column;
    padding-top: 35px;
  }

  .p-home-mainVisual__txts {
    margin-top: 0;
  }

  .p-home-mainVisual__headding {
    margin-left: 0;
    font-size: 2.8rem;
  }

  .p-home-mainVisual__subHeadding {
    font-size: 1.3rem;
  }

  .p-home-mainVisual__graph {
    width: 100%;
    z-index: 100;
    position: absolute;
    bottom: 0;
    text-align: center;
  }

  .p-home-what__img {
    position: unset;
  }

  .p-home-what-intro {
    padding: 60px 30px 200px 40px;
    width: 90%;
    background-color: #E8F7FF;
  }

  .p-home-what__img {
    width: 90%;
    margin-left: auto;
    text-align: right;
    margin-top: -120px;
  }

  .p-home-where__block {
    width: 100%;
  }

  .p-home-how__inner {
    flex-direction: column;
    background-color: #FFF7E2;
    background-size: cover;
    width: 90%;
    margin-inline: unset;
    margin-left: auto;
    padding-bottom: 340px;
  }

  .p-home-how__img {
    margin-top: -260px;
    width: 90%;
    position: relative;
  }

  .p-home-how__img img {
    width: auto;
  }

  .p-home-how__pc {
    right: 40px;
    top: -95px;
    width: auto;
    height: 0;
  }

  .p-home-where {
    margin-bottom: 70px;
  }

  .p-home-where__inner {
    position: relative;
    background-color: #E8F7FF;
    width: 90%;
    margin-right: auto;
    margin-inline: unset;
    padding-bottom: 315px;
  }

  .p-home-where__img {
    width: 100%;
    margin-top: -250px;
    position: relative;
  }

  .p-home-where__img img {
    width: auto;
  }

  .p-home-where__spPhone {
    position: absolute;
    top: -100px;
    right: 50px;
  }

  .p-home-others {
    padding: 100px 2% 135px;
    background-image: url(../images/home/othersBg-sp.png);
  }

  .p-home-others__lists {
    flex-direction: column;
  }

  .p-home-others__list {
    width: 80%;
    margin-inline: auto;
  }

  .p-home-others__listBg {
    box-shadow: 0px 6px 15px -5px #777777;
  }

  .p-home-others__list:nth-of-type(1) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .p-home-bg::after {
    height: 15%;
  }

  .p-home-mainVisual__headding {
    font-size: 1.8rem;
    line-height: 40px;
    text-align: left;
  }

  .p-home-mainVisual__subHeadding {
    font-size: 0.8rem;
    margin-top: 0;
  }

  .p-home-mainVisual__txts {
    width: 100%;
  }

  .p-home-mainVisual__graph {
    width: 90%;
  }

  .p-eng-headding01 {
    font-size: 2.5rem;
  }

  .p-eng-headding01 img {
    right: -55px;
    width: 35%;
  }

  .p-eng-headding02 {
    font-size: 2.5rem;
  }

  .p-eng-headding03 {
    font-size: 2.5rem;
  }

  .p-what-intro {
    padding-left: 40px;
  }

  .p-home-how {
    margin: 80px 0;
  }

  .p-home-how__pc {
    right: 20px;
    top: -38px;
    width: 50vw;
  }

  .p-home-where__inner {
    padding-left: 40px;
    padding-bottom: 220px;
  }

  .p-home-where__img {
    margin-top: -150px;
  }

  .p-home-where__spPhone {
    top: -37px;
    right: 30px;
  }

  .p-home-where__spPhone img {
    width: 25vw;
  }

  .p-home-others {
    padding: 0 2% 75px;
  }

  .p-home-others__headding {
    font-size: 1.2rem;
  }

  .p-home-others__list {
    width: 90%;
  }

  .p-home-others__listBg {
    padding: 45px 10% 65px;
  }

  .p-home-others__headding span {
    font-size: 0.77rem;
    line-height: 25px;
  }
}

/***************    what   ***************/
.p-what-about {
  background-image: url(../images/what/whatBg02.png);
  padding: 95px 0 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-what-about__inner {
  display: flex;
}

.p-what-about__detail {
  position: relative;
  width: 50%;
  margin-top: 150px;
}

.p-what-about__img {
  width: 49%;
  margin-left: -60px;
  position: relative;
}

.p-what-01 {
  margin: 145px 0 170px;
}

.p-what-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-what-txts {
  width: 40%;
}

.p-what-img {
  width: 56.5%;
}

.p-what-02 {
  margin-bottom: 125px;
}

.p-what-03 {
  margin-bottom: 240px;
}

.p-what-txts03 {
  width: 47%;
  margin-left: 2%;
}

@media screen and (min-width: 769px) {
  .p-whatMain {
    background-image: url(../images/what/whatBg.png);
  }
}

@media screen and (max-width: 768px) {
  .p-whatMain {
    background-image: url(../images/what/whatBg-sp.png);
  }

  .p-what-about__inner {
    flex-direction: column;
  }

  .p-what-about__detail {
    width: 100%;
    margin-inline: auto;
    margin-top: 0;
  }

  .p-what-about__img {
    width: 85%;
    margin-inline: auto;
    margin-top: -50px;
  }

  .p-what-inner {
    flex-direction: column;
  }

  .p-what-txts {
    width: 85%;
    margin-inline: auto;
  }

  .p-what-img {
    width: 93%;
  }

  .p-what-01 .p-what-img {
    order: 2;
    margin-right: auto;
  }

  .p-what-02 .p-what-img {
    margin-left: auto;
  }

  .p-what-03 .p-what-img {
    order: 2;
    margin-left: auto;
  }

  .p-what-03 .p-what-txts03 {
    width: 85%;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .p-what-about {
    padding: 30px 0 60px;
  }

  .p-what-about__img {
    margin-top: -30px;
  }

  .p-what-01 {
    margin: 75px 0 30px;
  }

  .p-what-02 {
    margin-bottom: 55px;
  }

  .p-what-03 {
    margin-bottom: 50px;
  }
}

/***************    how    ***************/
.p-how-intro {
  margin: 105px 0 135px;
}

.p-how-intro__txt {
  margin-top: 40px;
  line-height: 40px;
  font-size: 1.1rem;
}

.p-how-sample {
  margin-bottom: -150px;
}

.p-how-cell {
  background-color: #FDEDCD;
  padding: 270px 0 140px;
}

.p-how-cell__inner {
  position: relative;
  background-color: #fff;
  padding: 100px 0;
}

.p-how-cell__inner--square {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-how-cell__headding {
  padding-bottom: 40px;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-how-cell__contents th {
  text-align: center;
}

.p-how-cell__contents td {
  padding-top: 48px;
  padding-bottom: 48px;
}

.p-how-cell__01 {
  width: 10%;
}

.p-how-cell__title {
  background-color: #0077C2;
  color: #fff;
  font-weight: 500;
  padding: 13px 0;
}

.p-how-cell__bg01 {
  background-color: #DEF3FF;
}

.p-how-cell__color01 {
  color: #fff;
  background-color: #D65B00;
  width: 30px;
  display: inline-block;
  padding: 5px 0;
}

.p-how-cell__bg02 {
  background-color: rgba(222, 243, 255, 0.35);
}

.p-how-cell__color02 {
  color: #0077C2;
  font-weight: bold;
}

.p-how-links {
  margin-top: 90px;
}

.p-how-links__headding {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-how-links__txt {
  line-height: 33px;
}

.p-how-links__lists {
  display: flex;
  justify-content: space-between;
  margin: 55px auto 105px;
}

.p-how-links__item {
  width: 31%;
}

@media screen and (min-width: 769px) {
  .p-howMain {
    background-image: url(../images/how/howBg.png);
  }
}

@media screen and (max-width: 768px) {
  .p-howMain {
    background-image: url(../images/how/howBg-sp.png);
  }

  .p-how-intro {
    margin: 75px 0;
  }

  .p-how-intro__txt {
    font-size: 0.85rem;
  }

  .p-how-sample__pc {
    width: 95%;
    margin-inline: auto;
  }

  .p-how-cell__inner {
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-inline: auto;
  }

  .p-how-cell__contents th {
    font-size: 0.9rem;
  }

  .p-how-cell__contents td {
    padding: 30px 1%;
    vertical-align: middle;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .p-how-sample__tap {
    text-align: right;
  }

  .p-how-sample__spHeadding {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }

  .p-how-cell {
    padding: 210px 0 70px;
  }

  .p-how-cell__headding {
    line-height: 40px;
    font-weight: bold;
  }

  .p-how-cell__sp {
    margin-bottom: 15px;
  }

  .p-how-cell__sp:nth-of-type(odd) {
    background-color: #DEF3FF;
  }

  .p-how-cell__sp:nth-of-type(even) {
    background-color: rgba(222, 243, 255, 0.35);
  }

  .p-how-cell__spNum {
    background-color: #D65B00;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
  }

  .p-how-cell__inner {
    padding: 130px 0 70px;
  }

  .p-how-cell__spInner {
    padding: 15px 5px 15px 15px;
  }

  .p-how-cell__spInner dl {
    display: flex;
    align-items: center;
  }

  .p-how-cell__spInner dt {
    font-size: 0.85rem;
    line-height: 25px;
    font-weight: bold;
  }

  .p-how-cell__spInner dd {
    font-size: 0.78rem;
    line-height: 25px;
    font-weight: bold;
  }

  .p-how-cell__spTxt01, .p-how-cell__spTxt02 {
    color: #6A6A6A;
  }

  .p-how-cell__spBlock {
    padding: 20px 0;
    width: 115px;
    color: #fff;
    background-color: #0077C2;
    margin-right: 15px;
  }

  .p-how-cell__spLink {
    color: #0077C2;
  }

  .p-how-cell__spLink img {
    vertical-align: middle;
    vertical-align: revert;
    margin-left: 8px;
    display: inline-block;
  }

  .p-how-links__headding {
    font-size: 1.5rem;
    line-height: 40px;
  }

  .p-how-links__txt {
    font-size: 0.87rem;
  }

  .p-how-links__lists {
    flex-direction: column;
    align-items: center;
  }

  .p-how-links__item {
    width: 70%;
  }

  .p-how-links__item:nth-child(1) {
    margin-bottom: 20px;
  }

  .p-how-links__item:nth-child(2) {
    margin-bottom: 20px;
  }
}

/***************    where   ***************/
.p-whereMain {
  background-image: url(../images/where/whereBg.png);
}

.p-where-intro {
  margin: 110px 0 90px;
}

.p-where-intro__headding {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px 0 40px;
}

.p-where-logos {
  background-color: #D8F1FF;
  padding: 80px 0;
}

.p-where-logos__inner {
  background-color: #fff;
}

.p-where-logos__txt {
  padding-top: 60px;
}

.p-where-logos__lists {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-where-logos__item {
  width: 30%;
  padding: 50px 0;
}

@media screen and (max-width: 480px) {
  .p-where-intro__headding {
    font-size: 1.5rem;
    line-height: 40px;
  }

  .p-where-intro__txt {
    line-height: 35px;
  }

  .p-where-logos__inner {
    width: 90%;
    margin-inline: auto;
  }

  .p-where-logos__txt {
    line-height: 35px;
    font-size: 0.8rem;
  }

  .p-where-logos__lists {
    flex-direction: column;
    padding: 10px 0 0 0;
  }

  .p-where-logos__item {
    width: 90%;
    border-bottom: 1px solid rgba(119, 119, 119, 0.4666666667);
    margin-inline: auto;
  }

  .p-where-logos__item {
    width: 90%;
    border-bottom: 1px solid rgba(119, 119, 119, 0.4666666667);
    margin-inline: auto;
  }

  .p-where-logos__item:last-child {
    border-bottom: none;
  }
}

/***************    question   ***************/
.p-question-intro {
  margin: 110px 0 80px;
}

.p-question-intro__img:nth-of-type(1) {
  margin-bottom: 50px;
}

.p-questions {
  border-radius: 15px;
  background-color: #DEF3FF;
  padding: 55px 65px 60px;
  margin-bottom: 50px;
}

.p-questions__q {
  padding: 0 0 25px 35px;
  display: flex;
  align-items: center;
}

.p-questions__q dt {
  margin-right: 20px;
  flex-shrink: 0;
}

.p-questions__q dd {
  line-height: 30px;
  font-weight: bold;
}

.p-questions__a {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 25px 25px 35px;
  display: flex;
  align-items: center;
}

.p-questions__a dt {
  margin-right: 20px;
  flex-shrink: 0;
}

.p-questions__a dd {
  line-height: 30px;
  font-weight: bold;
}

.p-questions__a--link {
  color: #0087ED;
}

@media screen and (min-width: 769px) {
  .p-questionMain {
    background-image: url(../images/question/questionBg.png);
  }
}

@media screen and (max-width: 768px) {
  .p-questionMain {
    background-image: url(../images/question/questionBg-sp.png);
  }

  .p-question-intro {
    margin-right: 2%;
    margin-left: 2%;
  }

  .p-questions {
    margin-right: 2%;
    margin-left: 2%;
    padding: 55px 20px 60px;
  }

  .p-questions__q dt {
    width: 15%;
  }

  .p-questions__q dd {
    font-size: 0.9rem;
  }

  .p-questions__a dt {
    width: 15%;
  }

  .p-questions__a dd {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .p-questions {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
  }

  .p-questions__q {
    padding: 0 0 25px 25px;
  }

  .p-questions__q dd {
    font-size: 0.9rem;
    line-height: 25px;
  }

  .p-questions__a {
    padding: 25px;
  }

  .p-questions__a dd {
    font-size: 0.9rem;
    line-height: 25px;
  }
}

/***************    introduce   ***************/
.p-introduce__headding {
  padding: 20px 0;
  font-size: 1.85rem;
  font-weight: bold;
}

.p-introduce__whatHeadding {
  padding: 0 0 40px;
  font-size: 1.85rem;
  font-weight: bold;
}

.p-introduce__txt {
  padding-bottom: 100px;
  line-height: 40px;
}

.p-introduce02 {
  width: 45%;
  padding-top: 50px;
}

.p-introduce-txtOther {
  padding-bottom: 65px;
  line-height: 40px;
}

@media screen and (max-width: 1200px) {
  .p-introduce__headding {
    padding: 30px 0;
  }

  .p-introduce-txtOther {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-introduce__headding {
    line-height: 50px;
  }

  .p-introduce__txt {
    padding-bottom: 40px;
  }

  .p-introduce02 {
    width: 100%;
    padding-top: 100px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-introduce__headding {
    font-size: 1.4rem;
    padding: 0 0 10px;
  }

  .p-introduce__txt {
    font-size: 0.8rem;
  }

  .p-introduce__whereLogo {
    width: 80%;
  }

  .p-introduce__num {
    width: 25%;
  }

  .p-introduce__whatHeadding {
    padding: 10px 0 20px;
    font-size: 1.3rem;
  }

  .p-introduce02 {
    padding-left: 20px;
  }

  .p-introduce-txtOther {
    font-size: 0.8rem;
  }
}

/***************    padding   ***************/
/* how */
.u-how-cell-pl {
  padding-left: 30px;
}

/***************    margin   ***************/
/* question */
.u-mb50 {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {

  /* how */
  .u-how-sp-mb {
    margin-bottom: 13px;
  }
}

/***************    none   ***************/
.u-none {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}

/***************    width   ***************/
.u-what-txt {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .u-what-txt {
    width: 100%;
  }
}

/***************    center   ***************/
.u-center {
  text-align: center;
}

/***************    border   ***************/
/* how table border */
.u-border-top,
.u-border,
.u-border-bottom {
  position: relative;
}

.u-border-top::after {
  content: "";
  position: absolute;
  height: 90%;
  right: 0;
  width: 2px;
  bottom: 0;
  background-color: #777777;
  opacity: 0.4;
  display: inline-block;
}

.u-border::after {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  width: 2px;
  opacity: 0.4;
  bottom: 0;
  background-color: #777777;
  display: inline-block;
}

.u-border-bottom::after {
  content: "";
  position: absolute;
  height: 90%;
  right: 0;
  width: 2px;
  opacity: 0.4;
  top: 0;
  background-color: #777777;
  display: inline-block;
}

@media screen and (min-width: 481px) {

  /* where logo border */
  .u-where-br,
  .u-where-brb,
  .u-where-bb {
    position: relative;
  }

  .u-where-bb::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
  }

  .u-where-br::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
  }

  .u-where-brb::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
  }
}

/*# sourceMappingURL=style.css.map */