@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,picture {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; line-height: 1.5em;}

ol,ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: ''; content: none;}
table {margin: 0; border-collapse: collapse; border-spacing: 0; empty-cells: show;}
img {vertical-align: bottom; border: none;}
picture {display: block;}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  line-height: 1.8em;
  color: #2c2c2c;
  height: 100%;
  font-family: 'Lato', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  position: relative;
  letter-spacing: .4px;
}

b,strong,.bold,h1,h2,h3,h4,h5,h6 { font-family: 'Lato', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif; font-weight: 700;}
sup,sub { font-size: 70%; }
small { font-size: 80%; }

@media only screen and (max-width : 767px) {
  body {
    font-size: 12px;
  }
}


table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  outline: none;
  color: #2c2c2c;
}

a:hover {
  text-decoration: none;
}


a,
a:hover,
a:hover img,
button,
input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

.clr {
  zoom: 1;
  display: inline-table;
}

.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

* html .clr {
  height: 1%;
  display: inline-table;
  display: block;
  height: 1%;
}

.clr {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mb0 {
  margin-bottom: 0px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}


@media(max-width:767px) {
  .sp_none {
    display: none !important;
  }
}

@media print,
screen and (min-width : 768px) {
  .sp {
    display: none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width : 767px) {
  .container {
    padding: 0 6%;
  }

  .sp_inner {
    padding: 0 6%;
  }

  .sp_box {
    margin-bottom: 50px;
  }

  .sp_sbox {
    margin-bottom: 30px;
  }

  .sp_ssbox {
    margin-bottom: 10px;
  }

  .sp_inner {
    padding: 0 20px;
  }

  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }

  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }

  .box {
    margin-bottom: 50px;
  }

  .sbox {
    margin-bottom: 30px;
  }

  .ssbox {
    margin-bottom: 15px;
  }
}

@media print,
screen and (min-width : 768px) {
  .posL {
    float: left;
  }

  .posR {
    float: right;
  }

  .br_pc {
    display: block;
  }

  .br_sp {
    display: none;
  }

  .section {
    padding: 60px 0;
  }

  .box {
    margin-bottom: 60px;
  }

  .sbox {
    margin-bottom: 40px;
  }

  .ssbox {
    margin-bottom: 20px;
  }
}

@media print,
screen and (min-width : 991px) {
  .section {
    padding: 80px 0;
  }

  .box {
    margin-bottom: 80px;
  }

  .sbox {
    margin-bottom: 40px;
  }

  .ssbox {
    margin-bottom: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  transition: .3s;
}

#header.is-fixed, .under_header, #header:has(.open) {
  background: rgba(2, 40, 76, .9);
}

#h_logo a {
  display: block;
}

#h_logo h1 {
  width: 228px;
}

#gNav li {
  position: relative;
}

#gNav li a {
  font-size: 13px;
  color: #fff;
  position: relative;
}

#gNav .h_contact_btn a,
#gNav .h_trial_btn a {
  position: relative;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gNav .h_contact_btn a {
  background: rgb(242, 117, 0);
  background: -moz-linear-gradient(left, rgba(242, 117, 0, 1) 0%, rgba(237, 203, 33, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(242, 117, 0, 1) 0%, rgba(237, 203, 33, 1) 100%);
  background: linear-gradient(to right, rgba(242, 117, 0, 1) 0%, rgba(237, 203, 33, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27500', endColorstr='#edcb21', GradientType=1);

}

#gNav .h_contact_btn a:before {
  content: "";
  background: url(../image/ico-mail.png) no-repeat center / 100%;
}

#gNav .h_trial_btn a {
  background: #0077d9;
  background: -moz-linear-gradient(left, #0077d9 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left, #0077d9 0%, #35d0c4 100%);
  background: linear-gradient(to right, #0077d9 0%, #35d0c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1);
}

#gNav .sub-menu {
  display: none;
}

#gNav .menu-item-has-children > a {
  padding-right: 20px;
}

#gNav .menu-item-has-children > a:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../image/ico-arrow-w.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#gNav .nav02 li {
  display: flex;
  align-items: center;
}

#gNav .nav02 li > a > span {
  display: inline-block;
  vertical-align: middle;
}

#gNav .nav02 li span img {
  display: block;
  margin-right: 7px;
}

@media only screen and (max-width : 991px) {
  #header {
    height: 42px;
  }

  #header .container {
    padding: 0 10px;
    max-width: 100%;
  }

  #h_logo {
    width: 130px;
    display: flex;
    align-items: center;
    height: 42px;
  }

  #h_logo h1 {
    width: auto;
    height: auto;
  }

  #h_logo a {}

  #menu_btn {
    top: 0;
    right: 0;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 48px;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    opacity: 0;
    transition: opacity .5s;
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  #main {
    height: 100%;
    transition: all .5s;
  }

  .menu-trigger {
    display: inline-block;
    width: 18px;
    height: 13px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }

  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .5s;
  }

  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(3) {}

  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(5.5px) rotate(-45deg);
    width: 100%;
    top: 10px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 5.5px;
  }

  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-5.5px) rotate(45deg);
    width: 100%;
    bottom: -10px;
  }

  nav#gNav {
    width: 300px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background: rgba(2, 40, 76, .9);
    transition: all .3s;
    position: relative;
    z-index: 80;
  }

  /*nav#gNav.open {
    transform: translateZ(0);
  }*/
  nav#gNav li {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  #gNav .nav li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, .3);
  }

  nav#gNav li a {
    position: relative;
    padding: 15px 25px;
    display: block;
    font-size: 13px;
  }

  .h_sp_btn {
    display: flex;
    width: 160px;
    position: absolute;
    right: 48px;
    top: 0;
  }

  .h_sp_contact,
  .h_sp_trial {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 42px;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0;
  }

  .h_sp_contact {
    background: #f08600;
    background: -moz-linear-gradient(left, #f08600 0%, #ff9e23 100%);
    background: -webkit-linear-gradient(left, #f08600 0%, #ff9e23 100%);
    background: linear-gradient(to right, #f08600 0%, #ff9e23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08600', endColorstr='#ff9e23', GradientType=1);
  }

  .h_sp_trial {
    background: #0077d9;
    background: -moz-linear-gradient(left, #0077d9 0%, #35d0c4 100%);
    background: -webkit-linear-gradient(left, #0077d9 0%, #35d0c4 100%);
    background: linear-gradient(to right, #0077d9 0%, #35d0c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1);
  }

  #gNav .h_contact_btn,
  #gNav .h_trial_btn {
    border-bottom: none;
    margin-top: 15px;
  }

  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    color: #fff;
    width: 90%;
    margin: 0 auto;
  }

  #gNav .h_contact_btn a:before {
    width: 10px;
    height: 8px;
    margin-right: 5px;
  }

  #gNav .sub-menu {
    padding-bottom: 15px;
  }

  #gNav .sub-menu li {
    border-bottom: none;
  }

  #gNav .sub-menu li a {
    padding: 10px 40px;
  }

  #gNav .menu-item-has-children > a:after {
    right: 25px;
  }

  #gNav .nav02 {}

  #gNav .nav02 li {
    flex: auto;
    border-bottom: none;
  }
}

@media only screen and (max-width : 320px) {
  .h_sp_btn {
    width: 120px;
  }

  .h_sp_btn a {
    padding: 5px;
  }
}

@media print,
screen and (min-width : 992px) {
  .h_sp_btn {
    display: none;
  }

  #header {
    /*padding: 40px 0;*/
    height: 90px;
  }

  #h_content {
    max-width: 1300px;
  }

  #h_logo {}

  #h_logo a {
    padding: 25px 0;
  }

  #gNav li {
    position: relative;
    margin-right: 20px;
  }

  #gNav li:last-child {
    margin-right: 0;
  }

  #gNav li a {
    display: block;
    text-align: center;
    font-weight: bold;
  }

  #gNav .h_contact_btn {
    margin-right: 10px;
  }

  #gNav .h_contact_btn a:before {
    width: 14px;
    height: 11px;
    margin-right: 10px;
  }

  .sub-menu {
    position: fixed;
    left: 0;
    width: 100%;
    top: 90px;
    background: rgba(2, 40, 76, .9);
    padding: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .4);
  }

  .sub-menu li {
    display: inline-block;
  }

  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    width: 130px;
  }

  #gNav .nav02 {
    justify-content: flex-end;
    margin-bottom: 4px;
  }

  #gNav .nav02 > li > a {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 0.25em;
  }
}

@media print,
screen and (min-width : 1200px) {

  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    width: 156px;
  }

  #gNav li {
    margin-right: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #02294f;
  position: relative;
  color: #fff;
  font-size: 13px;
  padding: 45px 0;
}

.f_body p {
  font-weight: bold;
  margin-bottom: 5px;
}

#footer a {
  color: #fff;
  margin-right: 15px;
  display: inline-block;
}

#footer a:last-child {
  margin-right: 0;
}

#footer .copy span {
  display: inline-block;
  margin-right: 5px;
}

#footer .copy span img {
  display: block;
}


@media only screen and (max-width : 991px) {
  #footer {
    text-align: center;
  }

  #footer .copy {
    margin-top: 40px;
  }
}

@media print,
screen and (min-width : 992px) {
  #footer .container {
    max-width: 1100px;
  }

  #footer {
    padding: 70px 0;
  }

  #footer .f_body,
  #footer .copy {
    width: 48%;
  }

  #footer .copy {
    text-align: right;
  }
}

/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005296;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  position: relative;
  max-width: 190px;
  font-size: 12px;
  height: 38px;
}
.btn_border {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  max-width: 300px;
  width: 100%;
  font-size: 1rem;
  height: 60px;
  border: 1px solid #FFF;
  transition: 0.5s;
}
.btn_border:hover, .product_card:hover .btn_border {
  color: #003769;
  background-color:#fff;
  border: 1px solid #003769;
  opacity:1;
}
.btn_border.product_card_btn {
  height: 50px;
}
.btn span, .btn_border span {
  position: relative;
  padding-right: 15px;
  font-weight: 500;
}
.btn span::after, .btn_border span::after {
  content: "";
  width: 5px;
  height: 10px;
  background: url(../image/btn_arrow_white.svg) no-repeat center / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.btn span::after, .btn_border:hover span::after, .product_card:hover .btn_border span::after {
  background: url(../image/btn_arrow_d_blue.svg) no-repeat center;
}
.btn_center {
  margin: 0 auto;
}

@media only screen and (max-width : 991px) {
  .btn {
    margin: 0 auto;
  }

  .btn_border.product_card_btn {
    margin: 0 auto;
  }
}



/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
.sec_title span {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

.sec_title span.sec_title_en {
  position: relative;
  font-weight: 300;
}

.sec_title02 span {
  display: block;
}

.sec_title02 span.sec_title_en {
  position: relative;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.sec_title02 span.sec_title_en:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(-50%);
  background: #fff;
  height: 1px;
}

.sec_title03 span {
  display: block;
  position: relative;
  text-align: center;
}

.sec_title03 span.sec_title_en {
  position: relative;
  font-weight: 300;
  color: #005296;
  letter-spacing: 0.15em;
}

.sec_title03 span.sec_title_en:before {
  content: "";
  background: #005296;
  height: 1px;
  width: 22px;
  display: block;
  margin: 10px auto;
}

.sub_tit {
  border-left: 2px solid #222;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
}

.lead_text {
  text-align: center;
}

.o-sec_title {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 100%;
}
.o-sec_title::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #FFF;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.o-sec_title__left {
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 100%;
}
.o-sec_title__left::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #FFF;
  left: 0;
  bottom: 0;
}
.o-lead_text_large {
  font-size:1.3125rem;
  text-align:center;
  line-height:200%;
  margin-bottom: 40px;
}
.o-lead_text_large.mb0 {
  margin-bottom:0;
}
.o-lead_text_large__left {
  font-size:1.3125rem;
  text-align:left;
  line-height:200%;
}
.o-lead_subtext {
    text-align: center;
    line-height:200%;
    margin-bottom: 40px;
}


@media only screen and (max-width : 767px) {
  .sec_title {
    margin-bottom: 30px;
    font-size: 11px;
  }

  .sec_title span.sec_title_jp {
    font-size: 18px;
  }

  .sec_title02 span.sec_title_en:before {
    width: 20px;
  }

  .sub_tit {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec_title02 {
    margin-bottom: 15px;
  }

  .sec_title02 span.sec_title_en {
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 11px;
  }

  .sec_title02 span.sec_title_jp {
    font-size: 18px;
  }

  .sec_title03 {
    margin-bottom: 20px;
  }

  .sec_title03 span.sec_title_jp {
    font-size: 18px;
  }

  .sec_title03 span.sec_title_en {
    font-size: 11px;
  }
  .o-sec_title {
    font-size: 1.3125rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .o-lead_text_large {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .o-lead_subtext {text-align: left; font-size: 0.875rem; margin-bottom:30px;}
  .o-sec_title__left {
    font-size: 1.3125rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .o-sec_title__left::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .o-lead_text_large__left {
    font-size:1rem;
    text-align:center;
  }
}

@media print, screen and (min-width : 768px) {
  .sec_title {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .sec_title span.sec_title_jp {
     font-size: 2.5rem;
     font-weight: 500;
  }

  .sec_title02 {
    margin-bottom: 40px;
  }

  .sec_title02 span.sec_title_en {
    padding-bottom: 30px;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
  }

  .sec_title02 span.sec_title_jp {
    font-size: 28px;
  }

  .sec_title02 span.sec_title_en:before {
    position: absolute;
    width: 40px;
    left: 50%;
    bottom: 0;
    transform:translateX(-50%);
  }

  .sec_title03 {
    margin-bottom: 55px;
  }

  .sec_title03 span.sec_title_jp {
    font-size: 38px;
  }

  .sec_title03 span.sec_title_en:before {
    margin: 15px auto;
  }

  .sec_title03.sec_title_left span {
    text-align: left;
  }

  .sec_title03.sec_title_left span.sec_title_en:before {
    margin: 15px 0;
  }

  .sub_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

.fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
#contact {
  position: relative;
  background: #003769;
}
.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-title {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 100%;
}
.contact-title::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.contact_inner {
  background: #fff;
}
.contact_content {
  color: #2c2c2c;
  margin-bottom: 40px;
  justify-content: center;
}
.contact_lead_text {
  color: #fff;
  text-align: center;
  font-size: 1.3125rem;
  text-align: center;
  margin-bottom:30px;
  line-height: 100%;
}
.contact_lead_subtext {
  color: #fff;
  text-align: center;
  margin-bottom:40px;
  font-size:1rem;
}
.contact_txt {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

#contact h3 {
  color: #2c2c2c;
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: .2em;
}

#contact h3 span {
  display: block;
}

#contact h3 .sec_title_en {
  color:#005296;
  font-weight: 500;
  text-align: center;
}

.contact_under_text {
  color:#2c2c2c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 2px;
}

.contact_inner a {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.contact_box01 p {
  font-size: 1rem;
  line-height: 180%;
}
.contact_box01 a {
  background: rgb(242, 117, 0);
  background: -moz-linear-gradient(left, rgba(242, 117, 0, 1) 0%, rgba(237, 203, 33, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(242, 117, 0, 1) 0%, rgba(237, 203, 33, 1) 100%);
  background: linear-gradient(to right, rgba(242, 117, 0, 1) 0%, rgba(237, 203, 33, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27500', endColorstr='#edcb21', GradientType=1);
}
.contact_box02 p {
  font-size: 1rem;
}
.contact_box02 a {
  background: #0077d9;
  background: -moz-linear-gradient(left, #0077d9 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left, #0077d9 0%, #35d0c4 100%);
  background: linear-gradient(to right, #0077d9 0%, #35d0c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d9', endColorstr='#35d0c4', GradientType=1);
}
.contact_inner a:after {
  content: "";
  background: url(../image/btn_arrow_white.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact_box01 a span, .contact_box02 a span{
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
}


@media only screen and (max-width : 991px) {
  .contact_box01 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width : 767px) {
  .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact_inner {
    padding: 30px 20px;
  }
  .contact-title {
    font-size: 1.3125rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .contact_txt {
    margin-bottom: 40px;
    font-size: 12px;
  }

  #contact h3 {
    margin-bottom: 15px;
    text-align: center;
  }

  #contact h3 .sec_title_jp {
    font-size: 1.125rem;
  }

  #contact h3 .sec_title_en {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .contact_inner a {
    height: 52px;
    justify-content: center;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 10px;
  }

  .contact_inner a:after {
    width: 14px;
    height: 14px;
    right: 20px;
  }
  .contact_content {
    margin-bottom: 25px;
  }
  .contact_box01 p {
    font-size: 0.875rem;
  }
  .contact_box02 p {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  .contact_box02 p:first-of-type {
    margin-top: 0;
  }
  .contact_box01 {
    margin-bottom: 15px;
  }
  .contact_lead_text {
    font-size: 1.125rem;
    line-height: 180%;
  }
  .contact_lead_subtext {
    margin-bottom: 30px;
    line-height: 180%;
  }
  .contact_under_text {
    font-size: 1.125rem;
  }
}

@media print,
screen and (min-width : 768px) {
  .contact_inner {
    padding: 60px 20px;
  }

  .contact_txt {
    margin-bottom: 60px;
    font-size: 14px;
  }

  #contact h3 {
    margin-bottom: 20px;
  }

  #contact h3 .sec_title_jp {
    font-size: 1.3125rem;
  }

  #contact h3 .sec_title_en {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: left;
  }

  .contact_inner a {
    height: 72px;
    padding: 0 50px;
    font-size: 15px;
    margin-top: 15px;
  }

  .contact_inner a:after {
    width: 8px;
    height: 16px;
    right: 50px;
  }

  .contact_box02 p {
    margin-top: 20px;
  }

  .contact_box02 p:first-of-type {
    margin-top: 0;
  }
}

@media print,
screen and (min-width : 992px) {
  .contact_box01 {
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact_box01, .contact_box02 {
    width: 45%;
    padding: 0 30px;
    font-size: 13px;
  }
}

@media print,
screen and (min-width : 1200px) {
  .contact_inner {
    padding: 60px 40px;
  }

  .contact_box01,
  .contact_box02 {
    padding: 0 46.5px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}

.fadein.fadein__active {
  opacity: 1;
}

.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}

.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: .5s;
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

#header {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.main-menu {
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.logo {
  text-align: center;
  padding: 18px;
  font-size: 24px;
  width: 200px;
  background: #dddddd;
}

.pc-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .pc-menu {
    display: none;
  }
}

.pc-menu > ul {
  display: flex;
  list-style: none;
}

.pc-menu > ul > li {
  text-align: center;
  font-size: 16px;
  width: 25%;
}

.pc-menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 60px;
}

.pc-menu > ul > li > a:hover {
  background: #cccccc;
}

@media screen and (min-width: 992px) {
  .sp-menu {
    display: none;
  }
}

.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  width: 48px;
  height: 42px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  background: #ffffff;
  position: absolute;
}

.sp-menu__box span:before {
  bottom: 6px;
}

.sp-menu__box span:after {
  top: 6px;
}

#sp-menu__check {
  display: none;
}

#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
  transition: 0.3s all;
}

#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: 0.3s all;
}

#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: 0.3s all;
}

#sp-menu__check:checked ~ .sp-menu__content {
  right: 0;
  transition: 0.3s all;
}

.sp-menu__content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 80;
  background: rgba(2, 40, 76, .9);
  transition: all 0.5s;
}

.sp-menu__list {
  padding: 0;
}

.sp-menu__item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}

.iv_title {
  font-size: 1.17em;
  font-weight: 700;
  margin: 40px 0 0 0;
}

.c-article__body .c-column-event-timeline p {
  margin-top: 1ex;
  margin-bottom: 2.5ex;
}

.c-article .c-column-event-timeline ul {
  margin: 2ex 0 3ex 20px;
}

.c-article__body .c-column-event-timeline .timeline__subhead {
  font-size: calc(var(--type-scale-300)*1rem);
  font-weight: 700;
  margin: 2ex 0 1ex;
}

.c-excursion__link {
  text-align: center;
  margin: 4ex auto 0;
}

.c-excursion__link a {
  display: inline-flex;
  color: #0077d9;
  color: var(--color-true-blue);
  font-size: calc(var(--type-scale-100)*1rem);
  text-decoration: underline;
}

.c-excursion__link a svg {
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
}


/* ---------------------------------------------------------------------------------------------

　   HEADER POPUP

--------------------------------------------------------------------------------------------- */

.header-popup__button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25em 0.25em 0.5em 2em;
  font-size: 12px;
}

.header-popup__icon {
  width: 1em;
  height: auto;
  transition: transform 0.3s ease;
}

.header-popup__label {
  color: #fff;
}

.header-popup__menu {
  position: absolute;
  top: 100%;
  padding-top: 4px;
  left: -1.25em;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.header-popup__menu-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0.75em 0.5em;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.header-popup--open .header-popup__menu {
  opacity: 1;
  transform: translateY(-2px);
  pointer-events: auto;
}

.header-popup--open .header-popup__button {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-popup__item {
  display: flex !important;
  align-items: center;
  padding: 1.5em 2.25em 1.5em 1em;
  white-space: nowrap;
  text-decoration: none;
  text-align-last: left;
  opacity: 1 !important;
  color: #333 !important;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.header-popup__item svg {
  vertical-align: middle;
  width: 1em;
  margin-right: 0.25em;
  height: auto;
}

.header-popup__item-label {
  vertical-align: middle;
  font-size: 14px;
  line-height: 0;
  color: currentColor;
}

.header-popup__item:hover {
  background-color: #e4f2ff;
  color: #0c59a1 !important;
}

.header-popup__item:hover > * {
  opacity: 1 !important;
  color: #0c59a1 !important;
}

.header-popup__item:active {
  color: #003e70 !important;
  transition: all 0.1s ease;
}

.header-popup__item:active > * {
  opacity: 1 !important;
  color: #003e70 !important;
  transition: all 0.1s ease;
}

.header-popup__item-icon {
  width: 0.75em;
  height: auto;
}

.header-popup__item-label {
  text-align: left;
  color: #333;
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.header-popup__item:hover .header-popup__item-label {
  transform: translateX(0.5em);
}

/* 追加20260407 */
.breadclumbs .mv_heading,.breadclumbs .o-wrapper{text-align: left;}
.breadclumbs{margin-bottom: 0.5em;}
.breadclumbs span{margin: 0 0.25em;}
.breadclumbs a{color: #fff;}
.c-post-intro .breadclumbs a{color:initial;}
.c-post-intro .breadclumbs{margin-top: -2em;}

#h_logo p{width: 228px;}

.p-solution .breadclumbs{text-align: left;}
.mv_heading .breadclumbs{margin-top:1em;}

.insert_cta .contact_box01 a span{color:#fff;}
.insert_cta .contact_inner{padding:0;}
.insert_cta .contact_box01 a{border:none;}
.insert_cta .contact_box01 a:hover{opacity: 0.6;}
.insert_cta .contact_box01{width:60%;border:none;margin: 15px auto;}

@media only screen and (max-width: 991px) {
    #h_logo p {
        width: auto;
    }
    .insert_cta .contact_box01{
      width:75%
    }
}

.c-article__body .c-card__media{height: initial;}
.c-article__body .p-list-case-study__section-body .o-decrescendo__intermediary>* {
    max-width: 215px;
    margin: 7px;
}
.c-article__body .c-card__tag{top: 77px;}
.c-article__body .p-list-case-study__section-body{margin-top: 6em;margin-bottom: -3.5em;}
@media only screen and (max-width: 991px) {
    .c-article__body .p-list-case-study__section-body .o-decrescendo__intermediary>* {
    max-width: 100%;
}
.c-article__body .c-card__tag{top: 136px;}
}

.sv_sec {
    position: relative;
    background: #f8f8f8;
    padding-bottom: 0;
}
.sv_sec_inner h4{
    font-size: 18px;
}
.sv_sec_inner p{
    font-size: 18px;
    margin-top: 0.25em;
}
.sv_sec_txt{
    font-size: 15px;
    margin-top: 1em;
}
.nk_SV_logo{
  padding: 0 35px;
      width: 76%;
}
.sv_sec .recommend_inner{
    grid-template-columns: 1fr 5fr;
}
.sv_sec .recommend_box01{
  grid-column: 1 / -1;
}
.sv_sec .recommend_box02{
  grid-column: 2 / 2;
      padding: 0 50px 0 0;
      margin-top: 0.5em;
}
@media only screen and (max-width: 767px){
  .nk_SV_logo{
    padding: 0;
      width: 100%;
  }
  .sv_sec .recommend_box02{
    padding: 0 20px;
  }
}