@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;
  }
}
.mt5 {
  margin-top: 5vh;
}

.mt10 {
  margin-top: 10vh;
}

.mt15 {
  margin-top: 15vh;
}

.mt25 {
  margin-top: 25vh;
}

.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: block;
  padding: 3vw 3vw;
}
header h1 {
  max-width: 200px;
  width: 100%;
}
header h1 a {
  display: block;
}
header h1 a img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  header {
    padding: 5vw;
  }
  header h1 {
    width: 60%;
  }
}

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%;
  }

  .lead {
    display: block;
    font-size: 28px;
    padding: 0 1rem;
    padding: 0 10px!important;
  }

  .lead::before, .lead::after {
    width: 20px;
  }

}
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: 600px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 1.3em;
  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: 3.3em;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  position: relative;
}
section.cubicle h2 .words span:before,
section.issue h2 .words span:before {
  content: "";
  display: block;
  background-color: #cc0000;
  width: 90%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
section.cubicle h2 .words span:after,
section.issue h2 .words span:after {
  content: "";
  display: block;
  background-color: #cc0000;
  width: 90%;
  height: 4px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
section.cubicle .causes,
section.issue .causes {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 0 30px 30px;
}
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: url("../img/exclamation.png") 10px 50% #cc0000 no-repeat;
  background-size: 1.4em;
  padding: 15px 15px 15px 8%;
  color: #fff;
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 890px) {
  section.cubicle .causes ul li,
section.issue .causes ul li {
    width: 100%;
    margin-top: 5px;
    padding-left: 12%;
  }
}
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.7rem;
  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.6rem;
  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 h2 .words span, section.issue h2 .words span {
    font-size: 2.5rem;
  }

  section.cubicle .causes ul li, section.issue .causes ul li {
    padding-left: 24%;
  }

  section.cubicle .causes .leadTxt, section.issue .causes .leadTxt {
    padding: 0;
  }
}
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: 12vh 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;
}
a.inquiry:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}
a.inquiry:hover:before {
  right: 1%;
  opacity: 1;
}

h2.cubicle span {
  font-size: 2em;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
h2.cubicle span.en {
  font-size: 18px;
  font-weight: 700;
  color: red;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  h2.cubicle span {
    font-size: 1.4em;
    line-height: 1.4;
  }
}

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) {
  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: 3vw;
}
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;
}

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%;
  margin-bottom: 80px;
}
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: 0vh 0 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: #0b57a7;
  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;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #0b57a7;
}
@media screen and (max-width: 480px) {
  footer ul {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.fvWrapper img {
  width: 100%;
}

.fvWrapper {
  background-image: url(../img/fv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv__inner {
  width: 80%;
  margin: auto;
  padding-bottom: 50px;
}

.fv__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}

.fv__left {
  width: 40%;
}

.fv__right {
  width: 30%;
}

.fv__button {
  text-align: center;
}

.fv__button a {
  display: inline-block;
  background-color: #FB9B0B;
  border: 2px solid #FB9B0B;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  margin-top: 8px;
}

.fv__button a:hover {
  background-color: #fff;
  color: #FB9B0B;
}

.fv__button span {
  color: #FB9B0B;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 5px;
}

.fv__button span::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FB9B0B;
  transform: rotate(-30deg);
  position: absolute;
  top: 0;
  left: -10px;
}

.fv__button span::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FB9B0B;
  transform: rotate(30deg);
  position: absolute;
  top: 0;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .fv__inner {
    width: 90%;
    padding-top: 20px;
  }

  .fv__container {
  flex-direction: row-reverse;
    padding-bottom: 30px;
  }

  .fv__left {
    width: 80%;
    padding-bottom: 20px;
  }

  .fv__right {
    width: 80%;
    padding-bottom: 20px;
  }
}

.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-bg {
  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 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;
}

.acd__icon {
  display: block;
  position: relative;
  width: 24px;
}

.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%;
}
@media screen and (max-width: 480px) {
  .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 {
  overflow: hidden;
}

.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: url("../img/buildings.jpg") 50% no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  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 {
    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 {
  -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;
}
@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; */
          overflow: hidden;
}
.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;
}
/*# sourceMappingURL=styles.css.map */


/**
* company profile
*
*/
:root {
  --prof-color: #0b57a7;
}

.p-prof {
  /* max-width: 100dvw !important;
  margin-right: calc(clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem) * -1) !important;
  margin-left: calc(clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem) * -1) !important; */
  padding-right: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  padding-left: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  padding-top: clamp(3.75rem, 2.083rem + 5.56vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 2.083rem + 5.56vw, 6.25rem);
}
.p-prof > * {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.p-prof > * a {
  transition: ease 0.3s;
}
.p-prof > * a:hover {
  opacity: 0.9;
}
.p-prof_title {
  margin-top: 2em;
  font-size: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem);
  text-align: center;
  padding-bottom: 30px;
}
.p-prof_title:first-child {
  margin-top: 0;
}
.p-prof_subtitle {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: clamp(1.25rem, 0.534rem + 3.05vw, 2rem);
  text-align: left;
  border-bottom: 4px solid var(--prof-color);
}
.p-prof_map {
  margin-top: 0px;
  margin-bottom: 0;
}
.p-prof_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-prof_table > tbody {
  border-bottom: 1px solid #ddd;
}
.p-prof_table > tbody > tr > td {
  display: list-item;
  list-style: none;
  border-top-width: 0px;
}
.p-prof_table > tbody > tr th,
.p-prof_table > tbody > tr td {
  display: list-item;
  list-style: none;
  padding: 1.5em 1em;
  line-height: 1.7;
  font-feature-settings: "halt";
  border: 1px solid #ddd;
  border-width: 1px 0 0 0;
}
.p-prof_table > tbody > tr th {
  width: 100%;
  text-align: center;
  background-color: #FAF9F9;
}
.p-prof_table > tbody > tr td {
  overflow-wrap: break-word;
  text-align: justify;
}
.p-prof_table > tbody > tr td:last-child {
  text-align: center;
}
.p-prof .head-office {
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
}
.p-prof .head-office dl,
.p-prof .head-office dt,
.p-prof .head-office dd {
  margin: 0;
  padding: 0;
}
.p-prof .head-office dl {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  margin-bottom: 2em;
}

.p-prof .head-office dt {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 2px solid #eee;
}
.p-prof .head-office a.map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--prof-color);
  border-radius: 100px;
  border: 2px solid #0b57a7;
}
.p-prof .head-office a.map:hover {
  color: #0b57a7;
  background-color: #fff;
}
.p-prof .branch-office a.map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background-color: #4580C0;
  border-radius: 100px;
  border: 2px solid #4580C0;
}
.p-prof .branch-office a.map:hover {
  color: #4580C0;
  background-color: #fff;
}

.p-prof_table tbody tr > th {
  background-color: #f7f7f7;
  /* border-bottom: 1px solid #C9D0D2; */
}
.p-prof_table tbody tr th {
  display: flex;
  align-items: center;
}
.p-prof_table__tr:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-prof_table {
    table-layout: auto;
  }
  .p-prof_table tbody tr td,
  .p-prof_table tbody tr th {
    width: 50%;
    display: table-cell;
    text-align: left;
    border-width: 1px 0;
  }
  .p-prof_table tbody tr > th {
    width: 30%;
    text-align: center;
  }

  .p-prof .head-office dl {
    width: calc(50% - 1em);
  }

  .p-prof .branch-office a.map {
    width: 160px;
  }
}/*# sourceMappingURL=p-profile.css.map */

.p-site__img {
  width: 80%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-site__subtitle {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 14px;
  padding-left: 30px;
}

.p-site__subtitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003d7e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-siteMain {
  margin-top: 100px;
}

.p-siteMain__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-siteMain__item:not(:first-of-type) {
  margin-top: 46px;
}

.p-siteMain__body {
  width: 45%;
}

.p-siteMain__body p {
  font-size: 16px;
  margin-top: 24px;
}

.p-siteMain__title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  position: relative;
}

.p-siteMain__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-siteMain__title {
  padding-left: 33px;
  padding-top: 42px;
  line-height: calc(28/24);
  font-size: 20px;
}

.p-siteMain__map a {
  display: inline-block;
  padding: 4px 20px;
  width: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  background-color: #003d7e;
  transition: all 0.3s ease 0s;
  border: 2px solid #003d7e;
  margin-top: 25px;
}

.p-siteMain__map a:hover {
  background-color: #fff;
  color: #003d7e;
}

.p-siteMain__img {
  width: 55%;
  padding-left: 10%;
  padding-top: 25px;
}

.p-site__sub {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-siteSub__items {
  margin: 0;
  margin-top: 30px;
  padding: 0;
}

.p-siteSubitem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FAF9F9;
  border-bottom: 1px solid #C9D0D2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.p-siteSub__item:not(:first-of-type) {
  margin-top: 20px;
}

.p-siteSubitem__name {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.05em;
  width: 25%;
  font-weight: bold;
}

.p-siteSubitem__locate {
  width: 50%;
  color: #000;
}

.p-siteSubitem__map {
  width: 20%;
  margin: auto;
  text-align: right;

}

.p-siteSubitem__map a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #4580C0;
  padding: 7px;
  width: 130px;
  border-radius: 25px;
  border: 2px solid #4580C0;
  text-decoration: none;
}

.p-siteSubitem__map a:hover {
  color: #4580C0;
  background-color: #fff;
}

.benefit-title {
  text-align: center;
  color: #cc0000;
  font-weight: bold;
  font-size: 18px;
}

.p-flow__text {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}

.p-flow__text p {
  font-size: 1.6rem;
  line-height: 2.1;
  padding-top: 30px;
  text-align: center;

}

.p-flow__text span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-siteMain__item {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-siteMain__item:not(:first-of-type) {
    margin-top: 46px;
  }

  .p-siteMain__body {
    width: 100%;
  }

  .p-siteMain__img {
    width: 100%;
    padding-left: 0%;
    padding-top: 25px;
  }


  .p-siteMain__title {
    padding-left: 20px;
    padding-top: 30px;
    font-size: 18px;
  }

  .p-siteMain__body p {
    font-size: 16px;
    margin-top: 15px;
  }

  .p-siteMain__map {
    text-align: center;
  }

  .p-siteSubitem {
    display: block;
  }


  .p-siteSubitem__name {
    width: 100%;
    font-weight: bold;
  }

  .p-siteSubitem__locate {
    width: 100%;
    margin-top: 20px;
  }

  .p-siteSubitem__map {
    width: 100%;
    text-align: right;
  }
  .p-prof .head-office {
    gap: 20px;
  }

  .p-prof_subtitle {
    font-size: 18px;
  }

  /*===========
  .scroll-box
  ===========*/
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 50px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
  }

  /*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #D1D1D1;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #003d7e;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #003d7e;
  }
}
