
/* 全体設定
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');



.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



body {
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

.lenis-stopped {
  overflow-y: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: var(--blue);
  border-bottom: 1px solid transparent;
  transition: .3s all ease;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  opacity: .7;
}
a[target="_blank"] {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #000;
}
a[target="_blank"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 6px;
  right: -20px;
/*  background-image: url('../img/icon_blank.svg');*/
  background-size: cover; /* 画像を全体にフィット */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防止 */
}
a[target="_blank"]:hover {
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}


img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
.text-small {
  font-size: 12px;
  line-height: 1.6;
}
.text-medium {
  font-size: 14px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}
sup {
  font-size: 0.6em;
}
.text-centerBox{
  text-align: center;
}
@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
border-bottom: 1px solid transparent;
}
}

.table_type01 {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}
.table_type01 th,
.table_type01 td {
  border: 1px solid #333;
  padding: 1.5rem 1rem;
  vertical-align: middle;
  word-break: break-word;
}

.list_disc {
  margin: 0;
}
.list_disc li {
  position: relative;
  padding: 0 0 0 16px;
  display: block;
  margin: 0 0 10px 0;
  line-height: 1.6;
  vertical-align: top;
}
.list_disc li:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  display: block;
  background: #fff;
}
.list_disc li:last-child {
  margin: 0;
}
.list_square {
  margin: 0 0 20px 0;
}
.list_square li {
  position: relative;
  padding: 0 0 0 18px;
  display: block;
  margin: 0 0 0 0;
  line-height: 1.8;
  vertical-align: top;
}
.list_square li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 14px;
  height: 14px;
  display: block;
  background: var(--blue);
}
.list_square li a {
  color: var(--blue);
}
.list_square li a:hover {
  color: var(--blue);
}
.flexBox_type1 {
  display: flex;
}
.flexBox_type2 {
  display: flex;
  justify-content: space-between;
}

.spacer100 {
  padding-top: 100px;
  height: auto !important;
}
.spacer90 {
  padding-top: 90px;
  height: auto !important;
}
.spacer80 {
  padding-top: 80px;
  height: auto !important;
}
.spacer70 {
  padding-top: 70px;
  height: auto !important;
}
.spacer60 {
  padding-top: 60px;
  height: auto !important;
}
.spacer50 {
  padding-top: 50px;
  height: auto !important;
}
.spacer40 {
  padding-top: 40px;
  height: auto !important;
}
.spacer30 {
  padding-top: 30px;
  height: auto !important;
}
.spacer20 {
  padding-top: 20px;
  height: auto !important;
}
.spacer10 {
  padding-top: 10px;
  height: auto !important;
}
.mrb20 {
  margin-bottom: 20px;
}


em {
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(transparent 70%, var(--bkBlue) 0%);
  display: inline;
  padding: 0 1px 0px;
}


.wrapper {
  width: 100%;
  background: linear-gradient( #101010, #505050 );
}

.wrapper .allInner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #232323;
}

.logoBox {
  width: 143px;
  position: absolute;
  top: 40px;
  left: 35px;
  z-index: 1;
}

.kvArea {
  position: relative;
}
.kvArea .kvImg {
  position: relative;
}
.kvArea .slickBox {
  position: absolute;
  bottom: 240px;
  left: 0;
  right: 0;
  padding: 0 80px;
  z-index: 2;
}
.kvArea .slickBox .inner {
  border: 2px solid #fff;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 30px 35px 25px;
  position: relative;
}
.kvArea .slickBox .inner h2 {
  position: absolute;
  left: 25px;
  top: -28px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  background: #ad8e12;
  border-radius: 30px;
  padding: 5px 30px;
}

.kvArea .kvBottomBk {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.kvArea .menuList {
  position: absolute;
  bottom: 100px;
  right: 80px;
  z-index: 2;
}
.kvArea .menuList li {
  display: inline-block;
  padding: 0 10px;
}
.kvArea .menuList li a {
  display: block;
  color: #fff;
  padding: 2px 10px 3px;
}
.kvArea .menuList li a.contact {
  background: #ad8e12;
}

.inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.philosophyArea {
  margin: 0 auto 150px;
}
.philosophyArea h2 {
  font-size: 42px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 30px;
}
.philosophyArea p {
}


.introductionArea {
  margin: 0 auto 150px;
}
.introductionArea .flex {
  display: flex;
  justify-content: center;
}
.introductionArea h2 {
  width: 300px;
}
.introductionArea h2 .mainText {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  display: block;
  line-height: 1;
}
.introductionArea h2 .subText {
  font-size: 25px;
  display: block;
  line-height: 2.2;
}
.introductionArea .flex div {
  width: calc(100% - 300px);
}
.introductionArea .flex div a {
  display: inline-block;
  margin-left: 35px;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.introductionArea .flex div a:before,
.introductionArea .flex div a:after {
  content: "";
  position: absolute;
  display: block;
}
.introductionArea .flex div a:before{
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  z-index: 1;
  left: -30px;
  top: 10px;
}
.introductionArea .flex div a:after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 2;
  transform: rotate(45deg);
  left: -24px;
  top: 17px;
}



.aboutArea {
  margin: 0 auto 150px;
}
.aboutArea .flex {
  display: flex;
  justify-content: center;
}
.aboutArea h2 {
  width: 300px;
}
.aboutArea h2 .mainText {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  display: block;
  line-height: 1;
}
.aboutArea h2 .subText {
  font-size: 25px;
  display: block;
  line-height: 2.2;
}
.aboutArea dl {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
}
.aboutArea dl dt {
  width: 180px;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ad8e12;
}
.aboutArea dl dd {
  width: calc(100% - 180px);
  padding: 0 0 30px 40px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #fff;
}


.copylightArea {
  width: 100%;
  background: #fff;
  padding: 40px 0 50px;
  color: #0a184c;
  font-size: 16px;
  text-align: center;
  border-top: 5px solid #ad8e12;
}


/* lower
------------------------------------------------------------*/
.lower {
  
}
.lower .header_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lower .header_inner .logoBox {
}
.lower .header_inner .menuList {
  z-index: 2;
  text-align: right;
  position: relative;
  padding: 30px 40px 0 0;
}
.lower .header_inner .menuList li {
  display: inline-block;
  padding: 0 10px;
}
.lower .header_inner .menuList li a {
  display: block;
  color: #fff;
  padding: 2px 10px 3px;
}
.lower .header_inner .menuList li a.contact {
  background: #ad8e12;
}
.lower .kvArea h1 {
  position: absolute;
  top: 200px;
  left: 150px;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.lower .kvArea h1 span {
  font-size: 24px;
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
}

.lower .contentArea {
}
.lower .contentArea .inner {
}
.lower .contentArea .inner h2 {
  background: #ad8e12;
  border: 2px solid #fff;
  padding: 40px 0 40px 140px;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
}
.lower .contentArea .inner h2 img {
  width: 68px;
  display: block;
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lower .contentArea .inner h3 {
  font-size: 44px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
.lower .contentArea .inner h4 {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}
.lower .contentArea .inner h5 {
  font-size: 24px;
  border-left: 5px solid #ad8e12;
  line-height: 1;
  padding-left: 15px;
  margin: 80px 0 20px;
}
.lower .contentArea .inner dl {
}
.lower .contentArea .inner dl dt {
  padding: 10px 0 15px 60px;
  position: relative;
}
.lower .contentArea .inner dl dt span {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  color: #ad8e12;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lower .contentArea .inner dl dd {
  margin-bottom: 30px;
}
.lower .contentArea .inner .person-profile,
.lower .contentArea .inner .company-profile {
  margin-bottom: 30px;
}
.lower .contentArea .inner strong {
  color: #ad8e12;
}

.lower .contentArea .inner .conclusionBox {
  border: 1px solid #fff;
  padding: 25px 40px;
  margin: 50px 0 100px;
}



/* PC,SP切り替え
------------------------------------------------------------*/
.menuIcon_sp,
.menuList_sp {
  display: none;
}

.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}

.sp_cvArea { 
  display: none;
}
.sp_followMenu {
  display: none;
}


/* PC　狭めたとき
-----------------------------------------------*/
@media screen and (max-width:1440px) {
/* (1.5/22)をかけています */

  body {
    font-size: 1.5vw;
    line-height: 1.8;
    letter-spacing: 1px;
    overflow-x: hidden;
  }


  .text-small {
    font-size: .9vw;
    line-height: 1.6;
  }
  .text-medium {
    font-size: 1.4vw;
    line-height: 1.6;
  }


  .table_type01 {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 3vw;
  }
  .table_type01 th,
  .table_type01 td {
    border: 1px solid #333;
    padding: 1.5rem 1rem;
    vertical-align: middle;
    word-break: break-word;
  }

  .list_disc {
    margin: 0;
  }
  .list_disc li {
    position: relative;
    padding: 0 0 0 1.2vw;
    display: block;
    margin: 0 0 .8vw 0;
    line-height: 1.6;
    vertical-align: top;
  }
  .list_disc li:before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: .4vw;
    height: .4vw;
    border-radius: 2vw;
    display: block;
    background: #fff;
  }
  .list_disc li:last-child {
    margin: 0;
  }


  .list_square {
    margin: 0 0 1.5vw 0;
  }
  .list_square li {
    position: relative;
    padding: 0 0 0 1.5vw;
    display: block;
    margin: 0 0 0 0;
    line-height: 1.8;
    vertical-align: top;
  }
  .list_square li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 1.1vw;
    height: 1.1vw;
    display: block;
    background: var(--blue);
  }
  .list_square li a {
    color: var(--blue);
  }
  .list_square li a:hover {
    color: var(--blue);
  }


  .spacer100 {
    padding-top: 10vw;
    height: auto !important;
  }
  .spacer90 {
    padding-top: 9vw;
    height: auto !important;
  }
  .spacer80 {
    padding-top: 8vw;
    height: auto !important;
  }
  .spacer70 {
    padding-top: 7vw;
    height: auto !important;
  }
  .spacer60 {
    padding-top: 6vw;
    height: auto !important;
  }
  .spacer50 {
    padding-top: 5vw;
    height: auto !important;
  }
  .spacer40 {
    padding-top: 4vw;
    height: auto !important;
  }
  .spacer30 {
    padding-top: 3vw;
    height: auto !important;
  }
  .spacer20 {
    padding-top: 2vw;
    height: auto !important;
  }
  .spacer10 {
    padding-top: 1vw;
    height: auto !important;
  }

  .mrb20 {
    margin-bottom: 1.5vw;
  }







  .wrapper {
    width: 100%;
    background: linear-gradient( #101010, #505050 );
  }

  .wrapper .allInner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #232323;
  }

  .logoBox {
    width: 9.75vw; /* 143px / (22/1.5) = 9.75vw */
    position: absolute;
    top: 2.73vw; /* 40px / (22/1.5) = 2.73vw */
    left: 2.39vw; /* 35px / (22/1.5) = 2.39vw */
    z-index: 1;
  }

  .kvArea {
    position: relative;
  }
  .kvArea .kvImg {
    position: relative;
  }
  .kvArea .slickBox {
    position: absolute;
    bottom: 16.36vw; /* 240px / (22/1.5) = 16.36vw */
    left: 0;
    right: 0;
    padding: 0 5.45vw; /* 80px / (22/1.5) = 5.45vw */
    z-index: 2;
  }
  .kvArea .slickBox .inner {
    border: 1px solid #fff;
    width: 100%;
    padding: 2vw 2.5vw 1.7vw;
    position: relative;
  }
  .kvArea .slickBox .inner h2 {
    position: absolute;
    left: 1.70vw; /* 25px / (22/1.5) = 1.70vw */
    top: -1.91vw; /* -28px / (22/1.5) = -1.91vw */
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.64vw; /* 24px / (22/1.5) = 1.64vw */
    background: #ad8e12;
    border-radius: 2.05vw; /* 30px / (22/1.5) = 2.05vw */
    padding: 0.34vw 2.05vw; /* 5px, 30px を変換 */
  }
  .kvArea .slickBox .inner img {
    max-width: 99%;
  }
  .kvArea .kvBottomBk {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }


  .kvArea .menuList {
    position: absolute;
    bottom: 6.818vw;
    right: 5.455vw;
    z-index: 2;
  }
  .kvArea .menuList li {
    display: inline-block;
    padding: 0 0.682vw;
  }
  .kvArea .menuList li a {
    display: block;
    color: #fff;
    padding: 0.136vw 0.682vw 0.205vw;
  }
  .kvArea .menuList li a.contact {
    background: #ad8e12;
  }

  .inner {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4.091vw;
  }
  .philosophyArea {
    margin: 0 auto 10.227vw;
  }
  .philosophyArea h2 {
    font-size: 2.864vw;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 2.045vw;
  }
  .philosophyArea p {
  }

  .introductionArea {
    margin: 0 auto 10.227vw;
  }
  .introductionArea .flex {
    display: flex;
    justify-content: center;
  }
  .introductionArea h2 {
    width: 20.455vw;
  }
  .introductionArea h2 .mainText {
    font-size: 3.409vw;
    font-family: "Noto Serif JP", serif;
    display: block;
    line-height: 1;
  }
  .introductionArea h2 .subText {
    font-size: 1.705vw;
    display: block;
    line-height: 2.2;
  }
  .introductionArea .flex div {
    width: calc(100% - 20.455vw);
  }
  .introductionArea .flex div a {
    display: inline-block;
    margin-left: 2.386vw;
    color: #fff;
    border-bottom: 0.068vw solid #fff;
    position: relative;
  }
  .introductionArea .flex div a:before,
  .introductionArea .flex div a:after {
    content: "";
    position: absolute;
    display: block;
  }
  .introductionArea .flex div a:before{
    width: 1.364vw;
    height: 1.364vw;
    border-radius: 0.682vw;
    background: #fff;
    z-index: 1;
    left: -2.045vw;
    top: 0.682vw;
  }
  .introductionArea .flex div a:after {
    width: 0.409vw;
    height: 0.409vw;
    border-top: 0.136vw solid #000;
    border-right: 0.136vw solid #000;
    z-index: 2;
    transform: rotate(45deg);
    left: -1.636vw;
    top: 1.159vw;
  }

  .aboutArea {
    margin: 0 auto 10.227vw;
  }
  .aboutArea .flex {
    display: flex;
    justify-content: center;
  }
  .aboutArea h2 {
    width: 20.455vw;
  }
  .aboutArea h2 .mainText {
    font-size: 3.409vw;
    font-family: "Noto Serif JP", serif;
    display: block;
    line-height: 1;
  }
  .aboutArea h2 .subText {
    font-size: 1.705vw;
    display: block;
    line-height: 2.2;
  }
  .aboutArea dl {
    width: calc(100% - 20.455vw);
    display: flex;
    flex-wrap: wrap;
  }
  .aboutArea dl dt {
    width: 12.273vw;
    padding: 0 0 2.045vw 0;
    margin: 0 0 2.045vw 0;
    border-bottom: 0.068vw solid #ad8e12;
  }
  .aboutArea dl dd {
    width: calc(100% - 12.273vw);
    padding: 0 0 2.045vw 2.727vw;
    margin: 0 0 2.045vw 0;
    border-bottom: 0.068vw solid #fff;
  }

  .copylightArea {
    width: 100%;
    background: #fff;
    padding: 2.73vw 0 3.41vw; /* 40px, 50px を変換 */
    color: #0a184c;
    font-size: 1.09vw; /* 16px / (22/1.5) = 1.09vw */
    text-align: center;
    border-top: 0.34vw solid #ad8e12; /* 5px / (22/1.5) = 0.34vw */
  }





  /* lower
  ------------------------------------------------------------*/
  .lower {
    
  }
  .lower .header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lower .header_inner .logoBox {
  }
  .lower .header_inner .menuList {
    z-index: 2;
    text-align: right;
    position: relative;
    padding: 2.045vw 2.727vw 0 0;
  }
  .lower .header_inner .menuList li {
    display: inline-block;
    padding: 0 0.682vw;
  }
  .lower .header_inner .menuList li a {
    display: block;
    color: #fff;
    padding: 0.136vw 0.682vw 0.205vw;
  }
  .lower .header_inner .menuList li a.contact {
    background: #ad8e12;
  }
  .lower .kvArea h1 {
    position: absolute;
    top: 13.636vw;
    left: 10.227vw;
    font-size: 3.409vw;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
  }
  .lower .kvArea h1 span {
    font-size: 1.636vw;
    font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  }

  .lower .contentArea {
  }
  .lower .contentArea .inner {
  }
  .lower .contentArea .inner h2 {
    background: #ad8e12;
    border: 0.136vw solid #fff;
    padding: 2.727vw 0 2.727vw 9.545vw;
    font-size: 3.409vw;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    position: relative;
    margin-bottom: 3.409vw;
  }
  .lower .contentArea .inner h2 img {
    width: 4.636vw;
    display: block;
    position: absolute;
    left: 2.386vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .lower .contentArea .inner h3 {
    font-size: 3vw;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 2.727vw;
  }
  .lower .contentArea .inner h4 {
    font-size: 1.773vw;
    padding-bottom: 0.682vw;
    border-bottom: 0.136vw solid #fff;
    margin-bottom: 1.364vw;
    line-height: 1.4;
  }
  .lower .contentArea .inner h5 {
    font-size: 1.636vw;
    border-left: 0.341vw solid #ad8e12;
    line-height: 1;
    padding-left: 1.023vw;
    margin: 5.455vw 0 1.364vw;
  }
  .lower .contentArea .inner dl {
  }
  .lower .contentArea .inner dl dt {
    padding: 0.682vw 0 1.023vw 4.091vw;
    position: relative;
  }
  .lower .contentArea .inner dl dt span {
    font-size: 2.045vw;
    font-family: "Noto Serif JP", serif;
    color: #ad8e12;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .lower .contentArea .inner dl dd {
    margin-bottom: 2.045vw;
  }
  .lower .contentArea .inner .person-profile,
  .lower .contentArea .inner .company-profile {
    margin-bottom: 2.045vw;
  }
  .lower .contentArea .inner strong {
    color: #ad8e12;
  }

  .lower .contentArea .inner .conclusionBox {
    border: 0.068vw solid #fff;
    padding: 1.705vw 2.727vw;
    margin: 3.409vw 0 6.818vw;
  }

}






@media screen and (max-width:1040px) {




}



/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/
  body {
    font-size: 3.8vw;
    line-height: 1.8;
    letter-spacing: 0.5px;
    overflow-x: hidden;
  }
  section {
    overflow-x: hidden;
  }


  .text-small {
    font-size: 2.6vw;
    line-height: 1.6;
  }
  .text-medium {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
  }
  strong {
    font-weight: bold;
  }

  .text-centerBox{
    text-align: center;
  }

  .table_type01 {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 6vw;
  }
  .table_type01 th,
  .table_type01 td {
    border: 1px solid #333;
    padding: 1.5rem 1rem;
    vertical-align: middle;
    word-break: break-word;
  }

  .list_disc {
    margin: 0;
  }
  .list_disc li {
    position: relative;
    padding: 0 0 0 3vw;
    display: block;
    margin: 0 0 2vw 0;
    line-height: 1.6;
    vertical-align: top;
  }
  .list_disc li:before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 1vw;
    height: 1vw;
    border-radius: .5vw;
    display: block;
    background: #fff;
  }
  .list_disc li:last-child {
    margin: 0;
  }


  .list_square {
    margin: 0 0 4vw 0;
  }
  .list_square li {
    position: relative;
    padding: 0 0 0 3.6vw;
    display: block;
    margin: 0 0 0 0;
    line-height: 1.8;
    vertical-align: top;
  }
  .list_square li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 2.8vw;
    height: 2.8vw;
    display: block;
  }
  .list_square li a {
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
  }
  .list_square li a:hover {
    color: var(--blue);
    border-bottom: 1px solid transparent;
  }
  .flexBox_type1 {
    display: flex;
  }
  .flexBox_type2 {
    display: flex;
    justify-content: space-between;
  }




  .flexBox_type1 {
    display: block;
  }
  .flexBox_type2 {
    display: block;
    justify-content: space-between;
  }

  .spacer100 {
    padding-top: 20vw;
  }
  .spacer90 {
    padding-top: 18vw;
  }
  .spacer80 {
    padding-top: 16vw;
  }
  .spacer70 {
    padding-top: 14vw;
  }
  .spacer60 {
    padding-top: 12vw;
  }
  .spacer50 {
    padding-top: 10vw;
  }
  .spacer40 {
    padding-top: 8vw;
  }
  .spacer30 {
    padding-top: 6vw;
  }
  .spacer20 {
    padding-top: 4vw;
  }
  .spacer10 {
    padding-top: 2vw;
  }

  .mrb20 {
    margin-bottom: 4vw;
  }




  .wrapper {
    width: 100%;
    background: linear-gradient( #101010, #505050 );
  }

  .wrapper .allInner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #232323;
  }

  .logoBox {
    width: 30vw;
    position: absolute;
    top: 6vw;
    left: 6vw;
    z-index: 1;
  }

  .kvArea {
    position: relative;
    margin-bottom: 60vw;
  }
  .kvArea .kvImg {
    position: relative;
  }
  .kvArea .slickBox {
    position: absolute;
    bottom: -40vw;
    left: 0;
    right: 0;
    padding: 0 6vw;
    z-index: 2;
  }
  .kvArea .slickBox .inner {
    border: 2px solid #fff;
    width: 100%;
    padding: 12vw 7vw 6vw;
    position: relative;
  }
  .kvArea .slickBox .inner h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: -7vw;
    margin: auto;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 5.5vw;
    background: #ad8e12;
    border-radius: 7vw;
    padding: .5vw 0 .7vw;
    width: 90%;
    text-align: center;
  }

  .kvArea .kvBottomBk {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  .kvArea .menuList {
  }

  .inner {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .philosophyArea {
    margin: 0 auto 14vw;
  }
  .philosophyArea h2 {
    font-size: 6vw;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 6vw;
    line-height: 1.6;
  }
  .philosophyArea p {
  }


  .introductionArea {
    margin: 0 auto 14vw;
  }
  .introductionArea .flex {
    display: block;
  }
  .introductionArea h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto 6vw;
  }
  .introductionArea h2 .mainText {
    font-size: 7.8vw;
    font-family: "Noto Serif JP", serif;
    display: block;
    letter-spacing: 2px;
    line-height: 1;
  }
  .introductionArea h2 .subText {
    font-size: 4.4vw;
    display: block;
    line-height: 2.2;
  }
  .introductionArea .flex div {
    width: 100%;
  }
  .introductionArea .flex div a {
    display: inline-block;
    margin-left: 5vw;
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    font-size: 3.6vw;
  }
  .introductionArea .flex div a:before,
  .introductionArea .flex div a:after {
    content: "";
    position: absolute;
    display: block;
  }
  .introductionArea .flex div a:before{
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
    background: #fff;
    z-index: 1;
    left: -5.4vw;
    top: 2vw;
  }
  .introductionArea .flex div a:after {
    width: 1.2vw;
    height: 1.2vw;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    z-index: 2;
    transform: rotate(45deg);
    left: -4.2vw;
    top: 3.4vw;
  }



  .aboutArea {
    margin: 0 auto 14vw;
  }
  .aboutArea .flex {
    display: block;
    justify-content: center;
    padding: 0;
  }
  .aboutArea h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto 6vw;
  }
  .aboutArea h2 .mainText {
    font-size: 7.8vw;
    font-family: "Noto Serif JP", serif;
    display: block;
    letter-spacing: 2px;
    line-height: 1;
  }
  .aboutArea h2 .subText {
    font-size: 4.4vw;
    display: block;
    line-height: 2.2;
  }
  .aboutArea dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .aboutArea dl dt {
    width: 22vw;
    padding: 0 0 8vw 0;
    margin: 0 0 8vw 0;
    border-bottom: 1px solid #ad8e12;
  }
  .aboutArea dl dd {
    width: calc(100% - 22vw);
    padding: 0 0 8vw 5vw;
    margin: 0 0 8vw 0;
    border-bottom: 1px solid #fff;
  }

  .copylightArea {
    width: 100%;
    background: #fff;
    padding: 10vw 0 13vw;
    color: #0a184c;
    font-size: 3.4vw;
    text-align: center;
    border-top: 5px solid #ad8e12;
  }



  /* spメニュー */
  .menuIcon_sp {
    display: block;
    position: fixed;
    right: 4vw;
    top: 3vw;
    width: 6vw;
    height: 6vw;
    z-index: 9999;
  }
  .menuIcon_sp span {
    display: block;
    width: 6vw;
    height: 1px;
    border-top: .7vw solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menuIcon_sp span:before {
    content: "";
    display: block;
    width: 6vw;
    height: 1px;
    border-top: .7vw solid #fff;
    position: absolute;
    top: -4.8vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0);
    transition: .3s transform ease, .3s top ease;
  }
  .menuIcon_sp span:after {
    content: "";
    display: block;
    width: 6vw;
    height: 1px;
    border-top: .7vw solid #fff;
    position: absolute;
    top: 0;
    bottom: -3.6vw;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0);
    transition: .3s transform ease, .3s bottom ease;
  }

  .menuIcon_sp.is-open {
  }
  .menuIcon_sp.is-open span {
    border-top: .7vw solid transparent;
  }
  .menuIcon_sp.is-open span:before,
  .menuIcon_sp.is-open span:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: .7vw solid #000;
    transform: rotate(225deg);
    transition: .3s transform ease, .3s bottom ease, .3s top ease;
  }
  .menuIcon_sp.is-open span:after {
    transform: rotate(-225deg);
  }

  .menuList_sp {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .menuList_sp ul {
    margin: 20vw 0 0 0;
  }
  .menuList_sp ul li {
    color: #000;
    font-size: 4.8vw;
    text-align: center;
    margin: 0 10vw 4vw;
  }

  .menuList_sp ul li a {
    display: block;
    color: #000;
    padding: 2vw;
  }
  .menuList_sp ul li a.contact {
    color: #fff;
    background: #ad8e12;
  }


  /* lower (SP用: 元の値を5で割り、vwに変換)
  ------------------------------------------------------------*/
  .lower {
    
  }
  .lower .header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lower .header_inner .logoBox {
  }
  .lower .header_inner .menuList {
  }

  .lower .kvArea {
    margin-bottom: 2vw;
  }

  .lower .kvArea h1 {
    position: absolute;
    top: 55vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 7vw;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    text-align: center;
  }
  .lower .kvArea h1 span {
    font-size: 3.8vw;
    font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  }

  .lower .contentArea {
  }
  .lower .contentArea .inner {
  }
  .lower .contentArea .inner h2 {
    background: #ad8e12;
    border: 0.4vw solid #fff;
    padding: 4vw 0 4vw 19vw;
    font-size: 6.5vw;
    font-family: "Noto Serif JP", serif;
    line-height: 1.2;
    position: relative;
    margin-bottom: 6vw;
  }
  .lower .contentArea .inner h2 img {
    width: 10vw;
    display: block;
    position: absolute;
    left: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .lower .contentArea .inner h3 {
    font-size: 6vw;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 6vw;
    line-height: 1.4;
  }
  .lower .contentArea .inner h4 {
    font-size: 4.2vw;
    padding-bottom: 2vw;
    border-bottom: 2px solid #fff;
    margin-bottom: 5vw;
    line-height: 1.4;
  }
  .lower .contentArea .inner h5 {
    font-size: 4.8vw;
    border-left: 1vw solid #ad8e12;
    line-height: 1;
    padding-left: 3vw;
    margin: 12vw 0 4vw;
  }
  .lower .contentArea .inner dl {
  }
  .lower .contentArea .inner dl dt {
    padding: 2vw 0 3vw 12vw;
    position: relative;
  }
  .lower .contentArea .inner dl dt span {
    font-size: 6vw;
    font-family: "Noto Serif JP", serif;
    color: #ad8e12;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .lower .contentArea .inner dl dd {
    margin-bottom: 6vw;
  }
  .lower .contentArea .inner .person-profile,
  .lower .contentArea .inner .company-profile {
    margin-bottom: 6vw;
  }
  .lower .contentArea .inner strong {
    color: #ad8e12;
  }

  .lower .contentArea .inner .conclusionBox {
    border: 0.2vw solid #fff;
    padding: 3vw 5vw;
    margin: 10vw 0 20vw;
  }

}








