@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/* Webフォント */
b, strong, .bold {
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font_montserrat {
  font-family: "Montserrat", sans-serif;
}

#wrap {
  width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.link_box {
  text-align: right;
}
.link_box .link {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.link_box .link::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid;
  border-bottom: 1px solid;
  transform: skewX(45deg);
}
@media screen and (min-width: 768px) {
  .link_box .link {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .link_box .link {
    transition: all 0.2s ease-in-out;
  }
  .link_box .link::after {
    transition: all 0.2s ease-in-out;
  }
  .link_box .link:hover::after {
    transform: skewX(45deg) translateX(5px);
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  padding: 0;
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin: 0;
}

.objfit {
  object-fit: cover;
}

button {
  width: 100%;
  outline: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.parts_inner {
  position: relative;
  z-index: 1;
}

.contents_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .contents_inner {
    padding: 0 20px;
  }
}

.radius_img {
  overflow: hidden;
  border-radius: 10px;
}

.fadein {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.effect_table {
  width: 100%;
  border-collapse: collapse;
}
.effect_table th, .effect_table td {
  padding: 8px;
  border: 1px solid #fff;
  border-collapse: collapse;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.effect_table th {
  font-size: 14px;
}
.effect_table td {
  font-size: 12px;
  background: #D0EBFF;
}
.effect_table .table_title {
  color: #fff;
  font-size: 13px;
  background: #3B67D6;
}
.effect_table .bg01 {
  color: #fff;
  background: #3B67D6;
}
.effect_table .bg01 .color {
  color: #3B67D6;
}
.effect_table .bg02 {
  color: #fff;
  background: #7E9CEA;
}
.effect_table .bg03 {
  color: #fff;
  background: #EA5514;
}
.effect_table .bg04 {
  max-width: 145px;
  color: #707070;
  background: #fff;
  text-align: left;
}
.effect_table .bg04 p {
  margin-top: 10px;
}
.effect_table .bg04 .color {
  margin-top: 0;
  margin-bottom: 10px;
  color: #EA5514;
  font-size: 14px;
  text-align: center;
}
.effect_table .bg04 .large {
  display: block;
  font-size: 14px;
  text-align: center;
}
.effect_table .bg04 .indent {
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  text-align: left;
}
.effect_table .bg05 {
  color: #042274;
  background: #DCE3F7;
}
.effect_table .bg06 {
  color: #fff;
  background: #042274;
}
@media screen and (min-width: 768px) {
  .effect_table .bg04 {
    max-width: 470px;
    padding: 30px 8px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
  }
  .effect_table .bg04 .color {
    margin-bottom: 0;
  }
  .effect_table .bg04 .large {
    font-size: 24px;
  }
}
#header .fixed_btn {
  display: block;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 15px;
  left: 0;
  width: calc(100% - 60px);
  margin: auto;
  padding: 15px 0;
  background: #EA5075;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #header .fixed_btn {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 206px;
    padding: 25px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  #header .fixed_btn {
    border: 2px solid #EA5075;
    transition: all 0.2s ease-in-out;
  }
  #header .fixed_btn:hover {
    color: #EA5075;
    background: #fff;
  }
}

#footer .footer_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
#footer .footer_contents {
  text-align: center;
}
#footer .footer_contents .link {
  display: block;
  color: #323232;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#footer .footer_contents .text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
#footer .footer_contents:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #footer .footer_box {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 954px;
    margin: auto;
    padding: 60px 20px;
  }
  #footer .footer_contents .text {
    line-height: 1;
  }
  #footer .footer_contents .text br {
    display: none;
  }
  #footer .footer_contents:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  #footer .footer_contents .link:hover {
    opacity: 0.7;
  }
}

#visual {
  position: relative;
  z-index: 1;
}
#visual .balloon_selfeel {
  display: block;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 90px;
}
#visual .visual_title_box {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  margin: auto;
}
#visual .visual_title_box .visual_title_inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
#visual .visual_title_box .visual_title {
  position: relative;
  z-index: 2;
}
#visual .visual_title_box .visual_title_balloon {
  position: absolute;
  z-index: 1;
  top: calc(-75px + 5px);
  right: -5%;
  width: 75px;
}
#visual .visual_img {
  width: 100%;
}
#visual .visual_img img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  #visual .balloon_selfeel {
    top: 20px;
    left: 20px;
    width: 180px;
  }
  #visual .visual_title_box {
    z-index: 2;
    max-width: 625px;
  }
  #visual .visual_title_box .visual_title_balloon {
    position: absolute;
    z-index: 1;
    top: calc(-128px + 10px);
    width: 128px;
  }
}
@media screen and (min-width: 1100px) {
  #visual {
    padding-bottom: 12.5vw;
  }
  #visual .balloon_selfeel {
    width: 220px;
  }
  #visual .visual_title_box {
    margin-top: -12.5vw;
  }
  #visual .visual_title_box .visual_title_balloon {
    top: auto;
    right: -128px;
    bottom: 28px;
  }
}

#criteria {
  padding: 40px 0 180px;
  background: #fff;
}
#criteria .contents_inner {
  background: #fff;
}
#criteria .title {
  margin-bottom: 25px;
  color: #3B67D6;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}
#criteria .title .bg_text {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0.1em 0.1em 0.2em;
  margin-right: 0.1em;
  font-weight: 900;
}
#criteria .title .bg_text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #FFE614;
  transform: skewX(-5deg);
}
#criteria .point .point_box:nth-child(n+2) {
  margin-top: 25px;
}
#criteria .point .point_title img {
  width: 100%;
}
#criteria .point .text {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#criteria .criteria_drawing {
  margin-top: 45px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #criteria {
    padding-bottom: calc(130px + 12.5vw);
  }
  #criteria .title {
    font-size: 42px;
  }
  #criteria .criteria_contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #criteria .point {
    width: 52%;
  }
  #criteria .point .text {
    font-size: 18px;
  }
  #criteria .criteria_drawing {
    width: 43.6%;
  }
  #criteria .parts01 {
    position: absolute;
    z-index: -2;
    top: -15vw;
    left: 50%;
    width: 200%;
    height: 400px;
    transform: translateX(-50%) rotate(-15deg);
    background: #fff;
  }
  #criteria .parts02 {
    position: absolute;
    z-index: -3;
    top: -25vw;
    left: 0;
    width: 100%;
    height: 400px;
    transform: translateX(-50%) rotate(15deg);
    background: #FFE614;
  }
}
@media screen and (min-width: 1100px) {
  #criteria {
    padding-top: 0;
  }
  #criteria .title {
    font-size: 55px;
  }
  #criteria .point .text {
    font-size: 22px;
  }
  #criteria .parts01 {
    position: absolute;
    z-index: -2;
    top: -12.5vw;
    left: 50%;
    width: 200%;
    height: 600px;
    transform: translateX(-50%) rotate(-15deg);
    background: #fff;
  }
  #criteria .parts02 {
    position: absolute;
    z-index: -3;
    top: -25vw;
    left: 0;
    width: 100%;
    height: 600px;
    transform: translateX(-50%) rotate(15deg);
    background: #FFE614;
  }
}

#about {
  padding-bottom: 180px;
}
#about .about_title {
  color: #3B67D6;
  font-size: 22px;
  line-height: 1.4;
}
#about .title_box {
  position: relative;
  z-index: 1;
}
#about .title_box .title {
  color: #FFE614;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
}
#about .title_box .title .small {
  border-bottom: 3px solid;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
#about .title_box .text {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#about .title_box .parts01 {
  position: absolute;
  z-index: -1;
  top: -12.5vw;
  left: 50%;
  width: 200%;
  height: 60vh;
  max-height: 800px;
  transform: translateX(-50%) rotate(15deg);
}
#about .title_box .parts01 .parts_img_box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#about .title_box .parts01 img {
  left: 0;
  width: auto;
  height: 120vh;
  transform: translateY(-25%) translateX(20%) rotate(-15deg);
}
#about .title_box .parts02 {
  position: absolute;
  z-index: -2;
  top: -25vw;
  right: 0;
  width: 100%;
  height: 90vw;
  max-height: 400px;
  transform: translateX(50%) rotate(-15deg);
  background: #3B67D6;
}
#about .title_img_box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1160px;
  margin: 30px auto;
  padding: 0 30px;
}
#about .title_img_box .about_title {
  padding-top: 75px;
  background: url(../img/logo_selfeel@2x.png) no-repeat;
  background-position: bottom 1.4em right 0;
  background-size: 90px;
}
#about .title_img_box .text_box .text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#about .title_img_box .text_box .color {
  color: #3B67D6;
  font-weight: bold;
}
#about .mechanism {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
#about .mechanism .mechanism_contents {
  position: relative;
  z-index: 2;
}
#about .mechanism .mechanism_contents .text_box .text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#about .mechanism .mechanism_contents .text_box .color {
  color: #3B67D6;
  font-weight: bold;
}
#about .mechanism .mechanism_contents .img_box {
  margin-top: 60px;
}
#about .mechanism .mechanism_contents .img_box .img_title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.5em 0;
  background: #3B67D6;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
}
#about .mechanism .mechanism_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
#about .mechanism .mechanism_detail .mechanism_item {
  width: calc((100% - 30px)/2);
  text-align: center;
  margin-bottom: 30px;
}
#about .mechanism .mechanism_detail .mechanism_item_img {
  margin-bottom: 15px;
}
#about .mechanism .mechanism_detail .mechanism_item_name {
  display: inline;
  padding: 0 0.5em;
  color: #3B67D6;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFE614 60%);
}
#about .mechanism .mechanism_detail .mechanism_item_text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}
#about .mechanism .mechanism_detail .mechanism_item_text br {
  display: none;
}
#about .mechanism .mechanism_detail .parts03 {
  position: absolute;
  z-index: -1;
  top: -35vw;
  left: 50%;
  width: 200%;
  height: 60vh;
  max-height: 800px;
  transform: translateX(-50%) rotate(-15deg);
  background: #E8E8E8;
}
#about .mechanism .mechanism_text {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}
#about .mechanism .mechanism_text .color {
  color: #3B67D6;
  font-weight: bold;
}
#about .mechanism .mechanism_caution {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #about {
    padding-bottom: calc(130px + 12.5vw);
  }
  #about .title_box .title {
    font-size: 40px;
  }
  #about .title_box .title .small {
    font-size: 25px;
  }
  #about .title_box .text {
    margin-top: 15px;
    font-size: 18px;
  }
  #about .title_box .parts01 {
    top: 0;
    height: 60vh;
    max-height: 400px;
  }
  #about .title_box .parts01 img {
    left: 0;
    width: auto;
    height: 120vh;
  }
  #about .title_box .parts02 {
    top: -12.5vw;
    height: 90vw;
  }
  #about .title_img_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
  }
  #about .title_img_box .title_img {
    width: 43%;
    padding-bottom: 130px;
  }
  #about .title_img_box .text_box {
    width: 51.8%;
  }
  #about .mechanism {
    margin-top: 90px;
  }
  #about .mechanism .mechanism_contents {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  #about .mechanism .mechanism_contents .text_box {
    width: 51.8%;
  }
  #about .mechanism .mechanism_contents .text_box .text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  #about .mechanism .mechanism_contents .text_box .color {
    color: #3B67D6;
    font-weight: bold;
  }
  #about .mechanism .mechanism_contents .img_box {
    width: 43%;
    margin-top: 0;
  }
  #about .mechanism .mechanism_contents .img_box .img_title {
    font-size: 14px;
  }
  #about .mechanism .mechanism_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
  #about .mechanism .mechanism_detail .mechanism_item {
    width: 25.9%;
    text-align: center;
  }
  #about .mechanism .mechanism_detail .mechanism_item_img {
    margin-bottom: 15px;
  }
  #about .mechanism .mechanism_detail .mechanism_item_name {
    display: inline;
    padding: 0 0.5em;
    color: #3B67D6;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFE614 60%);
  }
  #about .mechanism .mechanism_detail .mechanism_item_text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  #about .mechanism .mechanism_detail .parts03 {
    top: 0;
    height: 60vh;
    max-height: 400px;
  }
  #about .mechanism .mechanism_text {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
  }
  #about .mechanism .mechanism_caution {
    padding-left: 0;
    text-indent: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  #about .about_title {
    font-size: 30px;
  }
  #about .title_box .title {
    font-size: 55px;
  }
  #about .title_box .text {
    font-size: 22px;
  }
  #about .title_box .parts01 {
    top: 0;
    height: 50vh;
    min-height: 600px;
    max-height: 800px;
  }
  #about .title_box .parts01 img {
    left: 0;
    bottom: 0;
    width: 150vw;
    height: auto;
    transform: translateY(-25%) translateX(20%) rotate(-15deg);
  }
  #about .title_box .parts02 {
    top: -12.5vw;
    height: 25vw;
    max-height: 500px;
  }
  #about .title_img_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
  }
  #about .title_img_box .title_img {
    width: 43%;
    padding-bottom: 130px;
  }
  #about .title_img_box .text_box {
    width: 51.8%;
  }
  #about .title_img_box .text_box .text {
    font-size: 16px;
  }
  #about .title_img_box .about_title {
    padding-top: 100px;
    background-position: top 0 right 0;
    background-size: 217px;
  }
  #about .mechanism {
    margin-top: 90px;
  }
  #about .mechanism .mechanism_contents {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  #about .mechanism .mechanism_contents .text_box {
    width: 51.8%;
  }
  #about .mechanism .mechanism_contents .text_box .text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  #about .mechanism .mechanism_contents .text_box .color {
    color: #3B67D6;
    font-weight: bold;
  }
  #about .mechanism .mechanism_contents .img_box {
    width: 43%;
    margin-top: 0;
  }
  #about .mechanism .mechanism_contents .img_box .img_title {
    font-size: 22px;
  }
  #about .mechanism .mechanism_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
  #about .mechanism .mechanism_detail .mechanism_item {
    width: 25.9%;
    text-align: center;
  }
  #about .mechanism .mechanism_detail .mechanism_item_name {
    padding: 0 0.5em;
    font-size: 25px;
  }
  #about .mechanism .mechanism_detail .mechanism_item_text {
    font-size: 16px;
    text-align: center;
  }
  #about .mechanism .mechanism_detail .mechanism_item_text br {
    display: block;
  }
  #about .mechanism .mechanism_detail .parts03 {
    top: 10vw;
    height: 50vh;
    min-height: 600px;
    max-height: 767px;
  }
  #about .mechanism .mechanism_text {
    margin-top: 40px;
    font-size: 22px;
    text-align: center;
  }
}

#construction {
  padding-bottom: 180px;
  background: #3B67D6;
}
#construction .title_box {
  position: relative;
  z-index: 1;
}
#construction .title_box .title {
  color: #FFE614;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
}
#construction .title_box .title .small {
  border-bottom: 3px solid;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
#construction .title_box .text {
  margin-top: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#construction .title_box .parts01 {
  position: absolute;
  z-index: -1;
  top: -12.5vw;
  left: 50%;
  width: 200%;
  height: 60vh;
  max-height: 800px;
  transform: translateX(-50%) rotate(-15deg);
}
#construction .title_box .parts01 .parts_img_box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#construction .title_box .parts01 img {
  left: 0;
  width: auto;
  height: 120vh;
  transform: translateY(-25%) translateX(20%) rotate(15deg);
}
#construction .title_box .parts02 {
  position: absolute;
  z-index: -2;
  top: -12.5vw;
  right: 0;
  width: 100%;
  height: 90vw;
  max-height: 400px;
  transform: translateX(-50%) rotate(15deg);
  background: #042274;
}
#construction .title_box .title_img_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
}
#construction .title_box .title_img_box .title_img {
  width: calc((100% - 10px)/2);
}
#construction .title_box .sub_text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#construction .title_box .link_box .link {
  color: #FFE614;
}
#construction .flow .title_img_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
}
#construction .flow .title_img_box .title_img {
  width: calc((100% - 10px)/2);
  margin-bottom: 10px;
}
#construction .flow .flow_detail {
  margin-top: 60px;
}
#construction .flow .flow_detail .title {
  color: #FFE614;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
#construction .flow .flow_detail .sub_title {
  margin: 30px 0 15px;
  color: #FFE614;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
#construction .flow .flow_detail .flow_list_item {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
#construction .flow .flow_detail .flow_list_item .num {
  color: #FFE614;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#construction .flow .flow_detail .flow_list_item .text {
  padding-left: 10px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#construction .balloon_box {
  margin-top: 40px;
}
#construction .balloon_box .balloon_contents {
  position: relative;
  z-index: 1;
}
#construction .balloon_box .balloon_title {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  padding: 5px 0 8px;
  background: #FFE614;
  color: #3B67D6;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
#construction .balloon_box .balloon_title span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
}
#construction .balloon_box .balloon_title span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -28px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 30px 10px 0 10px;
  border-color: #FFE614 transparent transparent transparent;
}
#construction .balloon_box .img_box {
  padding: 15px 20px 0;
}
#construction .balloon_box .img_box.flex img:nth-child(n+2) {
  margin-top: 10px;
}
#construction .balloon_box .text {
  display: block;
  margin-top: 20px;
  padding: 0 20px;
  color: #FFE614;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#construction .concept {
  margin-top: 60px;
}
#construction .concept .concept_text_box .title {
  display: block;
  margin-bottom: 30px;
  color: #FFE614;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
#construction .concept .concept_text_box .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#construction .concept .concept_text_box .text .color {
  color: #FFE614;
  font-weight: bold;
}
#construction .concept .concept_img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #construction {
    padding-bottom: calc(130px + 12.5vw);
  }
  #construction .title_box .construction_inner {
    width: 56.8%;
    max-width: 625px;
    margin-left: auto;
    margin-right: 0;
  }
  #construction .title_box .title {
    font-size: 40px;
  }
  #construction .title_box .title .small {
    font-size: 25px;
  }
  #construction .title_box .parts01 {
    top: 0;
    height: 60vh;
    max-height: 400px;
  }
  #construction .title_box .parts01 img {
    left: 0;
    width: auto;
    height: 120vh;
  }
  #construction .title_box .parts02 {
    top: -12.5vw;
    height: 90vw;
  }
  #construction .title_box .parts03 {
    position: absolute;
    z-index: -3;
    top: 10vw;
    left: 50%;
    width: 200%;
    height: 90vw;
    transform: translateX(-50%) rotate(15deg);
    background: #1847C8;
  }
  #construction .title_box .title_img_box {
    max-width: 420px;
    margin-left: 0;
    margin-bottom: 60px;
  }
  #construction .title_box .sub_text {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #construction .flow .flow_detail_box {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
  }
  #construction .flow .title_img_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 43.18%;
    max-width: 475px;
    margin: 0;
  }
  #construction .flow .title_img_box .title_img {
    width: calc((100% - 5px)/2);
    margin-bottom: 5px;
  }
  #construction .flow .flow_detail {
    width: 52%;
    margin-top: 0;
  }
  #construction .flow .flow_detail .title {
    font-size: 30px;
  }
  #construction .flow .flow_detail .sub_title {
    margin: 30px 0 0;
    font-size: 25px;
  }
  #construction .flow .flow_detail .flow_list_item {
    margin-top: 25px;
  }
  #construction .flow .flow_detail .flow_list_item .num {
    font-size: 30px;
    font-weight: 900;
  }
  #construction .flow .flow_detail .flow_list_item .text {
    font-size: 16px;
  }
  #construction .balloon_box {
    margin-top: 70px;
  }
  #construction .balloon_box .balloon_contents {
    position: relative;
    z-index: 1;
  }
  #construction .balloon_box .balloon_title {
    top: 0;
    right: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 25px 8px;
    margin: auto;
  }
  #construction .balloon_box .balloon_title span {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 900;
  }
  #construction .balloon_box .img_box {
    padding: 21px 0 0;
    text-align: center;
  }
  #construction .balloon_box .img_box.flex {
    display: flex;
    justify-content: space-between;
  }
  #construction .balloon_box .img_box.flex img {
    width: 30.9%;
    max-width: 340px;
  }
  #construction .balloon_box .img_box.flex img:nth-child(n+2) {
    margin-top: 10px;
  }
  #construction .balloon_box .text {
    padding: 0;
    text-align: center;
  }
  #construction .concept {
    margin-top: 60px;
  }
  #construction .concept .concept_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #construction .concept .concept_text_box {
    width: 52%;
  }
  #construction .concept .concept_text_box .title {
    font-size: 30px;
  }
  #construction .concept .concept_text_box .text {
    font-size: 16px;
  }
  #construction .concept .concept_img {
    width: 43.18%;
    max-width: 475px;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  #construction {
    padding-bottom: calc(130px + 12.5vw);
  }
  #construction .title_box .title {
    font-size: 55px;
  }
  #construction .title_box .parts01 {
    top: 0;
    height: 50vh;
    min-height: 600px;
    max-height: 800px;
  }
  #construction .title_box .parts01 img {
    left: 0;
    bottom: 0;
    width: 150vw;
    height: auto;
    transform: translateY(-25%) translateX(20%) rotate(15deg);
  }
  #construction .title_box .parts02 {
    top: -12.5vw;
    height: 25vw;
    max-height: 500px;
  }
  #construction .title_box .parts03 {
    top: 10vw;
    height: 50vw;
  }
  #construction .title_box .title_img_box {
    max-width: 420px;
    margin-left: 0;
    margin-bottom: 60px;
  }
  #construction .title_box .sub_text {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #construction .flow .flow_detail_box {
    margin-top: 190px;
  }
  #construction .flow .flow_detail {
    width: 52%;
    margin-top: 0;
  }
  #construction .flow .flow_detail .title {
    font-size: 30px;
  }
}

#effect {
  padding-bottom: 180px;
}
#effect .title_box {
  position: relative;
  z-index: 1;
}
#effect .title_box .title {
  color: #042274;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
}
#effect .title_box .title .small {
  border-bottom: 3px solid;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
#effect .title_box .text {
  margin-top: 15px;
  color: #042274;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#effect .title_box .parts01 {
  position: absolute;
  z-index: -1;
  top: -12.5vw;
  left: 50%;
  width: 200%;
  height: 60vh;
  max-height: 800px;
  transform: translateX(-50%) rotate(15deg);
}
#effect .title_box .parts01 .parts_img_box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#effect .title_box .parts01 img {
  left: 0;
  width: auto;
  height: 120vh;
  transform: translateY(-25%) translateX(20%) rotate(-15deg);
}
#effect .title_box .parts02 {
  position: absolute;
  z-index: -2;
  top: -25vw;
  right: 0;
  width: 100%;
  height: 90vw;
  max-height: 400px;
  transform: translateX(50%) rotate(-15deg);
  background: #042274;
}
#effect .effect_detail_box {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
#effect .effect_detail_box .effect_detail {
  position: relative;
  z-index: 2;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#effect .effect_detail_box .effect_detail .effect_title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #3B67D6;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  background: #3B67D6;
}
#effect .effect_detail_box .effect_detail .effect_title .color {
  color: #FFE614;
}
#effect .effect_detail_box .effect_detail .effect_sub_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}
#effect .effect_detail_box .effect_detail .contents_title {
  margin-bottom: 20px;
  color: #3B67D6;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#effect .effect_detail_box .effect_detail .contents_title .bg_text {
  display: inline-block;
  margin-top: 10px;
  padding: 0.2em 0.4em;
  color: #fff;
  background: #EA5514;
}
#effect .effect_detail_box .effect_detail .vertical_text {
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
#effect .effect_detail_box .effect_detail.effect01 .flex .text {
  display: block;
  margin: 25px 0 10px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#effect .effect_detail_box .effect_detail.effect01 .flex .link_box .link {
  color: #3B67D6;
}
#effect .effect_detail_box .effect_detail.effect01 .flex .img {
  margin-top: 30px;
  text-align: center;
}
#effect .effect_detail_box .effect_detail.effect01 .flex .img img {
  width: 100%;
}
#effect .effect_detail_box .effect_detail.effect01 .bg_blue_box {
  margin-top: 30px;
  padding: 20px;
  background: #D0EBFF;
}
#effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .text_box .title {
  color: #3B67D6;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .text_box .text {
  display: block;
  margin: 20px 0;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .example .example_title {
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background: #3B67D6;
}
#effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .example .example_text {
  padding: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .img {
  margin-top: 30px;
  text-align: center;
}
#effect .effect_detail_box .effect_detail.effect01 .bottom_text_box {
  margin-top: 20px;
  text-align: center;
}
#effect .effect_detail_box .effect_detail.effect01 .bottom_text_box .text {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#effect .effect_detail_box .effect_detail.effect01 .bottom_text_box .bg_text {
  display: inline;
  padding: 5px;
  background: #FFE614;
  color: #3B67D6;
  font-size: 16px;
  font-weight: 900;
  line-height: 2.8;
  letter-spacing: 0.04em;
}
#effect .effect_detail_box .effect_detail.effect02 .effect_sub_title .color {
  color: #3B67D6;
}
#effect .effect_detail_box .effect_detail.effect02 .effect02_table_box {
  margin-top: 30px;
}
#effect .effect_detail_box .effect_detail.effect02 .caution {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#effect .effect_detail_box .effect_detail.effect02 .tab {
  display: none;
}
#effect .effect_detail_box .effect_detail.effect03 .tab {
  display: none;
}
#effect .effect_detail_box .effect_detail.effect03 .title_box {
  margin-bottom: 30px;
}
#effect .effect_detail_box .effect_detail.effect03 .chart_description .text {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.04em;
}
#effect .effect_detail_box .effect_detail.effect03 .chart_description .icon {
  display: block;
  width: 34px;
  height: 0;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid;
}
#effect .effect_detail_box .effect_detail.effect03 .chart_description .icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
}
#effect .effect_detail_box .effect_detail.effect03 .chart_description .icon.type01 {
  color: #EA5514;
}
#effect .effect_detail_box .effect_detail.effect03 .chart_description .icon.type01::after {
  background: #EA5514;
}
#effect .effect_detail_box .effect_detail.effect03 .chart_description .icon.type02 {
  color: #3ABA22;
}
#effect .effect_detail_box .effect_detail.effect03 .chart_description .icon.type02::after {
  background: #3ABA22;
}
#effect .effect_detail_box .effect_detail.effect03 .chart {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents {
  display: flex;
  align-items: center;
}
#effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents .sub_title {
  margin-right: 20px;
}
#effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents .chart_img .title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
#effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents:nth-child(n+2) {
  margin-top: 30px;
}
#effect .effect_detail_box .effect_detail.effect03 .organization {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#effect .effect_detail_box .effect_detail.effect04 .effect_sub_title {
  margin-bottom: 30px;
}
#effect .effect_detail_box .effect_detail.effect04 .flex_arrow {
  margin: 30px 0;
  text-align: center;
}
#effect .effect_detail_box .effect_detail.effect04 .flex_arrow img {
  transform: rotate(90deg);
}
#effect .effect_detail_box .effect_detail:nth-child(n+2) {
  margin-top: 30px;
}
#effect .effect_detail_box .effect_detail::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 94px 94px 0 0;
  border-color: #FFE614 transparent transparent transparent;
}
#effect .bottom_box {
  margin-top: 60px;
}
#effect .bottom_box .tab {
  display: none;
}
#effect .bottom_box .bottom_title {
  display: block;
  margin: 30px 0;
  color: #3B67D6;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#effect .bottom_box .bottom_sub_title {
  display: block;
  margin: 30px 0;
  color: #042274;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#effect .bottom_box .text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#effect .bottom_box .marker_text_box {
  margin: 30px 0;
  text-align: center;
}
#effect .bottom_box .marker_text_box .marker_text {
  display: inline-block;
  padding: 0 0.5em;
  color: #3B67D6;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFE614 60%);
}
#effect .bottom_box .marker_text_box .marker_text:nth-child(n+2) {
  margin-top: 15px;
}
#effect .bottom_box .bottom_table {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  #effect {
    padding-bottom: calc(130px + 12.5vw);
  }
  #effect .title_box .title {
    font-size: 40px;
  }
  #effect .title_box .title .small {
    font-size: 25px;
  }
  #effect .title_box .text {
    font-size: 18px;
  }
  #effect .title_box .parts01 {
    top: 0;
    height: 60vh;
    max-height: 400px;
  }
  #effect .title_box .parts02 {
    top: -12.5vw;
    height: 90vw;
  }
  #effect .effect_detail_box {
    margin-top: 100px;
  }
  #effect .effect_detail_box .effect_detail {
    padding: 30px;
  }
  #effect .effect_detail_box .effect_detail .effect_title {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #3B67D6;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    background: #3B67D6;
  }
  #effect .effect_detail_box .effect_detail .effect_title .color {
    color: #FFE614;
  }
  #effect .effect_detail_box .effect_detail .effect_sub_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
  }
  #effect .effect_detail_box .effect_detail .contents_title {
    font-size: 22px;
  }
  #effect .effect_detail_box .effect_detail .contents_title br {
    display: none;
  }
  #effect .effect_detail_box .effect_detail .contents_title .bg_text {
    margin-top: 0;
    margin-left: 0.3em;
  }
  #effect .effect_detail_box .effect_detail.effect01 .flex {
    display: flex;
    justify-content: space-between;
  }
  #effect .effect_detail_box .effect_detail.effect01 .flex .flex_item01 {
    width: 42.4%;
  }
  #effect .effect_detail_box .effect_detail.effect01 .flex .flex_item02 {
    width: 51.7%;
  }
  #effect .effect_detail_box .effect_detail.effect01 .flex .text {
    margin: 20px 0 25px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .flex .img {
    margin-top: 0;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 30px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .text_box {
    width: 40.87%;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .img {
    margin-top: 0;
    width: 54.78%;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bottom_text_box .text {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bottom_text_box .text br {
    display: none;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bottom_text_box .bg_text {
    font-size: 30px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bottom_text_box .bg_text br {
    display: none;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bottom_text_box .bg_text .sp {
    display: none;
  }
  #effect .effect_detail_box .effect_detail.effect02 .caution {
    display: block;
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  #effect .effect_detail_box .effect_detail.effect02 .sp {
    display: none;
  }
  #effect .effect_detail_box .effect_detail.effect02 .tab {
    display: block;
  }
  #effect .effect_detail_box .effect_detail.effect03 .sp {
    display: none;
  }
  #effect .effect_detail_box .effect_detail.effect03 .tab {
    display: block;
  }
  #effect .effect_detail_box .effect_detail.effect03 .title_box {
    margin-bottom: 30px;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart_description {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart_description .text {
    font-size: 16px;
    font-weight: bold;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart_description .text:nth-child(n+2) {
    margin-left: 20px;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents .sub_title {
    margin-right: 20px;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents .chart_img .title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents:nth-child(n+2) {
    margin-top: 0;
    margin-left: 20px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .effect_sub_title {
    margin-bottom: 30px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #effect .effect_detail_box .effect_detail.effect04 .left_item {
    width: 42.42%;
    max-width: 420px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .left_item .img {
    text-align: right;
  }
  #effect .effect_detail_box .effect_detail.effect04 .right_item {
    width: 33.83%;
    max-width: 335px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .flex_arrow {
    width: 56px;
    margin: auto 40px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .flex_arrow img {
    transform: rotate(0);
  }
  #effect .effect_detail_box .effect_detail:nth-child(n+2) {
    margin-top: 30px;
  }
  #effect .effect_detail_box .effect_detail::after {
    border-width: 135px 135px 0 0;
  }
  #effect .bottom_box .sp {
    display: none;
  }
  #effect .bottom_box .tab {
    display: block;
  }
  #effect .bottom_box .bottom_title {
    display: block;
    margin: 30px 0;
    color: #3B67D6;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  #effect .bottom_box .bottom_sub_title {
    display: block;
    margin: 30px 0;
    color: #042274;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  #effect .bottom_box .text {
    text-align: center;
  }
  #effect .bottom_box .marker_text_box {
    margin: 30px 0;
    text-align: center;
  }
  #effect .bottom_box .marker_text_box .marker_text {
    font-size: 18px;
  }
  #effect .bottom_box .marker_text_box .marker_text .small {
    font-size: 14px;
  }
  #effect .bottom_box .marker_text_box .marker_text:nth-child(n+2) {
    margin-top: 0;
    margin-left: 50px;
  }
  #effect .bottom_box .bottom_table {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #effect .bottom_box .bottom_table .effect_table td {
    font-size: 18px;
  }
  #effect .bottom_box .bottom_table .effect_table .table_title {
    font-size: 22px;
  }
  #effect .bottom_box .bottom_table .effect_table .bg01, #effect .bottom_box .bottom_table .effect_table .bg03, #effect .bottom_box .bottom_table .effect_table .bg06 {
    font-size: 22px;
  }
  #effect .bottom_box .bottom_table .effect_table .bg04 p {
    font-size: 12px;
  }
  #effect .bottom_box .bottom_table .effect_table .bg04 .color {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  #effect .title_box .title {
    font-size: 55px;
  }
  #effect .title_box .text {
    margin-top: 22px;
  }
  #effect .title_box .parts01 {
    top: 0;
    height: 50vh;
    min-height: 600px;
    max-height: 800px;
  }
  #effect .title_box .parts01 img {
    left: 0;
    bottom: 0;
    width: 150vw;
    height: auto;
    transform: translateY(-25%) translateX(20%) rotate(-15deg);
  }
  #effect .title_box .parts02 {
    top: -12.5vw;
    height: 25vw;
    max-height: 500px;
  }
  #effect .effect_detail_box {
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }
  #effect .effect_detail_box .effect_detail {
    padding: 55px;
  }
  #effect .effect_detail_box .effect_detail .effect_title {
    margin-bottom: 40px;
    padding: 15px 20px;
    font-size: 30px;
  }
  #effect .effect_detail_box .effect_detail .effect_sub_title {
    font-size: 16px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .flex .flex_item01 {
    width: 420px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .flex .flex_item02 {
    width: 512px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box {
    padding: 40px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .text_box {
    width: 340px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .text_box .title {
    font-size: 22px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .text_box .text {
    margin: 20px 0;
    font-size: 16px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .example .example_title {
    padding: 7px 0;
    font-size: 14px;
    line-height: 1;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .example .example_text {
    padding: 7px;
    font-size: 12px;
    text-align: center;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bg_blue_box .img {
    width: 542px;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bottom_text_box {
    margin-top: 20px;
    text-align: center;
  }
  #effect .effect_detail_box .effect_detail.effect01 .bottom_text_box .text {
    font-size: 22px;
  }
  #effect .effect_detail_box .effect_detail.effect02 .effect02_table_box {
    margin-top: 0;
  }
  #effect .effect_detail_box .effect_detail.effect02 .flex {
    display: flex;
    justify-content: space-around;
  }
  #effect .effect_detail_box .effect_detail.effect02 .effect_sub_title {
    width: 42.4%;
  }
  #effect .effect_detail_box .effect_detail.effect02 .effect02_table_box {
    width: 52.02%;
  }
  #effect .effect_detail_box .effect_detail.effect03 .title_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart_description {
    margin-top: 30px;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents {
    width: 20%;
    margin-bottom: 0;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents .sub_title {
    margin-right: 20px;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents .chart_img .title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents:nth-child(n+2) {
    margin-left: 0;
  }
  #effect .effect_detail_box .effect_detail.effect03 .chart .chart_contents:nth-child(n+2) .sub_title {
    opacity: 0;
  }
  #effect .effect_detail_box .effect_detail.effect04 .effect_sub_title {
    margin-bottom: 50px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .flex {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #effect .effect_detail_box .effect_detail.effect04 .left_item {
    width: 420px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .left_item .img {
    text-align: right;
  }
  #effect .effect_detail_box .effect_detail.effect04 .left_item .img img {
    max-width: 340px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .right_item {
    width: 335px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .flex_arrow {
    margin: auto 40px 40px;
  }
  #effect .effect_detail_box .effect_detail.effect04 .flex_arrow img {
    transform: rotate(0);
  }
  #effect .effect_detail_box .effect_detail:nth-child(n+2) {
    margin-top: 30px;
  }
  #effect .effect_detail_box .effect_detail::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 94px 94px 0 0;
    border-color: #FFE614 transparent transparent transparent;
  }
  #effect .bottom_box .bottom_title {
    margin: 15px 0 60px;
    font-size: 40px;
  }
  #effect .bottom_box .bottom_sub_title {
    margin: 0 0 30px;
    font-size: 30px;
  }
  #effect .bottom_box .text {
    font-size: 22px;
  }
  #effect .bottom_box .marker_text_box {
    margin: 30px 0;
  }
  #effect .bottom_box .marker_text_box .marker_text {
    font-size: 25px;
  }
  #effect .bottom_box .marker_text_box .marker_text .small {
    font-size: 18px;
  }
}

#voice {
  padding-bottom: 180px;
  background: #3B67D6;
}
#voice .title_box {
  position: relative;
  z-index: 1;
}
#voice .title_box .title {
  color: #FFE614;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
}
#voice .title_box .title .small {
  border-bottom: 3px solid;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
#voice .title_box .text {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#voice .title_box .parts01 {
  position: absolute;
  z-index: -1;
  top: -12.5vw;
  left: 50%;
  width: 200%;
  height: 60vh;
  max-height: 800px;
  transform: translateX(-50%) rotate(-15deg);
}
#voice .title_box .parts01 .parts_img_box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#voice .title_box .parts01 img {
  left: 0;
  width: auto;
  height: 120vh;
  transform: translateY(-25%) translateX(20%) rotate(15deg);
}
#voice .title_box .parts02 {
  position: absolute;
  z-index: -2;
  top: -12.5vw;
  right: 0;
  width: 100%;
  height: 90vw;
  max-height: 400px;
  transform: translateX(-50%) rotate(15deg);
  background: #042274;
}
#voice .title_img_box {
  margin: 30px 0;
}
#voice .title_img_box .status {
  margin-top: 30px;
}
#voice .title_img_box .status_detail {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#voice .title_img_box .name {
  margin: 30px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}
#voice .title_img_box .status_text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#voice .img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 60px;
}
#voice .img_box .img {
  width: calc((100% - 10px)/2);
}
#voice .img_box .img:nth-child(n+3) {
  margin-top: 10px;
}
#voice .other .other_title {
  color: #FFE614;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
}
#voice .other .other_voice {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#voice .other .other_voice:nth-child(n+2) {
  margin-top: 50px;
}
#voice .other .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: -28px;
  left: -15px;
  width: 70px;
  height: 70px;
  line-height: 1;
  color: #3B67D6;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background: #FFE614;
  border-radius: 50%;
}
#voice .other .title {
  margin-bottom: 20px;
  color: #3B67D6;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#voice .other .other_interviewee {
  margin: 20px 0;
}
#voice .other .other_interviewee .case {
  color: #3B67D6;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#voice .other .other_interviewee .name {
  margin: 20px 0;
  color: #3B67D6;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
#voice .other .other_interviewee .text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#voice .other .other_interviewee .img img {
  width: 100%;
}
#voice .other .other_interviewee .img.tab {
  display: none;
}
#voice .other .other_img_box .img:nth-child(n+2) {
  margin-top: 20px;
}
#voice .other .other_img_box .img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #voice {
    padding-bottom: calc(130px + 12.5vw);
  }
  #voice .title_box .title_inner {
    width: 43.18%;
    max-width: 475px;
    margin-right: 0;
    margin-left: auto;
  }
  #voice .title_box .title {
    font-size: 40px;
  }
  #voice .title_box .title .small {
    font-size: 25px;
  }
  #voice .title_box .parts01 {
    top: 0;
    height: 60vh;
    max-height: 400px;
  }
  #voice .title_box .parts01 img {
    left: 0;
    width: auto;
    height: 120vh;
  }
  #voice .title_box .parts02 {
    top: -12.5vw;
    height: 90vw;
  }
  #voice .title_box .parts03 {
    position: absolute;
    z-index: -3;
    top: 10vw;
    left: 50%;
    width: 200%;
    height: 90vw;
    transform: translateX(-50%) rotate(15deg);
    background: #1847C8;
  }
  #voice .title_img_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 90px 0 60px;
  }
  #voice .title_img_box .title_img {
    width: 43.18%;
    max-width: 475px;
  }
  #voice .title_img_box .status {
    width: 51.81%;
    max-width: 570px;
    margin-top: 0;
  }
  #voice .img_box {
    margin: 60px 0 90px;
  }
  #voice .img_box .img {
    width: calc((100% - 60px)/4);
  }
  #voice .img_box .img:nth-child(n+3) {
    margin-top: 0;
  }
  #voice .other .other_title {
    font-size: 25px;
  }
  #voice .other .other_voice {
    padding: 20px;
  }
  #voice .other .other_voice:nth-child(n+2) {
    margin-top: 50px;
  }
  #voice .other .num {
    top: -28px;
    left: -15px;
    width: 100px;
    height: 100px;
    font-size: 50px;
  }
  #voice .other .title {
    max-width: 990px;
    margin: 0 auto 30px;
    padding-left: 80px;
    font-size: 22px;
    text-align: left;
  }
  #voice .other .title br {
    display: none;
  }
  #voice .other .other_interviewee {
    display: flex;
    justify-content: space-between;
    max-width: 990px;
    margin: 20px auto;
  }
  #voice .other .other_interviewee .interviewee_status {
    width: calc(100% - (31.11% + 30px));
  }
  #voice .other .other_interviewee .case {
    font-size: 14px;
  }
  #voice .other .other_interviewee .case br {
    display: none;
  }
  #voice .other .other_interviewee .name {
    margin: 20px 0;
    font-size: 18px;
  }
  #voice .other .other_interviewee .text {
    margin-top: 20px;
    font-size: 14px;
  }
  #voice .other .other_interviewee .img {
    width: 31.11%;
  }
  #voice .other .other_interviewee .img.sp {
    display: none;
  }
  #voice .other .other_interviewee .img.tab {
    display: block;
  }
  #voice .other .other_img_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 990px;
    margin: auto;
  }
  #voice .other .other_img_box .img:nth-child(n+2) {
    margin-top: 0;
  }
  #voice .other .other_img_box .img.thumbnail {
    width: 36.36%;
    max-width: 360px;
  }
  #voice .other .other_img_box .other_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #voice .other .other_img_box.movie_box .other_img {
    width: calc(100% - (36.36% + 10px));
  }
  #voice .other .other_img_box.img_two .other_img .img {
    width: calc((100% - 10px)/2);
  }
  #voice .other .other_img_box.img_three .other_img .img {
    width: calc((100% - 20px)/3);
  }
}
@media screen and (min-width: 1100px) {
  #voice {
    padding-bottom: calc(130px + 12.5vw);
  }
  #voice .title_box .title {
    font-size: 55px;
  }
  #voice .title_box .text {
    font-size: 22px;
  }
  #voice .title_box .text .sp {
    display: none;
  }
  #voice .title_box .parts01 {
    top: 0;
    height: 50vh;
    min-height: 600px;
    max-height: 800px;
  }
  #voice .title_box .parts01 img {
    left: 0;
    bottom: 0;
    width: 150vw;
    height: auto;
    transform: translateY(-25%) translateX(20%) rotate(15deg);
  }
  #voice .title_box .parts02 {
    top: -12.5vw;
    height: 25vw;
    max-height: 500px;
  }
  #voice .title_box .parts03 {
    top: 10vw;
    height: 50vw;
  }
  #voice .title_img_box .status_detail {
    font-size: 14px;
  }
  #voice .title_img_box .status_detail br {
    display: none;
  }
  #voice .title_img_box .name {
    margin: 15px 0 30px;
    font-size: 22px;
  }
  #voice .title_img_box .status_text {
    font-size: 16px;
  }
  #voice .other .other_title {
    font-size: 30px;
  }
  #voice .other .other_voice {
    padding: 40px 60px;
  }
  #voice .other .other_voice:nth-child(n+2) {
    margin-top: 50px;
  }
  #voice .other .num {
    top: -20px;
    left: -20px;
  }
  #voice .other .title {
    padding-left: 40px;
    font-size: 22px;
  }
  #voice .other .other_interviewee {
    margin: 20px auto;
  }
  #voice .other .other_interviewee .interviewee_status {
    width: calc(100% - (31.11% + 30px));
  }
  #voice .other .other_interviewee .case {
    font-size: 14px;
  }
  #voice .other .other_interviewee .name {
    margin: 20px 0;
    font-size: 22px;
  }
  #voice .other .other_interviewee .text {
    margin-top: 20px;
    font-size: 16px;
  }
  #voice .other .other_interviewee .img {
    width: 31.11%;
  }
  #voice .other .other_interviewee .img.sp {
    display: none;
  }
  #voice .other .other_interviewee .img.tab {
    display: block;
  }
  #voice .other .other_img_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 990px;
    margin: auto;
  }
  #voice .other .other_img_box .img:nth-child(n+2) {
    margin-top: 0;
  }
  #voice .other .other_img_box .img.thumbnail {
    width: 36.36%;
    max-width: 360px;
  }
  #voice .other .other_img_box .other_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #voice .other .other_img_box.movie_box .other_img {
    width: calc(100% - (36.36% + 20px));
  }
  #voice .other .other_img_box.img_two .other_img .img {
    width: calc((100% - 20px)/2);
  }
  #voice .other .other_img_box.img_three .other_img .img {
    width: calc((100% - 40px)/3);
  }
}

#qa {
  padding-bottom: 180px;
  background: #E4E8EB;
}
#qa .title_box {
  position: relative;
  z-index: 1;
}
#qa .title_box .title {
  color: #042274;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
}
#qa .title_box .title .small {
  border-bottom: 3px solid;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
#qa .title_box .text {
  margin-top: 15px;
  color: #042274;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#qa .title_box .parts01 {
  position: absolute;
  z-index: -1;
  top: -12.5vw;
  left: 50%;
  width: 200%;
  height: 60vh;
  max-height: 800px;
  transform: translateX(-50%) rotate(15deg);
  background: #B5CFE3;
}
#qa .title_box .parts02 {
  position: absolute;
  z-index: -2;
  top: -25vw;
  right: 0;
  width: 100%;
  height: 90vw;
  max-height: 400px;
  transform: translateX(50%) rotate(-15deg);
  background: #394F8E;
}
#qa .qa_box {
  margin-top: 60px;
}
#qa .qa_box .qa_contents {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#qa .qa_box .qa_contents:nth-child(n+2) {
  margin-top: 20px;
}
#qa .qa_box .qa_contents.active .title::before {
  transform: rotate(0);
}
#qa .qa_box .title {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 55px 10px 15px;
  cursor: pointer;
  background: #3B67D6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#qa .qa_box .title .icon {
  margin-right: 10px;
  font-size: 25px;
  line-height: 1;
}
#qa .qa_box .title::before, #qa .qa_box .title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 25px;
  height: 0;
  margin: auto;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}
#qa .qa_box .title::before {
  transform: rotate(90deg);
}
#qa .qa_box .text {
  display: none;
  padding: 10px 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  background: #fff;
}
#qa .qa_box .text .link_box {
  margin-top: 20px;
}
#qa .qa_box .link_box .link {
  color: #3B67D6;
}
@media screen and (min-width: 768px) {
  #qa {
    padding-bottom: calc(130px + 12.5vw);
  }
  #qa .title_box .title {
    font-size: 40px;
  }
  #qa .title_box .title .small {
    font-size: 25px;
  }
  #qa .title_box .text {
    font-size: 18px;
  }
  #qa .title_box .parts01 {
    top: 0;
    height: 60vh;
    max-height: 400px;
  }
  #qa .title_box .parts02 {
    top: -12.5vw;
    height: 90vw;
  }
  #qa .qa_box {
    margin-top: 120px;
  }
  #qa .qa_box .qa_contents:nth-child(n+2) {
    margin-top: 30px;
  }
  #qa .qa_box .title {
    padding: 20px 65px 20px 20px;
    font-size: 20px;
  }
  #qa .qa_box .title .icon {
    margin-right: 10px;
    font-size: 25px;
  }
  #qa .qa_box::before, #qa .qa_box::after {
    right: 20px;
  }
  #qa .qa_box .text {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
  }
}
@media screen and (min-width: 1100px) {
  #qa .title_box .title {
    font-size: 55px;
  }
  #qa .title_box .text {
    margin-top: 22px;
  }
  #qa .title_box .parts01 {
    top: 0;
    height: 50vh;
    min-height: 600px;
    max-height: 800px;
  }
  #qa .title_box .parts02 {
    top: -12.5vw;
    height: 25vw;
    max-height: 500px;
  }
}

#contact {
  padding-bottom: 180px;
  background-color: #042274;
  color: #FFF;
  padding: 20px;
}
#contact .contents_inner {
  padding: 0;
}
#contact .title_box {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#contact .title_box .title {
  color: #FFE614;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
}
#contact .title_box .title .small {
  border-bottom: 3px solid;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
#contact .title_box .text {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .title_box .parts01 {
  position: absolute;
  z-index: -2;
  top: -18vw;
  left: 50%;
  width: 200%;
  height: 600px;
  transform: translateX(-50%) rotate(-15deg);
  background: #042274;
}
#contact .form_body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 0 40px 50px 40px;
  }
  #contact .title_box .contents_inner {
    display: flex;
    justify-content: flex-end;
    max-width: 910px;
  }
  #contact .title_box .title {
    font-size: 40px;
  }
  #contact .title_box .title .small {
    font-size: 25px;
  }
  #contact .title_box .text {
    margin-top: 15px;
    font-size: 18px;
  }
  #contact .title_box .parts01 {
    top: -14.5vw;
    height: 50vh;
    min-height: 600px;
  }
}

.btnReturn {
  width: 100%;
  max-width: 340px;
  color: #FFF;
  background-color: #AFAEAE;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 22px 20px;
  border-radius: 40px;
}
.btnReturn:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 25px;
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(-135deg);
  margin-top: -4px;
}

.btnSend,
.btnConfirm {
  width: 100%;
  max-width: 340px;
  color: #042274;
  background-color: #FFE614;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 22px 20px;
  border-radius: 40px;
}
.btnSend:after,
.btnConfirm:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  border-top: 1px solid #042274;
  border-right: 1px solid #042274;
  transform: rotate(45deg);
  margin-top: -4px;
}

.btnSend {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .btnSend {
    margin-top: 0;
    margin-left: 20px;
  }
}

.form_container {
  color: #323232;
}
.form_container .inner {
  padding: 20px;
  background-color: #EEF2FA;
}
@media screen and (min-width: 768px) {
  .form_container .inner {
    max-width: 910px;
    margin: 0 auto;
    padding: 55px;
  }
}
.form_container .formBtn {
  margin-top: 40px;
  text-align: center;
  padding: 0 20px;
  font-size: 0;
}
.form_container .formBtn .btnSend {
  margin-top: 10px;
}
.form_container .error_message {
  font-size: 13px;
  margin-top: 10px;
}
.form_container .error_message span {
  background-color: red;
  color: #FFF;
  border-radius: 2px;
  position: relative;
  padding: 0 0.5em;
}

form .attention {
  margin-bottom: 25px;
}
form .row + .row {
  margin-top: 25px;
}
form dl dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
form dl dt .require {
  padding-left: 0.7em;
}
form dl dd {
  margin: 0;
}
form input[type=text],
form textarea {
  width: 100%;
  outline: none;
  border: 0;
  font-size: 16px;
  padding: 0.6em 0.7em 0.7em 0.7em;
  line-height: 1.5;
  border-radius: 0;
}
form textarea {
  height: 180px;
  resize: vertical;
}
form .require {
  color: #EA5514;
}
@media screen and (min-width: 1100px) {
  form dl {
    display: flex;
  }
  form dl dt {
    width: 170px;
    padding-top: 1em;
  }
  form dl dt.horizon {
    padding-top: 7px;
  }
  form dl dd {
    flex: 1;
  }
}

.radio_group .field {
  padding: 1px 0;
  display: inline-block;
  margin: 5px 15px 5px 0;
  cursor: pointer;
}
.radio_group input[type=radio] {
  display: none;
}
.radio_group label {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.radio_group label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 100%;
  background-color: #FFF;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.2s ease;
}
.radio_group label:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  background-color: #FFF;
  position: absolute;
  top: 8px;
  left: 4px;
  opacity: 0;
  transition: all 0.2s ease;
}
.radio_group input[type=radio]:checked + label:before {
  background-color: #FFF;
}
.radio_group input[type=radio]:checked + label:after {
  opacity: 1;
  background-color: #3B67D6;
}

.chk_group input[type=checkbox] {
  display: none;
}
.chk_group label {
  position: relative;
  padding-left: 35px;
}
.chk_group label:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.chk_group label:after {
  content: "";
  width: 6px;
  height: 14px;
  display: block;
  border-bottom: 3px solid #3B67D6;
  border-right: 3px solid #3B67D6;
  position: absolute;
  top: 2px;
  left: 8px;
  transform: rotate(35deg);
  opacity: 0;
  transition: all 0.2s ease;
}
.chk_group input[type=checkbox]:checked + label:before {
  background-color: #3B67D6;
}
.chk_group input[type=checkbox]:checked + label:after {
  opacity: 1;
  border-color: #FFF;
}
@media screen and (min-width: 1100px) {
  .chk_group label:before {
    top: 2px;
  }
  .chk_group label:after {
    top: 4px;
  }
}

.ppbox {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.ppbox p {
  margin-bottom: 15px;
}
.ppbox p br {
  display: none;
}
.ppbox a {
  color: #3B67D6;
  transition: all 0.2s ease;
}
.ppbox a:hover {
  opacity: 0.6;
}
.ppbox label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .ppbox {
    text-align: center;
  }
  .ppbox p {
    font-size: 13px;
    text-align: center;
    line-height: 2;
  }
  .ppbox p br {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .ppbox p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ppbox label {
    font-size: 18px;
  }
}

.confirm_text {
  font-size: 13px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 374px) {
  .confirm_text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .confirm_text {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .confirm_text {
    font-size: 22px;
  }
}

form.confirm dl dt.horizon + dd {
  padding-top: 0.6em;
}
form.confirm dl dd {
  padding-top: 1em;
}
form.confirm .radio_group .field {
  margin: 0;
}
form.confirm .radio_group .field p {
  display: inline;
}
form.confirm .radio_group .field + .field {
  margin: 0;
}

.dtp-buttons {
  display: flex;
  justify-content: space-between;
}
.dtp-buttons .btn-flat {
  width: calc((100% - 1em)/2);
  padding: 0.5em 0;
  border: 1px solid;
  border-radius: 50px;
}
.thanks {
  padding: 30vh 20px;
  background: #042274;
  text-align: center;
}
.thanks .title {
  color: #fff;
  font-size: 22px;
}
.thanks .text {
  display: block;
  margin: 30px 0 60px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding: 30vh 20px;
    background: #042274;
    text-align: center;
  }
  .thanks .title {
    color: #fff;
    font-size: 22px;
  }
  .thanks .text {
    margin: 50px 0;
    font-size: 18px;
  }
  .thanks .text .sp {
    display: none;
  }
}