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

section {
  width: 100%;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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 */
  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: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

._red {
  color: red !important;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

.gray-out {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}

.spacer {
  width: 100%;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.sm-inner {
  width: 755px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 935px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.lg-inner {
  width: 1080px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Setting
======================================== */
body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.8;
  letter-spacing: 0;
  word-break: break-all;
}
@media (min-width: 1001px) {
  body {
    font-size: 18px;
  }
}

img {
  display: block;
  max-width: 100%;
}

/* --- アンカーリンク調整 --- */
:target::before {
  content: "";
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}

/* Parts
======================================== */
/* --- Title --- */
.ttl-en {
  font-family: "baskerville-display-pt", serif;
  font-size: 30px;
  color: #b5b4b4;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
@media (min-width: 1001px) {
  .ttl-en {
    font-size: 66px;
    margin-bottom: 25px;
  }
}

.ttl-jp {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .ttl-jp {
    font-size: 45px;
    margin-bottom: 70px;
  }
}

/* --- Background --- */
.bg-bluegrad {
  background: linear-gradient(#274374, #1F70BE);
}

/* --- CTA --- */
.cta-box {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 45px 0 45px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 1001px) {
  .cta-box {
    padding: 75px 0 70px;
  }
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  max-width: 100%;
}
@media (min-width: 1001px) {
  .btn-wrap {
    gap: 60px;
  }
}
.btn-wrap a {
  width: 433px;
  max-width: 90%;
}
@media (max-width: 1000px) {
  .btn-wrap a {
    margin: 0 auto;
  }
}
.btn-wrap a img {
  width: 100%;
}
.btn-wrap a:nth-child(1) {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

/* Header
======================================== */
header {
  height: 70px;
}
@media (min-width: 1001px) {
  header {
    height: 88px;
  }
}
header .header-wrap {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px 0 5px;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  z-index: 1000;
}
@media (min-width: 1001px) {
  header .header-wrap {
    height: 88px;
  }
}
@media (min-width: 1001px) {
  header .header-wrap {
    padding: 0 85px;
    gap: 30px;
  }
}
header .header-wrap .logo {
  width: 130px;
}
@media (min-width: 1001px) {
  header .header-wrap .logo {
    width: 277px;
  }
}
header .header-wrap .support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
header .header-wrap .support img {
  margin-right: 10px;
}
header .header-wrap .cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1001px) {
  header .header-wrap .cta-list {
    margin-left: auto;
    gap: 20px;
  }
}
header .header-wrap .cta-list li a {
  border: 1px solid #9E7D34;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  color: #9E7D34;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s all;
}
@media (min-width: 1001px) {
  header .header-wrap .cta-list li a {
    width: 166px;
    font-size: 16px;
    border: 2px solid #9E7D34;
  }
}
@media (max-width: 1000px) {
  header .header-wrap .cta-list li a {
    padding: 5px;
    line-height: 1;
    font-size: 12px;
  }
}
header .header-wrap .cta-list li a:hover {
  opacity: 0.6;
}
header .header-wrap .cta-list li .consult i {
  margin-right: 5px;
}
@media (min-width: 1001px) {
  header .header-wrap .cta-list li .consult i {
    margin-right: 15px;
  }
}
header .header-wrap .cta-list li .online {
  background-color: #9E7D34;
  color: #fff;
}

/* Footer
======================================== */
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 43px 0 33px;
  font-size: 14px;
}
footer ul li {
  padding: 0 15px;
  line-height: 1;
}
@media (min-width: 1001px) {
  footer ul li {
    padding: 0 25px;
    font-size: 16px;
  }
}
footer ul li:not(:last-child) {
  border-right: 1px solid #3C4043;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 27px;
}

/* --- Jump to Top --- */
.scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  line-height: 45px;
  width: 45px;
  text-align: center;
  cursor: pointer;
  background-color: #9E7D34;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
@media (min-width: 1001px) {
  .scrollToTopBtn {
    font-size: 38px;
    line-height: 83px;
    width: 83px;
    bottom: 30px;
    right: 70px;
  }
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* Mv
======================================== */
section.mv {
  background: linear-gradient(#274374, 80%, #1F70BE);
}
section.mv .cta-box {
  background: none;
}

/* Problem
======================================== */
section.problem {
  background-image: url("../img/problem-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 55px 0 0;
  position: relative;
}
@media (min-width: 1001px) {
  section.problem {
    background-position: center center;
    background-size: cover;
  }
}
section.problem:before {
  content: "";
  display: block;
  background: #EFEFEF;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55px;
  width: 100vw;
}
section.problem .check-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  padding: 30px 20px;
  margin: 0 auto;
  width: 735px;
  max-width: 98%;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 3, 6, 0.16);
  position: relative;
  z-index: 500;
}
@media (min-width: 1001px) {
  section.problem .check-list {
    padding: 70px 90px;
    gap: 45px;
  }
}
section.problem .check-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  gap: 15px;
}
@media (min-width: 1001px) {
  section.problem .check-list li {
    font-size: 22px;
    gap: 25px;
  }
}
section.problem .check-list li span.icon:before {
  content: "";
  display: block;
  background-image: url(../img/icon-check.png);
  background-size: cover;
  width: 24px;
  height: 23px;
}
@media (min-width: 1001px) {
  section.problem .check-list li span.icon:before {
    width: 28px;
    height: 27px;
  }
}
section.problem .check-list li p {
  flex: 1;
}

/* For you
======================================== */
section.for-you {
  padding: 40px 0 0;
  background-color: #EFEFEF;
}
@media (min-width: 1001px) {
  section.for-you {
    padding: 55px 0 0;
  }
}
section.for-you .subttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1001px) {
  section.for-you .subttl {
    margin-bottom: 72px;
  }
}
section.for-you .container {
  background-image: url("../img/foryou-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 64px;
  position: relative;
}
@media (min-width: 1001px) {
  section.for-you .container {
    padding: 137px 0 64px;
  }
}
section.for-you .container:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/triangle.svg);
  background-size: cover;
  width: 163px;
  height: 57px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.for-you .container .text-img {
  width: 665px;
  margin: 0 auto;
  max-width: 98%;
}
section.for-you.btm .container:before {
  display: none;
}

/* About
======================================== */
section.about {
  padding: 80px 0 95px;
}
section.about .container {
  background-image: url("../img/about-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 137px 0 64px;
  position: relative;
  height: 300px;
}
@media (min-width: 1001px) {
  section.about .container {
    height: 525px;
  }
}
section.about .container .text {
  background: linear-gradient(#274374, 80%, #1F70BE);
  color: #fff;
  width: 812px;
  max-width: 90%;
  margin: 100px auto 0;
  text-align: center;
  padding: 40px 5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 1001px) {
  section.about .container .text {
    font-size: 30px;
    margin: 200px auto 0;
    padding: 70px 10px;
  }
}
section.about .about-02 {
  margin-top: 180px;
}
section.about .about-03 {
  width: 95%;
  max-width: 1200px;
  margin: 70px auto 0;
}
@media (min-width: 1001px) {
  section.about .about-03 {
    margin: 83px auto 0;
  }
}

/* Reason
======================================== */
section.reason {
  padding: 85px 0 98px;
  background: linear-gradient(#274374, 80%, #1F70BE);
  color: #fff;
}
section.reason .ttl-en {
  color: #fff;
}
section.reason h2 {
  color: #fff;
}
section.reason .reason-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}
section.reason .reason-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1000px) {
  section.reason .reason-list li {
    width: 100%;
    margin: 0 auto;
  }
}
section.reason .reason-list li img {
  margin: 0 auto 10px;
}
@media (min-width: 1001px) {
  section.reason .reason-list li img {
    margin: 0 auto 30px;
  }
}
section.reason .reason-list li h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  margin-bottom: 45px;
  text-align: center;
}
section.reason .reason-list li h3:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  width: 180px;
  margin: 15px auto 0;
}
section.reason .sub-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  section.reason .sub-list {
    gap: 30px;
  }
}
section.reason .sub-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  font-size: 18px;
  gap: 10px;
}
@media (max-width: 1000px) {
  section.reason .sub-list li {
    flex: 1;
  }
}
@media (min-width: 1001px) {
  section.reason .sub-list li {
    font-size: 22px;
    gap: 25px;
  }
}
section.reason .sub-list li span.icon:before {
  content: "";
  display: block;
  background-image: url(../img/icon-reason.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
@media (min-width: 1001px) {
  section.reason .sub-list li span.icon:before {
    width: 29px;
    height: 29px;
  }
}
section.reason .sub-list li p {
  flex: 1;
}

/* Save
======================================== */
section.save {
  padding: 125px 0 75px;
  background-image: url("../img/save-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1001px) {
  section.save {
    background-size: cover;
  }
}
section.save .text {
  width: 766px;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 6, 0, 0.15);
}
section.save .text .subttl {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 6, 0, 0.15);
}
section.save .text p {
  background-color: #fff;
  padding: 30px 20px 20px;
  text-align: center;
  line-height: 1.9;
}
@media (min-width: 1001px) {
  section.save .text p {
    padding: 40px 50px 50px;
  }
}
section.save .text p .circle {
  width: 452px;
  margin: 0 auto 40px;
}

/* Strength
======================================== */
section.strength {
  position: relative;
  background-color: #EFEFEF;
  padding: 65px 0 135px;
}
section.strength:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/strength-top.jpg);
  background-size: cover;
  width: 100vw;
  height: 480px;
  top: 0;
  left: 0;
  z-index: 10;
}
section.strength .ttl-en {
  color: #fff;
}
@media (max-width: 1000px) {
  section.strength h2 {
    font-size: 20px;
  }
}
section.strength h2 span {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #274374;
  display: inline-block;
}
@media (min-width: 1001px) {
  section.strength h2 span {
    font-size: 45px;
  }
}
section.strength h2 span:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #9E7D34;
  margin: 5px auto 0;
}
section.strength .md-inner {
  position: relative;
  z-index: 100;
}
section.strength ul.strength {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 75px;
}
section.strength ul.strength li {
  display: flex;
  flex-wrap: wrap;
}
section.strength ul.strength li .catch {
  width: 88%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  height: 338px;
}
section.strength ul.strength li .text {
  position: relative;
  margin-top: -45px;
  width: 95%;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 40px 20px;
}
@media (min-width: 1001px) {
  section.strength ul.strength li .text {
    width: 90%;
  }
}
@media (min-width: 1001px) {
  section.strength ul.strength li .text {
    padding: 70px 90px;
  }
}
section.strength ul.strength li .text .chart {
  margin-top: 50px;
}
section.strength ul.strength li:nth-child(2) .catch {
  margin-left: auto;
}
section.strength ul.strength li:nth-child(2) .text {
  margin-right: auto;
  margin-left: 0;
}
section.strength .subttl {
  color: #274374;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (min-width: 1001px) {
  section.strength .subttl {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
section.strength .partner-container {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 768px;
  max-width: 90%;
  margin: 70px auto 0;
  position: relative;
}
@media (min-width: 1001px) {
  section.strength .partner-container {
    padding: 44px 93px;
  }
}
@media (max-width: 1000px) {
  section.strength .partner-container {
    margin-left: -2px;
  }
}
section.strength .partner-container img {
  width: 323px;
  margin-bottom: 28px;
}
section.strength .partner-container:after {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(39, 67, 116, 0.16);
  height: 430px;
  margin-left: 50px;
  width: 768px;
  max-width: 90%;
  z-index: -100;
  bottom: -30px;
  right: -20px;
}
@media (min-width: 1001px) {
  section.strength .partner-container:after {
    bottom: -55px;
    right: -50px;
  }
}

/* Greeting
======================================== */
section.greeting {
  padding: 68px 0 115px;
}
section.greeting h2 {
  font-size: 35px;
}
section.greeting img {
  width: 796px;
  max-width: 100%;
  margin: 0 auto 58px;
}
section.greeting .name {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
section.greeting .name span {
  margin-left: 20px;
  font-size: 22px;
  font-weight: 400;
  font-family: "baskerville-display-pt", serif;
}
section.greeting .list-ttl {
  font-size: 24px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}
section.greeting .license {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 40px;
  font-size: 16px;
}
@media (min-width: 1001px) {
  section.greeting .license {
    margin: 70px auto 80px;
    font-size: 18px;
  }
}
section.greeting ul.profile {
  display: flex;
  flex-wrap: wrap;
  gap: 84px;
  justify-content: start;
}
section.greeting ul.profile li {
  flex: 100%;
  padding: 35px 25px 0;
  border-top: 1px solid #707070;
}
@media (min-width: 1001px) {
  section.greeting ul.profile li {
    flex: 1;
    padding: 45px 35px 0;
  }
}

/* Customer Voice
======================================== */
section.voice {
  background-image: url("../img/voice-bg.jpg");
  background-color: #274374;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0 115px;
}
@media (min-width: 1001px) {
  section.voice {
    background-size: cover;
  }
}
section.voice .ttl-jp {
  color: #fff;
}
section.voice .voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 57px;
}
section.voice .voice-list li {
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 3px 20px rgba(0, 3, 6, 0.15);
}
@media (min-width: 1001px) {
  section.voice .voice-list li {
    width: calc((100% - 57px) / 2);
  }
}
section.voice .voice-list li .work {
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 300px;
  max-width: 90%;
  background-color: #9E7D34;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding: 15px 0 15px 50px;
  margin-top: -40px;
}
section.voice .voice-list li .work:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/voice-triangle.png);
  background-size: cover;
  height: 68px;
  width: 65px;
  right: -65px;
}
section.voice .voice-list li .text {
  padding: 30px 30px;
}
@media (min-width: 1001px) {
  section.voice .voice-list li .text {
    padding: 44px 50px;
  }
}
section.voice .voice-list li .text .subttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Q and A
======================================== */
section.q-and-a {
  padding: 82px 0 82px;
}
section.q-and-a dl.question {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1001px) {
  section.q-and-a dl.question {
    gap: 50px;
  }
}
section.q-and-a dl.question .wrap {
  border: 1px solid #707070;
}
section.q-and-a dl.question .wrap dt {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 20px;
  align-items: center;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  font-weight: 700;
  background-color: #F0F0F0;
}
section.q-and-a dl.question .wrap dt p {
  flex: 1;
}
@media (min-width: 1001px) {
  section.q-and-a dl.question .wrap dt {
    padding: 30px 50px;
    gap: 80px;
  }
}
@media (min-width: 1001px) {
  section.q-and-a dl.question .wrap dt {
    font-size: 22px;
  }
}
section.q-and-a dl.question .wrap dt .q:before {
  content: "Q";
  display: block;
  color: #9E7D34;
  font-size: 28px;
  font-family: "baskerville-display-pt", serif;
  font-weight: 400;
}
@media (min-width: 1001px) {
  section.q-and-a dl.question .wrap dt .q:before {
    font-size: 40px;
  }
}
section.q-and-a dl.question .wrap dd {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 20px;
  align-items: center;
  align-items: start;
}
section.q-and-a dl.question .wrap dd p {
  flex: 1;
}
@media (min-width: 1001px) {
  section.q-and-a dl.question .wrap dd {
    padding: 30px 50px;
    gap: 80px;
  }
}
section.q-and-a dl.question .wrap dd .a:before {
  content: "A";
  display: block;
  color: #9E7D34;
  font-size: 28px;
  font-family: "baskerville-display-pt", serif;
  font-weight: 400;
}
@media (min-width: 1001px) {
  section.q-and-a dl.question .wrap dd .a:before {
    font-size: 40px;
  }
}
section.q-and-a dl.question .wrap dd p {
  flex: 1;
}/*# sourceMappingURL=styles.css.map */