@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
*,
::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;
}

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

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

/* --- Others --- */
/* Setting
======================================== */
body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.7;
  letter-spacing: 0.08em;
  word-break: break-all;
}

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

/* --- Responsive --- */
@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 745px) {
  ._pc2 {
    display: none !important;
  }
}
@media screen and (min-width: 746px) {
  ._sp2 {
    display: none !important;
  }
}
/* --- Others --- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (min-width: 1001px) {
  html {
    scroll-padding-top: 120px;
  }
}

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

.border_left {
  border-left: solid 10px #1e3274;
}
@media (min-width: 1001px) {
  .border_left {
    border-left: solid 15px #1e3274;
  }
}
.border_left.white {
  color: #fff;
  border-color: #fff;
}

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

.pd_lf {
  padding-left: 10px !important;
}
@media (min-width: 1001px) {
  .pd_lf {
    padding-left: 20px !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-s {
  margin-top: 25px !important;
}
.mt-m {
  margin-top: 50px !important;
}
.mt-l {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-s {
  margin-bottom: 25px !important;
}
.mb-m {
  margin-bottom: 50px !important;
}
.mb-l {
  margin-bottom: 100px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mx-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mx-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-s {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-l {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-s {
  padding-top: 25px !important;
}
.pt-m {
  padding-top: 50px !important;
}
.pt-l {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-s {
  padding-bottom: 25px !important;
}
.pb-m {
  padding-bottom: 50px !important;
}
.pb-l {
  padding-bottom: 100px !important;
}

/* Parts
======================================== */
/* --- title --- */
body {
  width: 100%;
  margin: 0px auto;
}

.ttl2 {
  font-size: 27px;
  line-height: 3rem;
  font-family: "Noto Sans JP";
  text-align: center;
  padding-top: 80px !important;
  width: 95%;
  margin: 0px auto;
}
@media (min-width: 1001px) {
  .ttl2 {
    font-size: 45px;
    line-height: 4.5rem;
    padding-top: 150px !important;
  }
}
.ttl2 .bold {
  font-weight: 800;
}
.ttl2 .blue {
  color: #2f4fb8;
}

.asset_ttl {
  background: #253e91;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
  color: #fff;
}
@media (min-width: 1001px) {
  .asset_ttl {
    padding: 10px;
    width: 550px;
  }
}
.asset_ttl .img_box {
  width: 15px;
  height: auto;
}
@media (min-width: 1001px) {
  .asset_ttl .img_box {
    width: 30px;
    height: auto;
  }
}
.asset_ttl .img_box .asset_img {
  width: 15px;
  display: block;
  margin-left: 0px;
}
@media (min-width: 1001px) {
  .asset_ttl .img_box .asset_img {
    width: 30px;
  }
}
.asset_ttl .asset_h4 {
  font-size: 20px;
  margin-left: 17px;
  line-height: 2rem;
}
@media (min-width: 1001px) {
  .asset_ttl .asset_h4 {
    font-size: 24px;
    line-height: 3rem;
  }
}

.asset_desc {
  border: solid 2px #253e91;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 10px;
  font-size: 17spx;
}
@media (min-width: 1001px) {
  .asset_desc {
    border-radius: 0px 10px 10px 10px;
    padding: 40px 20px;
    font-size: 20px;
  }
}
.asset_desc .bold {
  font-weight: 800;
}

.bold {
  font-weight: 800;
}

.white {
  color: #fff;
}

.height2 {
  height: 390px;
}

.ttl-en {
  font-size: clamp(27px, 5vw, 45px);
  font-weight: 500;
  line-height: 140%;
  font-family: "Noto Sans JP";
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .ttl-en {
    font-size: 45px;
    margin-bottom: 60px;
  }
}
.ttl-en span {
  display: block;
  color: #0e4389;
  font-size: 18px;
  margin: 20px auto 30px;
}
@media (min-width: 1001px) {
  .ttl-en span {
    font-size: 28px;
  }
}
.ttl-en.center {
  text-align: center;
}

.ttl-line {
  position: relative;
  padding: 3px 0 3px 1em;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.ttl-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0e4389;
}

.ttl-en_line {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 1001px) {
  .ttl-en_line {
    margin-bottom: 80px;
  }
}
.ttl-en_line .jp {
  font-size: 20px;
  color: #6b6b6b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
}
@media (min-width: 1001px) {
  .ttl-en_line .jp {
    font-size: 30px;
  }
}
.ttl-en_line .jp:after {
  content: "";
  display: block;
  background-color: #6b6b6b;
  width: 10%;
  height: 1px;
  margin-left: 10px;
  margin-top: 2px;
}
@media (min-width: 1001px) {
  .ttl-en_line .jp:after {
    width: 200px;
  }
}
.ttl-en_line .en {
  color: #e9e9e9;
  font-size: 45px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
@media (min-width: 1001px) {
  .ttl-en_line .en {
    font-size: 110px;
  }
}
.ttl-en_line .en.white {
  color: #fff;
}
.ttl-en_line.right {
  text-align: right;
}
.ttl-en_line.right .jp {
  justify-content: right;
}
.ttl-en_line.right .jp:after {
  content: "";
  display: none;
}
.ttl-en_line.right .jp:before {
  content: "";
  display: block;
  background-color: #6b6b6b;
  width: 10%;
  height: 1px;
  margin-right: 10px;
  margin-top: 2px;
}
@media (min-width: 1001px) {
  .ttl-en_line.right .jp:before {
    width: 200px;
  }
}
.ttl-en_line.right.white .jp {
  color: #fff;
}
.ttl-en_line.right.white .jp:before {
  background-color: white;
}

/* --- Other --- */
.sec {
  padding: 60px 0;
}
@media (min-width: 1001px) {
  .sec {
    padding: 80px 0;
  }
}

/* Header
======================================== */
header {
  position: relative;
}
header .header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
}
@media (min-width: 1001px) {
  header .header-wrap {
    height: 100px;
    width: 100%;
    box-sizing: border-box;
  }
}
header .header-wrap .lg-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .header-wrap .lg-inner .logo {
  width: 50px;
  max-width: 50vw;
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner .logo {
    width: 79px;
    max-width: 50vw;
  }
}
header .header-wrap .lg-inner nav ul.main {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
header .header-wrap .lg-inner nav ul.main li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
header .header-wrap .lg-inner nav ul.main li .chevron-down {
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease;
}
header .header-wrap .lg-inner nav ul.main li ul {
  position: absolute;
  top: 100%;
  left: 0;
  cursor: pointer;
  flex-direction: column;
  background: #d4eaf5;
  z-index: 10;
  min-width: 150px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
header .header-wrap .lg-inner nav ul.main li ul li {
  white-space: nowrap;
  text-align: center;
  justify-content: center;
  width: 100%;
}
header .header-wrap .lg-inner nav ul.main li ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
header .header-wrap .lg-inner nav ul.main li ul li a {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .header-wrap .lg-inner nav ul.main li:hover > ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

/* --- ハンバーガーメニュー --- */
.hamburger {
  display: block;
  margin: 0 15px;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #039dc5;
}
.hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-container {
  position: fixed;
  transition: 0.2s;
  top: 70px;
  right: -100%;
  color: #333;
  background: #b3e3ee;
  width: 100%;
  height: auto;
  z-index: 1000;
  overflow-y: scroll;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1001px) {
  .nav-container {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.nav-container.nav-active {
  right: 0;
}
.nav-container .inner_nav {
  width: 100%;
  font-size: 16px;
}
.nav-container .inner_nav ul.container_ul {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.nav-container .inner_nav ul.container_ul li {
  text-align: center;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.nav-container .inner_nav ul.container_ul li.gnavi__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.nav-container .inner_nav ul.container_ul li.gnavi__list .dropdown__lists {
  font-size: 14px;
  text-align: left;
  margin: 5px 0px;
  color: #757575;
}
.nav-container .inner_nav ul.container_ul li.gnavi__list .dropdown__lists .dropdown__list {
  text-align: left;
}

/* CTA Button
======================================== */
.inner-btn {
  display: flex;
  justify-content: right;
}
.inner-btn a.circle_btn {
  background-color: #fff;
  color: #5e7fb8;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: solid 2px #547ccb;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 1000;
  transition: 0.3s all;
}
@media (min-width: 1001px) {
  .inner-btn a.circle_btn {
    font-size: 18px;
    width: 150px;
    height: 150px;
  }
}
.inner-btn a.circle_btn:hover {
  background-color: #547ccb;
  color: #fff;
}

/* Sub Page MV
======================================== */
section.subpage-mv {
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 70px;
}
@media (min-width: 1001px) {
  section.subpage-mv {
    margin-top: 100px;
    height: 420px;
  }
}
section.subpage-mv h1 {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1001px) {
  section.subpage-mv h1 {
    font-size: 50px;
  }
}
section.subpage-mv img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 200px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  section.subpage-mv img {
    height: 420px;
  }
}
section.subpage-mv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
  margin: 0 calc(50% - 50vw);
}
section.subpage-mv.before-none:before {
  display: none !important;
}

/* Footer
======================================== */
section.contact {
  background-color: #fff;
  padding: 80px 0;
}
section.contact h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 70px 0 30px;
  text-align: center;
}
section.contact .tel {
  text-align: center;
}
section.contact .tel .number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  justify-content: center;
}
section.contact .tel .number:before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel.png);
  background-size: cover;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
section.contact .number {
  font-size: 18px;
  text-align: center;
}
section.contact.page {
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 1001px) {
  section.contact.page {
    padding: 90px calc(50vw - 50%);
  }
}

.ft_tel {
  margin-bottom: 20px;
}

/* --- Address --- */
section.address {
  padding: 30px;
  background-color: #0e4389;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 1001px) {
  section.address {
    font-size: 14px;
  }
}
section.address .contents {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  section.address .copy {
    font-size: 10px;
  }
}

/* スクロールするとふわっと登場
======================================== */
.fuwa {
  opacity: 0;
}

.scroll-in {
  z-index: 100;
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 個別記事 */
p.news_bat_p {
  margin-top: 30px;
  margin-bottom: 30px;
}

h3.news_bat_h3 {
  margin-top: 120px;
  padding-left: 10px;
  font-size: 1.5em;
  border-left: 5px solid navy;
  font-weight: bold;
}

h4.news_bat_h4 {
  position: relative;
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
  margin-top: 50px;
  font-weight: bold;
}

h4.news_bat_h4:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 20%;
  height: 2px;
  content: "";
  background: #4a4777;
}

h3.news_bat2_h3 {
  padding: 1rem 2rem;
  border-left: 5px dotted #4a4777;
  background: #f4f4f4;
}

h5.news_bat_h5 {
  color: #a8a5c6;
  border-bottom: dashed 2px #a8a5c6;
  padding: 10px 0;
  margin-bottom: 10px;
  margin-top: 30px;
}

.watch_flex {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.watch_flex .watch_img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  box-sizing: border-box;
}
.watch_flex .date {
  font-weight: 800;
  color: #8c8c8c;
}

table {
  margin: 0px auto;
}
table th {
  background-color: #4b677f;
  color: #fff;
}
table th,
table td {
  border: solid 1px;
  width: 130px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
table td {
  font-size: 14px;
}
table .feature {
  width: 260px;
}

.ref_p {
  font-style: italic;
  color: #8c8c8c;
  font-size: 0.8rem;
}

.ref_a {
  font-style: italic;
  color: #8c8c8c;
}

.ref_a:hover {
  border-bottom: solid 1px #8c8c8c;
}

.single_section {
  margin-bottom: 150px;
}

.featured_img {
  width: 90%;
  height: auto;
  margin: 50px auto;
}
@media screen and (min-width: 746px) {
  .featured_img {
    width: 900px;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec_img {
  margin-top: 80px;
}

.small_li {
  font-size: 13px;
  color: gray;
}

h6.news_bat_h6 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
}

h6.news_bat_h6:before {
  content: "";
  position: absolute;
  background: #e1e1ef;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  transform: translateY(-50%);
  z-index: -1;
}

.ransom_tb {
  width: 100%;
}
@media screen and (min-width: 746px) {
  .ransom_tb {
    width: 800px;
  }
}

.ransom_th {
  width: 40%;
}

.ransom_td {
  width: 40%;
}

.ransom2_th {
  width: 20%;
}

.ransom3_th {
  width: 80%;
  text-align: center;
}

.ransom2_td {
  width: 20%;
}

.ransom3_td {
  width: 80%;
  text-align: left;
}

.ransom_img {
  width: 70%;
  margin: 0px auto;
}

.ransom2_img {
  width: 100%;
}
@media screen and (min-width: 746px) {
  .ransom2_img {
    width: 900px;
    margin: 0px auto;
  }
}

/* Utilities
======================================== */
._blue {
  color: #2f4fb8;
}

._red {
  color: #ff0000;
}

._gray {
  color: #a8a8a8 !important;
  font-weight: 400 !important;
}

._bold {
  font-weight: 600;
}

._sm {
  font-size: 14px;
}
@media (min-width: 1001px) {
  ._sm {
    font-size: 16px;
  }
}

.space {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media (min-width: 1001px) {
  .space {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

.basic-ttl {
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 140%;
}
@media (min-width: 1001px) {
  .basic-ttl {
    font-size: 34px;
  }
}

.download-btn {
  background-color: #ffb949;
  color: #fff;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
  font-size: 24px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s all;
}
@media (min-width: 1001px) {
  .download-btn {
    width: 500px;
    border-radius: 40px;
    margin-top: 30px;
  }
}
.download-btn:after {
  content: "";
  display: block;
  background-image: url(../img/icon-cta.png);
  background-size: cover;
  aspect-ratio: 39.5/22;
  width: 30px;
  height: auto;
}
@media (min-width: 1001px) {
  .download-btn:after {
    width: 39.5px;
  }
}
.download-btn:hover {
  background-color: #ff9849;
}
.download-btn.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Contents
======================================== */
main.cw {
  font-size: 16px;
  margin-top: 70px;
}
@media (min-width: 1001px) {
  main.cw {
    font-size: 20px;
    margin-top: 100px;
  }
}

section.mv {
  position: relative;
}
section.mv img.bg {
  max-width: none;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: auto;
}
section.mv img.text {
  position: absolute;
  width: 491px;
  height: auto;
  left: 0;
  bottom: 10%;
}
@media (min-width: 1001px) {
  section.mv img.text {
    bottom: 20%;
  }
}

section.about ._sm {
  margin: 20px 0 30px;
  color: #4f4f4f;
}
section.about h1 span {
  color: #707070;
  font-size: 17px;
  margin: 0;
}
@media (min-width: 1001px) {
  section.about h1 span {
    font-size: 35px;
    display: inline-block;
  }
}
section.about img {
  margin: 0 auto;
}

section.reasons {
  background-color: #f3feff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
section.reasons .quote {
  background-color: #b9ece9;
  padding: 10px 20px;
  color: #4f4f4f;
  @import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
  font-family: "Shippori Mincho", serif;
}
section.reasons .sourse {
  font-size: 11px;
  color: #8c8c8c;
  margin: 10px 0 20px;
}
section.reasons img {
  width: 590px;
  margin: 30px auto 0;
}

section.problems {
  background-color: #f8f8f8;
  background-image: url("../img/cw-problems-bg.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
section.problems .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  section.problems .heading {
    gap: 20px;
  }
}
section.problems .heading .basic-ttl {
  margin: 0;
}
section.problems .heading img {
  width: 140px;
  height: auto;
}
@media (min-width: 1001px) {
  section.problems .heading img {
    width: 180px;
  }
}
section.problems ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section.problems ul li {
  width: 100%;
}
@media (min-width: 1001px) {
  section.problems ul li {
    width: calc((100% - 60px) / 3);
  }
}
section.problems .question {
  width: 580px;
  margin: 30px auto;
}
section.problems .arrow {
  margin: 10px auto;
  width: 40px;
}
@media (min-width: 1001px) {
  section.problems .arrow {
    margin: 30px auto;
    width: 80px;
  }
}
section.problems .solution {
  border: 3px solid #253e91;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  section.problems .solution {
    padding: 15px;
  }
}
section.problems .solution:before {
  content: "";
  display: block;
  background-image: url(../img/icon-bulb.png);
  background-size: cover;
  aspect-ratio: 73/84;
  width: 35px;
  height: 100%;
}
@media (min-width: 1001px) {
  section.problems .solution:before {
    width: 73px;
  }
}

section.features {
  background-color: #f3feff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
section.features ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
section.features ul li {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}
section.features .ttl-number {
  border-bottom: 2px solid #2f4fb8;
  display: flex;
  align-items: end;
  gap: 10px;
  width: 100%;
}
@media (min-width: 1001px) {
  section.features .ttl-number {
    gap: 20px;
    align-items: center;
  }
}
section.features .ttl-number span {
  font-family: "Oswald", sans-serif;
  line-height: 0.9;
  color: #2f4fb8;
  font-size: 45px;
  flex-shrink: 0;
}
@media (min-width: 1001px) {
  section.features .ttl-number span {
    font-size: 75px;
  }
}
section.features .ttl-number h3 {
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  section.features .ttl-number h3 {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  section.features .ttl-number h3 {
    line-height: 1.5em;
    height: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
section.features .image {
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  width: 650px;
  height: auto;
}
section.features .desc {
  font-size: 16px;
}
section.features .desc span {
  color: red;
  font-weight: 600;
}
section.features .desc-image {
  width: 590px;
}

section.flow ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}
section.flow li {
  width: 80%;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1001px) {
  section.flow li {
    width: calc((100% - 60px) / 4);
  }
}
section.flow li .step {
  background-color: #0052cc;
  color: white;
  padding: 5px;
  font-size: 20px;
  margin-bottom: 10px;
  width: 100%;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media (min-width: 1001px) {
  section.flow li .step {
    font-size: 24px;
  }
}
section.flow li h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2f4fb8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  height: 3em;
}
@media (min-width: 1001px) {
  section.flow li h3 {
    font-size: 20px;
  }
}
section.flow li p {
  font-size: 14px;
  color: #555;
}
@media (min-width: 1001px) {
  section.flow li p {
    line-height: 1.5em;
    height: 4.5em;
  }
}
section.flow li img {
  width: auto;
  height: 80px;
}
@media (min-width: 1001px) {
  section.flow li img {
    height: 100px;
  }
}

section.cta {
  background-image: url("../img/cw-cta-bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
section.cta .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
section.cta .container img {
  width: auto;
  height: 300px;
}
section.cta .container .text {
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1001px) {
  section.cta .container .text {
    font-size: 42px;
    gap: 0;
  }
}
section.cta .container .text .sm {
  font-size: 18px;
}
@media (min-width: 1001px) {
  section.cta .container .text .sm {
    font-size: 25px;
  }
}

/* 資料提供フォーム
======================================== */
.mw_wp_form {
  width: 100% !important;
  margin-top: 20px;
}
@media (min-width: 1001px) {
  .mw_wp_form {
    margin-top: 30px;
  }
}
.mw_wp_form dl {
  width: 100% !important;
}
.mw_wp_form dl .row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  padding: 10px 0;
}
@media (min-width: 1001px) {
  .mw_wp_form dl .row {
    padding: 15px 15px;
  }
}
.mw_wp_form dl dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dt {
    padding: 3px 10px;
    width: 40%;
    margin-bottom: 0px;
  }
}
.mw_wp_form dl dt .required {
  display: block;
  background-color: #aa1923;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
}
.mw_wp_form dl dt .required:before {
  content: "必須";
  display: inline-block;
}
@media (max-width: 1000px) {
  .mw_wp_form dl dt .required {
    margin-left: 10px;
  }
}
.mw_wp_form dl dd {
  width: 100%;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd {
    width: 58%;
  }
}
.mw_wp_form dl dd .notes {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.mw_wp_form dl dd input[type=text] {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd textarea {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}

/* ---  ポリシー同意 --- */
.policy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.policy .mwform-checkbox-field {
  position: relative;
  aspect-ratio: 1/1;
  width: 25px;
  height: 100%;
}
.policy .mwform-checkbox-field input {
  display: none;
}
.policy .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  height: 100%;
}
.policy .mwform-checkbox-field-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.policy .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  transition: 0.3 all;
  opacity: 0;
}
.policy label input[type=checkbox]:checked ~ .mwform-checkbox-field-text::after {
  background: orange;
  opacity: 1;
}
.policy p a {
  display: inline-block;
  text-decoration: underline;
}

/* 提案資料
======================================== */
.form {
  display: flex;
  gap: 50px;
}
@media (max-width: 1000px) {
  .form {
    flex-wrap: wrap;
  }
}
.form .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form .text ._blue {
  font-size: 24px;
}
@media (min-width: 1001px) {
  .form .text ._blue {
    font-size: 32px;
  }
}
.form .text .ttl-en {
  margin: 0;
}
.form .text img {
  max-width: 400px;
}
@media (max-width: 1000px) {
  .form .text img {
    max-width: 100%;
  }
}
.form .wrap {
  font-size: 16px;
  background-color: #f0f0f0;
  border-radius: 15px;
  padding: 30px 20px;
  flex-shrink: 0;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .form .wrap {
    width: 100%;
  }
}
@media (min-width: 1001px) {
  .form .wrap {
    flex: 1;
  }
}
.form .wrap .download-btn {
  font-size: 20px;
  padding: 10px;
  width: 80%;
  max-width: 80%;
}
@media (min-width: 1001px) {
  .form .wrap .download-btn {
    width: 400px;
  }
}