@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,700i");
header .megaMenu .menuTitle h2 span, .contents .secTitleArea h1 {
  font-family: 'Montserrat', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#business-area-img{
	width: 114px;
	height: 114px
}

footer {
  padding: 0;
  position: static;
  clear: none;
  margin-top: 0;
  border-top: none;
}

#testthune{
	width: 100% !important;
	height: auto !important
}

footer ul {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
}

footer li {
  border-right: none;
  display: block;
  font-size: 86%;
  margin-right: 0;
  padding-right: 0;
}

@media screen and (max-width: 960px) {
  footer li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
}
a:link,
a:visited,
a {
  color: #000;
}

@media screen and (max-width: 960px) {
  img {
    width: 100%;
    height: auto;
  }
}
/* hide */
@media screen and (min-width: 961px) {
  .pc_hide {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sp_hide {
    display: none;
  }
}
/* inner */
.inner {
  margin: 0 auto;
  width: 1100px;
}

.toplayer .inner {
  width: 1240px;
}

@media screen and (max-width: 960px) {
  .inner,
  .toplayer .inner {
    margin: 0 15px;
    width: auto;
  }
}
/* margin */
.mt0 {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt210 {
  margin-top: 210px !important;
}

@media screen and (max-width: 960px) {
  .mt15 {
    margin-top: 12px !important;
  }

  .mt30 {
    margin-top: 20px !important;
  }

  .mt25 {
    margin-top: 18px !important;
  }

  .mt45 {
    margin-top: 28px !important;
  }

  .mt50 {
    margin-top: 30px !important;
  }

  .mt55 {
    margin-top: 32px !important;
  }

  .mt60 {
    margin-top: 35px !important;
  }

  .mt70 {
    margin-top: 40px !important;
  }

  .mt75 {
    margin-top: 42px !important;
  }

  .mt90 {
    margin-top: 50px !important;
  }

  .mt110 {
    margin-top: 40px !important;
  }

  .mt145 {
    margin-top: 58px !important;
  }

  .mt210 {
    margin-top: 100px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

/* padding */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* width */
.w11p {
  width: 11% !important;
}

.w28p {
  width: 28% !important;
}

.w39p {
  width: 39% !important;
}

.w72p {
  width: 72% !important;
}

/* color */
.taC {
  text-align: center !important;
}

@media screen and (max-width: 960px) {
  .sp_taL {
    text-align: left !important;
  }
}
/* color */
.fcB {
  color: #3b68cf !important;
}

/* font-size */
.fs13 {
  font-size: 93% !important;
}

.fs15 {
  font-size: 108% !important;
}

.fs16 {
  font-size: 115% !important;
}

.fs18 {
  font-size: 129% !important;
}

.fs20 {
  font-size: 143% !important;
}

.fs24 {
  font-size: 172% !important;
}

/* font-weight */
.fwB {
  font-weight: bold !important;
}

/* letter-spacing */
.lh0 {
  line-height: 0 !important;
}

.lh2 {
  line-height: 2 !important;
}

/* letter-spacing */
.ls0_5 {
  letter-spacing: 0.05em !important;
}

/* bdr */
.bdrT_gray {
  border-top: 1px solid #dcdcdc !important;
}

/* background */
.bgGray {
  background: #f4f3f3 !important;
}

/* -- btn -- */
/* btn01 */
.btn01 {
  margin: 60px auto 0;
  text-align: center;
  font-size: 93%;
  font-weight: bold;
  letter-spacing: 0.28em;
}

.btn01 a {
  display: inline-block;
  padding: 12px 30px 8px;
  min-width: 134px;
  color: #3b68cf;
  border: 1px solid #3b68cf;
  border-radius: 23px;
}

@media screen and (min-width: 961px) {
  .btn01 a:hover {
    color: #fff;
    background: #3b68cf;
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .btn01 a {
    color: #fff;
    background: #3b68cf;
  }
}
/* btn02 */
.btn02 {
  margin: 35px auto 0;
  text-align: center;
  font-weight: bold;
}

.btn02 a {
  display: inline-block;
  position: relative;
  padding: 13px 50px 12px;
  min-width: 200px;
  color: #fff;
  background: #3b68cf;
}

.btn02 a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 1px;
  background: #fff;
  content: "";
}

@media screen and (min-width: 961px) {
  .btn02 a:hover {
    background: #080c95;
    opacity: 1;
  }
}
/* -- foot_nav -- */
.foot_nav {
  font-size: 115%;
  letter-spacing: 0.05em;
  background: #097de9;
  background: -moz-linear-gradient(left, #097de9 0%, #1b39b7 100%);
  background: -webkit-linear-gradient(left, #097de9 0%, #1b39b7 100%);
  background: linear-gradient(to right, #097de9 0%, #1b39b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097de9', endColorstr='#1b39b7',GradientType=1 );
}

@media screen and (max-width: 960px) {
  .foot_nav {
    border-top: 1px solid #fff;
    font-size: 93%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 960px) {
  .foot_nav .inner {
    margin: 0;
  }
}
.foot_nav ul {
  padding: 45px 0 46px 64px;
  zoom: 1;
}

.foot_nav ul:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 960px) {
  .foot_nav ul {
    padding: 0;
  }
}
.foot_nav li {
  float: left;
  margin-right: 34px;
}

.foot_nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .foot_nav li {
    margin-right: 0;
    width: 50%;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .foot_nav li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}
.foot_nav a {
  color: #fff;
}

@media screen and (max-width: 960px) {
  .foot_nav a {
    display: block;
    padding: 20px 10px 22px;
  }
}
/* -- foot_link -- */
.foot_link {
  margin: 145px 0 61px;
}

@media screen and (max-width: 960px) {
  .foot_link {
    margin: 50px 0 35px;
  }
}
.foot_link ul {
  zoom: 1;
}

.foot_link ul:after {
  content: "";
  display: block;
  clear: both;
}

.foot_link li {
  float: left;
  margin-right: 16px;
  width: 298px;
}

.foot_link li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .foot_link li {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  .foot_link li:nth-child(4n) {
    margin-bottom: 0;
  }
}
/* footer */
footer {
  margin-bottom: 30px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  footer {
    margin-bottom: 0;
  }
}
footer .inner {
  width: 1240px;
}

@media screen and (max-width: 960px) {
  footer .inner {
    margin: 0;
    width: auto;
  }
}
/* footer_lbox01 */
.footer_lbox01 {
  float: left;
  padding-top: 57px;
}

@media screen and (max-width: 960px) {
  .footer_lbox01 {
    float: none;
    padding-top: 0;
  }
}
.footer_lbox01_nav01 {
  float: left;
  margin-right: 48px;
  font-size: 86%;
}

@media screen and (max-width: 960px) {
  .footer_lbox01_nav01 {
    margin-right: 0;
    width: 50%;
  }

  .footer_lbox01_nav01:nth-child(2n) {
    border-left: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.footer_lbox01_nav01 li {
  margin-bottom: 4px;
}

@media screen and (max-width: 960px) {
  .footer_lbox01_nav01 li {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.footer_lbox01_nav01 a {
  color: #000;
}

@media screen and (max-width: 960px) {
  .footer_lbox01_nav01 a {
    display: block;
    padding: 13px 10px 15px;
  }
}
.footer_lbox01_icon01 {
  margin-top: 41px;
}

@media screen and (max-width: 960px) {
  .footer_lbox01_icon01 {
    margin-top: 27px;
    text-align: center;
  }
}
.footer_lbox01_icon01 img {
  width: 134px;
  height: auto;
}

.footer_lbox01_icon02 img {
  width: 64px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .footer_lbox01_icon01 img {
    width: 110px;
  }
}
/* footer_rbox01 */
.footer_rbox01 {
  float: right;
  padding-top: 61px;
  zoom: 1;
}

.footer_rbox01:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 960px) {
  .footer_rbox01 {
    float: none;
    margin: 0 30px;
    padding-top: 31px;
  }
}
.footer_rbox01_twitter01 img,
.footer_rbox01_facebook01 img {
  width: 100%;
  height: 100%;
}

.footer_rbox01_twitter01 {
  float: left;
  margin-right: 12px;
  width: 360px;
  height: 209px;
}

@media screen and (max-width: 960px) {
  .footer_rbox01_twitter01 {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 209px;
  }
}
.footer_rbox01_facebook01 {
  float: left;
  width: 360px;
  height: 209px;
}

@media screen and (max-width: 960px) {
  .footer_rbox01_facebook01 {
    float: none;
    margin-top: 11px;
    width: 100%;
    height: 221px;
  }
}
/* footer_box01 */
.footer_box01 {
  margin-top: 43px;
  padding-bottom: 39px;
  zoom: 1;
}

.footer_box01:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 960px) {
  .footer_box01 {
    margin: 55px 0 0;
    padding-bottom: 19px;
  }
}
.footer_box01_logo01 {
  float: left;
}

@media screen and (max-width: 960px) {
  .footer_box01_logo01 {
    margin-left: 22px;
  }
}
.footer_box01_logo01 img {
  width: 157px;
  height: auto;
}

.footer_box01_tit01 {
  float: left;
  margin: 4px 0 0 17px;
  font-size: 93%;
  font-weight: bold;
}

.footer_box01_txt01 {
  float: left;
  margin: 4px 0 0 24px;
  font-size: 86%;
}

@media screen and (max-width: 960px) {
  .footer_box01_txt01 {
	margin: 2px 0 0 0 !important;
	width: 100%;
    text-align: center;
  }
}
.footer_box01_cpy01 {
  float: right;
  margin-top: 6px;
  font-size: 79%;
}

@media screen and (max-width: 960px) {
  .footer_box01_cpy01 {
    margin-top: 2px;
    width: 100%;
    text-align: center;
  }
}
/*
    clearfix
*/
.clearfix {
  padding-bottom: 19px;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* -- contact -- */
.contact {
  position: relative;
  padding: 123px 0 159px;
  text-align: center;
  color: #fff;
  background: #097de9;
  background: -moz-linear-gradient(bottom, #097de9 0%, #1b39b7 100%);
  background: -webkit-linear-gradient(bottom, #097de9 0%, #1b39b7 100%);
  background: linear-gradient(to bottom, #097de9 0%, #1b39b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097de9', endColorstr='#1b39b7',GradientType=1 );
}

@media screen and (max-width: 550px) {
  .contact {
    padding: 60px 0 80px;
  }
}
.contact_btn01 {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
}

/******* reset.scss *******/
html {
  font-size: 62.5%;
}

html,
body {
  background-color: white;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
  font-weight: 400;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 200%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

fieldset, img, abbr {
  border: none;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.wrapper {
  margin: 0 auto;
  text-align: left;
  position: relative;
}

img.sp {
  display: none;
}

/******header******/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}
header .headCont {
  height: 93px;
  position: relative;
  transition: background-color 0.6s;
}
header .headLogo {
  position: absolute;
  top: 30px;
  left: 30px;
}
header .headLogo a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 50px;
  width: 193px;
  background-image: url(../../../uploads/2023/06/9e6377aa1e00ebe98ca24b2970f69fdb.png);
}
header .headMenu {
  position: absolute;
  top: 50px;
  right: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .headMenu li {
  font-weight: 700;
  padding-right: 40px;
  position: relative;
}
header .headMenu li:before {
  background-color: #3b68cf;
  content: "";
  height: 40px;
  display: block;
  margin-left: -20px;
  opacity: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 1px;
  transition: opacity 0.6s;
}
header .headMenu li a {
  color: #fff;
  transition: color 0.6s;
}
header .headMenu li a br,
header .headMenu li a span {
  display: none;
}
header .headMenu li a:hover {
  color: #3b68cf;
}
header .headMenu li.open:before {
  opacity: 1;
}
header .headMenu li.open:after {
  content: "";
  height: 23px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
}
header .headMenu li.open > a {
  color: #3b68cf;
}
header .headMenu li.open .megaMenu {
  max-height: 90%;
  overflow: auto;
}
header .megaMenu {
  background-color: #3b68cf;
  max-height: 0;
  position: fixed;
  top: 93px;
  left: 0;
  text-align: left;
  overflow: hidden;
  width: 100%;
  z-index: 20;
  transition: max-height ease-out 0.4s;
}
header .megaMenu .menuCont {
  box-sizing: border-box;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  padding: 5px 0 50px;
}
header .megaMenu .menuTitle {
  margin-top: 50px;
  width: 260px;
}
header .megaMenu .menuTitle h2 {
  color: #fff;
  font-size: 215%;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 110%;
  letter-spacing: 0.1em;
}
header .megaMenu .menuTitle h2 span {
  color: #7c9de6;
  font-size: 45%;
  display: block;
  letter-spacing: normal;
}
header .megaMenu .menuTitle .menuTopLink {
  background-color: #fff;
}
header .megaMenu .menuTitle .menuTopLink a {
  background-image: linear-gradient(90deg, #097de9 0%, #1b39b7 100%);
  color: #fff !important;
  font-weight: 700;
  display: block;
  padding: 11px 20px;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .megaMenu .menuTitle .menuTopLink a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
header .megaMenu .menuTitle .menuTopLink a:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
}
header .megaMenu .menuList {
  display: flex;
  flex-wrap: wrap;
  width: 940px;
}
header .megaMenu .menuList dl {
  margin: 50px 0 0 35px;
  width: 28%;
}
header .megaMenu .menuList dl dt {
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 15px;
}
header .megaMenu .menuList dl dt:after {
  background-color: #6286d9;
  content: "";
  height: 2px;
  display: block;
  width: 30px;
}
header .megaMenu .menuList dl dt a {
  color: #fff !important;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .megaMenu .menuList dl dt a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
header .megaMenu .menuList dl dd {
  font-size: 105%;
}
header .megaMenu .menuList dl dd a {
  color: #fff !important;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .megaMenu .menuList dl dd a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
header .megaMenu .menuList dl dd.subMenuTop {
  display: none;
}
header .megaMenu .menuList ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header .megaMenu .menuList ul li {
  font-size: 125%;
  font-weight: 700;
  margin: 50px 0 0 35px;
  padding: 0;
  width: 28%;
}
header .megaMenu .menuList ul li:after {
  background-color: #6286d9;
  content: "";
  height: 2px;
  display: block;
  width: 30px;
}
header .megaMenu .menuList ul li a {
  color: #fff !important;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .megaMenu .menuList ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
header .megaMenu .menuList .megaMenuSub {
  margin: 50px 0 0 35px;
  width: 28%;
}
header .megaMenu .menuList .megaMenuSub dl {
  margin: 0 0 10px;
  width: 100%;
}
header .megaMenu .menuList .megaMenuSub ul {
  display: block;
}
header .megaMenu .menuList .megaMenuSub ul li {
  margin: 0 0 20px;
  width: 100%;
}
header .megaMenu .menuList .megaMenuSub div.subMenuTop {
  display: none;
}
header .megaMenu .menuList .megaMenuSub .subMenuBanner {
  background: #fff;
  margin-bottom: 30px;
}
header .megaMenu .menuList .megaMenuSub .subMenuBanner a {
  background: url(../img/common/megaMenuBanner01.jpg) no-repeat 0 0;
  background-size: cover;
  box-sizing: border-box;
  height: 100px;
  font-size: 125%;
  font-weight: 700;
  display: block;
  padding: 37px 0 0 15px;
  width: 100%;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .megaMenu .menuList .megaMenuSub .subMenuBanner a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
header .megaMenu .menuList .megaMenuSub .subMenuBanner a:hover {
  color: #fff;
}
header .megaMenu .menuList .megaMenuSub:nth-of-type(2) .subMenuBanner a {
  background-image: url(../img/common/megaMenuBanner02.jpg);
}
header .megaMenu .menuList .megaMenuSub:nth-of-type(3) .subMenuBanner a {
  background-image: url(../img/common/megaMenuBanner03.jpg);
}
header .headContact {
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}
header .headContact a {
  background-image: linear-gradient(45deg, #097de9 0%, #1b39b7 100%);
  box-sizing: border-box;
  color: #fff;
  height: 93px;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .headContact a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
header .lang {
  position: absolute;
  top: 20px;
  right: 190px;
  display: flex;
}
header .lang li {
  font-size: 85%;
  font-weight: 700;
}
header .lang li a {
  color: #fff;
  transition: color 0.6s;
}
header .lang li a:hover {
  color: #3b68cf;
}
header.scroll .headCont {
  background-color: #f4f3f3;
}
header.scroll .headLogo a {
  background-image: url(../../../uploads/2023/06/2ea3f246360fdcba06afb4200c6b85e9.png);
}
header.megamenuOpen.scroll .headLogo a {
   background-image: url(../../../uploads/2023/06/9e6377aa1e00ebe98ca24b2970f69fdb.png) !important;
}
header.scroll .headMenu li a {
  color: #000;
}
header.scroll .headMenu li a:hover {
  color: #3b68cf;
}
header.scroll .lang li:first-child:after {
  background-color: #000;
}
header.scroll .lang li a {
  color: #000;
}
header.scroll .lang li a:hover {
  color: #3b68cf;
}
header.megamenuOpen .headCont {
  background-color: rgba(0, 0, 0, 0.7);
}
header.megamenuOpen .headCont:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  display: block;
  position: fixed;
  top: 93px;
  left: 0;
  width: 100%;
  z-index: 10;
}
header.megamenuOpen .lang li:first-child:after {
  background-color: #fff;
}
header.megamenuOpen .lang li a {
  color: #fff;
}
header.megamenuOpen .headMenu li a {
  color: #fff;
}

/******footer******/
@media screen and (min-width: 961px) {
  footer a,
  .foot_link a {
    transition: opacity 0.6s;
    text-decoration: none;
  }
  footer a:hover,
  .foot_link a:hover {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=40);
    text-decoration: none;
  }
}
.contact .inner {
  max-width: 1140px;
  width: auto;
}
.contact a {
  transition: 0.6s all;
}
.contact p {
  color: #fff;
}
.contact .fs16 p {
  font-size: 100%;
}

.btn02 a {
  transition: 0.6s all;
}

@media screen and (max-width: 1240px) and (min-width: 961px) {
  .toplayer .inner {
    max-width: 1140px;
    width: auto;
  }
  .toplayer .inner ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 95%;
  }
  .toplayer .inner ul li {
    float: none;
  }
  .toplayer .inner ul li img {
    height: auto;
    width: 100%;
  }

  footer .inner {
    max-width: 1140px;
    width: 95%;
  }
}
.footer_rbox01_twitter01 {
  border: 1px solid rgba(15, 70, 100, 0.12);
  border-top: none;
}

@media screen and (max-width: 960px) {
  .foot_link li {
    text-align: center;
  }

  .footer_rbox01_twitter01 iframe {
    width: 900px !important;
  }
}
/******contents******/

.contents .secTitleArea {
  background-image: linear-gradient(45deg, rgba(9, 125, 233, 0.5) 0%, rgba(27, 57, 183, 0.5) 100%);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contents .secTitleArea:before, .contents .secTitleArea:after {
  background-color: #fff;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
}
.contents .secTitleArea:after {
  background-color: #000;
  bottom: -80px;
}
.contents .secTitleArea h1 {
  color: #fff;
  font-size: 285%;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.1em;
  text-align: center;
}
.contents .secTitleArea h1 span {
  display: block;
  font-size: 40%;
  letter-spacing: normal;
}
.contents .secTitleAreaRecruit {
  background-image: linear-gradient(45deg, rgba(9, 125, 233, 0.5) 0%, rgba(27, 57, 183, 0.5) 100%) !important;
  background-position: 50% 100% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 400px !important;
  margin-bottom: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
}
.contents .secTitleAreaRecruit:before, .contents .secTitleAreaRecruit:after {
  background-color: #fff !important;
  height: 80px !important;
  margin: 0 auto !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 1px !important;
}
.contents .secTitleAreaRecruit:after {
  background-color: #000 !important;
  bottom: -80px !important;
}
.contents .secTitleAreaRecruit h1 {
  color: #fff !important;
  font-size: 285% !important;
  font-weight: 700 !important;
  line-height: 110% !important;
  letter-spacing: 0.1em !important;
  text-align: center !important;
}
.contents .secTitleAreaRecruit h1 span {
  display: block !important;
  font-size: 40% !important;
  letter-spacing: normal;
}
.contents .secInfoArea {
  max-width: 1100px;
  margin: 0 auto;
}
.contents .secInfoArea .topicPath {
  display: flex;
  flex-wrap: wrap;
  max-width: 48%;
  margin-bottom: 100px;
}
.contents .secInfoArea .topicPath li:before {
  background-color: #080c95;
  content: "";
  height: 1px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: 0.3em;
  width: 10px;
}
.contents .secInfoArea .topicPath li:first-child:before {
  display: none;
}
.contents .secInfoArea .topicPath li a {
  text-decoration: underline;
}
.contents .secInfoArea .topicPath li a:hover {
  text-decoration: none;
}
.contents .secInfoArea .lead {
  margin-bottom: 80px;
}
.contents .secInfoArea section {
  text-align: center;
}
.contents .secInfoArea section h2 {
  border-bottom: none;
  font-size: 225%;
  margin-bottom: 40px;
}
.contents .secInfoArea section h2:after {
  display: none;
}
.contents section {
  margin: 0 auto 110px;
}
.contents section .secCont {
  max-width: 1100px;
  margin: 0 auto;
}
.contents section p {
  font-size: 105%;
  margin-bottom: 30px;
}
#bigger-pagraph {
  font-size: 125%;
  margin-bottom: 30px;
}
.contents section p.alRight {
  margin-top: 70px;
  text-align: right;
}
.contents section ol {
  margin-bottom: 30px;
}
.contents section ol li {
  counter-increment: cnt;
  padding-left: 28px;
  position: relative;
}
.contents section ol li:before {
  content: "" counter(cnt) ". ";
  position: absolute;
  top: 0px;
  left: 0px;
}
.contents section ol.brackets li {
  counter-increment: bracket;
}
.contents section ol.brackets li:before {
  content: "(" counter(bracket) ") ";
}
.contents section ul.none li:before {
  content: none;
}
.contents section ul.listStyle01 {
  margin-bottom: 30px;
}
.contents section ul.listStyle01 li {
  padding-left: 1em;
  text-indent: -1em;
}
.contents h2 {
  border-bottom: 2px solid #e5e5e5;
  font-size: 170%;
  font-weight: 700;
  margin-bottom: 60px;
  padding-bottom: 2px;
  position: relative;
}
.contents h2:after {
  background-color: #3b68cf;
  content: "";
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
}
.contents h2 span {
  font-size: 65%;
}
.contents h2.mainTitle {
  border-bottom: none;
  font-size: 225%;
  margin-bottom: 45px;
  padding-bottom: 0;
}
.contents h2.mainTitle:after {
  display: none;
}
.contents h2.mainTitle span {
  color: #3b68cf;
  display: block;
  font-size: 45%;
  line-height: 120%;
}
.contents h3 {
  width: 100%;
  border-left: 4px solid #3b68cf;
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 170%;
  padding-left: 10px;
}
#mvp-h3 {
  border: 0;
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 170%;
  padding: 0;
}
#mvp-image {
width: 50% !important;
}
#general-span{
	font-size: 100%;
  float: right;
}
#mvp-h2-span-blue {
  font-size: 100%;
  color:#080c95;
}
#mvp-h2-span-gray {
  font-size: 100%;
  color:#c1c1c1;
 
}
#mvp-h3-before {
  background-color: #3b68cf;
  border: 0;
  color: white;
  font-size: 125%;
  padding: 4px;
  margin-right: 4px;
}
.contents h3 span {
  font-size: 75%;
}
.contents h4 {
  border-bottom: 1px solid #d2d2d2;
  font-size: 105%;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 170%;
  padding-bottom: 8px;
}
.contents .secWrap {
  max-width: 1100px;
  margin: 0 auto 10px;
}
.contents .secWrap .secMain {
  margin: 0 0 60px;
}
.contents .secWrap .secMain .secCont {
  max-width: 100%;
}
.contents .secWrap .secMain .secCont section {
  margin-bottom: 60px;
}
.contents .secWrap .secMain h2 {
  margin-bottom: 35px;
}
.contents .secWrap .sideMenu {
  margin: 0;
}
.contents .secWrap .sideMenu h2 {
  border-bottom: 1px solid #e5e5e5;
  background: url(../img/common/arrow01.png) no-repeat 0 12px;
  font-size: 125%;
  margin-bottom: 20px;
  padding: 0 0 15px 22px;
}
.contents .secWrap .sideMenu h2:after {
  display: none;
}
.contents .secWrap .sideMenu h2 a {
  transition: color 0.6s;
}
.contents .secWrap .sideMenu h2 a:hover {
  color: #3b68cf;
}
.contents .secWrap .sideMenu dl {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.contents .secWrap .sideMenu dl dt {
  font-size: 105%;
  font-weight: 700;
  margin: 0 0 15px -22px;
  margin-bottom: 15px;
  padding: 0 0 0 22px;
  position: relative;
}
.contents .secWrap .sideMenu dl dt:before {
  background-color: #d1d1d1;
  content: "";
  height: 2px;
  position: absolute;
  top: 13px;
  left: 0px;
  width: 12px;
}
.contents .secWrap .sideMenu dl dt.c:before {
  background-color: #3b68cf;
}
.contents .secWrap .sideMenu dl dt.c a {
  color: #3b68cf;
}
.contents .secWrap .sideMenu dl dt + dd:before {
  display: none;
}
.contents .secWrap .sideMenu dl dd {
  font-size: 105%;
  display: inline-block;
  display: none;
  margin-bottom: 15px;
  line-height: 150%;
}
.contents .secWrap .sideMenu dl dd br {
  display: none;
}
.contents .secWrap .sideMenu dl dd:before {
  content: "/";
  margin: 0 10px;
}
.contents .secWrap .sideMenu dl dd.c a {
  color: #3b68cf;
}
.contents .secWrap .sideMenu dl dt {
  margin: 0 15px 5px 0;
}
.contents .secWrap .sideMenu dl a {
  transition: color 0.6s;
}
.contents .secWrap .sideMenu dl a:hover {
  color: #3b68cf;
}
.contents .secWrap .sideMenu ul {
  padding-left: 22px;
}
.contents .secWrap .sideMenu ul li {
  font-size: 105%;
  font-weight: 700;
  display: flex;
  margin: 0 15px 5px 0;
  padding: 0 0 0 22px;
  position: relative;
}
.contents .secWrap .sideMenu ul li:before {
  background-color: #d1d1d1;
  content: "";
  height: 2px;
  margin-top: -2px;
  position: absolute;
  top: 13px;
  left: 0px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
}
.contents .secWrap .sideMenu ul li.c:before {
  background-color: #3b68cf;
}
.contents .secWrap .sideMenu ul li.c a {
  color: #3b68cf;
}
.contents .secWrap .sideMenu ul li a {
  transition: color 0.6s;
}
.contents .secWrap .sideMenu ul li a:hover {
  color: #3b68cf;
}
.contents .mainDate {
  background-color: #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  padding: 10px 20px;
}
.contents .mainDate span {
  background-color: #bababa;
  border-radius: 30px;
  color: #fff;
  font-size: 85%;
  text-align: center;
  width: 120px;
}
.contents .mainDate span.newsCate01 {
  background-color: #51c2a9;
}
.contents .mainDate span.newsCate02 {
  background-color: #7dbae0;
}
.contents .mainDate span.newsCate03 {
  background-color: #6a90e8;
}
.contents .mainDate span.newsCate04 {
  background-color: #3b68cf;
}
.contents .mainDate span.newsCate05 {
  background-color: #2d4b9b;
}

/* -- qualification -- */
/* qualification_box01 */
.qualification_box01 {
    margin-top: 10px;
    font-size: 91%;
    zoom: 1;
}

.qualification_box01:after {
    content: "";
    display: block;
    clear: both;
}

.qualification_box01_txt01 {
    float: left;
}

.qualification_box01_txt02 {
    float: right;
}

.qualification_box01_txt02 a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: #3b68cf;
}

.qualification_box01_txt02 a:before {
    position: absolute;
    top: 7px;
    left: 0;
    border: 3px solid transparent;
    border-left: 4px solid #3b68cf;
    content: "";
}

/* qualification_box02 */
.qualification_box02 {
    margin-top: 28px;
    padding-bottom: 33px;
    border-bottom: 1px solid #d1d1d1;
    zoom: 1;
}

.qualification_box02:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    .qualification_box02 {
        padding-bottom: 22px;
    }
}
.qualification_box02 > li {
    float: left;
    margin-right: 7.4%;
    width: 46.3%;
}

.qualification_box02 > li:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
  .qualification_box02 > li:nth-child(2n),
    .qualification_box02 > li {
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }

    .qualification_box02 > li:last-child {
        margin-bottom: 0;
    }
}
/* qualification_box03 */
.qualification_box03 {
    margin-top: 40px;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.qualification_box03 tr:nth-child(1n) {
    background: #fff;
}

.qualification_box03 tr:nth-child(2n) {
    background: #eee;
}
  
.qualification_box03 td {
    padding: 35px 20px 34px;
    border-top: 2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.qualification_box03 td:nth-child(1n),
.qualification_box03 td:nth-child(3n) {
    width: 37.3%;
}

.qualification_box03 td:nth-child(2n),
.qualification_box03 td:nth-child(4n) {
    width: 12.7%;
    border-left: 1px solid #d1d1d1;
}

.qualification_box03 td:nth-child(3n) {
    border-left: 2px solid #d1d1d1;
}

@media screen and (max-width: 768px) {
    .qualification_box03 td {
        padding: 15px 10px;
    }
}
.qualification_box03 .qualification_box03_day01 {
    padding: 0;
    vertical-align: bottom;
    text-align: right;
    font-size: 78%;
    line-height: 1;
    border: none;
    background: #f4f3f3;
}