@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=Montserrat:wght@300;400;500;600;700&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-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

._hind {
  font-family: "Hind", serif;
  letter-spacing: 0.05em;
}

._serif {
  letter-spacing: 0.05em;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, ul, ol, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

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

dl {
  padding: 0;
  margin: 0;
}
dl dt, dl dd {
  padding: 0;
  margin: 0;
}

body {
  padding-top: 70px;
  color: #323232;
}
@media screen and (min-width: 980px) {
  body {
    padding-top: 62px;
  }
}

#main {
  overflow: hidden;
}

@media screen and (max-width: 1269px) {
  #header .row {
    width: 100%;
    height: 70px;
    background-color: #FFF;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    z-index: 10;
  }
  #header .row #logo {
    width: 190px;
    margin-top: 10px;
  }
  #header .row #logo a {
    display: block;
  }
  
#header .row #logo img {
    width: 120px;
    height: auto;
    padding: 15px;
    margin-left: -30px;
    /* margin: auto; */
    margin-top: 4px;
}

  #btmMenu {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    padding: 15px 12px;
    border-radius: 10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1269px) and (min-width: 1270px) {
  #btmMenu {
    display: none;
  }
}
@media screen and (max-width: 1269px) {
  #btmMenu button {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    border: 0;
    background: none;
    box-sizing: border-box;
    padding: 8px;
    background-color: #FFB23B;
    outline: none;
    border: none;
    border-radius: 5px;
  }
  #btmMenu button span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    background-color: #FFF;
    transition: all 0.2s cubic-bezier(0.36, 0.1, 0.16, 1);
  }
  #btmMenu button span:nth-child(1) {
    margin-bottom: 6px;
  }
  #btmMenu button span:nth-child(3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1269px) {
  #btmMenu.is-open button span:nth-child(1) {
    margin-bottom: -2px;
    transform: rotate(45deg);
  }
  #btmMenu.is-open button span:nth-child(2) {
    opacity: 0;
  }
  #btmMenu.is-open button span:nth-child(3) {
    margin-top: -2px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 1269px) {
  #nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
  }
  #nav .inner {
    width: 80%;
    max-width: 634px;
    padding-top: 50px;
  }
  #nav nav ul li {
    opacity: 0;
    transform: translateY(20px);
  }
  #nav nav ul li + li {
    margin-top: 10px;
  }
  #nav nav a {
    text-align: center;
    text-decoration: none;
    padding: 7px 0px;
    font-size: 2rem;
    font-weight: 600;
    color: #323232;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1270px) {
  #header {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  #header .row {
    width: 170.5px;
  }
  #header .row #logo a {
    display: block;
    line-height: 1;
  }
  #header #nav {
    flex: 1;
    width: auto;
    height: 100%;
    margin-left: auto;
    visibility: inherit !important;
  }
  #header #nav .inner {
    display: flex;
    align-items: center;
  }
  #header #nav nav {
    margin-left: auto;
  }
  #header #nav nav ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #header #nav nav ul li {
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0px) !important;
  }
  #header #nav nav ul li + li {
    margin-left: 35px;
  }
  #header #nav nav ul li a {
    padding: 0 12px;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    transition: all 0.2s cubic-bezier(0.32, 0.625, 0.58, 1);
  }
  #header #nav nav ul li a:hover {
    color: #FFB23B;
  }
 
 #visual .title span {
    display: inline;
    padding: 10px;
    background: #FFB23B;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 3;
} 

#visual .title {
    width: 100%;
}  
  
  
}
@media screen and (min-width: 1270px) and (min-width: 1100px) {
  #header #nav nav ul li a {
    padding: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1270px) {
  #btmMenu {
    display: none;
  }
}
@media screen and (min-width: 1270px) {
  #nav {
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  #nav nav a {
    text-decoration: none;
  }
  #nav nav a i {
    display: none;
  }
}
.btngroup {
  margin-top: 30px;
}
.btngroup ul li:nth-child(n+2) {
  margin-top: 14px;
}
.btngroup .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 13px 0;
  background: #39B880;
  border: 1px solid #39B880;
  border-radius: 48px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.04em;
}
.btngroup .btn .icon {
  margin-right: 10px;
}
@media screen and (min-width: 980px) {
  .btngroup ul {
    display: flex;
    align-items: center;
  }
  .btngroup ul li:nth-child(n+2) {
    margin-top: 0;
    margin-left: 30px;
  }
  .btngroup .btn {
    width: 300px;
    height: 48px;
    padding: 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 1270px) {
  .btngroup {
    margin-top: 0;
    margin-left: 35px;
  }
  .btngroup .btn {
width: 220px;
    height: 50px;
    padding: 0;
    font-size: 16px;
    transition: all 0.2s cubic-bezier(0.32, 0.625, 0.58, 1);
  }
  .btngroup .btn:hover {
    background: #FFB23B;
    border-color: #FFB23B;
  }
}

#footer {
  padding: 40px 0;
}
#footer .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#footer .text_box #logo {
  display: block;
  width: 170.5px;
  line-height: 1;
}
#footer .text_box .subtitle {
  margin: 28px 0 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
#footer .text_box .address {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#footer .text_box .list {
  margin-top: 20px;
}
#footer .text_box .list .list_item:nth-child(n+2) {
  margin-top: 8px;
}
#footer .text_box .list .link {
  display: flex;
  align-items: center;
  color: #323232;
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.36, 0.1, 0.16, 1);
}
#footer .text_box .list .link span {
  display: inline-block;
  margin-left: 5px;
}
#footer .text_box .list .link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #323232;
  transform: rotate(-45deg);
  transition: all 0.2s cubic-bezier(0.36, 0.1, 0.16, 1);
}
#footer .text_box .list .link:hover {
  color: #FFB23B;
  margin-left: 5px;
}
#footer .text_box .list .link:hover::before {
  border-color: #FFB23B;
}
#footer .text_box .list .icon {
  margin-left: 10px;
}
#footer .contact_box {
  margin-top: 60px;
}
#footer .contact_box .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 10px;
}
#footer .contact_box .tel {
  display: flex;
  align-items: center;
  margin: 15px 0;
  color: #FFB23B;
  font-size: 3.5rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1;
}
#footer .contact_box .tel svg {
  width: 21.51px !important;
}
#footer .contact_box .tel svg path {
  fill: #FFB23B;
}
#footer .contact_box .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 40px;
  }
  #footer .contact_box {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  #footer .text_box {
    display: flex;
    align-items: flex-end;
    justify-content: left;
  }
  #footer .text_box .content {
    max-width: 355px;
  }
  #footer .text_box .list {
    margin-top: 0;
    margin-left: 20px;
  }
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.view_sp {
  display: block;
}
@media screen and (min-width: 980px) {
  .view_sp {
    display: none;
  }
}

.view_pc {
  display: none;
}
@media screen and (min-width: 980px) {
  .view_pc {
    display: block;
  }
}

.bg_cross {
  background: url("../img/hai.png");
  background-position: left top;
}
.bg_cross--green {
  background: #FFB23B;
  background-position: left top;
}

.titleStyle01 {
  margin-bottom: 40px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
}
.titleStyle01 .titleStyle01_subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
}
.titleStyle01 .titleStyle01_title {
  display: block;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .titleStyle01 {
    margin-bottom: 80px;
    font-size: 30px;
  }
  .titleStyle01 .titleStyle01_subtitle {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.textStyle01 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.textStyle01 .color {
  color: #F43E43;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .textStyle01 {
    font-size: 18px;
  }
}

#visual {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
#visual.bg_cross {
  background-position: left bottom;
}
#visual .visual_img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 1;
}
#visual .visual_img img {
  width: 100%;
  vertical-align: bottom;
}
#visual .title {
  display: block;
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 20px;
  margin: auto;
}
#visual .title span {
  display: inline;
  padding: 10px;
  background: #FFB23B;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  #visual .title {
    top: 40.6%;
    left: 40px;
  }
  #visual .title span {
    font-size: 35px;
    line-height: 2;
  }
}
@media screen and (min-width: 980px) {
  #visual {
    height: auto;
  }
  #visual .title span {
    padding: 12px 18px;
    font-size: 50px;
    line-height: 2;
  }
}

#concept {
  padding: 60px 0 calc(60px + 8.8vw);
}
#concept .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#concept .title {
  margin-bottom: 40px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#concept .title .large {
  font-size: 116%;
}
#concept .title .color {
  color: #FFB23B;
}
#concept .title::after {
  content: "";
  display: block;
  width: 10.667vw;
  max-width: 40px;
  height: 0;
  margin-top: 40px;
  border-bottom: 3px solid #FFB23B;
}
#concept .subtitle {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#concept .concept_detail {
  margin-top: 80px;
  background: #fff;
  border: 5px solid #FFB23B;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  text-align: center;
}
#concept .concept_detail .detail_title {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 280px;
  padding: 15px 0;
  border-radius: 0 0 10px 10px;
  background: #FFB23B;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
#concept .concept_detail .detail_title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  margin: auto;
  border-style: solid;
  border-width: 20px 130px 0 130px;
  border-color: #FFB23B transparent transparent transparent;
}
#concept .concept_detail .detail_item_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
#concept .concept_detail .detail_item_box .item {
  width: 50%;
  margin-bottom: 40px;
}
#concept .concept_detail .detail_item_box .item_text {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #concept {
    padding: 100px 0 calc(100px + 8.8vw);
  }
  #concept .inner {
    padding: 0 40px;
  }
  #concept .title {
    margin-bottom: 60px;
    font-size: 35px;
  }
  #concept .title::after {
    margin-top: 60px;
  }
  #concept .subtitle {
    margin-bottom: 40px;
    font-size: 30px;
  }
  #concept .concept_detail {
    width: 100%;
    margin-top: 100px;
  }
  #concept .concept_detail .detail_title {
    width: 430px;
    padding: 20px 0 5px;
    font-size: 30px;
  }
  #concept .concept_detail .detail_title::after {
    content: "";
    border-width: 20px 205px 0 205px;
  }
  #concept .concept_detail .detail_item_box {
    max-width: 600px;
    margin: 72px auto 0;
  }
  #concept .concept_detail .detail_item_box .item {
    width: 25%;
    margin-bottom: 50px;
    padding:6px;
  }
  #concept .concept_detail .detail_item_box .item_text {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}
@media screen and (min-width: 980px) {
  #concept .title {
    width: 900px;
    font-size: 60px;
  }
  #concept .subtitle {
    font-size: 40px;
  }
}

#about {
  position: relative;
  z-index: 0;
  padding: 60px 0 calc(60px + 8.8vw);
  background: #FBD28C;
}
#about .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#about .subtitle {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#about .reference {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
#about .about_content {
  margin-top: 40px;
}
#about .about_content .about_img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: bottom;
  border-radius: 10px;
}
#about .about_content .about_content_title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  border-bottom: 1px solid #323232;
}
#about .about_content .about_content_title br {
  display: none;
}
#about::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: -8.8vw;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 0 8.8vw 100vw;
  border-color: transparent transparent #FBD28C transparent;
}
@media screen and (min-width: 768px) {
  #about {
    padding: 100px 0 calc(100px + 8.8vw);
  }
  #about .inner {
    padding: 0 40px;
  }
  #about .subtitle {
    margin-bottom: 40px;
    font-size: 30px;
  }
  #about .reference {
    font-size: 14px;
  }
  #about .about_content {
    display: flex;
    align-items: flex-start;
    margin-top: 80px;
  }
  #about .about_content .about_img {
    width: 46.3%;
    margin-bottom: 0;
    border-radius: 10px;

  }
  #about .about_content .about_text_box {
    width: 55.7%;
    padding-left: 60px;
  }
  #about .about_content .about_content_title {
    font-size: 24px;
  }
  #about .about_content .about_content_title br {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  #about .subtitle {
    font-size: 40px;
  }
  #about .about_content .about_content_title {
    font-size: 30px;
  }
}

#caseStudy {
  position: relative;
  z-index: 0;
  padding: 60px 0;
}
#caseStudy .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#caseStudy .case .case_img {
  width: 100%;
  vertical-align: bottom;
}
#caseStudy .case .tag {
  display: inline-block;
  margin: 10px 0;
  padding: 4px 6px;
  background: #FFB23B;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
#caseStudy .case .title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
#caseStudy .case .textStyle01 {
  margin: 20px 0;
}
#caseStudy .case .caution {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#caseStudy .case_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#caseStudy .case_list .case {
  width: calc(50% - 10px);
  margin-top: 40px;
}
#caseStudy .case_list .title_box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#caseStudy .case_list .tag {
  margin: 0;
}
#caseStudy .case_list .title {
  margin-left: 10px;
}
#caseStudy::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: -8.8vw;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 0 8.8vw 100vw;
  border-color: transparent transparent #fff transparent;
}
@media screen and (min-width: 768px) {
  #caseStudy {
    padding: 100px 0;
  }
  #caseStudy .inner {
    padding: 0 40px;
  }
  #caseStudy .case .case_img {
    width: 100%;
    vertical-align: bottom;
  }
  #caseStudy .case .tag {
    margin: 30px 0 20px;
    font-size: 14px;
  }
  #caseStudy .case .title {
    font-size: 25px;
  }
  #caseStudy .case .textStyle01 {
    margin: 30px 0 20px;
  }
  #caseStudy .case_list .case {
    width: calc(50% - 20px);
    max-width: 380px;
    margin-top: 60px;
  }
  #caseStudy .case_list .title_box {
    margin-top: 30px;
  }
  #caseStudy .case_list .tag {
    margin: 0;
  }
  #caseStudy .case_list .title {
    margin-left: 20px;
  }
}

#formLink {
  padding: 40px 0;
}
#formLink .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#formLink .formLink_box {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
#formLink .formLink_box .title {
  margin-bottom: 20px;
  color: #FFB23B;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#formLink .formLink_box .text {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#formLink .formLink_box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  max-width: 290px;
  margin: auto;
  padding: 13px 0;
  background: #39B880;
  border: 1px solid #39B880;
  border-radius: 48px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.04em;
}
#formLink .formLink_box .btn .icon {
  margin-right: 10px;
}
#formLink .formLink_box .btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #formLink .inner {
    padding: 0 40px;
  }
  #formLink .formLink_box {
    padding: 40px 0;
    background: #fff;
    border-radius: 10px;
    text-align: center;
  }
  #formLink .formLink_box .title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  #formLink .formLink_box .text {
    margin-bottom: 40px;
    font-size: 16px;
  }
  #formLink .formLink_box .text br {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #formLink .formLink_box {
    padding: 40px 0;
    background: #fff;
    border-radius: 10px;
    text-align: center;
  }
  #formLink .formLink_box .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  #formLink .formLink_box .text {
    margin-bottom: 40px;
    font-size: 16px;
  }
  #formLink .formLink_box .text br {
    display: none;
  }
  #formLink .formLink_box .btn {
    padding: 16.5px 0;
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.36, 0.1, 0.16, 1);
  }
  #formLink .formLink_box .btn:hover {
    border-color: #FFB23B;
    background: #FFB23B;
  }
}

#feature {
  padding: 60px 0 calc(60px + 8.8vw);
  background: #FBD28C;
}
#feature .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
#feature .content {
  width: 100%;
  max-width: 820px;
  margin: auto;
}
#feature .content .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#feature .content .img {
  display: block;
  width: 100%;
  margin-top: 20px;
}
#feature .content:nth-child(n+2) {
  margin-top: 45px;
}
#feature .detail {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
#feature .detail .detail_box:nth-child(n+2) {
  margin-top: 40px;
}
#feature .detail .title {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}
#feature .detail .title .balloon, #feature .detail .title .balloon--green {
  display: inline-block;
  padding: 9px 48px;
  margin-bottom: 0.5em;
  background: #707070;
  border-radius: 72px;
  color: #fff;
  line-height: 1;
}
#feature .detail .title .balloon--green {
  background: #FFB23B;
}
#feature .detail .subtitle {
  display: block;
  margin: 20px auto;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
#feature .detail .img {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  #feature {
    padding: 90px 0 calc(100px + 8.8vw);
  }
  #feature .inner {
    padding: 0 40px;
  }
  #feature .content .title {
    margin-bottom: 40px;
    font-size: 35px;
  }
  #feature .content .flex {
    /*display: flex;*/
    align-items: flex-start;
  }
  #feature .content .flex .textStyle01 {
    width: 100%;
    /* padding-right: 50px; */
    margin-top: 40px;
}
  }
  #feature .content .img {
    max-width: 100%;
  }
  #feature .content:nth-child(n+2) {
    margin-top: 90px;
  }
  #feature .detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
    padding: 40px;
  }
  #feature .detail .detail_box {
    width: calc(50% - 20px);
    max-width: 390px;
  }
  #feature .detail .detail_box:nth-child(n+2) {
    margin-top: 0;
  }
  #feature .detail .title {
    font-size: 22px;
  }
  #feature .detail .title .balloon,
#feature .detail .title .balloon--green {
    padding: 9px 24px;
    margin-bottom: 0.5em;
  }
  #feature .detail .subtitle {
    margin: 25px auto;
    font-size: 18px;
  }
  #feature .detail .img {
    margin: 50px auto 25px;
  }
}
@media screen and (min-width: 980px) {
  #feature .content .title {
    font-size: 45px;
  }
  #feature .detail {
    padding: 50px 75px;
  }
  #feature .detail .title {
    font-size: 25px;
  }
  #feature .detail .title .balloon,
#feature .detail .title .balloon--green {
    padding: 9px 48px;
    margin-bottom: 10px;
  }
  #feature .detail .subtitle {
    margin: 25px auto;
    font-size: 20px;
  }
  #feature .detail .img {
    margin: 50px auto 28px;
  }
}

#result {
  position: relative;
  z-index: 0;
  padding: 60px 0 calc(60px + 8.8vw);
}
#result .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#result .content:nth-child(n+2) {
  margin-top: 60px;
}
#result .content .title {
  margin-bottom: 20px;
  line-height: 1;
}
#result .content .title .subtext {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
  color: #FFB23B;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
#result .content .title .subtext::after {
  content: "";
  display: block;
  width: 27px;
  height: 0;
  margin-left: 7px;
  border-bottom: 1px solid;
}
#result .content .title .title_text {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#result .content .text {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#result .content .text .bold {
  font-weight: bold;
}
#result .result_img_contaniner .result_img_box:nth-child(n+2) {
  margin-top: 30px;
}
#result .result_img_contaniner .img {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
}
#result .result_img_contaniner .img img {
  width: 100%;
  vertical-align: bottom;
}
#result .result_img_contaniner .img .status {
  display: block;
  position: absolute;
  z-index: 1;
  text-align: center;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 8px 0;
  background: #FFB23B;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
#result .result_img_contaniner .result_img_text {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#result .result_detail {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#result .result_detail .detail_item {
  width: calc(100% / 3);
}
#result .result_detail .detail_title {
  padding: 8px 0;
  background: #FBD28C;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
#result .result_detail .detail_text {
  padding: 8px 0;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
#result .result_detail .color {
  color: #39B880;
}
#result .result_detail .border_left_white {
  border-left: 1px solid #fff;
}
#result .result_detail .border_left_green {
  border-left: 1px solid #FBD28C;
}
#result .result_detail_text {
  display: block;
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#result .result_table_box {
  padding: 60px 0 60px 10px;
  overflow-x: scroll;
}
#result .table_inner {
  width: calc((170px * 4) + 10px);
}
#result .result_table {
  display: flex;
  width: calc(170px * 4);
  box-sizing: border-box;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}
#result .result_table .result_list {
  width: calc(100% / 4);
  height: calc(80px * 6);
}
#result .result_table .result_list:nth-child(n+3) .list_text {
  border-left: 1px solid #ccc;
}
#result .result_table .result_list.attention {
  transform: scale(1.15);
  border: 3px solid #F43E43;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#result .result_table .list_title {
  display: flex;
  align-items: center;
  min-width: 170px;
  min-height: 80px;
  padding: 20px;
  background: #FBD28C;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}
#result .result_table .list_title:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
#result .result_table .list_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 170px;
  min-height: 80px;
  padding: 20px 0;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
#result .result_table .list_text:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
#result .result_table .text {
  line-height: 1.4;
}
#result .result_table .small {
  display: block;
  width: 100%;
  font-size: 12px;
}
#result .result_table .bold {
  font-weight: bold;
}
#result .result_table .color {
  color: #F43E43;
}
#result .result_table .br01 {
  border-radius: 10px 0 0 0;
}
#result .result_table .br02 {
  border-radius: 0 0 0 10px;
}
#result .result_table .br03 {
  border-radius: 0 10px 0 0;
}
#result .result_table .br04 {
  border-radius: 0 0 10px 0;
}
#result::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: -8.8vw;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 0 8.8vw 100vw;
  border-color: transparent transparent #fff transparent;
}
@media screen and (min-width: 768px) {
  #result {
    padding: 100px 0;
  }
  #result .inner {
    padding: 0 30px;
  }
  #result .content:nth-child(n+2) {
    margin-top: 100px;
  }
  #result .content .title {
    margin-bottom: 40px;
  }
  #result .content .title .subtext {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #result .content .title .title_text {
    font-size: 38px;
  }
  #result .content .text {
    margin-bottom: 40px;
    font-size: 16px;
  }
  #result .result_img_contaniner {
    display: flex;
    justify-content: space-between;
  }
  #result .result_img_contaniner .result_img_box {
    width: calc((100% - 50px) / 3);
  }
  #result .result_img_contaniner .result_img_box:nth-child(n+2) {
    margin-top: 0;
  }
  #result .result_img_contaniner .img .status {
    padding: 5px 0;
    font-size: 20px;
  }
  #result .result_img_contaniner .result_img_text {
    margin-top: 20px;
    font-size: 14px;
  }
  #result .result_detail .detail_title {
    padding: 15px 0;
    font-size: 20px;
  }
  #result .result_detail .detail_text {
    padding: 15px 0;
    font-size: 20px;
  }
  #result .table_inner {
    width: 820px;
  }
  #result .result_table {
    width: 800px;
  }
}
@media screen and (min-width: 980px) {
  #result .inner {
    padding: 0 40px;
  }
  #result .content .title .title_text {
    font-size: 45px;
  }
  #result .result_table_box {
    padding: 60px 0;
    overflow: visible;
  }
}

#evidence .container {
  padding: 60px 0 calc(60px + 8.8vw);
  background: #FBD28C;
}
#evidence .container:nth-child(2) {
  position: relative;
  z-index: 0;
  padding: 60px 0;
  background: #fff;
}
#evidence .container:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: -8.8vw;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 0 8.8vw 100vw;
  border-color: transparent transparent #fff transparent;
}
#evidence .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
#evidence .sub_inner {
  width: 100%;
  max-width: 820px;
  margin: auto;
}
#evidence .title {
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#evidence .accordion {
  margin-top: 25px;
  border-radius: 10px;
  overflow: hidden;
}
#evidence .accordion .accordion_title, #evidence .accordion .btn_close {
  display: block;
  position: relative;
  z-index: 0;
  padding: 10px 0;
  background: #39B880;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
#evidence .accordion .btn_close {
  display: flex;
  align-items: center;
  justify-content: center;
}
#evidence .accordion .btn_close::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  line-height: 1;
  transform: rotate(-45deg);
}
#evidence .accordion .content {
  display: none;
}
#evidence .accordion .detail {
  padding: 20px;
  background: #fff;
}
#evidence .accordion .detail .detail_item:nth-child(n+2) {
  margin-top: 15px;
}
#evidence .accordion .detail dt {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
#evidence .accordion .detail dd {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
#evidence .accordion .detail .caution {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
#evidence .accordion .detail .table_box {
  width: 100%;
  overflow: auto;
}
#evidence .accordion .detail .table {
  width: auto;
  box-sizing: border-box;
  border-collapse: collapse;
}
#evidence .accordion .detail .table th, #evidence .accordion .detail .table td {
  min-width: 140px;
  padding: 8px;
  border: 1px solid #C5C5C5;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
#evidence .accordion .detail .table th {
  background: rgba(234, 143, 20, 0.25);
}
#evidence .accordion .detail .table .color {
  color: #39B880;
}
#evidence .accordion .status_table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}
#evidence .accordion .status_table tr {
  border: 1px solid #FBD28C;
}
#evidence .accordion .status_table th {
  padding: 12px;
  border: 1px solid #FBD28C;
  background: #FBD28C;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
#evidence .accordion .status_table th:nth-child(n+2) {
  position: relative;
  z-index: 0;
}
#evidence .accordion .status_table th:nth-child(n+2):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -1px;
  width: 0;
  height: 100%;
  border-left: 1px solid #fff;
}
#evidence .accordion .status_table td {
  min-width: 75px;
  padding: 12px;
  border: 1px solid #FBD28C;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}
#evidence .accordion .btn_modal {
  display: block;
  width: 230px;
  margin: 25px auto 0;
  padding: 15px 0;
  border: 1px solid #2C2C2C;
  outline: none;
  background: #fff;
  border-radius: 46px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#evidence .modal {
  display: none;
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
}
#evidence .modal .modal_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  overflow-y: scroll;
}
#evidence .modal .img {
  position: relative;
  z-index: 12;
  width: calc(100% - 40px);
  display: flex;
  align-items: flex-start;
  overflow: auto;
  padding: 20px;
}
#evidence .modal .img img {
  max-width: 320px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}
#evidence .modal .img img:nth-child(n+2) {
  margin-left: 20px;
}
#evidence .modal .overlay {
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  #evidence .container {
    padding: 100px 0 calc(80px + 8.8vw);
  }
  #evidence .container:nth-child(2) {
    padding: 100px 0;
  }
  #evidence .inner {
    padding: 0 40px;
  }
  #evidence .title {
    margin-bottom: 40px;
    font-size: 38px;
  }
  #evidence .accordion {
    margin-top: 50px;
  }
  #evidence .accordion .accordion_title, #evidence .accordion .btn_close {
    padding: 15px 0;
    font-size: 20px;
  }
  #evidence .accordion .accordion_title::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 40px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 1;
    transform: rotate(45deg);
  }
  #evidence .accordion .detail {
    padding: 35px 40px;
  }
  #evidence .accordion .detail .detail_item {
    display: flex;
    align-items: flex-start;
  }
  #evidence .accordion .detail .detail_item:nth-child(n+2) {
    margin-top: 30px;
  }
  #evidence .accordion .detail dt {
    width: 100px;
    font-size: 14px;
  }
  #evidence .accordion .detail dd {
    width: calc(100% - 100px);
    font-size: 14px;
  }
  #evidence .accordion .detail .table_box.mt {
    margin-top: 20px;
  }
  #evidence .accordion .detail .table {
    width: auto;
  }
  #evidence .accordion .detail .table th, #evidence .accordion .detail .table td {
    min-width: 146px;
    padding: 15px;
    font-size: 14px;
  }
  #evidence .accordion .detail .caution {
    margin: 20px auto;
    font-size: 12px;
  }
  #evidence .accordion .status_table th {
    padding: 25px;
    font-size: 14px;
  }
  #evidence .accordion .status_table td {
    min-width: 220px;
    padding: 25px;
    font-size: 14px;
  }
  #evidence .accordion .btn_modal {
    margin: 50px auto 0;
  }
  #evidence .accordion .modal .img {
    width: calc(100% - 80px);
    padding: 40px;
  }
}
@media screen and (min-width: 980px) {
  #evidence .title {
    font-size: 45px;
  }
  #evidence .accordion .detail {
    padding: 35px 100px;
    font-size:18px;
  }
  #evidence .accordion .detail .detail_item:nth-child(n+2) {
    margin-top: 30px;
  }
  #evidence .accordion .detail dt {
    width: 100px;
    font-size: 14px;
  }
  #evidence .accordion .detail dd {
    width: calc(100% - 100px);
    font-size: 14px;
  }
  #evidence .accordion .detail .table_box.mt {
    margin-top: 20px;
  }
  #evidence .accordion .detail .table {
    width: auto;
  }
  #evidence .accordion .detail .table th, #evidence .accordion .detail .table td {
    min-width: 146px;
    padding: 15px;
    font-size: 14px;
  }
  #evidence .accordion .status_table th {
    text-align: center;
  }
  #evidence .accordion .status_table td {
    padding: 25px 0;
    text-align: center;
  }
  #evidence .accordion .modal .img {
    width: auto;
    padding: 40px;
  }
}

#works {
  padding: 60px 0 calc(60px + 8.8vw);
  background: #FBD28C;
}
#works .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#works .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#works .performance {
  margin-top: 30px;
}
#works .performance .content:nth-child(n+2) {
  margin-top: 30px;
}
#works .performance .img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 10px;
}
#works .performance .text_box {
  margin-top: 20px;
}
#works .performance .performance_name {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#works .performance .performance_text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #works {
    padding: 100px 0 calc(100px + 8.8vw);
  }
  #works .title {
    margin-bottom: 40px;
    font-size: 35px;
  }
  #works .inner {
    padding: 0 40px;
  }
  #works .performance {
    margin-top: 60px;
  }
  #works .performance .content {
    display: flex;
    align-items: flex-start;
  }
  #works .performance .content:nth-child(n+2) {
    margin-top: 60px;
  }
  #works .performance .img {
    width: 46.3%;
    max-width: 380px;
  }
  #works .performance .text_box {
    width: 53.7%;
    margin-top: 0;
    padding-left: 40px;
  }
  #works .performance .performance_name {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  #works .title {
    font-size: 45px;
  }
  #works .performance .img {
    width: 380px;
  }
  #works .performance .text_box {
    width: 440px;
  }
  #works .performance .performance_name {
    font-size: 25px;
  }
  #works .performance .performance_text {
    font-size: 16px;
  }
}

#price {
  position: relative;
  z-index: 0;
  padding: 60px 0 calc(60px + 8.8vw);
}
#price .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#price .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#price::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: -8.8vw;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 0 8.8vw 100vw;
  border-color: transparent transparent #fff transparent;
}
#price .guide {
  margin-top: 30px;
}
#price .guide .content {
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
}
#price .guide .content:nth-child(n+2) {
  margin-top: 30px;
}
#price .guide .guide_title {
  display: block;
  padding: 10px 0;
  background: #F43E43;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}
#price .guide .guide_title .small {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
#price .guide .guide_text_box {
  padding: 20px 40px;
}
#price .guide .value {
  display: block;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
#price .guide .value .color {
  display: inline-block;
  color: #F43E43;
  font-size: 2.7rem;
}
#price .guide .text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
}
#price .caution {
  display: block;
  margin-top: 15px;
}
#price .caution .indent {
  display: block;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  #price {
    padding: 100px 0 calc(100px + 8.8vw);
  }
  #price .title {
    margin-bottom: 40px;
    font-size: 35px;
  }
  #price .inner {
    padding: 0 40px;
  }
  #price .guide {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  #price .guide .content {
    width: calc(50% - 20px);
  }
  #price .guide .content:nth-child(n+2) {
    margin-top: 0;
  }
  #price .guide .guide_text_box {
    padding: 30px 55px;
  }
  #price .guide .value {
    /*margin-bottom: 30px;*/
    font-size: 25px;
  }
  #price .guide .value .color {
    display: inline-block;
    color: #F43E43;
    font-size: 40px;
  }
  #price .guide .text {
    font-size: 16px;
  }
  #price .caution {
    margin-top: 10px;
  }
  #price .caution .indent {
    display: block;
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  #price .title {
    font-size: 45px;
  }
  #price .guide .content {
    width: 390px;
  }
  #price .guide .guide_title {
    font-size: 20px;
  }
  #price .guide .guide_title .small {
    margin-top: 10px;
    font-size: 16px;
  }
}

#flow {
  position: relative;
  z-index: 0;
  padding: 60px 0 calc(60px + 8.8vw);
  background: #FBD28C;
}
#flow .inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
#flow .flow_list .flow_item {
  display: block;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  background: #fff;
}
#flow .flow_list .flow_item:nth-child(n+2) {
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
#flow .flow_list .flow_item:nth-child(n+2):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -33px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #FFB23B transparent transparent transparent;
}
#flow .flow_list .title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#flow .flow_list .title .icon {
  width: 72px;
  height: 66px;
}
#flow .flow_list .title .icon img {
  transform: scale(0.5);
  vertical-align: bottom;
}
#flow .flow_list .text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #flow {
    padding: 100px 0 calc(100px + 8.8vw);
  }
  #flow .inner {
    padding: 0 40px;
  }
  #flow .flow_list .flow_item {
    padding: 35px 55px;
  }
  #flow .flow_list .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
  }
  #flow .flow_list .title .icon {
    margin-right: 40px;
    text-align: center;
  }
  #flow .flow_list .title .icon img {
    transform: scale(1);
  }
  #flow .flow_list .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 980px) {
  #flow .flow_list .flow_item {
    display: flex;
    align-items: center;
  }
  #flow .flow_list .title {
    width: 320px;
  }
  #flow .flow_list .text {
    width: calc(100% - 320px);
  }
}

#contact {
  color: #fff;
  padding: 60px 0;
  background: #FFB23B;
}
#contact .inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
#contact .form_container dt {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
}
#contact .form_container dd {
  margin-top: 10px;
}
#contact .form_container .row:nth-child(n+2) {
  margin-top: 30px;
}
#contact .form_container input, #contact .form_container textarea {
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#contact .form_container input::placeholder, #contact .form_container textarea::placeholder {
  color: #B3B3B3;
  letter-spacing: 0.04em;
}
#contact .form_container input {
  width: 100%;
  border: none;
  outline: none;
}
#contact .form_container textarea {
  width: 100%;
  min-height: 230px;
  border: none;
  outline: none;
  resize: vertical;
}
#contact .form_container .select_box {
  width: 100%;
  max-width: 250px;
  position: relative;
  z-index: 0;
}
#contact .form_container .select_box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #595757;
  transform: rotate(45deg);
}
#contact .form_container select {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 10px;
  -webkit-appearance: none;
          appearance: none;
  color: #B3B3B3;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #fff;
}
#contact .form_container option {
  letter-spacing: 0.04em;
}
#contact .form_container .require {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  background: #39B880;
}
#contact .form_container .error_message {
  margin-top: 10px;
  line-height: 1;
}
#contact .form_container .error_message span {
  padding: 2px 4px;
  background: #ea1414;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#contact .formBtn .btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 185px;
  margin: 30px auto 0;
  padding: 17px 0;
  background: #fff;
  border: 1px solid #39B880;
  color: #39B880;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.2s cubic-bezier(0.36, 0.1, 0.16, 1);
}
#contact .formBtn .btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-color: #39B880;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: all 0.2s cubic-bezier(0.36, 0.1, 0.16, 1);
}
#contact .formBtn .btn:focus {
  border: none;
  outline: none;
}
#contact .formBtn .btn:hover {
  color: #fff;
  background: #39B880;
}
#contact .formBtn .btn:hover::before {
  border-color: #fff;
}
#contact .confirm .form_container dd {
  padding-top: 20px;
  font-size: 16px;
}
#contact .confirm .form_container .select_box::before {
  content: none;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 100px 0;
  }
  #contact .inner {
    padding: 0 40px;
  }
  #contact .form_container dt {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  #contact .form_container dd {
    margin-top: 10px;
  }
  #contact .form_container .row:nth-child(n+2) {
    margin-top: 30px;
  }
  #contact .form_container input, #contact .form_container textarea {
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
  }
  #contact .form_container select {
    padding: 20px;
  }
  #contact .formBtn .btn {
    width: 185px;
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #contact .form_container dl {
    display: flex;
    align-items: flex-start;
  }
  #contact .form_container dt {
    width: 200px;
    padding-top: 20px;
  }
  #contact .form_container dd {
    margin-top: 0;
    width: calc(100% - 200px);
  }
  #contact .form_container .row:nth-child(n+2) {
    margin-top: 30px;
  }
  
   }
  
@media screen and (max-width:480px) {
.textStyle03{
font-size: 15px !important;
}

#header .row #logo img {
    height: auto !important;
    width: 140px;  
    }
  #visual .title {
    width: 100%;
}  


.textStyle01 {
    font-size: 15px;
}

#visual .title {
    display: block;
    position: absolute;
    z-index: 2;
    top: 35%;
    /* left: 20px; */
    margin: auto;
    width: 100% !important;
    font-size: 22px;
}

#concept .concept_detail .detail_item_box .item {
    padding: 10px;
}


.flex{
    margin-top: 50px;
}
  
}
#logo img {
    width: 120px;

}

.textStyle03{
    position: relative;
    background-color: #fff;
    padding: 25px;
    color: #333;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 40%);
    font-size: 18px;
}
.textStyle03::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 12px solid #fff;
top: 100%;
left: 5%;
}

}



@media screen and (max-width: 480px){
.title {
    font-size: 2.8rem !important;
}}


.guideimg {
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
}