@charset "UTF-8";
/* * * * * * * * * * * *
/* layout base
/* * * * * * * * * * * *  */
:root {
  --vw: 100vw;
  --vh: 100vh;
  --fv: 100vh;
  --design_base_PC:1400;
  --design_base_SP:375;
}

/* * * * * * * * * * * *
/* font root
/* * * * * * * * * * * *  */
:root {
  --font-base-size: 16;
  --font_size: 1.11111111vw;
  --font-base-letter-spacing: 0;
  --font-base: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", sans-serif;
  --font-mincho: "Zen Old Mincho", serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}

@media only screen and (min-width: 1400px) {
  :root {
    --font_size: 16;
  }
}
/* * * * * * * * * * * *
/* color root
/* * * * * * * * * * * *  */
:root {
  --color-color-background-base: #FFFFFF;
  --color-color-background-color01: #efefef;
  --color-color-background-color02: #e2ecf3;
  --color-color-background-color03: #0e2a5c;
  --color-color-background-color04: #ed6a00;
  --color-color-text-base: #000000;
  --color-color-text-color01: #FFFFFF;
  --color-color-text-color02: #0e2a5c;
  --color-color-text-color03: #00957b;
}
/* * * * * * * * * * * * * * *
/*  Reset
/* * * * * * * * * * * * * * *
/* destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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.6; /* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  clear: both;
  height: 0; /* 1 */
  margin: 0;
  border-top-width: 1px;
  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] {
  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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

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 {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  text-transform: inherit; /* 2 */
  -webkit-appearance: none; /* 1 */
  appearance: none;
}

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

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

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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;
}

/**
 * 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. Fix font inheritance.
 */
::-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: block;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* * * * * * * * * * * *
/* base
/* * * * * * * * * * * *  */
html {
  font-size: var(--font_size);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--font-base-letter-spacing);
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body.__fixed {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

li {
  list-style: none;
}

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

img {
  height: auto;
  outline: none;
}

a img {
  border: 0px;
}

svg {
  width: 100%;
}

body img[src$=".svg"] {
  width: 100%;
}

body svg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 812px) {
  .only_PC {
    display: none !important;
  }
}
@media only screen and (min-width: 812px) {
  .only_SP {
    display: none !important;
  }
}
.js-fadein {
  opacity: 0;
  transform: translate3d(0, calc(20 / var(--font-base-size) * 1rem), 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 812px) {
  .js-fadein {
    transform: translate3d(0, calc(20 / var(--design_base_SP) * var(--vw)), 0);
  }
}
.js-fadein.__scrollIn {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* ----------------------------------------------
  l-body
---------------------------------------------- */
.l-body {
  position: relative;
  font-family: var(--font-base);
  font-size: calc(16 / var(--font-base-size) * 1rem);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--font-base-letter-spacing);
  color: var(--color-color-text-base);
  background-color: var(--color-color-background-base);
}
.area {
  position: relative;
  width: calc(1100 / var(--font-base-size) * 1rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 812px) {
  .area {
    width: calc(330 / var(--design_base_SP) * var(--vw));
  }
}
/* ----------------------------------------------
  c-button
---------------------------------------------- */
.section .c-button {
  width: calc(562 / var(--font-base-size) * 1rem);
  margin: 0 auto;
  text-align: center;
  background-color: var(--color-color-background-color04);
  border-radius: calc(60 / var(--font-base-size) * 1rem);
  padding-top: calc(5 / var(--font-base-size) * 1rem);
  padding-bottom: calc(5 / var(--font-base-size) * 1rem);
}
.section .c-button > .button {
  font-size: calc(34 / var(--font-base-size) * 1rem);
  color: var(--color-color-text-color01);
  font-weight: var(--font-weight-bold);
  line-height: calc(100 / var(--font-base-size) * 1rem);
  border: 2px solid #fff;
  display: block;
  width: calc(550 / var(--font-base-size) * 1rem);
  border-radius: calc(50 / var(--font-base-size) * 1rem);
  margin: 0 auto;
  transition: opacity 0.4s ease;
  position: relative;
}
.section .c-button > .button:hover {
  opacity: 0.5;
}
.section .c-button > .button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(30 / var(--font-base-size) * 1rem);
  margin: auto;
  width: calc(13 / var(--font-base-size) * 1rem);
  height: calc(13 / var(--font-base-size) * 1rem);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 812px) {
  .section .c-button {
    width: calc(312 / var(--design_base_SP) * var(--vw));
    border-radius: calc(60 / var(--design_base_SP) * var(--vw));
    padding-top: calc(5 / var(--design_base_SP) * var(--vw));
    padding-bottom: calc(5 / var(--design_base_SP) * var(--vw));
  }
  .section .c-button > .button {
    font-size: calc(18 / var(--design_base_SP) * var(--vw));
    line-height: calc(60 / var(--design_base_SP) * var(--vw));
    border: 1px solid #fff;
    width: calc(300 / var(--design_base_SP) * var(--vw));
    border-radius: calc(50 / var(--design_base_SP) * var(--vw));
  }
  .section .c-button > .button::after {
    right: calc(20 / var(--design_base_SP) * var(--vw));
    width: calc(10 / var(--design_base_SP) * var(--vw));
    height: calc(10 / var(--design_base_SP) * var(--vw));
  }
}
/* ----------------------------------------------
  mainvisual
---------------------------------------------- */
.mainvisual {
  position: relative;
}
.mainvisual > .mainvisual_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 43vw;
  height: 86%;
}
.mainvisual > .mainvisual_text > .btn {
  position: absolute;
  bottom: 11%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 51%;
}
.mainvisual > .mainvisual_text .i {
  width: 100%;
}
.mainvisual > .mainvisual_bg .i {
  width: 100%;
}
@media only screen and (max-width: 812px) {
  .mainvisual > .mainvisual_text {
    width: 88vw;
    height: 88vw;
  }
  .mainvisual > .mainvisual_text > .btn {
    bottom: 10%;
    width: 52%;
  }
}
/* ----------------------------------------------
  section_lead
---------------------------------------------- */
.section_lead {
  padding-bottom: calc(100 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_head .image > .i {
  width: 100%;
}
.section_lead > .lead_main > .c-main_title > .title {
  font-family: var(--font-mincho);
  font-size: calc(50 / var(--font-base-size) * 1rem);
  color: var(--color-color-text-color02);
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 1.4;
}
.section_lead > .lead_main > .lead_item {
  width: calc(660 / var(--font-base-size) * 1rem);
  margin: 0 auto;
  position: relative;
  padding-top: calc(20 / var(--font-base-size) * 1rem);
  padding-bottom: calc(150 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_item > .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(35 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_item > .item > .image {
  width: 22%;
}
.section_lead > .lead_main > .lead_item > .item > .contents_text {
  width: 78%;
}
.section_lead > .lead_main > .lead_item > .item > .image > .i {
  padding-top: calc(20 / var(--font-base-size) * 1rem);
  width: 100%;
  max-width: calc(137 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_item > .item > .contents_text {
  position: relative;
}
.section_lead > .lead_main > .lead_item > .item > .contents_text > .text {
  font-size: calc(24 / var(--font-base-size) * 1rem);
  font-weight: var(--font-weight-medium);
  position: absolute;
  top: 0;
  left: 0;
}
.section_lead > .lead_main > .lead_item > .item.item_01 > .contents_text > .text {
  padding-top: calc(24 / var(--font-base-size) * 1rem);
  padding-left: calc(110 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_item > .item.item_02 > .contents_text > .text {
  padding-top: calc(44 / var(--font-base-size) * 1rem);
  padding-left: calc(50 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_item > .item.item_03 > .contents_text > .text {
  padding-top: calc(44 / var(--font-base-size) * 1rem);
  padding-left: calc(90 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_item > .item > .contents_text > .i {
  width: 100%;
  max-width: calc(499 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(462 / var(--font-base-size) * 1rem);
  height: calc(87 / var(--font-base-size) * 1rem);
  background: no-repeat center url(../img/lead_arrow.webp);
  background-size: contain;
}
.section_lead > .lead_main > .lead_cv {
  text-align: center;
  padding-top: calc(60 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_cv > .image_01 > .i {
  max-width: calc(633 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_cv > .image_02 {
  margin-top: calc(20 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_cv > .image_02 > .i {
  max-width: calc(718 / var(--font-base-size) * 1rem);
}
.section_lead > .lead_main > .lead_cv > .c-button {
  margin-top: calc(50 / var(--font-base-size) * 1rem);
}
@media only screen and (max-width: 812px) {
  .section_lead {
    padding-bottom: calc(50 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_head .image > .i {
    width: 100%;
  }
  .section_lead > .lead_main > .c-main_title > .title {
    font-size: calc(26 / var(--design_base_SP) * var(--vw));
    padding-top: calc(20 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_item {
    width: 100%;
    padding-top: calc(10 / var(--design_base_SP) * var(--vw));
    padding-bottom: calc(80 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_item > .item {
    margin-top: calc(30 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_item > .item > .image {
    width: 22%;
  }
  .section_lead > .lead_main > .lead_item > .item > .contents_text {
    width: 78%;
  }
  .section_lead > .lead_main > .lead_item > .item > .image > .i {
    padding-top: calc(20 / var(--design_base_SP) * var(--vw));
    max-width: 100%;
  }
  .section_lead > .lead_main > .lead_item > .item > .contents_text {
  }
  .section_lead > .lead_main > .lead_item > .item > .contents_text > .text {
    font-size: calc(14 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_item > .item.item_01 > .contents_text > .text {
    padding-top: calc(9 / var(--design_base_SP) * var(--vw));
    padding-left: calc(50 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_item > .item.item_02 > .contents_text > .text {
    padding-top: calc(20 / var(--design_base_SP) * var(--vw));
    padding-left: calc(16 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_item > .item.item_03 > .contents_text > .text {
    padding-top: calc(20 / var(--design_base_SP) * var(--vw));
    padding-left: calc(40 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_item > .item > .contents_text > .i {
    width: 100%;
    max-width: 100%;
  }
  .section_lead > .lead_main > .lead_item::after {
    width: calc(300 / var(--design_base_SP) * var(--vw));
    height: calc(60 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_cv {
    padding-top: calc(30 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_cv > .image_01 > .i {
    max-width: 100%;
    width: 100%;
  }
  .section_lead > .lead_main > .lead_cv > .image_02 {
    margin-top: calc(10 / var(--design_base_SP) * var(--vw));
  }
  .section_lead > .lead_main > .lead_cv > .image_02 > .i {
    max-width: 100%;
    width: 100%;
  }
  .section_lead > .lead_main > .lead_cv > .c-button {
    margin-top: calc(30 / var(--design_base_SP) * var(--vw));
  }
}
/* ----------------------------------------------
  section_features
---------------------------------------------- */
.section_features {
  background-color: var(--color-color-background-color01);
}
.section_features > .features_head .image > .i {
  width: 100%;
}
.section_features .features_main_bg {
  position: relative;
}
.section_features .features_main {
  background-color: var(--color-color-background-base);
  border-radius: calc(20 / var(--font-base-size) * 1rem);
  border: 2px solid #0e2a5c;
  padding-right: calc(65 / var(--font-base-size) * 1rem);
  padding-left: calc(65 / var(--font-base-size) * 1rem);
  padding-top: calc(50 / var(--font-base-size) * 1rem);
  padding-bottom: calc(65 / var(--font-base-size) * 1rem);
  position: relative;
  z-index: 2;
}
.section_features .features_main.features_main_b {
  margin-top: calc(100 / var(--font-base-size) * 1rem);
}
.section_features .features_main > .c-main_title {
  text-align: center;
}
.section_features .features_main > .c-main_title > .title {
  font-size: calc(36 / var(--font-base-size) * 1rem);
  color: var(--color-color-text-color02);
  font-weight: var(--font-weight-bold);
}
.section_features .features_main > .c-main_title > .title > span {
  display: inline-block;
}
.section_features .features_main > .features_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_features .features_main > .features_item > .item {
  width: 47%;
}
.section_features .features_main > .features_item > .item .title {
  font-size: calc(24 / var(--font-base-size) * 1rem);
  color: var(--color-color-text-color02);
  font-weight: var(--font-weight-bold);
}
.section_features .c-button {
  margin-top: calc(115 / var(--font-base-size) * 1rem);
}
@media only screen and (max-width: 812px) {
  .section_features .features_main {
    border-radius: calc(10 / var(--design_base_SP) * var(--vw));
    padding-right: calc(20 / var(--design_base_SP) * var(--vw));
    padding-left: calc(20 / var(--design_base_SP) * var(--vw));
    padding-top: calc(30 / var(--design_base_SP) * var(--vw));
    padding-bottom: calc(40 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b {
    margin-top: calc(40 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main > .c-main_title {
    text-align: center;
  }
  .section_features .features_main > .c-main_title > .title {
    font-size: calc(18 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main > .c-main_title > .title > span {
  }
  .section_features .features_main > .features_item {
    display: block;
  }
  .section_features .features_main > .features_item > .item {
    width: 100%;
  }
  .section_features .features_main > .features_item > .item .title {
    font-size: calc(15 / var(--design_base_SP) * var(--vw));
  }
  .section_features .c-button {
    margin-top: calc(50 / var(--design_base_SP) * var(--vw));
  }
}
/* section_features_01 */
.section_features {
  padding-bottom: calc(100 / var(--font-base-size) * 1rem);
}
.section_features_01 .features_main_bg_a {
  margin-top: calc(-150 / var(--font-base-size) * 1rem);
}
@media only screen and (max-width: 812px) {
  .section_features {
    padding-bottom: calc(50 / var(--design_base_SP) * var(--vw));
  }
  .section_features_01 .features_main_bg_a {
    margin-top: calc(-45 / var(--design_base_SP) * var(--vw));
  }
}
/* section_features_02 */
.section_features_02 {
  padding-bottom: calc(190 / var(--font-base-size) * 1rem);
  background: var(--color-color-background-color01) no-repeat center bottom url(../img/features_bg_bottom.png);
}
.section_features_02 .features_main_bg_a {
  margin-top: calc(-200 / var(--font-base-size) * 1rem);
}
@media only screen and (max-width: 812px) {
  .section_features_02 {
    padding-bottom: calc(130 / var(--design_base_SP) * var(--vw));
  }
  .section_features_02 .features_main_bg_a {
    margin-top: calc(-45 / var(--design_base_SP) * var(--vw));
  }
}
/* features_main_a */
.section_features .features_main_bg_a::before {
  content: "";
  position: absolute;
  bottom: calc(-15 / var(--font-base-size) * 1rem);
  right: calc(-15 / var(--font-base-size) * 1rem);
  width: 100%;
  height: 100%;
  background: repeat center url(../img/features_main_bg_a.png);
  background-size: calc(14 / var(--font-base-size) * 1rem);
  border-radius: calc(20 / var(--font-base-size) * 1rem);
  z-index: 1;
}
.section_features .features_main.features_main_a > .c-main_title > .title > span {
  border-bottom: 2px solid #0e2a5c;
  line-height: 2;
}
.section_features .features_main.features_main_a > .features_item {
  padding-top: calc(50 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_a > .features_item > .item > .icon > .i {
  width: calc(74 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_a > .features_item > .item > .c-contents_text {
  padding-top: calc(15 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_a > .features_item > .item > .c-contents_text > .text {
  font-size: calc(18 / var(--font-base-size) * 1rem);
  padding-top: calc(20 / var(--font-base-size) * 1rem);
  line-height: 1.8;
}
@media only screen and (max-width: 812px) {
  .section_features .features_main_bg_a::before {
    bottom: calc(-8 / var(--design_base_SP) * var(--vw));
    right: calc(-8 / var(--design_base_SP) * var(--vw));
    background-size: calc(9 / var(--design_base_SP) * var(--vw));
    border-radius: calc(10 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_a > .c-main_title > .title > span {
  }
  .section_features .features_main.features_main_a > .features_item {
    padding-top: 0;
  }
  .section_features .features_main.features_main_a > .features_item > .item {
    position: relative;
    margin-top: calc(20 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_a > .features_item > .item > .icon {
    position: absolute;
    top: calc(6 / var(--design_base_SP) * var(--vw));
    left: 0;
  }
  .section_features .features_main.features_main_a > .features_item > .item > .icon > .i {
    width: calc(50 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_a > .features_item > .item > .c-contents_text {
    padding-top: calc(15 / var(--design_base_SP) * var(--vw));
    padding-left: calc(70 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_a > .features_item > .item > .c-contents_text > .text {
    font-size: calc(13 / var(--design_base_SP) * var(--vw));
    padding-top: calc(6 / var(--design_base_SP) * var(--vw));
  }
}
/* features_main_b */
.section_features .features_main_bg_b::before {
  content: "";
  position: absolute;
  bottom: calc(-15 / var(--font-base-size) * 1rem);
  right: calc(-15 / var(--font-base-size) * 1rem);
  width: 100%;
  height: 100%;
  background-color: #fdce20;
  border-radius: calc(20 / var(--font-base-size) * 1rem);
  z-index: 1;
}
.section_features .features_main.features_main_b {
  border: 3px solid #0e2a5c;
  padding-top: calc(80 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_b > .c-main_title > .title > span {
  background: no-repeat bottom center url(../img/features_title_line.png);
  background-size: 100%;
  padding-bottom: calc(24 / var(--font-base-size) * 1rem);
  line-height: 1.4;
}
.section_features .features_main.features_main_b > .features_item {
  margin-top: calc(20 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_b > .features_item > .item {
  text-align: center;
  margin-top: calc(100 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_b > .features_item > .item > .c-contents_image {
  position: relative;
}
.section_features .features_main.features_main_b > .features_item > .item > .c-contents_image > .icon {
  position: absolute;
  top: calc(-65 / var(--font-base-size) * 1rem);
  left: calc(15 / var(--font-base-size) * 1rem);
  width: calc(100 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_b > .features_item > .item > .c-contents_image > .icon > .i {
  width: 100%;
}
.section_features .features_main.features_main_b > .features_item > .item > .c-contents_image > .image > .i {
  width: 100%;
}
.section_features .features_main.features_main_b > .features_item > .item > .title {
  padding-top: calc(15 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_b > .features_item > .item > .text {
  font-size: calc(18 / var(--font-base-size) * 1rem);
  padding-top: calc(10 / var(--font-base-size) * 1rem);
}
.section_features .features_main.features_main_b > .features_item > .item > .text small{
  font-size: calc(14 / var(--font-base-size) * 1rem);
  display: inline-block;
  line-height: 1.6;
  padding-top: 5px;
}
@media only screen and (max-width: 812px) {
  .section_features .features_main_bg_b::before {
    bottom: calc(-8 / var(--design_base_SP) * var(--vw));
    right: calc(-8 / var(--design_base_SP) * var(--vw));
    border-radius: calc(10 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b {
    padding-top: calc(30 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b > .c-main_title > .title > span {
    padding-bottom: calc(14 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b > .features_item {
    margin-top: calc(40 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b > .features_item > .item {
    margin-top: calc(40 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b > .features_item > .item > .c-contents_image {
  }
  .section_features .features_main.features_main_b > .features_item > .item > .c-contents_image > .icon {
    top: calc(-20 / var(--design_base_SP) * var(--vw));
    left: calc(10 / var(--design_base_SP) * var(--vw));
    width: calc(55 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b > .features_item > .item > .c-contents_image > .icon > .i {
    width: 100%;
  }
  .section_features .features_main.features_main_b > .features_item > .item > .c-contents_image > .image > .i {
    width: 100%;
  }
  .section_features .features_main.features_main_b > .features_item > .item > .title {
    font-size: calc(18 / var(--design_base_SP) * var(--vw));
    padding-top: calc(10 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b > .features_item > .item > .text {
    font-size: calc(13 / var(--design_base_SP) * var(--vw));
    padding-top: calc(8 / var(--design_base_SP) * var(--vw));
  }
  .section_features .features_main.features_main_b > .features_item > .item > .text small{
    font-size: calc(10 / var(--design_base_SP) * var(--vw));
  }
}
/* ----------------------------------------------
  section_case
---------------------------------------------- */
.section_case .area {
  padding-bottom: calc(150 / var(--font-base-size) * 1rem);
  width: calc(840 / var(--font-base-size) * 1rem);
}
.section_case .area > .c-main_title > .title {
  text-align: center;
}
.section_case .area > .c-main_title > .title > .i {
  width: calc(405 / var(--font-base-size) * 1rem);
  margin-right: calc(150 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item {
  margin-top: calc(100 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item > .case_title > .image > .i {
  width: 100%;
}
.section_case .area > .case_item > .item {
  margin-top: calc(80 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item > .item > .contents_title > .lead {
  font-size: calc(20 / var(--font-base-size) * 1rem);
  font-weight: var(--font-weight-bold);
  line-height: calc(53 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item > .item.item_a > .contents_title > .lead > .i {
  max-width: calc(185 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item > .item.item_b > .contents_title > .lead > .i {
  max-width: calc(206 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item > .item > .contents_title > .title {
  font-size: calc(32 / var(--font-base-size) * 1rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  padding-top: calc(15 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item > .item.item_a > .contents_title > .title {
  color: var(--color-color-text-color02);
}
.section_case .area > .case_item > .item.item_b > .contents_title > .title {
  color: var(--color-color-text-color03);
}
.section_case .area > .case_item > .item > .contents_title > .name {
  font-size: calc(16 / var(--font-base-size) * 1rem);
  padding-top: calc(10 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item > .item > .contents_text {
  font-size: calc(18 / var(--font-base-size) * 1rem);
  line-height: 1.8;
  padding-top: calc(30 / var(--font-base-size) * 1rem);
}
.section_case .area > .case_item > .item > .contents_slide {
  padding-top: calc(40 / var(--font-base-size) * 1rem);
  position: relative;
}
.section_case .contents_slide .swiper {
  max-width: calc(610 / var(--font-base-size) * 1rem);
  width: 100%;
}
.section_case .contents_slide .swiper-slide img {
  height: auto;
  width: 100%;
}
.section_case .contents_slide .slider-thumbnail {
  margin-top: calc(10 / var(--font-base-size) * 1rem);
}
.section_case .contents_slide .slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 5);
  box-sizing: border-box;
  padding: 3px;
}
.section_case .contents_slide .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.section_case .contents_slide .swiper-button-next,
.section_case .contents_slide .swiper-button-prev {
  color: #333;
}
.section_case .contents_slide .swiper-button-next::after,
.section_case .contents_slide .swiper-button-prev::after {
  font-size: calc(30 / var(--font-base-size) * 1rem);
}
.section_case .contents_slide .swiper-button-next {
  right: calc(80 / var(--font-base-size) * 1rem);
}
.section_case .contents_slide .swiper-button-prev {
  left: calc(80 / var(--font-base-size) * 1rem);
}
@media only screen and (max-width: 812px) {
  .section_case .area {
    padding-bottom: calc(50 / var(--design_base_SP) * var(--vw));
    width: calc(330 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .c-main_title > .title {
  }
  .section_case .area > .c-main_title > .title > .i {
    width: calc(220 / var(--design_base_SP) * var(--vw));
    margin-right: calc(80 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item {
    margin-top: calc(50 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item > .case_title > .image > .i {
  }
  .section_case .area > .case_item > .item {
    margin-top: calc(40 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item > .item > .contents_title > .lead {
    font-size: calc(13 / var(--design_base_SP) * var(--vw));
    line-height: calc(28 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item > .item.item_a > .contents_title > .lead > .i {
    max-width: calc(100 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item > .item.item_b > .contents_title > .lead > .i {
    max-width: calc(110 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item > .item > .contents_title > .title {
    font-size: calc(18 / var(--design_base_SP) * var(--vw));
    padding-top: calc(15 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item > .item > .contents_title > .name {
    font-size: calc(11 / var(--design_base_SP) * var(--vw));
    padding-top: calc(10 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item > .item > .contents_text {
    font-size: calc(13 / var(--design_base_SP) * var(--vw));
    padding-top: calc(15 / var(--design_base_SP) * var(--vw));
  }
  .section_case .area > .case_item > .item > .contents_slide {
    padding-top: calc(20 / var(--design_base_SP) * var(--vw));
  }
  .section_case .contents_slide .swiper {
    max-width: calc(300 / var(--design_base_SP) * var(--vw));
  }
  .section_case .contents_slide .slider-thumbnail {
    margin-top: calc(8 / var(--design_base_SP) * var(--vw));
  }
  .section_case .contents_slide .slider-thumbnail .swiper-slide {
    padding: 2px;
  }
  .section_case .contents_slide .swiper-button-next::after,
  .section_case .contents_slide .swiper-button-prev::after {
    font-size: calc(18 / var(--design_base_SP) * var(--vw));
  }
  .section_case .contents_slide .swiper-button-next {
    right: calc(-16 / var(--design_base_SP) * var(--vw));
  }
  .section_case .contents_slide .swiper-button-prev {
    left: calc(-16 / var(--design_base_SP) * var(--vw));
  }
}
/* ----------------------------------------------
  section_summary
---------------------------------------------- */
.section_summary {
  padding-bottom: calc(100 / var(--font-base-size) * 1rem);
}
.section_summary > .summary_head > .image > .i {
  width: 100%;
}
.section_summary > .summary_main {
  width: calc(840 / var(--font-base-size) * 1rem);
}
.section_summary > .summary_main > .c-main_title {
  font-family: var(--font-mincho);
  text-align: center;
}
.section_summary > .summary_main > .c-main_title > .image {
  font-size: calc(40 / var(--font-base-size) * 1rem);
  font-weight: var(--font-weight-bold);
  line-height: calc(140 / var(--font-base-size) * 1rem);
}
.section_summary > .summary_main > .c-main_title > .image > .i {
  width: calc(133 / var(--font-base-size) * 1rem);
}
.section_summary > .summary_main > .c-main_title > .title {
  font-size: calc(48 / var(--font-base-size) * 1rem);
  color: var(--color-color-text-color02);
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  padding-top: calc(25 / var(--font-base-size) * 1rem);
}
.section_summary > .summary_main > .c-main_title > .title > span {
  font-size: calc(70 / var(--font-base-size) * 1rem);
  padding: 0 8px;
}
.section_summary > .summary_main > .contents_text > .text {
  font-size: calc(20 / var(--font-base-size) * 1rem);
  line-height: 1.8;
  padding-top: calc(50 / var(--font-base-size) * 1rem);
}
.section_summary > .summary_main > .contents_text > .text > span {
  font-size: calc(26 / var(--font-base-size) * 1rem);
  font-weight: var(--font-weight-bold);
  padding: 0 5px;
  background:linear-gradient(transparent 55%, #ffdb55 55%);
}
@media only screen and (max-width: 812px) {
  .section_summary {
    padding-bottom: calc(50 / var(--design_base_SP) * var(--vw));
  }
  .section_summary > .summary_head > .image > .i {
  }
  .section_summary > .summary_main {
    width: calc(330 / var(--design_base_SP) * var(--vw));
  }
  .section_summary > .summary_main > .c-main_title {
  }
  .section_summary > .summary_main > .c-main_title > .image {
    font-size: calc(20 / var(--design_base_SP) * var(--vw));
    line-height: calc(68 / var(--design_base_SP) * var(--vw));
  }
  .section_summary > .summary_main > .c-main_title > .image > .i {
    width: calc(65 / var(--design_base_SP) * var(--vw));
  }
  .section_summary > .summary_main > .c-main_title > .title {
    font-size: calc(26 / var(--design_base_SP) * var(--vw));
    padding-top: calc(25 / var(--design_base_SP) * var(--vw));
  }
  .section_summary > .summary_main > .c-main_title > .title > span {
    font-size: calc(37 / var(--design_base_SP) * var(--vw));
    padding: 0 5px;
  }
  .section_summary > .summary_main > .contents_text > .text {
    font-size: calc(13 / var(--design_base_SP) * var(--vw));
    padding-top: calc(30 / var(--design_base_SP) * var(--vw));
  }
  .section_summary > .summary_main > .contents_text > .text > span {
    font-size: calc(16 / var(--design_base_SP) * var(--vw));
    padding: 0 2px;
  }
}
/* ----------------------------------------------
  section_cv
---------------------------------------------- */
.section_cv {
  background-color: var(--color-color-background-color02);
  padding-top: calc(100 / var(--font-base-size) * 1rem);
  padding-bottom: calc(100 / var(--font-base-size) * 1rem);
}
.section_cv > .area {
  text-align: center;
}
.section_cv > .area > .c-main_title > .title {
  font-family: var(--font-mincho);
  font-size: calc(36 / var(--font-base-size) * 1rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}
.section_cv > .area > .c-main_title > .title > span {
  font-size: calc(54 / var(--font-base-size) * 1rem);
}
.section_cv > .area > .contents_text > .text {
  font-size: calc(22 / var(--font-base-size) * 1rem);
  font-weight: var(--font-weight-bold);
  padding-top: calc(50 / var(--font-base-size) * 1rem);
  line-height: 1.8;
}
.section_cv > .area > .c-button {
  margin-top: calc(60 / var(--font-base-size) * 1rem);
}
@media only screen and (max-width: 812px) {
  .section_cv {
    padding-top: calc(50 / var(--design_base_SP) * var(--vw));
    padding-bottom: calc(50 / var(--design_base_SP) * var(--vw));
  }
  .section_cv > .area > .c-main_title > .title {
    font-size: calc(18 / var(--design_base_SP) * var(--vw));
  }
  .section_cv > .area > .c-main_title > .title > span {
    font-size: calc(27 / var(--design_base_SP) * var(--vw));
  }
  .section_cv > .area > .contents_text > .text {
    font-size: calc(14 / var(--design_base_SP) * var(--vw));
    padding-top: calc(20 / var(--design_base_SP) * var(--vw));
  }
  .section_cv > .area > .c-button {
    margin-top: calc(30 / var(--design_base_SP) * var(--vw));
  }
}
/* ----------------------------------------------
  footer
---------------------------------------------- */
.footer {
  background-color: var(--color-color-background-color03);
  padding-top: calc(30 / var(--font-base-size) * 1rem);
  padding-bottom: calc(30 / var(--font-base-size) * 1rem);
  color: var(--color-color-text-color01);
  text-align: center;
  font-size: calc(14 / var(--font-base-size) * 1rem);
}
.footer .footer_link_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer_link_item > li {
  padding-left: calc(21 / var(--font-base-size) * 1rem);
  padding-right: calc(21 / var(--font-base-size) * 1rem);
  position: relative;
}
.footer .footer_link_item > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #fff;
}
.footer .footer_link_item > li:last-child::after {
  display: none;
}
.footer .footer_link_item > li a {
  transition: opacity 0.4s ease;
}
.footer .footer_link_item > li a:hover {
  opacity: 0.5;
}
.footer .copy {
  padding-top: calc(20 / var(--font-base-size) * 1rem);
}
@media only screen and (max-width: 812px) {
  .footer {
    padding-top: calc(30 / var(--design_base_SP) * var(--vw));
    padding-bottom: calc(30 / var(--design_base_SP) * var(--vw));
    font-size: calc(12 / var(--design_base_SP) * var(--vw));
  }
  .footer .footer_link_item {
  }
  .footer .footer_link_item > li {
    padding-left: calc(11 / var(--design_base_SP) * var(--vw));
    padding-right: calc(11 / var(--design_base_SP) * var(--vw));
  }
  .footer .copy {
    font-size: calc(9 / var(--design_base_SP) * var(--vw));
    padding-top: calc(20 / var(--design_base_SP) * var(--vw));
  }
}