@charset "UTF-8";
/* COLORs */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@300;500&family=Poppins:wght@500;800&display=swap");
/**
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
**/
.spOnly {
  display: none;
}

.pcOnly {
  display: auto;
}

@media screen and (max-width: 1024px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5vh;
}

.mt10 {
  margin-top: 10vh;
}

.mt15 {
  margin-top: 15vh;
}

.mt25 {
  margin-top: 25vh;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5vh;
}

.mb10 {
  margin-bottom: 10vh;
}

.mb15 {
  margin-bottom: 15vh;
}

.mb25 {
  margin-top: 25vh;
}

@media screen and (max-width: 480px) {
  .mt5 {
    margin-top: 2vh;
  }
  .mt10 {
    margin-top: 4vh;
  }
  .mt15 {
    margin-top: 7vh;
  }
  .mt25 {
    margin-top: 12vh;
  }
  .mb5 {
    margin-bottom: 2vh;
  }
  .mb10 {
    margin-bottom: 4vh;
  }
  .mb15 {
    margin-bottom: 7vh;
  }
  .mb25 {
    margin-top: 12vh;
  }
}
.tac {
  text-align: center;
}

.lead {
  display: inline-block;
  position: relative;
  padding: 0 2.5em;
  color: #333333;
  text-align: center;
  font-size: 4.4rem;
  margin-top: 12vh;
}
.lead::before, .lead::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #000000;
}
.lead::before {
  left: 0;
}
.lead::after {
  right: 0;
}

section {
  background-color: #fff;
}
section.gray {
  background-color: #f2f2f2;
}
section.warm {
  background-color: #faf8f1;
}

.center {
  display: block;
  text-align: center;
}

p.norm {
  font-size: 1.4rem;
  line-height: 1.8;
}
p.large {
  font-size: 1.8rem;
  line-height: 1.5;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/**
*	shader
*
*/
.shader {
  position: relative;
  overflow: hidden;
}

.shader img,
.shader span {
  visibility: hidden;
}

.shader img.up,
.shader span.up {
  visibility: inherit;
}

.shader.show:after {
  width: 100%;
  background-color: rgba(151, 162, 169, 0.8);
}

.shader.show.out:before {
  display: none;
}
.shader.show.out:after {
  width: 100%;
  left: 100%;
}

p.shader {
  display: inline-block;
}

/*========= モーダル表示のためのCSS ===============*/
.hide-area {
  display: none;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.shader:after {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(151, 162, 169, 0.8);
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

html {
  background-color: #eeeee9;
  position: relative;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 1.6em;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  margin: 0;
  padding: 0;
}

img, a {
  vertical-align: top;
  border: none;
  outline: none;
  height: auto;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}

a {
  transition: all 0.3s;
}

header {
  display: flex;
  flex-wrap: wrap;
  padding: 2vw;
}
header h1 {
  max-width: 200px;
  width: 100%;
}
header h1 a {
  display: block;
}
header h1 a img {
  width: 100%;
}
.logo-anniversary img{
  width: 55px;
  margin-left: 20px;
}


@media screen and (max-width: 480px) {
  header {
    padding: 5vw;
  }
  header h1 {
    width: 40%;
  }
  .logo-anniversary img{
    width: 40px;
  }
  .img-clear {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}

h3 {
  display: inline-block;
  margin-top: 8vh;
  margin-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  h3 {
    margin-top: 4vh;
    margin-bottom: 6vh;
    padding-left: 3%;
    padding-right: 3%;
  }
}
h3 .sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #8E1717;
  padding-bottom: 1em;
}
h3 .main {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

figure.cubicle {
  text-align: center;
}
figure.cubicle img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
figure.cubicle.risk img:last-child {
  margin-top: 10vh;
}
figure.cubicle.brand {
  max-width: 960px;
  width: 90%;
  margin: 8vh auto 0;
}
figure.cubicle.details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
figure.cubicle.details img {
  width: 49%;
}
@media screen and (max-width: 890px) {
  figure.cubicle.details img {
    width: 100%;
  }
}

h4.cubicle {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 1em;
}

.cubicleNormText {
  display: block;
  max-width: 720px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 2.1;
}

a.tenken {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 300px;
  margin: 4vh auto 0;
  padding: 0.9em 2em;
  border: none;
  border-radius: 150px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
a.tenken::before {
  position: absolute;
  right: calc(2em + 2.5px);
  transform: translateX(50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
a.tenken::after {
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: 3px solid #2589d0;
  border-right: 3px solid #2589d0;
  content: "";
}
a.tenken:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}

section.cubicle,
section.issue {
  padding: 8vh 0 0;
}
section.cubicle .container,
section.issue .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  section.cubicle .container,
section.issue .container {
    width: 90%;
  }
}
section.cubicle h2 span.tipped,
section.issue h2 span.tipped {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 670px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 20px;
  padding: 1em 1.5em;
  border-radius: 999px;
  text-align: center;
  background-color: #dedede;
  color: #333333;
}
section.cubicle h2 span.tipped::before,
section.issue h2 span.tipped::before {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 18px;
  background-color: #dedede;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
section.cubicle h2 .words,
section.issue h2 .words {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  width: 90%;
  margin: 5vh auto 12vh;
}
section.cubicle h2 .words span,
section.issue h2 .words span {
  width: 49%;
  color: #cc0000;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  position: relative;
}
section.cubicle .causes,
section.issue .causes {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 80px;
}

section.cubicle .causes span,
section.issue .causes span{
      font-size: 16px;
}

section.cubicle .causes .leadTxt,
section.issue .causes .leadTxt {
  padding: 0 1em;
  position: relative;
  top: -0.6em;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 2em;
  line-height: 1;
}
section.cubicle .causes .leadTxt:before,
section.issue .causes .leadTxt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.cubicle .causes ul,
section.issue .causes ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
section.cubicle .causes ul li,
section.issue .causes ul li {
  width: 32%;
  background: #8e1717;
  padding: 10px 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 890px) {
  section.cubicle .causes ul li,
  section.issue .causes ul li {
    width: 100%;
    margin-top: 5px;
  }
}
section.cubicle dl.failure,
section.issue dl.failure {
  max-width: 900px;
  width: 90%;
  margin: 10vh auto 0;
}
section.cubicle dl.failure dt,
section.issue dl.failure dt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  padding-bottom: 1em;
}
section.cubicle dl.failure dt strong,
section.issue dl.failure dt strong {
  display: inline-block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  color: #cc0000;
  border-bottom: 3px solid #cc0000;
}
section.cubicle dl.failure dd ul,
section.issue dl.failure dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.cubicle dl.failure dd ul li,
section.issue dl.failure dd ul li {
  width: 24%;
}
@media screen and (max-width: 890px) {
  section.cubicle dl.failure dd ul li,
section.issue dl.failure dd ul li {
    width: 48%;
    margin-top: 5vh;
  }
}
section.cubicle dl.failure dd ul li span,
section.issue dl.failure dd ul li span {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
section.cubicle dl.failure dd ul li img,
section.issue dl.failure dd ul li img {
  width: 100%;
}
section.cubicle .issue_desc,
section.issue .issue_desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  width: 90%;
  margin: 8vh auto;
}
section.cubicle .issue_desc dt,
section.issue .issue_desc dt {
  font-size: 2.4rem;
  line-height: 1;
  width: 300px;
}
section.cubicle .issue_desc dt span,
section.issue .issue_desc dt span {
  display: block;
  font-weight: 700;
  font-size: 1.6em;
  position: relative;
}
section.cubicle .issue_desc dt span:before,
section.issue .issue_desc dt span:before {
  content: "";
  display: block;
  width: 2.8em;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 1em;
  top: 50%;
}
section.cubicle .issue_desc dd,
section.issue .issue_desc dd {
  width: calc(100% - 300px);
  font-size: 1.5rem;
  line-height: 2.1;
}
section.cubicle .issue_desc dd strong,
section.issue .issue_desc dd strong {
  display: inline-block;
  padding-top: 2rem;
  color: #8E1717;
  font-size: 120%;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  section.cubicle .issue_desc dt, section.cubicle .issue_desc dd,
section.issue .issue_desc dt,
section.issue .issue_desc dd {
    width: 100%;
  }
  section.cubicle .issue_desc dt,
section.issue .issue_desc dt {
    font-size: 1.8rem;
  }
  section.cubicle .issue_desc dt span:before,
section.issue .issue_desc dt span:before {
    width: 4em;
  }
  section.cubicle .issue_desc dd,
section.issue .issue_desc dd {
    padding-top: 2em;
  }
}
section.cubicle .issue_close,
section.issue .issue_close {
  background: url("../img/bg_cubicle.jpg") 50% no-repeat;
  background-size: cover;
  margin-top: 15vh;
  padding: 5vw 10vw;
}
section.cubicle .issue_close h3, section.cubicle .issue_close p,
section.issue .issue_close h3,
section.issue .issue_close p {
  display: block;
  color: #fff;
  text-align: center;
}
section.cubicle .issue_close h3,
section.issue .issue_close h3 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 1.5em 0;
}
section.cubicle .issue_close p,
section.issue .issue_close p {
  font-size: 2.2rem;
  line-height: 2.1;
}
@media screen and (max-width: 480px) {
  section.cubicle .issue_close,
section.issue .issue_close {
    margin-top: 7vh;
    padding: 5vw 10vw;
  }
  section.cubicle .issue_close h3,
section.issue .issue_close h3 {
    font-size: 1.9rem;
  }
  section.cubicle .issue_close p,
section.issue .issue_close p {
    font-size: 1.45rem;
  }
}

section.cubicle {
  padding: 6vh 0 8vh;
}

/**
*   汎用資料請求ボタン
*
*/
a.inquiry {
  max-width: 680px;
  width: 90%;
  margin: 10vh auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3vh 3vw;
  position: relative;
  background-image: linear-gradient(150deg, rgb(130, 174, 231), rgb(16, 40, 119) 100%, rgb(154, 39, 238) 100%, rgb(35, 102, 247));
}
a.inquiry:before {
  content: "";
  display: block;
  width: 20%;
  height: 101%;
  background: url("../img/btn_arrow.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 10%;
  opacity: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 480px) {
  a.inquiry {
    padding: 2vh 2vw;
  }
}
a.inquiry figure {
  width: 35px;
  margin-right: 15px;
}
a.inquiry figure img {
  width: 100%;
}
a.inquiry p {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 0;
}
a.inquiry:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}
a.inquiry:hover:before {
  right: 1%;
  opacity: 1;
}

h2.cubicle span,
h3.cubicle span {
  font-size: 2em;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
}
h2.cubicle span.en {
  font-size: 18px;
  font-weight: 700;
  color: red;
  display: block;
  margin-bottom: 20px;
}
h3.cubicle {
  display: block;
  margin: 0 0 5vh;
}
h3.cubicle span {
  font-size: 1.4em;
}

@media screen and (max-width: 480px) {
  h2.cubicle span {
    font-size: 1em;
    line-height: 1.4;
  }
  h3.cubicle span{
    font-size: 1em;
  }
}

div.warm,
section.faq {
  padding: 15vh 3vw;
}

section.about {
  padding: 0 0 15vh;
}

div.warm {
  background-color: #faf8f1;
}
div.warm .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
div.warm .container .acd__head {
  background: url("../img/corner_green.svg") left top no-repeat #fff;
  background-size: 50px;
}

.cool {
  background-color: #ecf1f6;
}
.cool .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.onestopservice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10vh;
}
@media screen and (max-width: 480px) {
  .onestopservice {
    flex-wrap: wrap;
  }
}
.onestopservice figure {
  width: 50%;
  text-align: center;
}
.onestopservice figure img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .onestopservice figure {
    width: 90%;
    margin: 0 auto 4vh;
  }
  .onestopservice figure img {
    width: 100%;
  }
}
.onestopservice figure figcaption {
  margin-top: 5vh;
  text-align: left;
}
.onestopservice figure figcaption span {
  line-height: 1.9;
}
.onestopservice figure figcaption span.strong {
  position: relative;
}
.onestopservice figure figcaption span.strong:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: red;
}
.onestopservice ul.services {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .onestopservice ul.services {
    width: 94%;
    margin: 0 auto;
  }
}
.onestopservice ul.services li {
  display: flex;
  align-items: center;
  width: 100%;
}
.onestopservice ul.services li.end {
  position: relative;
  font-size: 2rem;
  padding-top: 3em;
}
.onestopservice ul.services li.end:before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url("../img/arrow_red.png") top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1em;
  left: 1em;
}
.onestopservice ul.services li figure {
  width: 70px;
  margin-right: 1vw;
}
@media screen and (max-width: 480px) {
  .onestopservice ul.services li figure {
    width: 60px;
    margin: 0 1vw 0 0;
  }
}
.onestopservice ul.services li p {
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .onestopservice ul.services li p {
    font-size: 1.35rem;
  }
}

section.faq p.intro {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
section.faq h2 {
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding-top: 2rem;
}
section.faq .container {
  max-width: 980px;
  width: 100%;
  padding: 0;
  margin: 12vh auto 0;
}
section.faq .acd__head {
  border-top: 1px solid #eee;
  padding: 35px 5px;
}
section.faq .acd__head-inner {
  color: #e40d7f;
}

@media screen and (max-width: 480px) {
  div.warm, section.faq{
    padding: 5vh 3vw;
  }
  section.faq .container{
    margin: 6vh auto 0;
  }
  section.faq h2{
    font-size: 4rem;
  }



  section.faq .acd__head-inner {
    line-height: 1.6;
  }
}

section.faq .acd__icon:before, section.faq .acd__icon:after {
  background-color: #e40d7f;
}
section.faq .acd__main p {
  padding: 1vw;
}
section.faq .acd__main p a {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #97A2A9;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 999px;
}
.acd__main ul{
  margin-bottom: 2em;
}

section.about {
  overflow: hidden;
}
section.about figure.strength {
  display: block;
  width: 100%;
  padding: 8vw;
}
section.about figure.strength figcaption {
  padding-bottom: 8vh;
}
section.about figure.strength figcaption p {
  font-size: 1.6rem;
  text-align: center;
  color: #222;
  padding-bottom: 1em;
}
section.about figure.strength figcaption h2 {
  font-size: 2.8rem;
  text-align: center;
  color: #222;
}
section.about figure.strength img {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
section.about .contactForm {
  padding: 15vh 3vw;
  text-align: center;
}
section.about .container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 10vh 6vw 0;
}
section.about h2, section.about h3 {
  display: block;
  text-align: center;
}
section.about h2 {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
section.about h2 img {
  width: 100%;
}
section.about h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 2em;
  margin-bottom: 10vh;
}
section.about p {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 10vh;
}
section.about table {
  width: 100%;
}
section.about table tr {
  border-top: 1px solid #ccc;
}
section.about table th, section.about table td {
  padding: 2em 0;
  vertical-align: top;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 1.5rem;
  line-height: 1.6;
}
section.about table th {
  font-weight: 600;
  white-space: nowrap;
  padding-right: 8rem;
}
@media screen and (max-width: 480px) {
  section.about table th {
    padding-right: 4rem;
  }
}
section.about table td {
  font-weight: 400;
}

section.prebottom {
  padding: 8vh 3vw;
  background-color: #f2f2f2;
}
section.prebottom .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
section.prebottom .container .acd__head {
  background: url("../img/corner_green.svg") left top no-repeat #fff;
  background-size: 50px;
}
section.prebottom .container p {
  line-height: 2.2;
}

.cubicle .acdContainer {
  max-width: 820px;
  width: 90%;
  margin: 10vh auto;
}
.cubicle .acdContainer span.source {
  display: block;
  padding-top: 2em;
  font-size: 1.3rem;
  text-align: right;
}
.cubicle .acd__head {
  background: url("../img/corner_green.svg") left top no-repeat #fff;
  background-size: 50px;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer {
  padding: 15vh 0 0;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 15vh 0 0;
  }
}
footer h2 {
  max-width: 260px;
  width: 100%;
  margin: 0 auto 2em;
}
footer h2 img {
  width: 100%;
}
footer p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
footer p.address {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 1.2em;
}
@media screen and (max-width: 480px) {
  footer p.address {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
footer p.copyright {
  font-size: 1.2rem;
  line-height: 1;
  background-color: #000000;
  padding: 1em;
  color: #fff;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  width: 100%;
  margin: 8vh auto 15vh;
}
footer ul li {
  width: 45%;
}
@media screen and (max-width: 480px) {
  footer ul li {
    width: 100%;
    margin-top: 15px;
  }
}
footer ul li a:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}
footer ul li.link {
  background-color: #f2f2f2;
}
@media screen and (max-width: 480px) {
  footer ul {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.fvWrapper img {
  width: 100%;
}

.tip {
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  border-bottom: 3px solid #333;
  font-weight: bold;
}

.tip:before,
.tip:after {
  position: absolute;
  left: 0;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

.tip:before {
  top: 100%;
  margin-left: 50%;
  border-color: transparent;
  border-top-color: #333;
  border-left-color: #333;
  border-width: 10px;
}

.tip:after {
  top: 99%;
  margin-left: calc(50% + 3px);
  border-color: transparent;
  border-top-color: white;
  border-left-color: white;
  border-width: 7px;
}

section.gray .tip:after {
  border-top-color: #f2f2f2;
  border-left-color: #f2f2f2;
}

.cta {
  display: block;
  width: 100%;
  padding: 8vh 5%;
  background: url("../img/showcase_bg.jpg") 50% no-repeat;
  background-size: cover;
}
.cta .title {
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #fff;
  padding-bottom: 8vh;
}
.cta a.phone {
  display: block;
  max-width: 340px;
  width: 100%;
  margin: 3vh auto;
}
.cta a.phone img {
  width: 100%;
}
.cta a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4vh 3vw;
  position: relative;
}
.cta a.btn:before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  background: url("../img/btn_arrow.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 10%;
  opacity: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 480px) {
  .cta .title {
    font-size: 3rem;
    padding-bottom: 5vh;
  }
  .cta a.btn {
    padding: 2vh 2vw;
  }
}
.cta a.btn figure {
  width: 35px;
  margin-right: 15px;
}
.cta a.btn figure img {
  width: 100%;
}
.cta a.btn p {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.cta a.btn.orange {
  background-color: #8E1717;
}
.cta a.btn.blue {
  background-color: #97A2A9;
}
.cta a.btn:hover, .cta a.phone:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}
.cta a.btn:hover:before, .cta a.phone:hover:before {
  right: 1%;
  opacity: 1;
}
.cta p {
  color: #fff;
  text-align: center;
}
.cta ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  justify-content: space-between;
  margin: 4vh auto 0;
}
.cta ul li {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .cta ul li {
    width: 100%;
    margin-top: 12px;
  }
}

.acd {
  margin-inline: auto;
}

.acd:not(:first-child) {
  margin-top: 40px;
}

.acd-desc {
  font-size: 15px;
  font-weight: 600;
}

.acd__head {
  cursor: pointer;
  display: block;
  padding: 35px 35px 35px 55px;
  margin-top: 10px;
}

.acd__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .cubicle .acdContainer{
    width: 100%;
  }
  .acd__head-inner{
    font-size: 1.4rem;    
  }
}

.acd__icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 10px;
}

.acd__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all 0.25s;
}

.acd__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all 0.25s;
}

.acd__icon:before {
  left: 0;
  transform: rotate(0deg);
}

.acd__icon:after {
  right: 15;
  transform: rotate(-90deg);
}

.acd__block.is-opened .acd__icon:before {
  transform: rotate(180deg);
}
.acd__block.is-opened .acd__icon:after {
  transform: rotate(180deg);
  opacity: 0;
}
.acd__block.is-opened .acd__main:before {
  transform: translateX(0%);
  opacity: 0.3;
}

.acd__head::-webkit-details-marker {
  display: none;
}

.acd__content {
  overflow: hidden;
  background-color: #fff;
}

.acd__main {
  padding: 3em 8.5vw 5vh 5vw;
  position: relative;
  overflow: hidden;
}
.acd__main.answer:before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  background: url("../img/answer.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transform: translateX(-10%);
  transition: 1s all;
}
.acd__main p {
  font-size: 1.5rem;
  line-height: 1.9;
  padding-bottom: 2em;
}
.acd__main dl.vertical dt {
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1em;
  margin-top: 3em;
}
.acd__main dl.vertical dt:first-child {
  margin-top: 0;
}
.acd__main dl.vertical dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
}
.acd__main .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.acd__main .list figure {
  max-width: 150px;
  width: 100%;
  margin-right: 20px;
}
.acd__main .list figure img {
  width: 100%;
}
.acd__main a.inquiry{
  width: 100%;
  margin: 5vh auto 0;
}
.acd__main a.inquiry-r{
  width: 100%;
  margin: 5vh auto 0;
}

.acd__main h3{
  margin: 0 0 2em;
}
.acd__main h4{
  margin: 0 0 2em;
}
.acd__main ol{
  margin: 0 0 2em;
}
.acd__main ol li{
  list-style: auto;
  line-height: 1.6;
  margin-left: 20px;
}
.acd__main dl{
    display: flex;
    align-items: center;
    border: solid 1px #ddd;
    margin-bottom: 2em;
}
.acd__main dt,
.acd__main dd{
    flex: 1;
    padding: 3%;
}
.acd__main dt{}
.acd__main dd p{
  text-align: initial;
}
.acd__main dt img{
  border: solid 1px #ddd;
}

.acd_content_wrap {
  border-bottom: solid 2px #ddd;
  margin-bottom: 2em;
}


@media screen and (max-width: 480px) {
  .acd__main dl{
    display: block;
  }
  .acd__main .list figure {
    max-width: none;
    width: 70%;
    margin-bottom: 12px;
  }
}
.acd__main .list .txt {
  width: calc(100% - 150px - 20px);
}
@media screen and (max-width: 480px) {
  .acd__main .list .txt {
    width: 100%;
  }
}
.acd__main .list .txt p.theme {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1rem;
}
.acd__main .list .txt p {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-bottom: 0;
}

.corp-wrap {
  background: #000;
  padding: 70px 0 0;
}

section#corp .corp-wrap ul {
  margin: 0 auto;
  padding-left: 0;
  padding-bottom: 20px;
}

section.corp a.btn {
  text-align: center;
}

/* corp-link
=================================================== */
#corp .flex-box {
  background: url(../images/showcase_bg.jpg) no-repeat right center;
  background-size: cover;
}

ul.corp-link {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

ul.corp-link li {
  width: 24%;
  margin: 0 0.5%;
}

ul.corp-link li img {
  width: 100%;
  height: auto;
  border: solid 1px #ddd;
}

/* slider
=================================================== */
.slider {
  width: 94%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  height: auto;
}

.slider .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  opacity: 0.3;
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  height: 20px;
  width: 20px;
  z-index: 9999;
}

.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  padding: 0;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots .slick-active button {
  background: #333;
}

.slick-list {
  overflow: visible;
}

.slide-wrap {
  position: relative;
}

.slide-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 0;
}

.slide-text h3,
.slide-text p {
  margin: 0;
  line-height: 1.6;
}

.slide-text h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

.slide-text p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .slide-text p {
    text-align: center;
  }
}

.slide-text a {
  color: #8ab4f8;
}

.slide-text a.btn {
  display: block;
  font-size: 14px;
  width: 80px;
  color: #fff;
  margin: 10px auto 0;
  padding: 2px 10px;
  background: #f00;
  border-radius: 50px;
  transition: all 0.5s ease;
}

.slide-text a.btn:hover {
  color: #000;
  background: #fff;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #999;
  transition: all 0.3s;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-size: cover;
  background-color: rgb(240 247 255);
  background-blend-mode: lighten;
}

/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  #g-nav ul {
    width: 80%;
  }
}

#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a.phone {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 4vh 0 1vh;
}
#g-nav li a.phone img {
  width: 100%;
}
#g-nav li a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5vh 0;
  color: #fff;
}
#g-nav li a.btn figure {
  max-width: 30px;
  margin-right: 12px;
}
#g-nav li a.btn figure img {
  width: 100%;
}
#g-nav li a.btn.orange {
  background-color: #8E1717;
}
#g-nav li a.btn.blue {
  background-color: #97A2A9;
}
#g-nav li a.btn:hover {
  color: #fff;
  transform: scale(1.1);
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav li a:hover {
  color: #8E1717;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 40px;
  right: 3vw;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 480px) {
  .openbtn {
    width: 44px;
    height: 44px;
    top: 5vw;
    right: 5vw;
  }
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  width: 100%;
}

.openbtn span:nth-of-type(1) {
  top: 0px;
}

.openbtn span:nth-of-type(2) {
  top: 15px;
}
@media screen and (max-width: 480px) {
  .openbtn span:nth-of-type(2) {
    top: 15px;
  }
}

.openbtn span:nth-of-type(3) {
  top: 30px;
}
@media screen and (max-width: 480px) {
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.contact,
.download,
#page-top {
  display: block;
  width: 64px;
  height: 64px;
  right: 3vw;
}
@media screen and (max-width: 480px) {
  .contact,
.download,
#page-top {
  display: none;
/**   width: 50px;
    height: 50px;
    right: 5vw;
**/
  }
}
.contact a,
.download a,
#page-top a {
  display: block;
  border-radius: 0px;
}
.contact a img,
.download a img,
#page-top a img {
  width: 100%;
  fill: red;
}
.contact a:hover,
.download a:hover,
#page-top a:hover {
  transform: scale(1.2);
  border-radius: 12px;
  overflow: hidden;
/**  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
**/
}

.contact {
  position: fixed;
  top: 110px;
}
@media screen and (max-width: 480px) {
  .contact {
    top: 20vw;
  }
}

.download {
  position: fixed;
  top: 110px;
  -webkit-animation: 5s linear infinite rotation;
          animation: 5s linear infinite rotation;
}
@media screen and (max-width: 480px) {
  .download {
    top: 20vw;
  }
}

#page-top a {
  transition: all 0.3s;
}
#page-top a img {
  width: 100%;
}

#page-top a:hover {
  background: #777;
}

#page-top {
  position: fixed;
  bottom: 3vw;
  z-index: 2;
  opacity: 0;
  transform: translateY(10vw);
}

#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(10vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(10vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(10vw);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(10vw);
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.on {
  -webkit-animation: _fadeIn 1.2s 0.1s 1 forwards;
          animation: _fadeIn 1.2s 0.1s 1 forwards;
}

.pop {
  opacity: 0;
  transform: translateY(35px);
}
.pop.on {
  -webkit-animation: _pop 1.2s 0.1s 1 forwards;
          animation: _pop 1.2s 0.1s 1 forwards;
}

.slideIn {
  opacity: 0;
  transform: translateX(3em);
}
.slideIn.on {
  -webkit-animation: _slideIn 1.2s 0.1s 1 forwards;
          animation: _slideIn 1.2s 0.1s 1 forwards;
}
.slideIn.on:first-child {
  -webkit-animation: _slideIn 1.2s 0.1s 1 forwards;
          animation: _slideIn 1.2s 0.1s 1 forwards;
}
.slideIn.on:nth-child(2) {
  -webkit-animation: _slideIn 1.2s 0.2s 1 forwards;
          animation: _slideIn 1.2s 0.2s 1 forwards;
}
.slideIn.on:nth-child(3) {
  -webkit-animation: _slideIn 1.2s 0.3s 1 forwards;
          animation: _slideIn 1.2s 0.3s 1 forwards;
}
.slideIn.on:nth-child(4) {
  -webkit-animation: _slideIn 1.2s 0.4s 1 forwards;
          animation: _slideIn 1.2s 0.4s 1 forwards;
}
.slideIn.on:nth-child(5) {
  -webkit-animation: _slideIn 1.2s 0.5s 1 forwards;
          animation: _slideIn 1.2s 0.5s 1 forwards;
}
.slideIn.on:nth-child(6) {
  -webkit-animation: _slideIn 1.2s 0.6s 1 forwards;
          animation: _slideIn 1.2s 0.6s 1 forwards;
}
.slideIn.on:nth-child(7) {
  -webkit-animation: _slideIn 1.2s 0.7s 1 forwards;
          animation: _slideIn 1.2s 0.7s 1 forwards;
}
.slideIn.on:nth-child(8) {
  -webkit-animation: _slideIn 1.2s 0.8s 1 forwards;
          animation: _slideIn 1.2s 0.8s 1 forwards;
}
.slideIn.on:nth-child(9) {
  -webkit-animation: _slideIn 1.2s 0.9s 1 forwards;
          animation: _slideIn 1.2s 0.9s 1 forwards;
}
.slideIn.on:nth-child(10) {
  -webkit-animation: _slideIn 1.2s 1s 1 forwards;
          animation: _slideIn 1.2s 1s 1 forwards;
}

@-webkit-keyframes _fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes _fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes _pop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes _pop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes _slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes _slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.thumbnail {
  display: inline-block;
  margin: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  max-width: 94%;
  max-height: 94%;
  overflow: auto;
  border-radius: 10px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}

.modal-content img {
  max-width: 100%;
  height: auto;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal-close svg {
  fill: #000;
}

.view-fullsize {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.seg2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.seg2-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.seg2-wrap .seg {
  flex: 1;
  border: solid 1px #ddd;
  padding: 3% 2%;
  margin: 2%;
}
.seg2-wrap .seg h3{
  margin: 10px 0;
}
.seg2-wrap .seg p{
  line-height: 1.6;
}
li.word {
  font-size: 1em;
  border: solid 1px #ddd;
  background: #fff;
  padding: 8px 10px;
  margin: 5px 0px;
}

@media screen and (max-width: 480px) {

  .seg2-wrap{
    display: block;
  }
  .seg2-wrap .seg{
    margin: 2em 0;
    padding: 5%;
  }
  .seg2-wrap .seg h3{
    padding: 0;
  }
  .seg2-wrap .seg p{}

  section.cubicle h2 span.tipped,
  section.issue h2 span.tipped {
    font-size: 13px;
  }
  .seg2{
    display: block;
  }
  li.word {
    font-size: 13px;
  }
}

.repo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  width: 90%;
  border: solid 1px #ddd;
  margin: 20px auto;
}
.repo-img{
  flex: 1;
}
.repo-txt{
  flex: 2;
  padding: 2%;
}
.repo h3{
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.4;
}
.repo p{
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .repo{
    display: block;
  }
  .repo-txt {
    padding: 5%;
  }
}

/* flex-box
=================================================== */

.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #121212;
}

.flex-box:last-child{
  padding-bottom: 0;
}

.flex-2 .flex-item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flex-3 .flex-item {
  max-width: 32%;
  margin: 0.5%;
  padding: 3%;
  transition: .2s;
}

.flex-item h3{
  margin: 0 0 1em;
}

.flex-item h4{
  font-size: 2.6rem;
}

.flex-img {
  position: relative;
  flex: 4;
  line-height: 0;
}

span.flex-item-no {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  background: #f00;
  padding: 10px 15px;
}

.flex-item img {
    width: 100%;
    height: auto;
}

.flex-txt{
  flex: 3;
}

.flex-txt .in{
  margin: 10%;
}

.flex-txt h4{}

.flex-txt p{
  margin: 0;
  text-align: center;
}

.reverse {
  flex-direction: row-reverse;
}
.contact-btn h2{
  font-size: 2.6rem;
}

#charts .flex-box{
  background: none;
}

.flex-charts {
  flex: 1;
  padding: 0;
  align-items: stretch;
  background: none;
}

.flex-charts canvas{
  max-width: 450px;
}

/* image-mask
=================================================== */

.image-mask.flex-box{ background: #f0f0f0; }

.image-mask p {
  flex: 2.64;
  line-height: 0;
  margin: 0;
}
.image-list {
  flex: 1.36;
  margin: 0 0 0 20px;
}
.flex-box .image-list li {
  display: block;
  width: 100%;
  text-align: center;
}
.image-mask .image-list li a {
  line-height: 33px;
  color: rgb(102, 102, 102);
  width: 100%;
  display: block;
  line-height: 5;
  text-decoration: none;
  border: solid 2px #eaeaea
}

.mask-001, .mask-002, .mask-003, .mask-004, .mask-005{
  background: #ebfffa;
}

.image-mask .image-list li a:hover{
  color: #fff;
  background: #06d097;
}

/* Responsive
=================================================== */

@media only screen and (max-width:1120px){
  .inner {
    max-width: 100%;
    padding: 0 5%;
  }
  .main-inner{
    width: 75%;
    text-align: center;
  }
  #main-view h2 img{
    width: 100%;
  }
  .butt a{
    font-size: 15px;
    max-width: 240px;
  }
  #video-area{
    display: none;
  }
  #main-view{
    background: url(../images/main_visual_sp.jpg) center/cover no-repeat;
    height: 100vh;
  }
  #main-view h2{
    min-width: 85%;
  }

  .pc-br { display: none !important; }
  .sp-br { display: block !important; }
  .sp-none { display: none !important; }

  h2:before, h2:after{ content:none; }

  table th, table td{
    width: 100%;
    display: block;
  }

  section#youtube img{
    max-width: 60px;
  }

  span.flex-item-no {
    font-size: 18px;
    padding: 5px 15px;
  }

  /* font-size */

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h2 { font-size: 2.4rem; }
  h3 { font-size: 2.0rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 3.0rem; }
  .contact-btn h2{ font-size: 1.6rem; }
  h3.half{ font-size: 1.6rem; }
  .flex-item h4{ font-size: 1.6rem; }
  .bk-black h5{ font-size: 1.6rem; }
  .title{
    font-size: 1.4rem;
    padding-right: 40px;
  }
  footer nav ul li a{ font-size: 1.3rem; }
  ul.label-list li{ font-size: 14px; }
  .tc{ font-size: 15px; }
  section#lead .fas{ font-size: 45px; }
  .pt-02{ font-size: 20px; }

  /* flex */

  .flex-box.flex-2,
  ul.support li,
  .flex-contact-box { display: block; }
  .flex-2 .flex-item { max-width: 100%; }
  .flex-3 .flex-item { max-width: 49%; }

  #support .flex-3 .flex-item{
    max-width: 100%;
    padding: 8% 10%;
  }

  .su-img{ margin-bottom: 1em; }
  .su-text{ margin-left: 0; }
  .su-text h5{ margin-bottom: 0.6em; }

  ul.flow{ display: block; }
  ul.flow li{
    writing-mode: initial;
    height: auto;
    margin: 0 0 10px;
    font-size: 14px;
  }
  ul.flow li span.steps{
    margin: 0 10px 0 0;
    padding: 4px 10px;
  }
  ul.flow li::before{
    content: none;
  }
  .point-list{
    display: block;
  }
  .point-listbox{
    width: 100%;
    padding: 10% 3%;
  }
  .point-listbox h2{
    margin: 10px 0;
  }
  .award img{
    width: 70%;
  }

  /* section */

  section { padding: 70px 0; }
  section#youtube{ background: url(../images/bk_youtube.jpg) right center; }
  section.contact-btn{ background: url(../images/bk_contact.jpg); }
  section#youtube,
  section.contact-btn{
    background-attachment: fixed;
    background: url(../images/showcase_bg.jpg) center;
  }

  section#youtube,
  section#lead, section#layout,
  section.contact-btn,
  section#youtube, section.contact-btn,
  .award,
  #one-stop{
    background-attachment: initial;
  }
  #facility{ padding-bottom:0; }

  #one-stop{
    padding: 70px 0 0;
  }

  /* section contact-btn  */

  .flex-contact-box{
    max-width: 300px;
  }
  .flex-contact-form{
    margin: 20px 0;
  }
  .flex-contact-phone{
    max-width: 260px;
    margin: 0 auto;
  }
  .flex-contact-phone div{
    padding-left: 50px;
  }
  .flex-contact-phone:before{
    font-size: 43px;
  }
  .flex-contact-phone a{
    font-size: 28px;
  }
  .contact-btn p{
    font-size: 13px;
  }

/* corp-link
=================================================== */

ul.corp-link{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

ul.corp-link li{
  width: 32%;
  margin: 0 0.5%;
}

@media only screen and (max-width:600px){
  ul.corp-link li{
  width: 80%;
  margin: 10px 0.5%;
  }
}

ul.corp-link li a{}

ul.corp-link li img{
  width: 100%;
  height: auto;
  border: solid 1px #ddd;
}


a.inquiry-r {
  max-width: 680px;
  width: 90%;
  margin: 10vh auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3vh 3vw;
  position: relative;
  background-color: #8E1717;
}
a.inquiry-r:before {
  content: "";
  display: block;
  width: 20%;
  height: 101%;
  background: url("../img/btn_arrow.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 10%;
  opacity: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 480px) {
  a.inquiry-r {
    padding: 2vh 2vw;
  }
}
a.inquiry-r figure {
  width: 35px;
  margin-right: 15px;
}
a.inquiry-r figure img {
  width: 100%;
}
a.inquiry-r p {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 0;
}
a.inquiry-r:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}
a.inquiry-r:hover:before {
  right: 1%;
  opacity: 1;
}
