@charset "UTF-8";
/*************************************
MIXINS
*************************************/
.scpop {
  transform: scale3d(0, 0, 0);
  transform-origin: center center;
  will-change: animation;
}

.scpop.ac {
  animation: bounce 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*------------------------------------
animation
  */
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
@keyframes photoCoverAnim {
  0% {
    filter: grayscale(95%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes bounce {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*------------------------
SIZE
-------------------------*/
/*------------------------
COLOR
-------------------------*/
a {
  color: #333;
  text-decoration: none;
}

/*------------------------
TEXT SET
-------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  font-family: ryo-gothic-plusn, "Noto Sans", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*------------------------
BASIC LAYOUT / MODULE
-------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
}

.pcHide {
  display: none;
}
@media screen and ( max-width : 768px ) {
  .pcHide {
    display: block;
  }
}

.spHide {
  display: block;
}
@media screen and ( max-width : 768px ) {
  .spHide {
    display: none;
  }
}

.lbx {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  box-sizing: border-box;
}
.minWrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 0;
}

/*------------------------
RESET
-------------------------*/
body {
  word-wrap: break-word;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
  vertical-align: bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset, img {
  border: 0;
}

a {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

/*
  clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 2px;
  color: #000000;
  background: #fff;
  font-weight: 500;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.75;
}

input,
textarea {
  font-family: "Noto Sans JP";
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#allWraper {
  display: none;
}
@media screen and ( max-width : 768px ) {
  #allWraper {
    min-width: auto;
  }
}

#cdArea,
#mainVisual .bottom,
#mainVisual .title,
#newsArea .title {
  opacity: 0;
  transition: opacity 0.1s;
}

.loaded #cdArea,
.loaded #mainVisual .bottom,
.loaded #mainVisual .title,
.loaded #newsArea .title {
  opacity: 1;
}

a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.85;
}
a:hover.nonOp {
  opacity: 1;
}

li {
  list-style: none;
}

/*==============================================
  common parts
==============================================*/
rt {
  font-size: 0.3em;
  transform: scale(0.9);
  transform-origin: bottom;
  opacity: 0.6;
}

.sectionTitle {
  font-size: 3.3333333333vw;
  line-height: 1;
  text-align: center;
  font-weight: 800;
}
@media screen and ( max-width : 768px ) {
  .sectionTitle {
    font-size: 5.6vw;
  }
}
@media screen and ( max-width : 768px ) {
  .sectionTitle.spLarge {
    font-size: 8vw;
  }
}

.flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.flex .col2 {
  width: 48%;
}
.flex .col2-1 {
  width: 48%;
}
@media screen and ( max-width : 768px ) {
  .flex .col2-1 {
    width: 100%;
  }
}
.flex .col2-1 img {
  width: 100%;
}
.flex a {
  transition: opacity 0.2s;
}
.flex a:hover {
  opacity: 0.6;
}

.btn a,
.btn input,
.btn span {
  vertical-align: middle;
  width: auto;
  display: inline-block;
  padding: 0 66px 13px 0;
  background: url(../images/common/arr.svg) no-repeat top 0.5em right;
  background-size: auto 13px;
  border-bottom: 1px solid #fff;
  color: #FFF;
  cursor: pointer;
  line-height: 1.5;
}
@media screen and ( max-width : 768px ) {
  .btn a,
.btn input,
.btn span {
    font-size: 12px;
  }
}
.btn.blue a,
.btn.blue input,
.btn.blue span {
  border-bottom: 1px solid #265CA5;
  color: #265CA5;
  background: url(../images/common/arrBlue.svg) no-repeat top 0.5em right;
}

/*==============================================
  layout
==============================================*/
body {
  background: #fff;
  color: #333333;
}
body .sp {
  display: none !important;
}
body .pc {
  display: block !important;
}
@media screen and ( max-width : 768px ) {
  body .sp {
    display: block !important;
  }
  body .pc {
    display: none !important;
  }
}
body.close {
  overflow: hidden;
}

header {
  position: relative;
  height: 100vh;
}
header .navBox {
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 23px 40px 0;
  width: 100%;
  transition: height 0.3s ease, padding 0.3s ease;
}
@media screen and ( max-width : 1240px ) {
  header .navBox {
    padding: 23px 23px 0;
  }
}
@media screen and ( max-width : 768px ) {
  header .navBox {
    padding: 10px 10px 0;
  }
}
header .navBox .child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  height: 81px;
  padding-left: 20px;
  background: #FFF;
  border-radius: 10px;
  max-width: 1286px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  header .navBox .child {
    height: 50px;
  }
}
header .navBox .child h1 {
  width: 97px;
}
@media screen and ( max-width : 768px ) {
  header .navBox .child h1 {
    width: 72px;
  }
}
header .navBox .child h1 img {
  width: 100%;
  height: auto;
}
header .navBox .child .inner {
  display: flex;
  padding: 0 70px;
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  header .navBox .child .inner {
    display: none;
  }
}
header .navBox .child .inner ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
header .navBox .child .inner ul li {
  font-size: 87%;
  font-weight: bold;
  display: flex;
  align-items: center;
}
header .navBox .child .inner ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 112%;
}
header .navBox .child .inner ul .megaMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 70%;
  padding: 60px 10%;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
header .navBox .child .inner ul .megaMenu .title {
  font-size: 112%;
  margin-bottom: 30px;
  line-height: 1;
}
header .navBox .child .inner ul .megaMenu .title img {
  height: 1em;
  width: auto;
  padding-right: 10px;
}
header .navBox .child .inner ul .megaMenu .megaLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
header .navBox .child .inner ul .megaMenu .megaLinks li {
  margin-right: 30px;
}
header .navBox .child .inner ul .megaMenu .megaLinks li a {
  padding-left: 15px;
  background: url(../images/common/arrow2.svg) no-repeat left center;
  white-space: nowrap;
}
header .navBox .child .drawer {
  height: 71px;
  width: 71px;
  background: #233D99;
  display: none;
}
@media screen and ( max-width : 768px ) {
  header .navBox .child .drawer {
    height: 50px;
    width: 50px;
    border-radius: 0 10px 10px 0;
    display: block;
  }
}
header .navBox.active {
  padding: 10px 10px 0;
}
header .navBox.active .child {
  height: 71px;
}
@media screen and ( max-width : 768px ) {
  header .navBox.active .child {
    height: 50px;
  }
}
header .navBox.active .child h1 img {
  transition: height 0.3s ease, width 0.3s ease;
  width: 255px !important;
}
header .navBox.active .child .inner .right {
  height: 71px;
}
@media screen and ( max-width : 768px ) {
  header .navBox.active .child .inner .right {
    height: 50px;
  }
}
header .mainCopy {
  position: absolute;
  bottom: 90px;
  right: 80px;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}
@media screen and ( max-width : 1024px ) {
  header .mainCopy {
    font-size: 21px;
    left: 20px;
    right: auto;
    bottom: 60px;
  }
}
header .mainCopy h2 {
  font-size: 300%;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and ( max-width : 768px ) {
  header .mainCopy h2 {
    font-size: 228.5%;
  }
}
header .mainCopy span {
  font-size: 87%;
  background: url(../images/common/mainCopyAr.svg) no-repeat left center;
  background-size: 45.72px;
  padding-left: 60px;
}
header .bgImage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}
header .bgImage p {
  height: 100vh;
}
header .bgImage p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.linkChild {
  white-space: nowrap;
}
@media screen and ( max-width : 768px ) {
  .linkChild {
    white-space: normal;
  }
}
.linkChild a {
  display: inline-block;
  padding: 25px 90px 25px 40px;
  color: #233D99;
  border-radius: 41px;
  border: 1px solid #233E99;
  background: #fff url(../images/common/ar.png) no-repeat right 10px center;
  background-size: 44px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-family: "noto sans";
}
@media screen and ( max-width : 768px ) {
  .linkChild a {
    background-size: 30px;
    font-size: 115%;
    padding: 15px 50px 15px 30px;
    line-height: 1.25;
  }
}

.titleChild {
  align-items: flex-end;
  margin-bottom: 80px;
}
@media screen and ( max-width : 1024px ) {
  .titleChild {
    margin-bottom: 60px;
  }
}
@media screen and ( max-width : 768px ) {
  .titleChild {
    margin-bottom: 40px;
  }
}
.titleChild .en {
  font-size: 300%;
  line-height: 1.25;
  font-weight: 500;
  padding-right: 20px;
  font-family: "Poppins";
  color: #233D99;
  margin-bottom: 20px;
}
@media screen and ( max-width : 1024px ) {
  .titleChild .en {
    font-size: 230%;
  }
}
.titleChild .productTitle {
  padding-left: 30px;
}
.titleChild h3,
.titleChild h1 {
  line-height: 1;
  color: #333333;
  font-weight: bold;
  background: url(../images/common/line.svg) no-repeat left center;
  padding-left: 22px;
}
@media screen and ( max-width : 768px ) {
  .titleChild h3,
.titleChild h1 {
    background: none;
    padding-left: 0;
    font-size: 129%;
  }
}
.titleChild.center .en {
  padding: 0;
}
.titleChild.center h3 {
  background: none;
  padding: 0;
}

.detailLink a {
  font-weight: bold;
  color: #1B3696;
  display: flex;
  white-space: nowrap;
}
.detailLink a p {
  padding-right: 20px;
}
.detailLink a img {
  width: 25px;
}
.detailLink.blue {
  margin: 0 auto;
  text-align: center;
}
.detailLink.blue a {
  display: inline-block;
  border-radius: 32px;
  color: #fff;
  padding: 15px 60px 15px 60px;
  background: #1B3696 url("../images/common/arrowW.svg") no-repeat right 10px center;
  background-size: 1.95em auto;
}

.textSetting {
  line-height: 2.64;
  font-size: 87%;
  margin: -0.5em 0;
}

.slideImageWrap {
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .slideImageWrap {
    margin-bottom: 30px;
  }
}
.slideImageWrap .slideBox {
  max-width: 1280px;
}
.slideImageWrap .slideBox ul {
  display: flex;
  transition: transform 0.5s ease;
}
.slideImageWrap .slideBox ul li {
  width: 56vw;
  padding: 0 20px;
  flex-shrink: 0;
}
@media screen and ( max-width : 768px ) {
  .slideImageWrap .slideBox ul li {
    padding: 0 10px;
    width: 77vw;
  }
}
.slideImageWrap .slideBox ul li img {
  width: 100%;
}

.strengthsWrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 130px 40px 180px;
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap {
    padding: 70px 20px 60px;
  }
}
.strengthsWrap .titleBox {
  margin-bottom: 60px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .titleBox {
    margin-bottom: 30px;
  }
}
.strengthsWrap .titleBox .titleChild .en {
  color: #fff;
}
.strengthsWrap .titleBox .titleChild h3 {
  color: #fff;
}
.strengthsWrap .backImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  mix-blend-mode: multiply;
}
.strengthsWrap .backImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strengthsWrap .row5Box {
  max-width: 1280px;
  margin: 0 auto 60px;
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .row5Box {
    margin-bottom: 30px;
  }
}
.strengthsWrap .row5Box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.strengthsWrap .row5Box ul li {
  width: calc(20% - 16px);
  text-align: center;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  height: 100%;
  background: #FFF;
  color: #233D99;
  line-height: 36px;
}
@media screen and ( max-width : 1024px ) {
  .strengthsWrap .row5Box ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .strengthsWrap .row5Box ul li:last-child {
    margin-bottom: 0;
  }
}
.strengthsWrap .row5Box ul li span {
  background: url(../images/top/icon1.svg) no-repeat left center;
  padding-left: 50px;
}
.strengthsWrap .row5Box ul li span.icon1 {
  background-image: url(../images/top/icon1.svg);
}
.strengthsWrap .row5Box ul li span.icon2 {
  background-image: url(../images/top/icon2.svg);
}
.strengthsWrap .row5Box ul li span.icon3 {
  background-image: url(../images/top/icon3.svg);
}
.strengthsWrap .row5Box ul li span.icon4 {
  background-image: url(../images/top/icon4.svg);
}
.strengthsWrap .row5Box ul li span.icon5 {
  background-image: url(../images/top/icon5.svg);
}
.strengthsWrap .textBox {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .textBox {
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .textBox .child {
    margin-bottom: 30px;
  }
}
.strengthsWrap .textBox .child p {
  color: #FFF;
  padding-right: 140px;
}
@media screen and ( max-width : 1024px ) {
  .strengthsWrap .textBox .child p {
    padding-right: 70px;
  }
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .textBox .child p {
    padding-right: 0;
  }
}
.strengthsWrap .textBox .linkChild {
  padding-top: 20px;
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .textBox .linkChild {
    padding-top: 0;
    text-align: center;
  }
}
.strengthsWrap .row2ImageBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .row2ImageBox {
    display: block;
  }
}
.strengthsWrap .row2ImageBox .child {
  width: calc(50% - 30px);
  margin-bottom: 60px;
}
@media screen and ( max-width : 1024px ) {
  .strengthsWrap .row2ImageBox .child {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .row2ImageBox .child {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .row2ImageBox .child:last-child {
    margin-bottom: 0;
  }
}
.strengthsWrap .row2ImageBox .child.full {
  width: 100%;
}
.strengthsWrap .row2ImageBox .child.full .image {
  width: calc(50% - 30px);
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .strengthsWrap .row2ImageBox .child.full .image {
    width: calc(50% - 15px);
    margin: 0 auto;
  }
}
@media screen and ( max-width : 768px ) {
  .strengthsWrap .row2ImageBox .child.full .image {
    width: 100%;
  }
}
.strengthsWrap .row2ImageBox .child .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strengthsWrap .row2ImageBox .child .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 30px;
}
.strengthsWrap .row2ImageBox .child .image .copy {
  color: #FFF;
  text-align: center;
  display: block;
  margin: -0.5em 0;
}

.solutionWrap {
  background: #F1F5F8;
  padding: 120px 0 90px;
}
.solutionWrap .titleBox {
  margin-bottom: 60px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .solutionWrap .titleBox {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.solutionWrap .detailBox {
  margin: 0 auto;
  display: flex;
}
@media screen and ( max-width : 1024px ) {
  .solutionWrap .detailBox {
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  .solutionWrap .detailBox {
    padding: 0 20px;
  }
}
.solutionWrap .detailBox .leftChid {
  width: 50%;
}
@media screen and ( max-width : 1024px ) {
  .solutionWrap .detailBox .leftChid {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .solutionWrap .detailBox .leftChid {
    padding: 0 20px;
  }
}
.solutionWrap .detailBox .leftChid .image img {
  width: 100%;
}
.solutionWrap .detailBox .rightChild {
  width: 50%;
  max-width: 640px;
  padding: 0 40px 0 60px;
}
@media screen and ( max-width : 1024px ) {
  .solutionWrap .detailBox .rightChild {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .solutionWrap .detailBox .rightChild {
    padding: 0;
  }
}
.solutionWrap .detailBox .rightChild ul li .title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}
@media screen and ( max-width : 1024px ) {
  .solutionWrap .detailBox .rightChild ul li .title {
    margin-bottom: 30px;
  }
}
.solutionWrap .detailBox .rightChild ul li .title span {
  display: block;
  line-height: 1;
  color: #233D99;
  font-size: 87.5%;
}
@media screen and ( max-width : 768px ) {
  .solutionWrap .detailBox .rightChild ul li .title span {
    font-size: 150%;
  }
}
.solutionWrap .detailBox .rightChild ul li .title p {
  font-size: 225%;
  line-height: 1;
  padding-left: 19px;
  color: #333333;
}
.solutionWrap .detailBox .rightChild ul li .text {
  margin-bottom: 88px;
  display: flex;
}
@media screen and ( max-width : 1024px ) {
  .solutionWrap .detailBox .rightChild ul li .text {
    margin-bottom: 30px;
  }
}
.solutionWrap .detailBox .rightChild ul li .text span {
  padding-right: 30px;
}
.solutionWrap .detailBox .rightChild ul li .text span img {
  width: 73px;
  height: auto;
}
.solutionWrap .detailBox .rightChild ul li .text p {
  line-height: 1.8;
}
.solutionWrap .detailBox .rightChild ul li .image {
  display: none;
  width: 70%;
  margin: 0 auto 40px;
}
@media screen and ( max-width : 1024px ) {
  .solutionWrap .detailBox .rightChild ul li .image {
    display: block;
  }
}
.solutionWrap .detailBox .rightChild ul li .image img {
  width: 100%;
  height: auto;
}
.solutionWrap .detailBox .rightChild .linkInner {
  text-align: right;
  width: 100%;
}
@media screen and ( max-width : 1024px ) {
  .solutionWrap .detailBox .rightChild .linkInner {
    text-align: center;
  }
}

.bannerWrap .box img {
  width: 100%;
}

.productsWrap {
  padding: 140px 40px 90px;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(#F1F5F8 1px, transparent 0), linear-gradient(90deg, #F1F5F8 1px, transparent 0);
  background-size: 20px 20px;
}
@media screen and ( max-width : 768px ) {
  .productsWrap {
    padding: 70px 20px 60px;
  }
}
.productsWrap .titleBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
  max-width: 1280px;
  margin: 0 auto;
}
.productsWrap .productBox {
  padding: 200px 0;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .productsWrap .productBox {
    padding: 100px 0 150px;
  }
}
@media screen and ( max-width : 768px ) {
  .productsWrap .productBox {
    padding: 0 0 60px;
  }
}
.productsWrap .productBox .carImage {
  width: 75%;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .productsWrap .productBox .carImage {
    width: 100%;
    margin-bottom: 30px;
  }
}
.productsWrap .productBox .carImage img {
  width: 100%;
}
.productsWrap .productBox .productList ul li {
  position: absolute;
  width: 27%;
}
@media screen and ( max-width : 768px ) {
  .productsWrap .productBox .productList ul li {
    position: static;
    width: 100%;
    padding-bottom: 30px;
  }
}
.productsWrap .productBox .productList ul li img {
  width: 100%;
  height: auto;
}
.productsWrap .productBox .productList ul li p {
  padding: 20px 0;
  margin: -0.5em 0;
  color: #233D99;
}
@media screen and ( max-width : 768px ) {
  .productsWrap .productBox .productList ul li p {
    font-size: 100%;
    display: flex;
    padding: 0 0 20px;
  }
}
.productsWrap .productBox .productList ul li a {
  width: 100%;
  display: block;
}
.productsWrap .productBox .productList ul li:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -20%;
  margin-left: 31%;
}
@media screen and ( max-width : 1024px ) {
  .productsWrap .productBox .productList ul li:nth-child(1) {
    margin-top: -24%;
    margin-left: 30%;
  }
}
@media screen and ( max-width : 768px ) {
  .productsWrap .productBox .productList ul li:nth-child(1) {
    margin: 0;
    transform: none;
    position: static;
  }
}
.productsWrap .productBox .productList ul li:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -13%;
  margin-left: -31%;
}
@media screen and ( max-width : 1024px ) {
  .productsWrap .productBox .productList ul li:nth-child(2) {
    margin-top: -17%;
    margin-left: -30%;
  }
}
@media screen and ( max-width : 768px ) {
  .productsWrap .productBox .productList ul li:nth-child(2) {
    margin: 0;
    transform: none;
    position: static;
  }
}
.productsWrap .productBox .productList ul li:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 27%;
  margin-left: -1%;
}
@media screen and ( max-width : 1024px ) {
  .productsWrap .productBox .productList ul li:nth-child(3) {
    margin-top: 24%;
  }
}
@media screen and ( max-width : 768px ) {
  .productsWrap .productBox .productList ul li:nth-child(3) {
    margin: 0;
    transform: none;
    position: static;
  }
  .productsWrap .productBox .productList ul li:nth-child(3) a {
    display: flex;
    flex-direction: column-reverse;
  }
  .productsWrap .productBox .productList ul li:nth-child(3) a img {
    width: 100%;
  }
}
@media screen and ( max-width : 768px ) {
  .productsWrap .productBox .productList .linkInner {
    text-align: center;
  }
}

.companyWrap {
  background: #F1F5F8;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.underTop {
    background: #FFF !important;
  }
  .companyWrap.underTop .detailBox {
    padding-bottom: 60px;
  }
  .companyWrap.underTop .detailBox .leftChild {
    padding-top: 0;
    padding-bottom: 0;
  }
  .companyWrap.underTop .detailBox .rightChild {
    padding: 0 0 0 20px;
  }
}
.companyWrap.underTop {
  background: #FFF !important;
}
.companyWrap.underTop .detailBox {
  padding-bottom: 60px;
}
.companyWrap.contactPage {
  padding: 130px 40px 120px;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage {
    padding: 0px 20px 60px;
  }
}
.companyWrap.contactPage .detailBox {
  margin: 0 auto;
  max-width: 1280px;
}
.companyWrap.contactPage .detailBox .leftChild {
  padding: 0;
}
.companyWrap.contactPage .detailBox .leftChild .subText {
  color: #333333;
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .leftChild .subText {
    margin-bottom: 30px;
  }
}
.companyWrap.contactPage .detailBox .leftChild .categoryList {
  border-left: solid 1px #233D99;
  padding: 25px 20px;
  margin-bottom: 20px;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .leftChild .categoryList {
    padding: 10px 10px;
  }
}
.companyWrap.contactPage .detailBox .leftChild .categoryList .categoryTitle p {
  font-size: 150%;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.companyWrap.contactPage .detailBox .leftChild .categoryList ul li a {
  color: #233D99;
  text-decoration: underline;
}
.companyWrap.contactPage .detailBox .rightChild {
  padding: 0;
}
.companyWrap.contactPage .detailBox .rightChild .contact {
  padding: 130px 0px 0;
  width: 100%;
  margin: 0 auto;
  color: #000;
}
@media screen and ( max-width : 1024px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact {
    display: block;
    padding: 0;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .btnRed {
  margin-bottom: 40px;
  background: #062C87 url(../images/common/arrowW.svg) no-repeat right 40px center;
  border-radius: 20px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .btnRed a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 30px 30px 30px 110px;
  font-family: "Poppin", sans-serif;
  font-size: 36px;
  line-height: 1.5;
  background: url(../images/contact/icon-tel.svg) no-repeat left 40px center;
  background-size: auto calc(100% - 110px);
}
.companyWrap.contactPage .detailBox .rightChild .contact .btnRed a span {
  display: block;
  line-height: 1.75;
  font-size: 14px;
  font-weight: 700;
}
.companyWrap.contactPage .detailBox .rightChild .contact .text {
  margin: -0.5em 0;
  margin-bottom: 30px;
  font-weight: 500;
}
.companyWrap.contactPage .detailBox .rightChild .contact .text p {
  color: #333333;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild {
  width: 100%;
  margin-bottom: 40px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner {
  display: flex;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner {
    display: block;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner:last-child .title {
  border-bottom: solid 1px #233D99;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner:last-child .title {
    border-bottom: 0;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner:last-child .detail {
  border-bottom: solid 1px #ccc;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .title {
  font-weight: 700;
  width: 27%;
  border-top: solid 1px #233D99;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .title {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0 0;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .title p {
  color: #233D99;
  display: block;
  line-height: 25px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .title span {
  display: block;
  background: #FF0000;
  color: #FFF;
  border-radius: 10px;
  line-height: 1;
  height: 25px;
  width: 54px;
  white-space: nowrap;
  text-align: center;
  line-height: 25px;
  font-size: 87.5%;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail {
  width: 73%;
  border-top: solid 1px #ccc;
  padding: 30px 20px;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail {
    width: 100%;
    padding: 0 0 20px;
    border-top: 0;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail span {
  display: block;
  margin-bottom: 20px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail span:last-child {
  margin-bottom: 0;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .post {
  display: flex;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .post .postForm {
  margin-bottom: 20px;
  display: flex;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .post .postForm .postInput {
  width: 148px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .post .postForm::before {
  content: "〒";
  padding-top: 10px;
  font-weight: 700;
  padding-right: 20px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .post a {
  width: 132px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail textarea {
  width: 100%;
  height: 15em;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #ccc;
  color: #333333;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail input {
  width: 100%;
  padding: 10px 0 10px 15px;
  font-weight: 700;
  border-radius: 10px;
  border: solid 1px #ccc;
  color: #333333;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail input::placeholder {
  color: #CCCCCC;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail input.contact {
  height: 4.5em;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.address {
  margin-bottom: 20px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .wpcf7-form-control-wrap input[type=text],
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .wpcf7-form-control-wrap input[type=email],
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .wpcf7-form-control-wrap input[type=tel],
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .wpcf7-form-control-wrap input[type=url],
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail .wpcf7-form-control-wrap textarea {
  color: #333333 !important;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.name {
  width: 73%;
  display: block;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.name {
    width: 100%;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox .wpcf7-checkbox {
  display: flex;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox label {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox label input[type=radio] {
  margin: 0 10px 0 0;
  width: 20px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  vertical-align: top;
  flex-shrink: 0;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox label input[type=radio]:checked::before {
  content: "";
  display: block;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox label input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(35, 61, 153, 0.3);
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox label input {
  margin-right: 10px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.checkbox label span {
  white-space: nowrap;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file {
  display: flex;
  justify-content: flex-start;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file {
    display: block;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .wpcf7-list-item {
  margin: 0;
  display: flex;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file span {
  margin-bottom: 0;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file label {
  display: flex;
  align-items: center;
  padding-right: 30px;
  padding-bottom: 40px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file label input[type=radio] {
  margin: 0 10px 0 0;
  width: 20px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  vertical-align: top;
  flex-shrink: 0;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file label input[type=radio]:checked::before {
  content: "";
  display: block;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file label input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(35, 61, 153, 0.3);
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file label input {
  margin-right: 10px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file label span {
  white-space: nowrap;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file label:last-child {
  padding-bottom: 0;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .file {
    padding-top: 20px;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .file input[type=file] {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .file input[type=file]::-webkit-file-upload-button {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  background: #F7F7F7;
  border: solid 1px #CCCCCC;
  border-radius: 10px;
  margin-right: 20px;
  padding: 0 20px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .radioBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .radioBox .wpcf7-list-item {
  margin: 0;
  display: flex;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .radioBox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .radioBox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .radioBox .wpcf7-list-item label input[type=radio] {
  margin: 0 10px 0 0;
  width: 20px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  vertical-align: top;
  flex-shrink: 0;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .radioBox .wpcf7-list-item label input[type=radio]:checked::before {
  content: "";
  display: block;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .radioBox .wpcf7-list-item label input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(35, 61, 153, 0.3);
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail.file .radioBox .wpcf7-list-item label .wpcf7-list-item-label {
  white-space: nowrap;
  font-size: 16px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail select {
  text-align: left;
  font-size: 14px;
  padding: 10px 35px 10px 15px;
  border-radius: 5px;
  border: solid 1px #ccc;
  width: 100%;
  color: #333;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .contact .detailChild .inner .detail select {
    width: 100%;
  }
}
.companyWrap.contactPage .detailBox .rightChild .contact .checkBoxChild {
  background: #F1F2F8;
  border-radius: 20px;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 60px;
}
.companyWrap.contactPage .detailBox .rightChild .contact .checkBoxChild .text {
  color: #333333;
  margin-bottom: 40px;
  font-weight: 300;
}
.companyWrap.contactPage .detailBox .rightChild .contact .checkBoxChild .douisuru span {
  font-weight: 300;
  line-height: 1;
  padding-left: 5px;
}
.companyWrap.contactPage .detailBox .rightChild .checkBoxChild {
  background: #F1F5F8;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .checkBoxChild {
    padding: 20px;
  }
}
.companyWrap.contactPage .detailBox .rightChild .checkBoxChild .title {
  color: #233D99;
  font-weight: 700;
  margin-bottom: 20px;
}
.companyWrap.contactPage .detailBox .rightChild .checkBoxChild .text {
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild .checkBoxChild .text {
    text-align: left;
  }
}
.companyWrap.contactPage .detailBox .rightChild .checkBoxChild .text a {
  text-decoration: underline;
}
.companyWrap.contactPage .detailBox .rightChild .submitButton {
  padding-top: 20px;
}
.companyWrap.contactPage .detailBox .rightChild .submitButton .submitDetail {
  display: block;
  padding: 20px;
  background: #FFF url(../images/common/ar.png) no-repeat right 10px center;
  background-size: 44px;
  color: #233D99;
  border: 1px solid #233D99;
  text-align: center;
  border-radius: 41px;
  line-height: 1;
  font-weight: 700;
}
.companyWrap.contactPage .detailBox .rightChild .submitButton .submitDetail input {
  background: none;
  border: none;
  line-height: 1;
  padding: 0;
  color: inherit;
}
.companyWrap.contactPage .detailBox .rightChild .submitButton .submitDetail .wpcf7-spinner {
  display: none;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail {
  padding: 130px 0px 0;
  margin: 0 auto;
  color: #000;
}
@media screen and ( max-width : 1024px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail {
    padding: 0;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .title {
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .title {
    margin-bottom: 30px;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .title p {
  font-size: 150%;
  color: #333333;
  font-weight: 400;
  color: #333;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .text {
  margin-bottom: 60px;
  color: #333333;
  font-weight: 400;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .text {
    margin-bottom: 30px;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .linkChild a {
  font-weight: 500;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView {
  margin-bottom: 30px;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list {
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list.history .inner {
    padding: 20px 0 0;
  }
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list.history .inner .date {
    width: auto;
  }
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list.history .inner .text {
    width: 100%;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner {
  display: flex;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner:last-child .title {
  border-bottom: solid 1px #233D99;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner:last-child .text {
  border-bottom: solid 1px #cccccc;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .title {
  width: 27%;
  font-weight: bold;
  color: #233D99;
  border-top: solid 1px #233D99;
  padding: 30px 0;
  margin-bottom: 0;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .title {
    width: 120px;
    padding: 15px 0;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .title a {
  color: #233D99;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .date {
  display: flex;
  align-items: center;
  width: 27%;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .date {
    width: 100%;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .date .year {
  position: relative;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .date .year p {
  color: #233D99;
  padding: 10px 40px;
  border-radius: 41px;
  border: solid 1px #233D99;
  line-height: 1;
  font-weight: 700;
  background: #fff;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .date .year p {
    padding: 10px 20px;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .date .year span {
  position: absolute;
  right: 50%;
  top: 36px;
  width: 1px;
  height: 63px;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .date .year span img {
  width: auto;
  height: 100%;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .date .month {
  padding-left: 20px;
  white-space: nowrap;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .text {
  width: 73%;
  font-weight: 500;
  border-top: solid 1px #CCCCCC;
  padding: 30px 0;
  margin-bottom: 0;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .text {
    width: 100%;
    padding: 15px 0 15px 10px;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .text.borderTopNone {
  border-top: 0;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .overView .list .inner .text a {
  color: #333333;
  text-decoration: underline;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .top {
  display: flex;
  margin-bottom: 20px;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .top .date {
  color: #233D99;
  font-weight: 700;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .top .tag {
  padding-left: 20px;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .top .tag p {
  color: #233D99;
  background: #FFF;
  padding: 10px 20px;
  border-radius: 41px;
  border: solid 1px #233D99;
  line-height: 1;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .title {
  padding-bottom: 30px;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 30px;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .title p {
  font-size: 150%;
  font-weight: bold;
  margin: -0.5em 0;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .text {
  margin-bottom: 30px;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .image {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .linkChild {
  margin: 0 auto;
  text-align: center;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .newsDetail .linkChild a {
  display: inline-block;
  background: #fff url(../images/common/ar2.png) no-repeat left 10px center;
  background-size: 44px;
  padding: 25px 25px 25px 85px;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .privacy .inner {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .privacy .inner {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .privacy .inner p {
  font-size: 150%;
  margin: -0.5em 0;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.contactPage .detailBox .rightChild.contactDetail .privacy .inner p {
    margin-bottom: 15px;
  }
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .privacy .inner span {
  margin: -0.5em 0;
  font-weight: 400;
}
.companyWrap.contactPage .detailBox .rightChild.contactDetail .dateLast {
  text-align: right;
}
@media screen and ( max-width : 768px ) {
  .companyWrap.topCompanyWrap .detailBox {
    display: block;
    padding: 0;
  }
}
.companyWrap .detailBox {
  display: flex;
}
@media screen and ( max-width : 768px ) {
  .companyWrap .detailBox {
    display: block;
    padding: 144px 0 40px;
  }
}
.companyWrap .detailBox .leftChild {
  width: 38%;
  padding-right: 60px;
  padding-left: 100px;
  padding-top: 130px;
  padding-bottom: 120px;
}
@media screen and ( max-width : 1024px ) {
  .companyWrap .detailBox .leftChild {
    padding-right: 30px;
    padding-left: 50px;
    padding-top: 60px;
  }
}
@media screen and ( max-width : 768px ) {
  .companyWrap .detailBox .leftChild {
    width: 100%;
    padding: 60px 20px;
  }
}
.companyWrap .detailBox .leftChild .titleChild {
  margin-bottom: 50px;
}
.companyWrap .detailBox .leftChild .inner .textSetting {
  margin-bottom: 60px;
  font-size: 100%;
}
@media screen and ( max-width : 768px ) {
  .companyWrap .detailBox .leftChild .inner .textSetting {
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 1024px ) {
  .companyWrap .detailBox .leftChild .detailLink {
    float: right;
    margin-bottom: 60px;
  }
}
.companyWrap .detailBox .leftChild .detailLink p {
  color: #FFF;
}
.companyWrap .detailBox .rightChild {
  width: 62%;
}
.companyWrap .detailBox .rightChild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and ( max-width : 768px ) {
  .companyWrap .detailBox .rightChild {
    width: 100%;
  }
}

.recruitWrap {
  background: #FFF;
  position: relative;
}
.recruitWrap .backImage {
  padding: 40px;
}
@media screen and (max-width: 1280px) {
  .recruitWrap .backImage {
    padding: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .recruitWrap .backImage {
    padding: 0;
  }
}
.recruitWrap .detailBox {
  position: absolute;
  top: 120px;
  left: calc((100% - 1280px) / 2 + 40px);
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .recruitWrap .detailBox {
    left: 40px;
  }
}
@media screen and ( max-width : 1024px ) {
  .recruitWrap .detailBox {
    left: 40px;
    top: 60px;
  }
}
@media screen and ( max-width : 768px ) {
  .recruitWrap .detailBox {
    left: 20px;
    top: 50px;
  }
}
.recruitWrap .detailBox .titleChild .en {
  color: #FFF;
}
.recruitWrap .detailBox .titleChild h3 {
  color: #FFF;
}
.recruitWrap .detailBox .text p {
  color: #FFF;
}
.recruitWrap .linkChild {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
@media screen and ( max-width : 768px ) {
  .recruitWrap .linkChild {
    position: static;
    transform: none;
    padding-top: 40px;
  }
}
.recruitWrap .linkChild a {
  background: url(../images/common/arW.png) no-repeat right 10px center;
  background-size: 44px;
  color: #FFF;
  border: 0;
  font-weight: 500;
}
@media screen and ( max-width : 768px ) {
  .recruitWrap .linkChild a {
    padding: 25px 85px 25px 0;
  }
}

.newsWrap {
  padding: 90px 40px;
  background: #F1F5F8;
}
@media screen and ( max-width : 1024px ) {
  .newsWrap {
    padding: 70px 20px 60px;
  }
}
.newsWrap .titleBox {
  margin-bottom: 60px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
.newsWrap .detailBox {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 799px;
  border-bottom: solid 1px #CCCCCC;
}
@media screen and ( max-width : 1024px ) {
  .newsWrap .detailBox {
    display: block;
  }
}
.newsWrap .detailBox .inner {
  border-top: solid 1px #CCCCCC;
  padding: 30px 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .newsWrap .detailBox .inner {
    display: block;
    text-align: left;
  }
}
.newsWrap .detailBox .inner .about {
  display: flex;
  align-items: center;
}
.newsWrap .detailBox .inner .about .date {
  width: 113px;
  margin-right: 30px;
}
@media screen and ( max-width : 768px ) {
  .newsWrap .detailBox .inner .about .date {
    margin-right: 0;
  }
}
.newsWrap .detailBox .inner .about .cat {
  background: #1B3696;
  border-radius: 5px;
  color: #FFF;
  padding: 10px 0;
  width: 84px;
  line-height: 1;
  margin-right: 30px;
  text-align: center;
}
.newsWrap .detailBox .inner .text {
  text-align: left;
}
@media screen and ( max-width : 768px ) {
  .newsWrap .detailBox .inner .text {
    margin-top: 20px;
    text-align: left;
  }
}
.newsWrap .linkBox {
  text-align: center;
}
.recruitBanerWrap {
  background: #FFF;
  position: relative;
}
.recruitBanerWrap .backImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 40px;
}
@media screen and ( max-width : 1024px ) {
  .recruitBanerWrap .backImage {
    padding: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .recruitBanerWrap .backImage {
    padding: 0;
  }
}
.recruitBanerWrap .backImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitBanerWrap .box {
  position: relative;
  z-index: 1;
  padding: 100px 80px 100px 100px;
}
@media screen and ( max-width : 1024px ) {
  .recruitBanerWrap .box {
    padding: 60px;
  }
}
@media screen and ( max-width : 768px ) {
  .recruitBanerWrap .box {
    padding: 40px 20px 120px;
  }
}
.recruitBanerWrap .box .titleChild .en {
  color: #fff;
}
.recruitBanerWrap .box .titleChild h3 {
  color: #fff;
}
.recruitBanerWrap .box .inner p {
  color: #fff;
  font-size: 100%;
}
.recruitBanerWrap .box .linkInner {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
@media screen and ( max-width : 768px ) {
  .recruitBanerWrap .box .linkInner {
    position: static;
    transform: none;
    padding-top: 40px;
  }
}
.recruitBanerWrap .box .linkInner .linkChild a {
  background: url(../images/common/arW.png) no-repeat right 10px center;
  background-size: 44px;
  border: none;
  padding: 25px 85px 25px 0;
}
@media screen and ( max-width : 768px ) {
  .recruitBanerWrap .box .linkInner .linkChild a {
    padding: 25px 60px 25px 0;
  }
}
.recruitBanerWrap .box .linkInner .linkChild a span {
  color: #FFF;
}

.contactWrap .row2Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .contactWrap .row2Box {
    display: block;
  }
}
.contactWrap .row2Box .leftChild {
  width: 50%;
  padding: 100px 40px;
}
@media screen and ( max-width : 768px ) {
  .contactWrap .row2Box .leftChild {
    width: 100%;
    padding: 40px 20px;
  }
}
.contactWrap .row2Box .leftChild .titleChild {
  padding-bottom: 0;
  margin-bottom: 30px;
  font-weight: 500;
}
.contactWrap .row2Box .leftChild a {
  display: block;
  font-size: 262.5%;
  font-weight: 500;
  color: #233D99;
  margin-bottom: 20px;
  line-height: 1;
}
.contactWrap .row2Box .leftChild span {
  font-size: 87.5%;
}
.contactWrap .row2Box .rightChild {
  width: 50%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and ( max-width : 768px ) {
  .contactWrap .row2Box .rightChild {
    width: 100%;
    height: 300px;
  }
}
.contactWrap .row2Box .rightChild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

footer {
  background: #233D99;
  padding: 60px 40px;
}
@media screen and ( max-width : 768px ) {
  footer {
    padding: 60px 20px;
  }
}
footer .box {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
footer .box .logo {
  max-width: 333px;
  padding-right: 70px;
}
@media screen and ( max-width : 768px ) {
  footer .box .logo {
    margin: 0 auto;
    padding-right: 0;
  }
}
footer .box .logo img {
  width: 100%;
  height: auto;
}
@media screen and ( max-width : 768px ) {
  footer .box .inner {
    display: none;
  }
}
footer .box .inner ul {
  display: flex;
  align-items: center;
}
footer .box .inner ul li {
  padding-right: 50px;
}
footer .box .inner ul li a {
  color: #FFF;
}

.privacyWrap {
  background: #233D99;
  padding: 0 40px 210px;
}
@media screen and ( max-width : 1024px ) {
  .privacyWrap {
    padding: 0 20px 120px;
  }
}
.privacyWrap .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  align-items: flex-end;
}
@media screen and ( max-width : 768px ) {
  .privacyWrap .inner {
    display: block;
  }
}
.privacyWrap .inner .left {
  padding-right: 60px;
}
@media screen and ( max-width : 768px ) {
  .privacyWrap .inner .left {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.privacyWrap .inner .left p {
  color: #fff;
  font-size: 100%;
}
.privacyWrap .inner .left p a {
  color: #fff;
}
.privacyWrap .inner .right {
  color: #fff;
  padding-left: 60px;
}
.privacyWrap .inner .right p {
  font-size: 100%;
}
@media screen and ( max-width : 768px ) {
  .privacyWrap .inner .right {
    padding-left: 0;
    font-size: 75%;
  }
}

.underContent header {
  height: auto;
}
.underContent .titleChild .en {
  font-size: 300%;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .underContent .titleChild .en {
    font-size: 225%;
  }
}
.underContent .breadcrumb {
  margin-bottom: 90px;
}
@media screen and ( max-width : 768px ) {
  .underContent .breadcrumb {
    margin-bottom: 50px;
  }
}
.underContent .breadcrumb ul {
  display: flex;
  align-items: center;
}
.underContent .breadcrumb ul li {
  padding-right: 8px;
  display: block;
}
.underContent .breadcrumb ul li:after {
  content: "―";
}
.underContent .breadcrumb ul li:last-child:after {
  display: none;
}
.underContent .breadcrumb ul li a {
  color: #233D99;
}
.underContent .strengthsWrap {
  padding-bottom: 120px;
}
.underContent .strengthsWrap.greenBack {
  padding-top: 0;
  padding-bottom: 0;
  background: #ECF7F7;
}
.underContent .strengthsWrap.greenBack .slideImageWrap {
  margin-bottom: 90px;
}
@media screen and ( max-width : 768px ) {
  .underContent .strengthsWrap.greenBack .slideImageWrap {
    margin-bottom: 45px;
  }
}
.underContent .strengthsWrap .companyPolicyBox {
  text-align: center;
  margin: 0 auto 80px;
}
.underContent .strengthsWrap .companyPolicyBox:last-child {
  margin-bottom: 0;
}
.underContent .strengthsWrap .companyPolicyBox .titleChild .en {
  color: #FFF;
}
.underContent .strengthsWrap .companyPolicyBox .titleChild h3 {
  color: #FFF;
}
.underContent .strengthsWrap .companyPolicyBox .text {
  color: #FFF;
  line-height: 2;
  font-size: 112.5%;
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  width: auto;
  min-width: 700px;
  /* 適切な最大幅を設定 */
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: left;
  color: #FFF;
}
@media screen and ( max-width : 768px ) {
  .underContent .strengthsWrap .companyPolicyBox .text {
    min-width: 100%;
  }
}
.underContent .strengthsWrap .companyPolicyBox .text.js-text-centered {
  display: inline-block;
  text-align: left;
}
.underContent .caseListWrap {
  padding: 0 80px 150px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .caseListWrap {
    padding: 0 20px 90px;
  }
}
.underContent .caseListWrap .box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width : 1024px ) {
  .underContent .caseListWrap .box {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .caseListWrap .box {
    display: block;
  }
}
.underContent .caseListWrap .box .inner {
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
  margin-right: 20px;
}
.underContent .caseListWrap .box .inner a {
  display: block;
}
.underContent .caseListWrap .box .inner:nth-child(3n) {
  margin-right: 0;
}
@media screen and ( max-width : 1024px ) {
  .underContent .caseListWrap .box .inner {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .caseListWrap .box .inner {
    width: 100%;
    margin-right: 0;
  }
}
.underContent .caseListWrap .box .inner .image {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
}
.underContent .caseListWrap .box .inner .image img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and ( max-width : 768px ) {
  .underContent .caseListWrap .box .inner .image {
    margin-bottom: 15px;
  }
}
.underContent .caseListWrap .box .inner .day {
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
@media screen and ( max-width : 768px ) {
  .underContent .caseListWrap .box .inner .day {
    margin-bottom: 5px;
  }
}
.underContent .caseListWrap .box .inner p {
  font-weight: bold;
  font-size: 112%;
}
.underContent .breadNavWrap {
  margin-bottom: 80px;
}
@media screen and ( max-width : 768px ) {
  .underContent .breadNavWrap {
    margin-bottom: 40px;
  }
}
.underContent .breadNavWrap ul {
  padding: 20px 120px 0;
  display: flex;
  justify-content: right;
}
@media screen and ( max-width : 1024px ) {
  .underContent .breadNavWrap ul {
    padding: 20px 60px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .breadNavWrap ul {
    padding: 20px 20px 0;
  }
}
.underContent .breadNavWrap ul li {
  font-size: 12px;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .underContent .breadNavWrap ul li {
    font-size: 10px;
  }
}
.underContent .breadNavWrap ul li a {
  font-size: 12px;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .underContent .breadNavWrap ul li a {
    font-size: 10px;
  }
}
.underContent .titleWrap {
  padding: 224px 40px 60px 80px;
  background: #F5F5F5;
}
@media screen and ( max-width : 1024px ) {
  .underContent .titleWrap {
    padding: 130px 60px 70px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .titleWrap {
    padding: 130px 20px 70px;
  }
}
.underContent .titleWrap .box {
  margin: 0 auto;
}
.underContent .titleWrap .box h1 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .underContent .titleWrap .box h1 {
    font-size: 112%;
  }
}
.underContent .titleImageWrap .image {
  background: linear-gradient(to bottom, #F5F5F5 50%, transparent 50%);
  padding-left: 120px;
  margin-bottom: 120px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .titleImageWrap .image {
    padding-left: 60px;
    margin-bottom: 90px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .titleImageWrap .image {
    padding-left: 20px;
    margin-bottom: 60px;
  }
}
.underContent .titleImageWrap .image img {
  border-radius: 20px 0 0 20px;
}
@media screen and ( max-width : 768px ) {
  .underContent .titleImageWrap .image img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
  }
}
.underContent .titleImageWrap .detail {
  padding: 0 120px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .titleImageWrap .detail {
    padding: 0 60px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .titleImageWrap .detail {
    padding: 0 20px;
  }
}
.underContent .titleImageWrap .detail .text {
  padding-bottom: 120px;
  border-bottom: 1px solid #ccc;
}
@media screen and ( max-width : 768px ) {
  .underContent .titleImageWrap .detail .text {
    padding-bottom: 70px;
  }
}
.underContent .titleImageWrap.noneBg .image {
  background: none;
}
.underContent .titleImageWrap.noneBg .titleChild h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.75em;
}
@media screen and ( max-width : 768px ) {
  .underContent .titleImageWrap.noneBg .titleChild h3 {
    font-size: 112%;
  }
}
.underContent .titleImageWrap.noneBg .text {
  padding-bottom: 90px;
  border-bottom: none;
}
@media screen and ( max-width : 768px ) {
  .underContent .titleImageWrap.noneBg .text {
    padding-bottom: 60px;
  }
}
.underContent .pointWrap {
  padding: 120px 120px 120px;
  background: #F5F5F5;
}
@media screen and ( max-width : 1024px ) {
  .underContent .pointWrap {
    padding: 90px 60px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .pointWrap {
    padding: 60px 20px 0;
  }
}
.underContent .pointWrap .detailBox .child {
  background: #fff;
  display: flex;
  align-items: normal;
  margin-bottom: 60px;
}
.underContent .pointWrap .detailBox .child:last-child {
  margin-bottom: 0;
}
@media screen and ( max-width : 768px ) {
  .underContent .pointWrap .detailBox .child {
    display: block;
  }
}
.underContent .pointWrap .detailBox .child .detail {
  width: 64%;
  padding: 60px;
  display: flex;
  align-items: center;
}
@media screen and ( max-width : 1024px ) {
  .underContent .pointWrap .detailBox .child .detail {
    padding: 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .pointWrap .detailBox .child .detail {
    padding: 40px 20px;
    width: 100%;
  }
}
.underContent .pointWrap .detailBox .child .detail h4 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  color: #1B3695;
}
@media screen and ( max-width : 768px ) {
  .underContent .pointWrap .detailBox .child .detail h4 {
    font-size: 112%;
    margin-bottom: 20px;
  }
}
.underContent .pointWrap .detailBox .child .detail p {
  padding-left: 40px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .pointWrap .detailBox .child .detail p {
    padding-left: 0;
  }
}
.underContent .pointWrap .detailBox .child .image {
  width: 36%;
  max-height: 440px;
  overflow: hidden;
}
.underContent .pointWrap .detailBox .child .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and ( max-width : 768px ) {
  .underContent .pointWrap .detailBox .child .image {
    width: 100%;
  }
}
.underContent .flowWrap {
  padding: 120px 120px 0;
}
@media screen and ( max-width : 1024px ) {
  .underContent .flowWrap {
    padding: 90px 60px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .flowWrap {
    padding: 60px 20px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .flowWrap .flowBox {
    display: flex;
  }
}
.underContent .flowWrap .detailBox {
  justify-content: space-between;
  display: flex;
}
@media screen and ( max-width : 768px ) {
  .underContent .flowWrap .detailBox {
    display: block;
    width: calc(100% - 50px);
  }
}
.underContent .flowWrap .detailBox .child {
  width: calc(33.3333333333% - 20px);
  position: relative;
  border: 1px solid #ccc;
  padding: 60px 30px 40px;
}
@media screen and ( max-width : 768px ) {
  .underContent .flowWrap .detailBox .child {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px 20px 30px;
  }
  .underContent .flowWrap .detailBox .child:last-child {
    margin-bottom: 0;
  }
}
.underContent .flowWrap .detailBox .child h4 {
  text-align: center;
  line-height: 1.75;
  color: #062C87;
  font-weight: 700;
  margin-bottom: 20px;
}
.underContent .flowWrap .detailBox .child .image {
  text-align: center;
  margin-bottom: 30px;
}
.underContent .flowWrap .detailBox .child .image img {
  height: 120px;
}
.underContent .flowWrap span {
  position: absolute;
  right: -20px;
  top: calc(50% - 6px);
}
@media screen and ( max-width : 768px ) {
  .underContent .flowWrap span {
    right: calc(50% - 10px);
    top: auto;
    bottom: -25px;
  }
}
.underContent .flowWrap span img {
  height: 12px;
  width: auto;
}
@media screen and ( max-width : 768px ) {
  .underContent .flowWrap span img {
    width: 20px;
    height: auto;
  }
}
.underContent .flowWrap .arrBox {
  text-align: center;
}
.underContent .flowWrap .arrBox h5 {
  color: #062C87;
  font-weight: 700;
}
.underContent .flowWrap .arrBox p {
  text-align: center;
}
.underContent .flowWrap .arrBox p img {
  width: 68%;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underContent .flowWrap .arrBox {
    width: 50px;
    position: relative;
  }
  .underContent .flowWrap .arrBox h5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .underContent .flowWrap .arrBox p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 70%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .underContent .flowWrap .arrBox p img {
    width: 12px;
    position: absolute;
    top: -9px;
  }
}
.underContent .smallWrap {
  padding: 0 200px;
  margin-bottom: 150px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .smallWrap {
    padding: 0 120px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .smallWrap {
    padding: 0 40px;
  }
}
.underContent .smallWrap .mainImageBox {
  margin-bottom: 90px;
}
.underContent .smallWrap h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.underContent .smallWrap .text {
  margin-bottom: 90px;
}
.underContent .smallWrap .flowBox {
  border-bottom: 1px solid #ccc;
}
.underContent .smallWrap .flowBox .child {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
@media screen and ( max-width : 768px ) {
  .underContent .smallWrap .flowBox .child {
    display: block;
  }
}
.underContent .smallWrap .flowBox .child .image {
  width: 30%;
}
@media screen and ( max-width : 768px ) {
  .underContent .smallWrap .flowBox .child .image {
    width: 100%;
  }
}
.underContent .smallWrap .flowBox .child .detail {
  width: calc(70% - 40px);
  padding-top: 10px;
}
@media screen and ( max-width : 768px ) {
  .underContent .smallWrap .flowBox .child .detail {
    width: 100%;
    padding-top: 20px;
  }
}
.underContent .smallWrap .flowBox .child .detail h5 {
  font-size: 112%;
  font-weight: 700;
  margin-bottom: 20px;
}
.underContent .messageWrap {
  padding: 120px 40px;
  background: #fff;
}
@media screen and ( max-width : 1024px ) {
  .underContent .messageWrap {
    padding: 60px 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap {
    padding: 60px 20px;
  }
}
.underContent .messageWrap.phillipines {
  background: #ECF7F7;
}
.underContent .messageWrap.phillipines .en {
  color: #60867C;
}
.underContent .messageWrap.phillipines .detailBox .leftChild .list .inner .text {
  background: url(../images/common/arrow2.svg) no-repeat 0% 50%;
}
.underContent .messageWrap.phillipines .detailBox .rightChild .overView .list .inner .title {
  color: #60867C;
  border-top: solid 1px #60867C;
}
.underContent .messageWrap.phillipines .detailBox .rightChild .overView .list .inner .date .year p {
  color: #60867C;
  border: solid 1px #60867C;
}
.underContent .messageWrap.phillipines .detailBox .rightChild .overView .list .inner:last-child .title {
  border-bottom: solid 1px #60867C;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap.phillipines .detailBox .rightChild .overView .list.history .inner {
    border-bottom: 0;
  }
}
.underContent .messageWrap.phillipines .detailBox .rightChild .overView .list.history .inner:last-child .title {
  border-bottom: solid 1px #60867C;
}
.underContent .messageWrap.backBLue {
  background: #F1F5F8;
}
.underContent .messageWrap .titleBox {
  margin: 0 auto;
  max-width: 1280px;
}
.underContent .messageWrap .detailBox {
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: 120px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .messageWrap .detailBox {
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox {
    margin-bottom: 60px;
  }
}
.underContent .messageWrap .detailBox:last-child {
  margin-bottom: 0;
}
.underContent .messageWrap .detailBox .leftChild {
  width: 37%;
  padding-right: 55px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .messageWrap .detailBox .leftChild {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .leftChild {
    margin-bottom: 20px;
  }
}
.underContent .messageWrap .detailBox .leftChild .image {
  width: 70%;
  margin: 0 auto;
}
.underContent .messageWrap .detailBox .leftChild .image img {
  width: 100%;
  height: auto;
}
.underContent .messageWrap .detailBox .leftChild .list {
  border-bottom: solid 1px #CCCCCC;
}
.underContent .messageWrap .detailBox .leftChild .list .inner {
  border-top: solid 1px #CCCCCC;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .leftChild .list .inner {
    display: block;
  }
}
.underContent .messageWrap .detailBox .leftChild .list .inner .text {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/common/arrow2.svg) no-repeat 0% 50%;
}
.underContent .messageWrap .detailBox .rightChild {
  width: 63%;
  justify-content: space-between;
}
@media screen and ( max-width : 1024px ) {
  .underContent .messageWrap .detailBox .rightChild {
    width: 100%;
  }
}
.underContent .messageWrap .detailBox .rightChild .name {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .name {
    padding-top: 20px;
    justify-content: flex-end;
  }
}
.underContent .messageWrap .detailBox .rightChild .name p {
  font-weight: 700;
  display: block;
  padding-right: 20px;
}
.underContent .messageWrap .detailBox .rightChild .name span {
  font-size: 150%;
  display: block;
}
.underContent .messageWrap .detailBox .rightChild .overView {
  margin-bottom: 30px;
  position: relative;
}
.underContent .messageWrap .detailBox .rightChild .overView .top {
  display: none;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .bottom {
  display: none;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .list {
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list.history .inner {
    padding: 0 0;
  }
  .underContent .messageWrap .detailBox .rightChild .overView .list.history .inner .date {
    width: auto;
  }
}
@media screen and ( max-width : 768px ) and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list.history .inner .date {
    border-left: 1px solid #233D99;
    margin-left: 40px;
  }
}
@media screen and ( max-width : 768px ) and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list.history .inner .date p {
    margin-left: -44px;
  }
}
@media screen and ( max-width : 768px ) and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list.history .inner .date .month {
    padding: 0 10px 0 50px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list.history .inner .text {
    width: 100%;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner {
  display: flex;
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner:last-child .title {
  border-bottom: solid 1px #233D99;
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner:last-child .text {
  border-bottom: solid 1px #cccccc;
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .title {
  width: 27%;
  font-weight: bold;
  color: #233D99;
  border-top: solid 1px #233D99;
  padding: 30px 0;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list .inner .title {
    padding: 30px 0;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .date {
  display: flex;
  align-items: center;
  width: 27%;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list .inner .date {
    width: 100%;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .year {
  position: relative;
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .year p {
  color: #233D99;
  padding: 10px 40px;
  border-radius: 41px;
  border: solid 1px #233D99;
  line-height: 1;
  font-weight: 700;
  background: #fff;
  position: relative;
  z-index: 100;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .year p {
    padding: 10px 20px;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .year span {
  position: absolute;
  right: 50%;
  top: 36px;
  width: 1px;
  height: 63px;
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .year span img {
  width: auto;
  height: 100%;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .year span {
    height: 140px;
    width: 1px;
    display: none;
  }
  .underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .year span img {
    width: auto;
    height: 100%;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .month {
  padding-left: 20px;
  white-space: nowrap;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list .inner .date .month {
    padding-right: 20px;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .text {
  width: 73%;
  font-weight: 500;
  border-top: solid 1px #CCCCCC;
  padding: 30px 0;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .overView .list .inner .text {
    width: 100%;
    padding: 30px 0;
  }
}
.underContent .messageWrap .detailBox .rightChild .overView .list .inner .text.borderTopNone {
  border-top: 0;
}
.underContent .messageWrap .detailBox .rightChild .map {
  width: 100%;
}
.underContent .messageWrap .detailBox .rightChild .row3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.underContent .messageWrap .detailBox .rightChild .row3 ul li {
  width: calc(33.3333333333% - 20px);
  box-shadow: 0px 0px 6px -5px #000;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  margin-right: 30px;
}
.underContent .messageWrap .detailBox .rightChild .row3 ul li:last-child {
  margin-right: 0;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .row3 ul li:last-child {
    margin: 0 auto;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .row3 ul li {
    width: 70%;
    margin-bottom: 30px;
    margin-right: 0;
    margin: 0 auto 30px;
  }
}
.underContent .messageWrap .detailBox .rightChild .row3 ul li .image {
  width: 100%;
  text-align: center;
}
.underContent .messageWrap .detailBox .rightChild .row3 ul li .image img {
  width: 100%;
}
.underContent .messageWrap .detailBox .rightChild .row3 ul li .image.image1 {
  width: 61%;
}
.underContent .messageWrap .detailBox .rightChild .row3 ul li .image.image2 {
  width: 61%;
}
.underContent .messageWrap .detailBox .rightChild .row3 ul li .image.image3 {
  width: 43%;
}
.underContent .messageWrap .detailBox .rightChild .shokushuText {
  padding: 20px 0;
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}
.underContent .messageWrap .detailBox .rightChild .textSetting {
  font-size: 100%;
}
.underContent .messageWrap .detailBox .rightChild .linkChild {
  text-align: center;
  width: 100%;
}
.underContent .messageWrap .detailBox .rightChild .linkChild a {
  width: calc(100% - 140px);
  font-weight: 700;
  font-size: "noto sans japanese", sans-serif;
}
@media screen and ( max-width : 768px ) {
  .underContent .messageWrap .detailBox .rightChild .linkChild a {
    width: calc(100% - 80px);
  }
}
.underContent .oneSolutionWrap {
  padding: 90px 40px;
  background: #fff;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap {
    padding: 70px 20px 60px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap {
    padding: 30px 20px;
  }
}
.underContent .oneSolutionWrap.backBlue {
  background: #F1F5F8;
}
.underContent .oneSolutionWrap .titleBox {
  max-width: 1280px;
  margin: 0 auto 130px;
  text-align: center;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .titleBox {
    margin-bottom: 75px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .titleBox {
    margin-bottom: 30px;
  }
}
.underContent .oneSolutionWrap .titleBox .subList ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.underContent .oneSolutionWrap .titleBox .subList ul li {
  padding-right: 70px;
  background: url(../images/common/titleAr.svg) no-repeat calc(100% - 30px) 50%;
  background-size: 10px;
}
.underContent .oneSolutionWrap .titleBox .subList ul li:last-child {
  background: none;
  padding-right: 0;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .titleBox .subList ul li {
    padding-right: 35px;
    background: url(../images/common/titleAr.svg) no-repeat calc(100% - 15px) 50%;
    background-size: 8px;
    margin-bottom: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .titleBox .subList ul li {
    background: url(../images/common/titleAr.svg) no-repeat calc(100% - 15px) calc(50% + 3px);
    background-size: 6px;
  }
}
.underContent .oneSolutionWrap .titleBox .subList ul li a {
  border: 1px solid #233E99;
  width: 118px;
  border-radius: 41px;
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .titleBox .subList ul li a {
    width: 90px;
    font-size: 12px;
  }
}
.underContent .oneSolutionWrap .detailBox {
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: 120px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox {
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox {
    margin-bottom: 60px;
  }
}
.underContent .oneSolutionWrap .detailBox:last-child {
  margin-bottom: 0;
}
.underContent .oneSolutionWrap .detailBox .miniChild {
  width: 37%;
  padding-right: 55px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .miniChild {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .miniChild {
    padding-top: 20px;
  }
}
.underContent .oneSolutionWrap .detailBox .miniChild.miniChildSupport {
  padding-right: 0;
}
.underContent .oneSolutionWrap .detailBox .miniChild .image {
  width: 70%;
  margin: 0 auto;
}
.underContent .oneSolutionWrap .detailBox .miniChild .image img {
  width: 100%;
  height: auto;
}
.underContent .oneSolutionWrap .detailBox .miniChild .supportImage {
  width: 100%;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .miniChild .supportImage {
    padding-bottom: 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .miniChild .supportImage {
    padding-bottom: 20px;
  }
}
.underContent .oneSolutionWrap .detailBox .miniChild .supportImage img {
  width: 100%;
  height: auto;
}
.underContent .oneSolutionWrap .detailBox .miniChild .list {
  border-bottom: solid 1px #CCCCCC;
}
.underContent .oneSolutionWrap .detailBox .miniChild .list .inner {
  border-top: solid 1px #CCCCCC;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .miniChild .list .inner {
    display: block;
  }
}
.underContent .oneSolutionWrap .detailBox .miniChild .list .inner .text {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/common/arrow2.svg) no-repeat 0% 50%;
}
.underContent .oneSolutionWrap .detailBox .wideChild {
  width: 63%;
  justify-content: space-between;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild {
    width: 100%;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild.full {
  width: 100%;
}
.underContent .oneSolutionWrap .detailBox .wideChild.supportWide {
  padding-right: 70px;
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild.supportWide {
    padding-right: 0;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .textSetting {
  font-size: 100%;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .title {
    margin-bottom: 40px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .title span {
  display: block;
  line-height: 1;
  color: #233D99;
  font-size: 150%;
  font-family: "Poppins";
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .title span {
    font-size: 150%;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .title p {
  font-size: 225%;
  line-height: 1;
  padding-left: 19px;
  color: #333333;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .text {
  margin-bottom: 40px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .text {
    margin-bottom: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .text {
    margin-bottom: 20px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image {
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image {
    margin-bottom: 40px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image.row3Image {
  flex-wrap: wrap;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image.row3Image .image {
  width: calc(33.3333333333% - 53.3333333333px);
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image.row3Image .image {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image .image {
  width: calc(50% - 30px);
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image .image {
    width: calc(50% - 15px);
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image .image {
    width: calc(50% - 10px);
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image .image p {
  margin-bottom: 20px;
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image .image p {
    margin-bottom: 10px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image .image p img {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .row2Image .image .center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: -0.3em 0;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point {
  background: #F1F5F8;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  margin-bottom: 50px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point {
    padding: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point {
    padding: 30px 20px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointMainTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointMainTitle p {
  font-size: 112.5%;
  line-height: 1;
  background: #233D99;
  padding: 10px 20px;
  border-radius: 20px;
  color: #FFF;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointTitle {
  margin-bottom: 40px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointTitle {
    margin-bottom: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointTitle {
    margin-bottom: 20px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointTitle p {
  font-size: 24px;
  line-height: 1.25;
  padding-left: 12px;
  color: #233D99;
  background-size: 8px;
  border-left: 8px solid #233D99;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointText {
  margin-bottom: 30px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointText {
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointText {
    margin-bottom: 40px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .pointText p {
  margin: -0.5em 0;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .tag {
    margin-bottom: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .tag {
    margin-bottom: 20px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .tag a {
  background: #FFF;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #233D99;
  line-height: 1.25;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #233D99;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail {
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .image {
  width: calc(50% - 15px);
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .image {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .left {
  width: calc(50% - 15px);
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .left {
    width: 100%;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .text {
  width: calc(50% - 10px);
  padding-left: 30px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .text {
    padding-left: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .text {
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .text span {
  font-size: 112.5%;
  color: #233D99;
  padding-bottom: 30px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .text span {
    padding-bottom: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .text span {
    padding-bottom: 0;
  }
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .detail .text p {
  font-size: 87.5%;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .wideImage p {
  margin-bottom: 20px;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .wideImage p:last-child {
  margin-bottom: 0;
}
.underContent .oneSolutionWrap .detailBox .wideChild .inner .point .wideImage p img {
  width: 100%;
  height: auto;
}
.underContent .productsListWrap {
  background: #F1F5F8;
  padding: 90px 40px 120px;
}
@media screen and ( max-width : 768px ) {
  .underContent .productsListWrap {
    padding: 45px 20px 60px;
  }
}
.underContent .productsListWrap .detailBox {
  display: flex;
  max-width: 1280px;
  margin: 0 auto 100px;
}
.underContent .productsListWrap .detailBox:last-child {
  margin-bottom: 0;
}
@media screen and ( max-width : 1024px ) {
  .underContent .productsListWrap .detailBox {
    margin: 0 auto 75px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .productsListWrap .detailBox {
    display: block;
    margin: 0 auto 50px;
  }
}
.underContent .productsListWrap .detailBox .leftChild {
  width: 37%;
  padding-right: 20px;
  padding-bottom: 120px;
}
@media screen and ( max-width : 768px ) {
  .underContent .productsListWrap .detailBox .leftChild {
    width: 100%;
    padding: 0 0 30px;
  }
}
.underContent .productsListWrap .detailBox .leftChild .titleChild {
  margin-bottom: 50px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .productsListWrap .detailBox .leftChild .titleChild {
    margin-bottom: 25px;
  }
}
.underContent .productsListWrap .detailBox .leftChild .titleChild .en {
  display: flex;
  word-break: break-all;
  font-size: 225%;
  margin: -0.5em 0;
  padding-bottom: 20px;
}
.underContent .productsListWrap .detailBox .leftChild .titleChild .en span {
  font-size: 44%;
  display: block;
  margin-top: 17.5px;
  white-space: nowrap;
}
@media screen and ( max-width : 768px ) {
  .underContent .productsListWrap .detailBox .leftChild .titleChild .en span {
    margin-top: 15px;
  }
}
.underContent .productsListWrap .detailBox .leftChild .inner .textSetting {
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .underContent .productsListWrap .detailBox .leftChild .inner .textSetting {
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 1024px ) {
  .underContent .productsListWrap .detailBox .leftChild .detailLink {
    float: right;
    margin-bottom: 60px;
  }
}
.underContent .productsListWrap .detailBox .leftChild .detailLink p {
  color: #FFF;
}
.underContent .productsListWrap .detailBox .leftChild .productName {
  padding: 10px 20px;
  color: #233E99;
  background: #FFF;
  border-radius: 41px;
  border: 1px solid #233E99;
  line-height: 1;
  display: inline;
  margin-left: 30px;
}
.underContent .productsListWrap .detailBox .rightChild {
  width: 63%;
}
.underContent .productsListWrap .detailBox .rightChild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and ( max-width : 768px ) {
  .underContent .productsListWrap .detailBox .rightChild {
    width: 100%;
  }
}
.underContent .recruitMessageWrap {
  background: #F1F5F8;
  padding: 90px 40px 120px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .recruitMessageWrap {
    padding: 60px 40px 90px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .recruitMessageWrap {
    padding: 30px 20px 60px;
  }
}
.underContent .recruitMessageWrap .imageBox {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 60px;
}
@media screen and ( max-width : 768px ) {
  .underContent .recruitMessageWrap .imageBox {
    margin: 0 auto 30px;
  }
}
.underContent .recruitMessageWrap .imageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.underContent .recruitMessageWrap .titleBox {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
}
.underContent .recruitMessageWrap .detailBox {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.underContent .recruitMessageWrap .detailBox .copy {
  font-size: 150%;
  line-height: 2;
  margin: -0.5em 0;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 60px;
  font-family: "kozuka-mincho-pr6n", serif;
}
@media screen and ( max-width : 768px ) {
  .underContent .recruitMessageWrap .detailBox .copy {
    padding-bottom: 0;
  }
}
.underContent .recruitMessageWrap .detailBox .detail {
  text-align: left;
  max-width: 768px;
  margin: 0 auto;
}
.underContent .entryWrap {
  width: 100%;
  background: #F1F5F8;
  padding: 0 80px 120px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .entryWrap {
    padding: 0 40px 90px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .entryWrap {
    padding: 0 20px 60px;
  }
}
.underContent .entryWrap .box {
  background: #FFF;
  border-radius: 20px;
  padding-bottom: 70px;
}
.underContent .entryWrap .box .titleBox {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.underContent .entryWrap .box .titleBox .titleChild {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.underContent .entryWrap .box .titleBox .titleChild h3 {
  background: none;
}
.underContent .entryWrap .box .text {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}
@media screen and ( max-width : 768px ) {
  .underContent .entryWrap .box .text p {
    text-align: left;
  }
}
.underContent .entryWrap .box .linkInner {
  text-align: center;
  margin-bottom: 40px;
}
.underContent .entryWrap .box .linkInner .linkChild a {
  max-width: 536px;
  width: 100%;
  padding: 25px 25px 25px 25px;
}
@media screen and ( max-width : 1024px ) {
  .underContent .entryWrap .box .linkInner .linkChild a {
    max-width: 400px;
  }
}
@media screen and ( max-width : 768px ) {
  .underContent .entryWrap .box .linkInner .linkChild a {
    max-width: 180px;
  }
}
.underContent .entryWrap .box .linkInner .linkChild a p {
  line-height: 1;
  font-weight: 500;
}
.underContent .entryWrap .box .tell {
  text-align: center;
  padding: 0 20px;
}
.underContent .entryWrap .box .tell p {
  color: #233D99;
  font-weight: 700;
  font-size: 262.5%;
  line-height: 1;
  margin-bottom: 20px;
}
.underContent .entryWrap .box .tell p a {
  color: #233D99;
}
.underContent .entryWrap .box .tell span {
  font-size: 87.5%;
}

.drawer {
  display: none;
  position: relative;
}
@media screen and ( max-width : 1024px ) {
  .drawer {
    display: block;
    width: 81px;
    height: 81px;
    z-index: 101;
  }
}
@media screen and ( max-width : 768px ) {
  .drawer {
    width: 50px;
    height: 50px;
  }
}
.drawer .spNavBox {
  position: absolute;
  left: 24px;
  top: 32px;
}
@media screen and ( max-width : 768px ) {
  .drawer .spNavBox {
    left: 13px;
    top: 18px;
  }
}
.drawer .spNavBox .menu-icon {
  cursor: pointer;
  position: relative;
}
.drawer .spNavBox .menu-icon .line1,
.drawer .spNavBox .menu-icon .line2 {
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}
.drawer .spNavBox .menu-icon .line1 {
  width: 36px;
  top: 0;
}
@media screen and ( max-width : 768px ) {
  .drawer .spNavBox .menu-icon .line1 {
    width: 24px;
  }
}
.drawer .spNavBox .menu-icon .line2 {
  width: 36px;
  top: 10px;
}
@media screen and ( max-width : 768px ) {
  .drawer .spNavBox .menu-icon .line2 {
    width: 24px;
    top: 10px;
  }
}
.drawer .spNavBox.active .menu-icon .line1 {
  transform: translateY(5px) rotate(45deg);
}
.drawer .spNavBox.active .menu-icon .line2 {
  transform: translateY(-5px) rotate(-45deg);
}

.drawer-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 101;
  cursor: pointer;
  margin: auto;
  height: 65px;
  width: 65px;
  background: none;
  right: 0;
  top: 0;
}
@media screen and ( max-width : 768px ) {
  .drawer-open {
    width: 65px;
    height: 65px;
  }
}

.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: "";
  display: block;
  background: #ccc;
  transition: 0.5s;
  position: absolute;
  top: 20px;
  right: 16px;
  height: 2px;
  width: 30px;
}
@media screen and ( max-width : 768px ) {
  .drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
    width: 30px;
  }
}

.drawer-open span:before {
  right: 0;
  top: 10px;
}

.drawer-open span:after {
  right: 0;
  top: 20px;
}

.drawer-open.clicked .title {
  text-align: center;
}

.drawer-open.clicked span {
  background: rgba(255, 255, 255, 0);
}

.drawer-open.clicked span::before {
  top: 10px;
  transform: rotate(45deg);
}

.drawer-open.clicked span::after {
  top: 10px;
  transform: rotate(-45deg);
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #fff;
  transition: top 0.5s ease;
  overflow-y: auto;
  z-index: 100;
  padding: 120px 20px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and ( max-width : 768px ) {
  .drawer-content {
    padding: 80px 20px 20px;
  }
}
.drawer-content.clicked {
  top: 0;
}
.drawer-content .btnBox {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.drawer-content .btnBox li {
  width: 50%;
}
.drawer-content .btnBox li .btn {
  display: block;
  text-align: center;
  background: linear-gradient(to right, #606FB0, #1B3696);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.drawer-content .btnBox li .btn:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}
.drawer-content .caution {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.drawer-content .phone a {
  font-size: 32px;
  font-weight: 700;
  color: #1B3696;
  font-family: "Poppins";
  line-height: 1;
  display: block;
  text-align: center;
}
.drawer-content .nav1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-content .nav1 .list {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
}
.drawer-content .nav1 .list a {
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}
.drawer-content .nav1 .list a:hover {
  color: #1B3696;
}
.drawer-content .leftChild {
  width: 50%;
  padding: 100px 40px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .drawer-content .leftChild {
    width: 100%;
    padding: 40px 20px;
  }
}
.drawer-content .leftChild .titleChild {
  padding-bottom: 0;
  margin-bottom: 30px;
  font-weight: 500;
}
.drawer-content .leftChild a {
  display: block;
  font-size: 262.5%;
  font-weight: 500;
  color: #233D99;
  margin-bottom: 20px;
  line-height: 1;
}
.drawer-content .leftChild span {
  font-size: 87.5%;
}

.drawer-content-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 99;
  display: none;
}
.drawer-content-bg.clicked {
  opacity: 1;
  display: block;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px 0 0;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 112.5%;
  color: #5465AB;
  border: 1px solid #233D99;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  margin: 0 10px;
}
.wp-pagenavi .current:hover,
.wp-pagenavi .page:hover {
  border-color: #233D99 !important;
}
.wp-pagenavi .current {
  color: #233D99;
  background-color: #233D99;
  color: #FFF;
  font-size: 24px;
  border-color: #233D99 !important;
}
@media screen and ( max-width : 768px ) {
  .wp-pagenavi .current {
    margin-right: 10px;
  }
}
.wp-pagenavi .extend {
  display: flex;
  align-items: center;
  margin: 0 13px 0 0;
  font-size: 22px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 22px;
}
@media screen and ( max-width : 768px ) {
  .wp-pagenavi .nextpostslink {
    margin-left: 17px;
  }
}
.wp-pagenavi .nextpostslink a {
  display: flex;
  align-items: center;
}

.wpcf7-response-output {
  background: #FFF;
  padding: 10px;
  position: fixed;
  width: 20%;
  z-index: 1000;
  text-align: left;
  padding: 30px;
  bottom: 50px;
  right: 50px;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
}
@media screen and ( max-width : 768px ) {
  .wpcf7-response-output {
    width: calc(100% - 60px);
    right: 30px;
    bottom: 30px;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #F00;
  font-weight: 700;
}

/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
  transition: filter 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

#loading.blurred {
  filter: blur(10px);
  opacity: 0.5;
  transform: translateY(-100%);
}

/* ロゴフェードアウト対象 */
.loading-logo {
  width: 250px;
  margin-bottom: 20px;
}

/* 背景色のスライドアニメーション */
.blueBack {
  width: 100vw;
  height: 100vh;
  background: #062C87;
  position: fixed;
  z-index: 2000;
  transform: translateY(0);
  transition: transform 0.5s ease;
}

.blueBack.moveUp {
  transform: translateY(-100%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.add-animation {
  animation: zoom-fade 10s both;
}

@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    transform: scale(1.05);
  }
}
.wpcf7-form-control input[type=text],
.wpcf7-form-control input[type=email],
.wpcf7-form-control input[type=tel],
.wpcf7-form-control textarea,
.wpcf7-form-control select {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
}




/* ========================================
   ロゴスタイルのリセット（h1とdivで同じサイズにする）
   追記日: 2025-10-24
   変種車: master
   ======================================== */
header .navBox .child .logo {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  width: 97px;
}
@media screen and (max-width: 767px) {
  header .navBox .child .logo {
    width: 72px;
  }
}
header .navBox .child .logo img {
  width: 100%;
  height: auto;
}