@charset "UTF-8";
html,body {
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  background: #F8F8F8;
}
body.navmenu-opened {overflow: hidden;width: 100%;
}
.f-zm {
  font-family: "Zen Maru Gothic", sans-serif;
}
a,a:visited {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
ul {
  list-style: none;
  margin:0;
  padding:0;}
ol {margin-bottom: 0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: 400;
  line-height: unset;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;}
figure {margin:0;}
p,.txt {text-align:justify;word-break:break-all;}
img {max-width:100%;height:auto;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  outline: none;
  box-shadow: none;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
::selection {
  background-color: #3E9EF2;
  color: #fff;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color:#aaa;
}
@media (min-width: 1200px){
  .container {
    width: 944px;
  }
  .container.c-w {
    width: 1104px;
  }
}

.btn {
  position: relative;
  border:none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.btn:hover {
  text-decoration: none;
}
.navbar-toggler:focus
.btn:focus,
.btn:focus-visible,
.btn:active {
  outline: none;
  box-shadow: none;
}
#gotop-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
  width: 60px;
  height: 60px;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: inline-block;
  transition: all 0.3s ease;
}
#gotop-btn a ._on {
  display: none;
}
#gotop-btn a:hover  ._on {
  display: inline-block;
}
#gotop-btn a:hover  ._off {
  display: none;
}

header,footer {
  overflow: hidden;
}

/* header  */
.nav-site {
  padding: 0;
  background: #fff;
}
.nav-site>.container-fluid {
  padding:0 25px;
}
.navbar-brand {
  position: relative;
  margin-right: 0;
  padding:16px 70px 16px 0;
}
.navbar-brand:before {
  content:"";
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/index/header-chiiba-kun.svg);
  background-size: 100%;
  width: 51px;
  height: 65px;
}
.nav-site .navbar-nav {
  justify-content: center;
  align-items: center;
}
.nav-site .nav-item {
  text-align: center;
  line-height: 24px;
}
.dropdown-toggle::after {
  content:none;
}
.nav-site .navbar-nav .dropdown-menu {
  top:40px;
  padding:0;
  padding-top: 30px;
  background: transparent;
  border:none;
}
.nav-site .dropdown-menu ul {
  border-radius: 0;
  border: 1px solid #ccc;
  background: #f1f1f1;
}
.nav-site .dropdown-item {
  padding:10px 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: none;
  background: #fff;
}
.nav-site .navbar-nav .nav-link {
  color:#000;
  padding:10px 8px;
}
.nav-site .nav-link:hover {
  text-decoration: none;
  color:#4886D9;
}
.nav-t-menu .n-btn {
  margin-left: 10px;
}
.nav-t-menu .n-btn:last-child {
  margin-left: 15px;
}
.nav-t-menu .n-btn .btn {
  position: relative;
  padding:18px 30px 18px 65px;
  color:#fff;
  font-size: 20px;
  line-height: 24px;
}
.n-btn .btn:before {
  content: "";
  position: absolute;
  left: 15px;
  top:50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
}
.n-btn .btn-exm {
  background:#F8A054;
}
.n-btn .btn-exm:before {
  background: no-repeat center url(../img/index/btn-ico-01.svg?0225);
  background-size: 100%;
}
.n-btn .btn-exm:hover {
  background:#F08F3B;
}
.n-btn .btn-exm-app {
  background:#7DD1BE;
}
.n-btn .btn-exm-app:before {
  background: no-repeat center url(../img/index/btn-ico-02.svg);
  background-size: 100%;
}
.n-btn .btn-exm-app:hover {
  background:#4FC478;
}

svg.ic-arr-down {transition: all 0.3s ease;}
svg.ic-arr-down .a,svg.ic-arr-down .c{fill:none;}
svg.ic-arr-down .a{stroke:#707070;}
svg.ic-arr-down .c{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}
.btn .ic-arr-down {
  position: absolute;
  right: 10px;
  top:50%;
  transform: translateY(-50%);
}
/*.scro,.scro-msg { visibility: hidden; }*/
.modal.mtype0 {border:none;}
.modal.mtype0 .modal-content {
  border:none;
  background: transparent;
  width: auto;
  margin: auto;}
.modal.mtype0 .modal-body {
  padding:0;
  margin:auto;}

#org-mdl,
#cbc-mdl {
  background:rgba(255,255,255,0.7);
}
#org-mdl .modal-dialog,
#cbc-mdl .modal-dialog {
  max-width: none;
}
#org-mdl .modal-body ,
#cbc-mdl .modal-body {
  width: 920px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px #0000001A;
  background: #fff;
  padding:60px 60px 40px;
}
#cbc-mdl .modal-body {
  width: 880px;
  padding:50px;
}
#org-mdl .btn-close,
#cbc-mdl .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  --bs-btn-close-opacity: 1;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
}
.modal .mb-wrap {
  max-width: 670px;
  margin:auto;
}
.mb-wrap .l-btm {
  text-align: center;
  margin-top: 35px;
}
.mb-wrap .l-btm.l-f {
  margin-bottom: 50px;
}
.mb-wrap .btn-detail {
  display: inline-block;
  background: #4986EA;
  border:1px solid #4986EA;
  text-align: center;
  font-weight: 500;
  color:#fff;
  font-size: 24px;
  line-height: 26px;
  padding:14px;
  width: 360px;
}
.mb-wrap .btn-detail span {
  position: relative;
  display: inline-block;
}
.mb-wrap .btn-detail span:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/index/ico-link-white.svg);
  background-size: 100%;
  height: 18px;
  width: 18px;
}
.mb-wrap .btn-detail:hover {
  color: #4986EA;
  background: #fff;
}
.mb-wrap .btn-detail:hover span:after {
  background: no-repeat center url(../img/index/ico-link-blue.svg);
  background-size: 100%;
}


/* content */
main {
  margin-top: 96px;
  overflow: hidden;

}
section>.inn-box,
.sec>.inn-box {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  padding:80px 40px;
}

.tt-row {
  text-align: center;
  margin-bottom: 50px;
}
.tt-row h2 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tt-row h2:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #000;
}
.tt-row .st {
  font-size: 24px;
  line-height: 34px;
}
.s-desc {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
}
.top-wrap {
  position: relative;
  height: calc(100vh - 90px);
  min-height: 800px;
  max-height: 980px;
  overflow: hidden;
}
.top-v-ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center url(../img/index/top-hero-bg.jpg);
  background-size: cover;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.top-v-ph.is-hidden {
  opacity: 0;
}
#top-yt-v {
  position: absolute;
  z-index: 2;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 120vw;
  height: 120vh;
  min-width: 120%;
  min-height: 120%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  /* transition: opacity 0.4s ease; */
  opacity: 0;
}
#top-yt-v.is-playing {
  opacity: 1;
}
.top-wrap .yt-ov {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-wrap .container.c-w {
  position: relative;
  height: 100%;
}
.top-wrap .hero {
  position: absolute;
  z-index: 5;
  bottom: 13%;
}
.hero .h-t {
  margin-left: -50px;
  margin-bottom: 30px;
}
.t-menu .btn {
  position: relative;
  display: inline-block;
  width: 250px;
  padding:14px;
  padding-left: 80px;
  text-align: center;
  color:#fff;
  font-size: 24px;
}
.t-menu .btn:before {
  content: "";
  position: absolute;
  left: 15px;
  top:50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
}
.t-menu .btn-exm {
  margin-right: 25px;
  background: #db5959;
  padding-left: 60px;
}
.t-menu .btn-exm.btn-rec:before {
  background: no-repeat center url(../img/index/btn-ic-search.svg);
  background-size: 100%;
}
.t-menu .btn-exm:hover {
  background:#e83a3a;
}
.t-menu .btn-event {
  background:#599ADD;
}
.t-menu .btn-event:before {
  background: no-repeat center url(../img/index/btn-ico-03.svg);
  background-size: 100%;
}
.t-menu .btn-event:hover {
  background:#3A92EA;
}
.t-scro-l {
  display: block;
  z-index: 6;
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -40px;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top:24px;
}
.t-scro-l:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  background: no-repeat center url(../img/index/ic-arr-down-black.svg);
  background-size: 100%;
  width: 17px;
  height: 17px;
  top: 46px;
}
.t-scro-l span {
  display: inline-block;
  margin-right: -7px;
  letter-spacing: 7px;
  font-size: 14px;
  line-height: 16px;
}
.top-wrap .t-clip-link {
  position: absolute;
  z-index: 6;
  right: 20px;
  bottom: 20px;
}
.t-clip-link .btn,
.sec-h-menu .btn-clip {
  display: inline-block;
  width: 160px;
  padding:8px;
  opacity: 0.8;
  background: #0a3276;
  border:2px solid #fff;
  border-radius: 12px;
  text-align: center;
  color:#fff;
  font-weight: 500;
  line-height: 24px;
}
.t-clip-link .btn:first-child {
  margin-right: 4px;
}
.t-clip-link .btn:hover {
  opacity: 1;
}
.sec-h-menu .btn-clip {
  opacity: 1;
}

.sec-msg {
  padding:60px 0;
}
.msg-wrap {
  position: relative;
  padding:0 40px;
  max-width: 1540px;
  margin:auto;
}
.msg-wrap .bg {
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.gov-msg {
  position: relative;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
  border-radius: 50%;
  margin:auto;
  width: 900px;
  height: 900px;
  padding:10px;
  text-align: center;
  font-weight: 500;
}
.gov-msg .t {
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 22px;
  padding-top: 20px;
}
.gov-msg p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 18px;
}
.gov-msg .sign {
  font-size: 20px;
  line-height: 38px;
}
.gov-msg .sign .n {
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
}

.sec-concept {
  padding: 60px 0;
}
.cc-wrap {
  position: relative;
  padding:100px 0;
  color:#fff;
}
.cc-wrap .bg {
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  max-width: 1800px;
}
.cc-wrap>.container {
  position: relative;
}
.cc-wrap .cc-tt {
  position: relative;
  padding-top: 90px;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 30px;
}
.cc-wrap .cc-tt:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:0;
  background: no-repeat center url(../img/index/emblem-chiba.svg);
  background-size: 100%;
  width: 54px;
  height: 65px;
}
.cc-wrap .cc-desc {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 50px;
}
.cc-wrap .cc-more {
  text-align: right;
}
.cc-more a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color:#fff;
}
.cc-more a:after {
  content: "";
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/index/arrow-inside-circle-white.svg);
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.sec-jobs {
  padding:60px 0;
}
.m-cate {
  max-width: 730px;
  margin: auto;
  margin-top:70px;
  margin-bottom: 45px;
}
.m-cate .jt-desc {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.m-cate .col {
  text-align: center;
}
.m-cate .btn,
.m-cate .btn:active {
  display: inline-block;
  color:#fff;
  text-align: center;
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
.m-cate .btn.active:after {
  content:"";
  position: absolute;
  bottom:-46px;
  left: 0;
  right: 0;
  margin:auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 30px solid #7792C6;
  width: 50px;
  height: 30px;
}
.m-cate .btn:hover,
.m-cate .btn.active {
  border-radius: 40px;
}
.m-cate .c1,
.m-cate .c1:active {
  background: #7792C6;}
.m-cate .c2,
.m-cate .c2:active {
  background: #6FA3B7;}
.m-cate .c2.active:after {
  border-bottom: 30px solid #6FA3B7;
}
.m-cate .c3,
.m-cate .c3:active {
  background: #70B478;}
.m-cate .c3.active:after {
  border-bottom: 30px solid #70B478;
}
.m-cate .btn span {
  display: block;
  font-size: 20px;
  margin-top: 12px;
}
.ms-cate {
  display: none;
  position: relative;
  padding:80px 0;
  background: #7792C6;
  width: 400%;
  left: -200%;
  transform: translateX(12.5%);
}
.ms1 .sint-tag,
.ms1 .wtype-tag>span {
  background: #7792C6;}
.ms-cate.ms2,
.ms2 .sint-tag,
.ms2 .wtype-tag>span {
  background: #6FA3B7;}
.ms-cate.ms3,
.ms3 .sint-tag,
.ms3 .wtype-tag>span {
  background: #70B478;}
.j-sub-cate {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin:auto;
}
.j-sub-cate>.row {
  margin-bottom: -24px;
}
.j-sub-cate>.row>div {
  text-align: center;
  margin-bottom: 24px;
}
.j-sub-cate .btn {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 30px;
  padding:6px;
  text-align: center;
  border:3px solid #fff;
  transition: unset;
}
.j-sub-cate .btn .ic-on,
.j-sub-cate .btn:hover .ic-off,
.j-sub-cate .btn.active .ic-off {
  display: none;
}
.j-sub-cate .btn:hover .ic-on,
.j-sub-cate .btn.active .ic-on {
  display: initial;
}
.j-sub-cate .btn span {
  display: block;
  font-size: 18px;
  line-height: 26px;
}
.ms1 .sc1 span { color: #1F51A2;}
.ms1 .sc2 span { color: #7F892C; font-size: 16px}
.ms1 .sc3 span { color: #679DC5;}
.ms1 .sc4 span { color: #898989;}
.ms2 .sc1 span { color: #EA609E;}
.ms2 .sc2 span { color: #368FA5;}
.ms2 .sc3 span { color: #6EB92B;}
.ms2 .sc4 span { color: #157E3B;}
.ms2 .sc5 span { color: #30B4E9;}
.ms2 .sc6 span { color: #9B512E;}
.ms2 .sc7 span { color: #CA8E49;}
.ms2 .sc8 span { color: #D3A129;}
.ms2 .sc9 span { color: #985AA1;}
.ms2 .sc10 span { color: #6CBF87;}
.ms2 .sc11 span { color: #F9C059;}
.ms2 .sc12 span { color: #588197;}
.ms3 .sc1 span { color: #E94638;}
.ms3 .sc2 span { color: #297E7F;}
.ms3 .sc3 span { color: #7297C9;}
.ms3 .sc4 span { color: #CF7894;}
.ms3 .sc5 span { color: #F1891B;}
.ms3 .sc6 span { color: #58BFBD;}
.ms3 .sc7 span { color: #9CC813;}
.ms3 .sc8 span { color: #C55A5B;}
.ms1 .j-sub-cate .sc1:hover,
.ms1 .j-sub-cate .sc1.active,
.tag-list .ic1_1 { background: #1F51A2;}
.ms1 .j-sub-cate .sc2:hover,
.ms1 .j-sub-cate .sc2.active,
.tag-list .ic1_2 { background: #7F892C;}
.ms1 .j-sub-cate .sc3:hover,
.ms1 .j-sub-cate .sc3.active,
.tag-list .ic1_3 { background: #679DC5;}
.ms1 .j-sub-cate .sc4:hover,
.ms1 .j-sub-cate .sc4.active,
.tag-list .ic1_4 { background: #898989;}
.ms2 .j-sub-cate .sc1:hover,
.ms2 .j-sub-cate .sc1.active,
.tag-list .ic2_1 { background: #EA609E;}
.ms2 .j-sub-cate .sc2:hover,
.ms2 .j-sub-cate .sc2.active,
.tag-list .ic2_2 { background: #368FA5;}
.ms2 .j-sub-cate .sc3:hover,
.ms2 .j-sub-cate .sc3.active,
.tag-list .ic2_3 { background: #6EB92B;}
.ms2 .j-sub-cate .sc4:hover,
.ms2 .j-sub-cate .sc4.active,
.tag-list .ic2_4 { background: #157E3B;}
.ms2 .j-sub-cate .sc5:hover,
.ms2 .j-sub-cate .sc5.active,
.tag-list .ic2_5 { background: #30B4E9;}
.ms2 .j-sub-cate .sc6:hover,
.ms2 .j-sub-cate .sc6.active,
.tag-list .ic2_6 { background: #9B512E;}
.ms2 .j-sub-cate .sc7:hover,
.ms2 .j-sub-cate .sc7.active,
.tag-list .ic2_7 { background: #CA8E49;}
.ms2 .j-sub-cate .sc8:hover,
.ms2 .j-sub-cate .sc8.active,
.tag-list .ic2_8 { background: #D3A129;}
.ms2 .j-sub-cate .sc9:hover,
.ms2 .j-sub-cate .sc9.active,
.tag-list .ic2_9 { background: #985AA1;}
.ms2 .j-sub-cate .sc10:hover,
.ms2 .j-sub-cate .sc10.active,
.tag-list .ic2_10 { background: #6CBF87;}
.ms2 .j-sub-cate .sc11:hover,
.ms2 .j-sub-cate .sc11.active,
.tag-list .ic2_11 { background: #F9C059;}
.ms2 .j-sub-cate .sc12:hover,
.ms2 .j-sub-cate .sc12.active,
.tag-list .ic2_12 { background: #588197;}
.ms3 .j-sub-cate .sc1:hover,
.ms3 .j-sub-cate .sc1.active,
.tag-list .ic3_1 { background: #E94638;}
.ms3 .j-sub-cate .sc2:hover,
.ms3 .j-sub-cate .sc2.active,
.tag-list .ic3_2 { background: #297E7F;}
.ms3 .j-sub-cate .sc3:hover,
.ms3 .j-sub-cate .sc3.active,
.tag-list .ic3_3 { background: #7297C9;}
.ms3 .j-sub-cate .sc4:hover,
.ms3 .j-sub-cate .sc4.active,
.tag-list .ic3_4 { background: #CF7894;}
.ms3 .j-sub-cate .sc5:hover,
.ms3 .j-sub-cate .sc5.active,
.tag-list .ic3_5 { background: #F1891B;}
.ms3 .j-sub-cate .sc6:hover,
.ms3 .j-sub-cate .sc6.active,
.tag-list .ic3_6 { background: #58BFBD;}
.ms3 .j-sub-cate .sc7:hover,
.ms3 .j-sub-cate .sc7.active,
.tag-list .ic3_7 { background: #9CC813;}
.ms3 .j-sub-cate .sc8:hover,
.ms3 .j-sub-cate .sc8.active,
.tag-list .ic3_8 { background: #C55A5B;}
.j-sub-cate .btn.active span,
.j-sub-cate .btn:hover,
.j-sub-cate .btn:hover span {
  color:#fff;
}

.senior-interv {
  display: none;
  overflow: hidden;
  padding-bottom: 120px;
}
.senior-interv.ms1 {
  background: rgba(119, 146, 198, 0.15);
}
.senior-interv.ms2 {
  background: rgba(111, 163, 183, 0.15);
}
.senior-interv.ms3 {
  background: rgba(112, 180, 120, 0.15);
}
.l-oth-intv {
  padding-top: 60px;
  text-align: center;
}
.l-oth-intv .btn:active {
  color:#fff;
}
.sint .h-cc {
  margin-top: -50px;
  margin-bottom: 34px;
}
.sint .h-cc .t-cc {
  width: 420px;
  height: 420px;
  background: #fff;
  border-radius: 50%;
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#368FA5;
  text-align: center;
}
.h-cc .t-cc .jt {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  padding-top: 40px;
  margin-bottom: 12px;
}
.senior-interv .s-desc {
  text-align: justify;
}
.sint .ass-info {
  max-width: 500px;
  margin:auto;
  border:2px solid #368FA5;
  border-radius: 16px;
  background: #fff;
  padding:25px;
}
.ass-info .at {
  text-align: center;
  color:#368FA5;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.ass-info .a-txt {
  font-size: 16px;
  line-height: 26px;
}
.sint .s-desc,
.sint .ass-info  {
  margin-bottom: 50px;
}
.sint .si-box {
  position: relative;
  max-width: 1200px;
  margin:auto;
  background: #fff;
  border-radius: 30px;
  padding:0 20px 80px;
}
.sint-tag {
  max-width: 460px;
  margin:auto;
  margin-bottom: 60px;
  color:#fff;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  padding:15px;
  border-radius: 0 0 20px 20px;
}
.sint-desc {
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
}
.si-box .prof {
  margin-bottom: 60px;

}
.si-box .prof figure img {
  border-radius: 20px;
}
.prof .ip-data {
  padding-left: 40px;
  flex:1 0 0%;
}
.ip-data .tn {
  position: relative;
  padding-left: 32px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 6px;
  color:#6FA3B7;
  margin-bottom: 6px;
}
.ip-data .tn:before {
  content:"";
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/index/ic-interv-data.svg);
  background-size: 100%;
  width: 20px;
  height: 24px;
}
.ip-data .t-item {
  font-size: 20px;
  line-height: 32px;
}
.ip-data .t-item>span {
  display: inline-block;
}
.ip-data .t-item .h {
  font-weight: 600;
  width: 80px;
}
.wtype-tag {
  margin-top: 10px;
  margin-bottom: 12px;
}
.wtype-tag>span {
  display: inline-block;
  border-radius: 8px;
  padding:5px 15px;
  color:#fff;
  font-size: 20px;
}
.wtype-desc {
  font-size: 15px;
  line-height: 28px;
}
.interv-cont {
  position: relative;
}
.interv-cont.iv-c2 {
  padding-top: 120px;
}
.interv-cont.iv-c2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:60px;
  height: 1px;
  width: 500px;
  background: #ccc;
}
.interv-wrap>.row {
  margin:0 -25px 50px;
}
.interv-wrap>.row>div {
  padding:0 25px;
}
.interv-wrap .cont .n-i {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 18px;
}
.interv-wrap .cont .txt {
  line-height: 32px;
}
.interv-wrap .inv-thumb img {
  border-radius: 30px;
}
.interv-wrap .video-cont {
  text-align: center;
}
.interv-wrap .video-cont .v-t {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.video-cont .v-thumb {
  position: relative;
}
.v-thumb a {
  position: relative;
  display: inline-block;
}
.v-thumb a:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/index/content-01-btn-play.svg);
  background-size: 100%;
  width: 60px;
  height: 60px;
}
.v-thumb a:hover:before {
  opacity: 0.8;
}
.ms1 .interv-wrap .n-i,
.ms1 .interv-wrap .v-t {
  color: #7792C6;}
.ms2 .interv-wrap .n-i,
.ms2 .interv-wrap .v-t {
  color: #6FA3B7;}
.ms3 .interv-wrap .n-i,
.ms3 .interv-wrap .v-t {
  color: #70B478;}

.interv-wrap .l-wtype-more,
.es7 .l-more {
  margin-top: 50px;
  text-align: right;
}
.l-wtype-more.t-tech {
  display: none;
}
.l-wtype-more a,
.es7 .l-more a {
  position: relative;
  display: inline-block;
  color:#4986EA;
  padding-right: 28px;
  font-size: 25px;
  line-height: 32px;
}
.l-wtype-more a:after,
.es7 .l-more a:after {
  content:"";
  position: absolute;
  top:55%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center url(../img/index/arrow-inside-circle-right-blue.svg);
  background-size: 100%;
  width: 22px;
  height: 22px;
}

.sec-career {
  padding:100px 0;
}
.sec-career .tt-row h2 {
  margin-bottom: 0;
  font-size: 36px;
}
.career-item {
  padding:100px 0 80px;
}
.career-item:last-child {
  border-top: 1px solid #000;
  padding-bottom: 0;
}
.career-item .prof-wrap {
  position: relative;
}
.ci2 .row-prof {
  flex-direction: row-reverse;
}
.ci1 .prof-wrap figure {
  padding-left: 32px;
}
.ci2 .prof-wrap figure {
  padding-right: 32px;
}
.ci2 .prof-wrap figure img {
  float: right;
}
.career-item .prof-wrap figure img {
  border-radius: 30px;
  max-width: unset;
}
.prof-wrap .no {
  position: absolute;
  top:-32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 12px;
  padding:8px;
  text-align: center;
  color:#fff;
  font-size: 24px;
  line-height: 40px;
}
.ci1 .no {
  left: 0;
  background: #90ABE8;}
.ci2 .no {
  right: 0;
  background: #7AC4B8;}
.prof-wrap .no span {
  display: inline-block;
}
.prof-wrap .no .num {
  font-size: 40px;
}
.career-item .prof-box {
  border-radius: 20px;
  padding:20px 22px;
  color:#fff;
}
.ci1 .prof-box {
  background: #90ABE8;
  margin-top: 120px;
}
.ci2 .prof-box {
  background: #7AC4B8;
  margin-top: 180px;
}
.prof-box .data {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.prof-box .data>div {
  display: inline-block;
  vertical-align: middle;
}
.prof-box .data .t {
  position: relative;
  padding-left: 32px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 6px;
}
.prof-box .data .t:before {
  content:"";
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/index/content-02-ico-data.svg);
  background-size: 100%;
  width: 20px;
  height: 24px;
}
.prof-box .data .tag {
  display: inline-block;
  float: right;
  background: #fff;
  border-radius: 6px;
  margin-top: 2px;
  color:#90ABE8;
  font-size: 18px;
  line-height: 20px;
  padding:2px 10px;
}
.ci2 .prof-box .data .tag {
  color:#7AC4B8;
}
.prof-box .dl-st {
  display: flex;
  flex-wrap: wrap;
  line-height: 24px;
  margin-bottom: 12px;
}
.prof-box .dl-st dt,
.prof-box .dl-st dd {
  flex:0 0 auto;
}
.prof-box .dl-st dt {
  width: 25%;
}
.prof-box .dl-st dd {
  width: 75%;
}
.prof-box .txt {
  font-size: 15px;
  line-height: 25px;
}
.career-item .cr-intv-wrap {
  margin-top: 50px;
}
.cr-intv-wrap>.row {
  margin:0 -27px;
}
.cr-intv-wrap>.row>div {
  padding:0 27px;
}
.cr-intv-wrap .inv {
  margin-bottom: 40px;
}
.cr-intv-wrap .inv .t {
  font-weight: 600;
  font-size: 24px;
  color:#90ABE8;
  margin-bottom: 20px;
}
.ci2 .cr-intv-wrap .inv .t {
  color:#7AC4B8;
}
.cr-intv-wrap .inv .txt {
  line-height: 32px;
}
.cr-intv-wrap .inv-photo {
  text-align: center;
}
.cr-intv-wrap .inv-photo img {
  border-radius: 20px;
}
.ci2 .cr-intv-wrap>.row {
  margin-bottom: -40;
}
.ci2 .cr-intv-wrap .inv-photo {
  margin-bottom: 40px;
}

.sec-org {
  padding:150px 0;
  background: #5C8FE0;
}
.sec-org .tt-row {
  color:#fff;
}
.sec-org .tt-row h2:after {
  background: #fff;
}
.sec-org .note {
  text-align: right;
  color:#fff;
  margin-bottom: 12px;
}
.org-wrap .w-box {
  background: #fff;
  border-radius: 24px;
  padding:40px 24px;
  color:#5C8FE0;
  margin-bottom: 24px;
}
.row-org .w-box.wb1 {
  position: relative;
}
.w-box.wb1 .org-photo {
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -120px;
}
.org-wrap .w-box .tt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.w-box .row-dep {
  margin:0 -8px;
}
.w-box .row-dep>div {
  padding:0 8px;
}
.row-org a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border:1px solid #5C8FE0;
  padding:16px 14px;
  border-radius: 8px;
  color:#5C8FE0;
}
.row-org a:hover {
  text-decoration: none;
  background: #5C8FE0;
  color:#fff;
}
.row-org a .n {
  position: relative;
  margin-bottom: 10px;
  line-height: 32px;
}
.row-org .wb1 .row-dep>div:last-child a {
  margin-bottom: 0;
}
.row-org .wb1 .row-dep>div:last-child a .n {
  margin-bottom: 0;
}
.row-org a .n:before {
  content:"";
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/index/arrow-with-shaft-right-blue.svg);
  background-size: 100%;
  width: 18px;
  height: 18px;
}
.row-org a:hover .n:before {
  background: no-repeat center url(../img/index/arrow-with-shaft-right-white.svg);
  background-size: 100%;
}
.row-org a .n>span {
  display: inline-block;
  vertical-align: middle;
}
.row-org a .n .tn {
  font-size: 22px;
  font-weight: 500;
}
.row-org a .n .tag {
  font-size: 14px;
  line-height: 18px;
  padding:4px 8px;
  border:1px solid #5C8FE0;
  margin-left: 10px;
}
.row-org a:hover .n .tag {
  border-color:#fff;
}
.row-org a .bt {
  position: relative;
  color:#505050;
  font-size: 13px;
  line-height: 20px;
}
.row-org a .bt .m {
  padding-left: 45px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-org a:hover .bt .m {
  color:#fff;
}
.row-org a .bt span {
  position: absolute;
  display: inline-block;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  padding:0 4px 0 6px;
  background: #505050;
  color:#fff;
  line-height: 22px;
  font-size: 13px;
}
.row-org a .bt span:after {
  content:"";
  position: absolute;
  top:0;
  right: -5px;

  border-left: 5px solid #505050;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.row-org .col-r .row-dep {
  margin-bottom: -20px;
}
.row-org .col-r a {
  padding:14px;
}
.row-org .col-r a .n {
  margin-bottom: 0;
  line-height: 30px;
}
.row-org .col-r a .n .tn {
  font-size: 20px;
}
.col-r .n-t {
  font-size: 20px;
  line-height: 30px;
  padding: 14px 10px;
}
.row-org .col-r .wb4 .wb-r1 {
  margin-bottom: 0;
}



.sec-charm {
  padding: 60px;
  background: #164C88;
}
.charm-wrap {
  position: relative;
  background: #fff;
  border-radius: 120px;
  padding:0 20px 80px;
}
.charm-wrap>.container {
  position: relative;
}
.charm-wrap .cn-ic {
  display: inline-block;
  padding:15px 30px;
  border-radius: 0 0 20px 20px;
  background: #164C88;
  margin-bottom: 10px;
}
.num-wrap {
  padding:50px 0 70px;
}
.num-wrap .n-box {
  border-radius: 40px;
  height: 100%;
  text-align: center;
  color:#fff;
  line-height: 24px;
  margin-bottom: 24px;
}
.num-wrap .r1 {
  margin-bottom: 30px;
}
.r1 .n-box {
  padding:26px;
}
.r2 .n-box {
  padding:18px;
}
.n-box.b1 {
  background: #8ECAF0;}
.n-box.b2 {
  background: #8ED59E;}
.n-box.b3 {
  background: #7FA1E2;}
.n-box.b4 {
  background: #DBB179;}
.n-box.b5 {
  background: #76BACB;}
.n-box.b6 {
  background: #A1A7C3;}
.n-box.b7 {
  background: #9CAFB4;}

.n-box .t {
  font-size: 24px;
  margin-bottom: 18px;
}
.r2 .n-box .t {
  font-size: 20px;
  margin-bottom: 8px;
}
.n-box .val {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.r2 .n-box .val {
  margin-bottom: 6px;
  font-size: 20px;
}
.n-box .val>span {
  display: inline-block;
  vertical-align: bottom;
}
.n-box .val .num {
  font-size: 64px;
  line-height: 58px;
}
.r2 .n-box .val .num {
  font-size: 54px;
  line-height: 48px;
}
.n-box .val sup {
  font-size: 70%;
}
.n-box .nw {
  position: relative;
  bottom: -14px;
  font-size: 12px;
  line-height: 14px;
}
.cb-map {
  text-align: center;
  margin-bottom: 90px;
}
.cb-map .map-area {
  text-align: center;
}
.cul-wrap .t {
  font-size: 24px;
  text-align: center;
  margin-bottom: 36px;
}
.cul-box {
  height: 100%;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  padding:30px 0;
}
.cul-box .t {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}
.cul-box.cul2 .txt {
  max-width: 336px;
  margin:auto;
}
.cul-box figure {
  text-align: center;
}
.cul-box figcaption {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
}
.cul1 figure {
  margin-top: 4px;
}
.cul2 .row {
  margin-top: 35px;
}


.sec-env {
  padding: 160px 0 50px;
}
.sec-env .env-menu {
  margin:70px 0;
}
.sec-env .env-wrap {
  margin-bottom: 80px;
}
.sec-env .env-wrap:last-child {
  margin-bottom: 0;
}
.env-menu .btn {
  width: 100%;
  color:#fff;
  font-size: 20px;
  line-height: 24px;
  padding:18px;
  border:1px solid;
  background: #7DD1BE;
}
.env-menu .btn .ic-arr-down {
  right: 9px;
}
.env-menu .btn.m1:hover {
  border-color:#7DD1BE;
  color:#7DD1BE;
}
.env-menu .btn.m1:hover .ic-arr-down .c{
  stroke:#7DD1BE;
}
.env-menu .btn.m2 {
  background: #77C3F2;
  border-color:#77C3F2;
}
.env-menu .btn.m2:hover {
  color:#77C3F2;
}
.env-menu .btn.m2:hover .ic-arr-down .c{
  stroke:#77C3F2;
}
.env-menu .btn.m3 {
  background: #9CAADD;
  border-color:#9CAADD;
}
.env-menu .btn.m3:hover {
  color:#9CAADD;
}
.env-menu .btn.m3:hover .ic-arr-down .c{
  stroke:#9CAADD;
}
.env-menu .btn:hover {
  background: #fff;
}

.env-wrap .inn-box {
  padding-top: 0;
}
.env-wrap .h-row {
  text-align: center;
}
.env-wrap .h-row h3 {
  position: relative;
  display: inline-block;
  color:#fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  padding-top: 134px;
  margin-bottom: 98px;
}
.h-row h3 span {
  display: inline-block;
  position: relative;
}
.env-wrap .h-row h3:before {
  content:"";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:-80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  padding-top: 135px;
}
.env-wrap .h-row h3:after {
  content:"";
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 72px;
}
.env1 .h-row h3:before {
  background: #7DD1BE;
}
.env1 .h-row h3:after {
  background: no-repeat center url(../img/index/content-04-title-ico.svg);
  background-size: 100%;
}
.env2 .h-row h3 {
  padding-top: 100px;
}
.env2 .h-row h3:before {
  background: #77C3F2;
}
.env2 .h-row h3:after {
  top:35%;
  background: no-repeat center url(../img/index/content-05-title-ico.svg);
  background-size: 100%;
}
.env3 .h-row h3:before {
  background: #9CAADD;
}
.env3 .h-row h3:after {
  background: no-repeat center url(../img/index/content-08-title-ico.svg);
  background-size: 100%;
}
.grow-map {
  margin-top: 35px;
  text-align: center;
}
.env-wrap .env-sub {
  margin-top: 100px;
}
.env-sub>.t {
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 60px;
}
.env-sub .sys-item {
  margin-bottom: 70px;
}
.env-sub .sys-item:last-child {
  margin-bottom: 0;
}
.sys-item>.n {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.sys-item>.n span {
  display: inline-block;
  color:#fff;
  background: #000;
  border-radius: 12px 12px 0 0;
  font-size: 24px;
  padding:5px 20px;
}
.sys-item .s-desc {
  text-align: justify;
}
.sys-item .txt {
  font-size: 16px;
  line-height: 32px;
}
.sys-haken {
  padding-top: 50px;
}
.hk-case .ct {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 6px;
}
.hk-case .ci:last-child {
  margin-top: 6px;
}
.row-haken {
  margin:0 -30px 0;
}
.row-haken>div {
  padding:0 30px;
}
.hk-interv .ht {
  font-weight: 600;
  color:#76BEAA;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.hk-interv:first-child {
  margin-bottom: 40px;
}
.row-haken figure {
  margin-bottom: 40px;
}
.row-haken figure img {
  border-radius: 30px;
}
.row-haken .hk-data {
  background: #76BEAA;
  border-radius: 20px;
  padding: 18px 24px;
  color:#fff;
}
.hk-data .dt {
  position: relative;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding-left: 22px;
  letter-spacing: 6px;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.hk-data .dt:before {
  content:"";
  position: absolute;
  left: 0;
  top:46%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/index/content-02-ico-data.svg);
  background-size: 100%;
  width: 20px;
  height: 24px;
}
.hk-data .dl-st {
  display: flex;
  flex-wrap: wrap;
  line-height: 24px;
}
.hk-data .dl-st dt,
.prof-box .dl-st dd {
  flex:0 0 auto;
}
.hk-data .dl-st dt {
  width: 25%;
}
.hk-data .dl-st dd {
  width: 75%;
}
.mt-wrap {
  margin-top: 40px;
}
.mt-wrap>.row {
  margin:0 -35;
}
.mt-wrap>.row>div {
  padding:0 35px;
}
.mt-interv .prof {
  display: flex;
  margin-bottom: 40px;
}
.mt-interv .prof img {
  border-radius: 50%;
}
.mt-interv .prof .pi {
  flex: 1 0 0%;
  padding-left: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.prof .pi .mt-tag {
  display: inline-block;
  color:#fff;
  font-size: 20px;
  padding:4px 15px;
  margin-bottom: 10px;
  background: #6FA3B7;
  border-radius:8px;
}
.prof .pi .i1,
.prof .pi .i2 {
  font-size: 16px;
  line-height: 24px;
}
.prof .pi .i2 {
  margin-top: 6px;
}
.mti {
  margin-bottom: 40px;
  line-height: 32px;
}
.mti .mt-q {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: 600;
  color:#76BEAA;
}
.mt-wrap .mmt-thumb {
  text-align: center;
}
.mmt-thumb img {
  border-radius: 36px;
}
.career-path-exm {
  margin-top: 50px;
}
.career-path-exm .c-t {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.career-path-exm .cp-map {
  text-align: center;
}
.career-path-exm .cp-note {
  max-width: 800px;
  margin:auto;
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
}

.env2 .env-sub {
  margin-top: 0;
  margin-bottom: 90px;
}
.env2 .env-sub:last-child {
  margin-bottom: 20px;
}
.env2 .env-sub.es1 {
  margin-top: 40px;
}
.env2 .env-sub>.row {
  margin:0 -25px;
}
.env2 .env-sub>.row>div {
  padding:0 25px;
}
.we .we-t {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.es1 .we .we-t {
  color:#5876C9;
}
.es2 .we .we-t {
  color:#58B3C9;
}
.es3 .we .we-t {
  color:#58C9C9;
}
.env2 .we .txt {
  font-size: 15px;
  line-height: 30px;
}
.env2 .we-note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 22px;
}

.es2 .es-i .we {
  padding-right: 30px;
  flex: 1 0 0%;
}
.es2 .es-i figure img {
  border-radius: 16px;
}
.es3 .e-desc {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 50px;
}
.es3 .col-gm figure {
  margin-top: 20px;
}
.es3 .col-gm figure img {
  border-radius: 20px;
}
.es3 .col-we2 .we {
  margin-bottom: 34px;
}
.s-chil-map {
  margin-top: -30px;
}

.child-re {
  position: relative;
  margin-top: 100px;
  padding-bottom: 40px;
}
.child-re:before,
.child-re:after {
  content:"";
  position: absolute;
  left: -140px;
  width: 1210px;
  background: #7CBEEF;
}
.child-re:before {
  height: 10px;
  top:20px;
}
.child-re:after {
  height: 5px;
  bottom: 0;
}
.child-re .cr-tt {
  margin-bottom: 60px;
}
.child-re .cr-tt span {
  position: relative;
  display: inline-block;
  background: #fff;
  font-weight: 500;
  font-size: 28px;
  padding:8px 12px;
}
.child-re>.row {
  margin:0 -40px;
}
.child-re>.row>div {
  padding:0 40px;
}
.cr-prof {
  margin-bottom: 40px;
}
.cr-prof img {
  border-radius: 30px;
}
.cr-prof .prof-st {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-top: -58px;
  border-radius: 20px;
  background: #7CBEEF;
  padding:18px;
  color:#fff;
  font-size: 16px;
  line-height: 22px;
}
.cr2.cr-prof .prof-st {
  max-width: 340px;
}
.cr-prof .prof-st dl {
  display: flex;
  flex-wrap: wrap;
}
.prof-st dl dt {
  width: 25%;
}
.prof-st dl dd {
  width: 75%;
}
.cr-intv {
  margin-bottom: 40px;
}
.cr-intv .ci-t {
  text-align: justify;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: 600;
  color:#7CBEEF;
}
.env2 .es5>.row {
  margin: 0 -15px;
}
.env2 .es5>.row>div {
  padding:0 15px;
  margin-bottom: 30px;
}
.es5 .n-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:16px;
  border-radius: 30px;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
}
.es5 .eb1 { background:#9CAADD; }
.es5 .eb2 { background:#91ADD8; }
.es5 .eb3 { background:#8CC477; }
.es5 .eb4 { background:#91ADD8; }
.es5 .eb5 { background:#83B6E8; }
.es5 .eb6 { background:#76BACB; }
.es5 .n-box .t {
  font-size: 22px;
}
.es5 .n-box .t {
  margin-bottom: 12px;
}
.es5 .n-box .val {
  margin-bottom: 15px;
}
.es5 .n-box .nw {
  bottom:0;
  line-height: 18px;
}
.es5 .eb4 .t2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
.es5 .row-ch-s .val {
  font-size: 20px;
}
.es5 .row-ch-s .val>span {
  vertical-align: unset;
}
.es5 .row-ch-s .val .num {
  font-size: 40px;
  line-height: 30px;
}

.es6 .s-desc {
  margin:0 -20px;
}
.es6 .w-dis {
  margin:50px auto;
  width: 620px;
}
.es6 .w-dis>.row {
  margin:0 -4px;
  margin-bottom: -8px;
}
.es6 .w-dis>.row>div {
  padding:0 4px;
  margin-bottom: 8px;
}
.w-dis .dis-box {
  display: flex;
  align-items: center;
  padding:30px 50px;
  color:#fff;
  min-height: 300px;
  height: 100%;
}
.w-dis .dis-box .inn {
  max-width: 210px;
}
.w-dis .d1,.w-dis .d3 {
  padding-right: 30px;
  justify-content: end;
}
.w-dis .d2,.w-dis .d4 {
  padding-left: 30px;
}
.w-dis .dis-box .d-tt {
  background: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  padding:4px;
  margin-bottom: 10px;
}
.w-dis .d1 {
  background: #76BACB;
  border-radius: 120px 0 0 0;
}
.w-dis .d1 .d-tt { color: #76BACB; }
.w-dis .d2 {
  background: #83B6E8;
  border-radius: 0 120px 0 0;
}
.w-dis .d2 .d-tt { color: #83B6E8; }
.w-dis .d3 {
  background: #8CC477;
  border-radius: 0 0 0 120px;
}
.w-dis .d3 .d-tt { color: #8CC477; }
.w-dis .d4 {
  background: #9CAADD;
  border-radius: 0 0 120px 0;
}
.w-dis .d4 .d-tt { color: #9CAADD; }
.dis-box .txt {
  font-size: 15px;
  line-height: 28px;
}
.dis-box .dis-note {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
}
.es6 .btm-d-note {
  font-size: 15px;
}

.env-wrap.env3 .h-row h3 {
  margin-bottom: 120px;
}
.env3 .cond-i {
  margin-bottom: 110px;
}
.env3 .cond-i:last-child {
  margin-bottom: 0;
}
.cond-i .t {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 40px;
}
.cond-i .l-detail,
.sec-career .l-detail {
  margin-top: 50px;
  text-align: center;
}
.cond-i .l-detail .btn,
.l-oth-intv .btn {
  background: #4886D9;
  padding:12px 30px;
  color:#fff;
  text-align: center;
}
.l-oth-intv .btn {
  background: #4986EA;
}
.sec-career .l-detail .btn {
  background: #90ABE8;
  padding:12px 30px;
  color:#fff;
  text-align: center;
}
.sec-career .ci2 .l-detail .btn {
  background: #7DD1BE;
  padding:12px 30px;
  color:#fff;
  text-align: center;
}
.l-oth-intv .btn:hover {
  background: #3E6EBE;
}
.cond-i .l-detail .btn:hover {
  background: #558EE5;
}
.sec-career .l-detail .btn:hover {
  background: #558EE5;
}
.sec-career .ci2 .l-detail .btn:hover {
  background: #4FC478;
}
.cond-i .l-detail .btn span,
.l-oth-intv .btn span,
.sec-career .l-detail .btn span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 24px;
  line-height: 34px;
}
.cond-i .l-detail .btn span:before,
.l-oth-intv .btn span:before,
.sec-career .l-detail .btn span:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center url(../img/index/arrow-right-white.svg);
  background-size: 100%;
  width: 12px;
  height: 12px;
}
.table.start-sala {
  text-align: center;
  font-size: 20px;
}
.start-sala thead th {
  background: #A6BCC9;
  color:#fff;
  font-weight: 500;
  border:4px solid #fff;
}
.start-sala tbody tr td {
  width: 50%;
}
.start-sala tbody tr td:first-child {
  text-align: left;
  padding-left: 14%;
}
.cond-i .row-allow {
  margin:0 -2px;
}
.cond-i .row-allow>div {
  padding:0 2px;
}
.alw-box {
  background: #92C6C7;
  height: 100%;
  padding:30px 15px;
  color:#fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.alw-box.al1 {
  border-radius: 30px 0 0 30px;
}
.alw-box.al2 {
  border-radius: 0 30px 30px 0;
}
/*.alw-box.al3 {
  border-radius: 0 0 40px 40px;
}
.alw-box.al3 span {
  font-size: 22px;
}*/
.alw-box .tg {
  max-width: 200px;
  margin:0 auto 20px;
  border:2px solid #fff;
  padding:2px;
  font-size: 22px;
}
.alw-box.al1 .t-val {
  padding-top: 15px;
}
.alw-box.al2 .t-val {
  max-width: 300px;
  text-align: left;
  margin:auto;
}

.c-holiday {
  max-width: 840px;
  margin: auto;
}
.c-holiday .ch-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin:auto;
  text-align: center;
  color:#fff;
  font-weight: 500;
}
.c-holiday .ch-item:after {
  position: absolute;
  content: "＋";
  font-size: 28px;
  font-weight: 500;
  color:#000;
  top:50%;
  transform: translateY(-50%);
  right: -35px;
}
.c-holiday>.row>div:last-child .ch-item:after {
  content:none;
}
.c-holiday .c1 .ch-item { background: #86D9E8; }
.c-holiday .c2 .ch-item { background: #A4D997; }
.c-holiday .c3 .ch-item { background: #9BC0E5; }
.c1 .ch-item .t1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}
.c1 .ch-item .t2 {
  margin-top: 6px;
  font-size: 14px;
  line-height: 22px;
}
.c1 .ch-item .t2 span {
  font-size: 18px;
}
.c-holiday .ch-note {
  margin-top: 25px;
  text-align: right;
  font-size: 14px;
  line-height: 24px;
}
.ch-item .tt {
  font-size: 24px;
  margin-bottom: 15px;
}
.ch-item .val {
  font-size: 28px;
  line-height: 36px;
}
.ch-item .val>span {
  display: inline-block;
}
.ch-item .val .num {
  font-weight: 600;
  font-size: 88px;
  line-height: 60px;
}

.qa-box {
  overflow: hidden;
  border-radius: 12px;
  border:1px solid #CCCCCC;
  line-height: 32px;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.qa-box .q {
  position: relative;
  padding:25px 40px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.qa-box .q:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%) rotate(180deg);
  right: 36px;
  background: no-repeat center url(../img/index/arrow-up-black.svg);
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.qa-box .a {
  display: none;
  font-size: 16px;
  padding:0 80px 30px;
  text-align: justify;
}
.qa-box .a p:last-child {
  margin-bottom: 0;
}
.qa-box .a a,
.qa-box .a a:active,
.qa-box .a a:visited {
  text-decoration: underline;
  color:#4886D9;
}
.qa-box .a a:hover {
  text-decoration: none;
}
.qa-box.opening .q:after {
  transform: translateY(-50%);
}

/* footer */
footer {
  padding:100px 0 60px;
}
.f-bnn {
  margin-bottom: 60px;
}
.f-bnn .row {
  text-align: center;
}
.f-bnn a {
  display: inline-block;
  border: 1px solid #D9D9D9;
}
.f-bnn a.b1:hover {
  border:1px solid #1764F0;
}
.f-bnn a.b2:hover {
  border:1px solid #64FEE2;
}
.f-bnn a.b3:hover {
  border:1px solid #DE94CD;
}
.info .i-txt {
  margin-top: 20px;
  line-height: 26px;
}
.f-sns {
  margin-top: 20px;
}
.f-link {
  text-align: right;
}
.f-copy {
  padding-top:  40px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

/* モダル */
.mb-wrap {
  display: none;
}
.mb-wrap .tt {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px;
}
.mb-wrap .desc {
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 28px;
}
.mb-wrap .w-type-c {
  margin-bottom: 35px;
}
.tag-list .tag {
  position: relative;
  display: inline-block;
  padding:18px 20px 18px 60px;
  border-radius: 8px;
  margin-right: 10px;
  color:#fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.tag-list .tag:last-child {
  margin-right: 0;
}
.tag-list .tag:before {
  content:"";
  position: absolute;
  left: 12px;
  top:50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.tag-list .ic1_1:before {
  background: no-repeat center url(../img/index/ico-category-01-child-01-on@2x.png);}
.tag-list .ic1_2:before {
  background: no-repeat center url(../img/index/ico-category-01-child-02-on@2x.png);}
.tag-list .ic1_3:before {
  background: no-repeat center url(../img/index/ico-category-01-child-03-on@2x.png);}
.tag-list .ic1_4:before {
  background: no-repeat center url(../img/index/ico-category-01-child-04-on@2x.png);}
.tag-list .ic2_1:before {
  background: no-repeat center url(../img/index/ico-category-02-child-01-on@2x.png);}
.tag-list .ic2_2:before {
  background: no-repeat center url(../img/index/ico-category-02-child-02-on@2x.png);}
.tag-list .ic2_3:before {
  background: no-repeat center url(../img/index/ico-category-02-child-03-on@2x.png);}
.tag-list .ic2_4:before {
  background: no-repeat center url(../img/index/ico-category-02-child-04-on@2x.png);}
.tag-list .ic2_5:before {
  background: no-repeat center url(../img/index/ico-category-02-child-05-on@2x.png);}
.tag-list .ic2_6:before {
  background: no-repeat center url(../img/index/ico-category-02-child-06-on@2x.png);}
.tag-list .ic2_7:before {
  background: no-repeat center url(../img/index/ico-category-02-child-07-on@2x.png);}
.tag-list .ic2_8:before {
  background: no-repeat center url(../img/index/ico-category-02-child-08-on@2x.png);}
.tag-list .ic2_9:before {
  background: no-repeat center url(../img/index/ico-category-02-child-09-on@2x.png);}
.tag-list .ic2_10:before {
  background: no-repeat center url(../img/index/ico-category-02-child-10-on@2x.png);}
.tag-list .ic2_11:before {
  background: no-repeat center url(../img/index/ico-category-02-child-11-on@2x.png);}
.tag-list .ic2_12:before {
  background: no-repeat center url(../img/index/ico-category-02-child-12-on@2x.png);}
.tag-list .ic3_1:before {
  background: no-repeat center url(../img/index/ico-category-03-child-01-on@2x.png);}
.tag-list .ic3_2:before {
  background: no-repeat center url(../img/index/ico-category-03-child-02-on@2x.png);}
.tag-list .ic3_3:before {
  background: no-repeat center url(../img/index/ico-category-03-child-03-on@2x.png);}
.tag-list .ic3_4:before {
  background: no-repeat center url(../img/index/ico-category-03-child-04-on@2x.png);}
.tag-list .ic3_5:before {
  background: no-repeat center url(../img/index/ico-category-03-child-05-on@2x.png);}
.tag-list .ic3_6:before {
  background: no-repeat center url(../img/index/ico-category-03-child-06-on@2x.png);}
.tag-list .ic3_7:before {
  background: no-repeat center url(../img/index/ico-category-03-child-07-on@2x.png);}
.tag-list .ic3_8:before {
  background: no-repeat center url(../img/index/ico-category-03-child-08-on@2x.png);}
.tag-list .tag:before { background-size: 100%!important; }

.mb-wrap .tt-st {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
  font-weight: 500;
  margin-top: 25px;
}
.mb-wrap .tt2 {
  text-align: center;
  margin-bottom: 14px;
}
.mb-wrap .tt2 .n {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 22px;
  font-size: 22px;
  padding:4px 30px;
}
.mb-wrap .tt3 {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.mb-wrap .row-cont {
  margin:0 -20px;
}
.mb-wrap .row-cont.r-f {
  margin-bottom: 45px;
}
.mb-wrap .row-cont figure {
  text-align: center;
}
.mb-wrap .row-cont figure img {
  border-radius: 16px;
}
.mb-wrap .row-cont figure.img2p img {
  border-radius: 0;
}
.mb-wrap .row-cont figure:last-child {
  margin-top: 15px;
}
.mb-wrap .row-cont>div {
  padding:0 20px;
}
.mb-wrap .cont {
  font-size: 17px;
  line-height: 28px;
}
.mb-wrap .cont p {
  margin-bottom: 16px;
}
.mb-wrap .cont .b {
  font-weight: 600;
}
.mb-wrap .cont .sm {
  font-size: 13px;
  line-height: 22px;
}

.cbc-wrap .cb-n {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}
.cbc-wrap .c-note {
  font-size: 13px;
  line-height: 18px;
  margin-top: 6px;
}
.cbc-wrap figure {
  margin-top: 20px;
  text-align: center;
}

.top-wrap .site-logo {
  position: absolute;
  z-index: 5;
  top:15px;
  left: 15px;
}
.navbar.btm-nav-site {
  z-index: 800;
  background: #fff;
  padding:6px 0;
}
.btm-nav-site .nav-btm-fixed {
  flex-direction: unset;
}
.nav-btm-fixed>li:first-child {
  border-right: 1px solid #D9D9D9;
  padding-right: 12px;
  margin-right: 12px;
}
.nav-btm-fixed .btn,
.nav-btm-fixed .btn:hover,
.nav-btm-fixed .btn:visited,
.nav-btm-fixed .btn:active {
  background: #fff;
}
.nav-btm-fixed .btn {
  padding:2px 8px;
}
.nav-btm-fixed .btn:before {
  content:none;
}
.nav-btm-fixed .btn>span {
  display: inline-block;
  vertical-align: middle;
}
.nav-btm-fixed .btn .ic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
  padding: 12px;
}
.nav-btm-fixed .btn-exm .ic {
  background: #F08F3B;
}
.nav-btm-fixed .btn-exm-app .ic {
  background: #7DD1BE;
}
.nav-btm-fixed .btn .n {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.nav-btm-fixed .btn-exm,
.nav-btm-fixed .btn-exm:active {
  color:#F08F3B;
}
.nav-btm-fixed .btn-exm-app,
.nav-btm-fixed .btn-exm-app:active {
  color:#7DD1BE;
}
.btm-nav-site .navbar-toggler,
.btm-nav-site .navbar-toggler:focus,
.btm-nav-site .navbar-toggler:active {
  border: none;
  outline: none;
  box-shadow: none;
}

@media (max-width: 1500px) {
  .gov-msg {
    width: 840px;
    height: 840px;
  }
}
@media (max-width: 1450px) {
  .nav-site>.container-fluid {
    padding: 0 20px
  }
  .navbar-brand {
    padding-right: 60px;
  }
  .navbar-brand:before {
    width: 44px;
    height: 58px;
  }
  .navbar-brand img {
    width: 300px;
  }
  .nav-site .nav-link {
    font-size: 15px;
  }
  .nav-t-menu .n-btn .btn {
    padding:16px 22px 16px 60px;
    font-size: 18px;
  }
  main {margin-top: 88px;}

  .gov-msg {
    width: 800px;
    height: 800px;
  }
  .gov-msg .t {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 18px;
    padding-top: 16px;
  }
  .gov-msg p {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1299px) {
  .navbar-brand {
    padding-right: 50px;
  }
  .navbar-brand:before {
    width: 38px;
    height: 50px;
  }
  .navbar-brand img {
    width: 260px;
  }
  .nav-site .nav-link {
    font-size: 14px;
    line-height: 22px;
  }
  .nav-t-menu .n-btn .btn {
    padding:14px 18px 14px 50px;
    font-size: 16px;
    line-height: 20px;
  }
  .n-btn .btn:before {
    width: 28px;
    height: 28px;
    left: 10px;
  }
  main {margin-top: 80px;}
  .top-wrap {
    max-height: 840px;
  }
}
@media (max-width: 1199px) {
  .nav-site>.container-fluid {
    padding: 0 12px
  }
  .navbar-brand {
    padding-right: 40px;
  }
  .navbar-brand:before {
    width: 34px;
    height: 46px;
  }
  .navbar-brand img {
    width: 180px;
  }
  .nav-site .navbar-nav .dropdown-menu {
    top:25px;
    padding-top: 26px;
  }
  .nav-site .nav-link {
    font-size: 12px;
    line-height: 20px;
  }
  .nav-t-menu .n-btn .btn {
    padding:12px 14px 12px 40px;
    font-size: 15px;
    line-height: 16px;
  }
  .n-btn .btn:before {
    width: 20px;
    height: 20px;
    left: 8px;
  }
  main {margin-top: 64px;}
  .top-wrap {
    min-height: unset;
    max-height: 640px;
  }
  .top-wrap .hero {
    bottom: 14%;
  }
  .hero .h-t {
    width: 500px;
    margin-left: -10px;
  }
  .t-menu .btn {
    width: 220px;
    font-size: 20px;
    padding-left: 60px!important;
  }

  .sec-msg {
    padding:30px 0;
  }
  .msg-wrap .bg {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 116%;
    max-width: unset;
  }
  .gov-msg {
    width: 700px;
    height: 700px;
  }
  .gov-msg .t {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .gov-msg p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .sec-concept {
    padding-bottom: 30px;
  }

  .sec-jobs {
    padding:40px 0;
  }
  .cc-wrap .bg {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: unset;
    width: 120%;
  }
  .cc-wrap .cc-tt {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 25px;
  }
  .cc-wrap .cc-desc {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .ms-cate {
    left: auto;
    right: auto;
    padding:40px 0;
    transform: unset;
    width: auto;
    margin-left: -120px;
    margin-right: -120px;
  }
  .m-cate .btn, .m-cate .btn:active {
    width: 180px;
    height: 180px;
  }
  .m-cate .btn img {
    width: 70px;
  }
  .senior-interv {
    padding-bottom: 40px;
  }
  .j-sub-cate {
    max-width: 940px;
  }
  .j-sub-cate .btn {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    border:2px solid #fff;
  }
  .j-sub-cate .btn img {
    width: 80px;
  }
  .j-sub-cate .btn span {
    font-size: 17px;
  }
  section>.inn-box, .sec>.inn-box,
  .sint .si-box {
    margin: 0 15px;
  }
  .sint .h-cc .t-cc {
    width: 300px;
    height: 300px;
  }
  .h-cc .t-cc .jt {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .sec-career {
    padding: 60px 0;
  }
  section>.inn-box, .sec>.inn-box {
    padding:50px 30px;
  }
  .sec-org {
    padding:80px 0;
  }
  .charm-wrap {
    border-radius: 60px;
  }
  .charm-wrap .cn-ic {
    margin-top: -1px;
    padding:14px 24px;
  }
  .charm-wrap .cn-ic img {
    width: 50px;
  }
  .r1 .n-box {
    padding:20px 14px;
  }
  .r2 .n-box {
    padding:18px 14px;
  }
  .n-box .val {
    font-size: 20px;
  }
  .n-box .val .num {
    font-size: 46px;
    line-height: 40px;
  }
  .r2 .n-box .val .num {
    font-size: 42px;
    line-height: 34px;
  }
  .sec-env {
    padding:80px 0 50px;
  }

  .modal.mtype0 .modal-content {
    width: 100%;
    padding:0 30px;
  }
  #org-mdl .modal-body, #cbc-mdl .modal-body {
    max-width: 920px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  #gotop-btn {
    z-index: 600;
    bottom:80px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  #gotop-btn a img {
    width: 50px;
  }
  .navbar.nav-site {
    display: none;
  }
  .btm-nav-site>.container-fluid {
    padding-right: 0;
  }
  .btm-nav-site .navbar-collapse {
    padding:20px 0;
  }
  .nav-btm-menu {
    text-align: center;
  }
  .nav-btm-menu>li {
    margin-bottom: 8px;
  }
  .nav-btm-menu .nav-link {
    color:#000;
    font-size: 18px;
    line-height: 26px;
  }
  .nav-btm-menu .env-msub {
    max-width: 210px;
    margin:auto;
  }
  .env-msub ul>li {
    margin-bottom: 4px;
  }

  .btm-nav-site .navbar-toggler {
    width: 64px;
    height: 64px;
    background: #000;
    border-radius: 0;
    margin:-8px 0;
  }
  .btm-nav-site .navbar-toggler-icon {
    background-image: url(../img/btn-menu-def.svg);
    width: 44px;
    height: 44px;
  }
  .btm-nav-site .navbar-toggler .close {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/btn-menu-close.svg);
    opacity: 1;
  }
  .navbar-toggler.collapsed>.close,.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
  }

  main {
    margin-top: 0;
  }
  .top-wrap {
    max-height: 500px;
  }
  .t-scro-l { display: none; }
  .hero .h-t {
    width: 380px;
    margin-left: 0;
  }
  .t-menu .btn {
    width: 190px;
    font-size: 17px;
  }

  .sec-h-menu {
    padding:40px 0;
  }
  .sec-h-menu .h-m-wrap {
    max-width: 500px;
    margin:auto;
    text-align: center;
  }
  .h-m-wrap>.row {
    margin-bottom: -24px;
  }
  .h-m-wrap>.row>div {
    margin-bottom: 24px;
  }
  .h-m-wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin:auto;
    border:1px solid #BEBEBE;
    box-shadow: 2px 2px 0px #BEBEBE;

    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  .h-m-wrap .btn .sm {
    font-size: 16px;
  }
  .top-wrap .t-clip-link {
    /*display: none;*/
    right: 10px;
    bottom: 10px;
  }
  .t-clip-link .btn {
    font-size: 15px;
    line-height: 20px;
    padding:6px;
    width: 144px;
  }
  .msg-wrap {
    padding: 0;
  }
  .msg-wrap .bg {
    display: none;
  }
  .gov-msg {
    width: auto;
    height: auto;
    background: transparent;
    padding:30px 0;
  }
  .gov-msg .t {
    padding-top: 0;
  }
  .sec-msg .msg-img1,
  .sec-msg .msg-img2 {
    text-align: center;
  }

  .cc-wrap .bg {
    width: 150%;
  }
  .cc-wrap .cc-tt {
    font-size: 30px;
    line-height: 40px;
    padding-top: 80px;
  }
  .cc-wrap .cc-tt:before {
    width: 48px;
    height: 60px;
  }

  .tt-row {
    margin-bottom: 30px;
  }
  .tt-row h2 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .tt-row .st {
    font-size: 20px;
    line-height: 28px;
  }

  .m-cate .btn, .m-cate .btn:active {
    width: 160px;
    height: 160px;
  }
  .m-cate .btn:hover, .m-cate .btn.active {
    border-radius: 30px;
  }
  .m-cate .btn span {
    font-size: 18px;
    line-height: 20px;
  }
  .j-sub-cate {
    width: 100vw;
    max-width: 700px;
  }
  .j-sub-cate .btn {
    width: 120px;
    height: 120px;
  }
  .j-sub-cate .btn img {
    width: 60px;
  }
  .j-sub-cate .btn span {
    font-size: 16px;
  }
  .sint .h-cc .t-cc {
    width: 250px;
    height: 250px;
  }
  .h-cc .t-cc .jt {
    font-size: 28px;
    line-height: 38px;
  }
  .h-cc .t-cc .ic img {
    width: 90px;
  }
  .sint-tag {
    max-width: 380px;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 38px;
    padding:12px;
  }
  .sint-desc {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .interv-wrap>.row {
    margin:0 -15px 40px;
  }
  .interv-wrap>.row>div {
    padding:0 15px;
  }
  .interv-wrap .cont .n-i,
  .interv-wrap .video-cont .v-t {
    font-size: 20px;
    line-height: 28px;
  }
  .interv-wrap .video-cont .v-t {
    margin-bottom: 18px;
  }
  .interv-wrap .inv-thumb img {
    border-radius: 20px;
  }

  .sec-career .tt-row h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .cr-intv-wrap>.row {
    margin: 0 -15px;
  }
  .cr-intv-wrap>.row>div {
    padding: 0 15px;
  }

  .career-item .prof-wrap figure {
    padding:0 30px;
  }
  .career-item .prof-wrap figure img {
    width: 100%;
  }
  .career-item .prof-box {
    margin-top: 30px;
  }
  .cr-intv-wrap .inv .t {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .row-org .w-box.wb1 {
    margin-bottom: 120px;
  }
  .sec-charm {
    padding:60px 0;
  }
  .charm-wrap {
    border-radius: 40px;
    max-width: 720px;
    margin: auto;
  }
  .row-org a .n .tn {
    font-size: 20px;
    line-height: 26px;
  }
  .row-org a .n .tag {
    margin-left: 6px;
    padding:2px 6px;
  }
  #org-mdl .modal-body, #cbc-mdl .modal-body {
    padding:20px 20px;
    border-radius: 30px;
  }
  #org-mdl .btn-close, #cbc-mdl .btn-close {
    width: 30px;
    height: 30px;
    right: 18px;
    top:18px;
  }
  .mb-wrap .tt {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .mb-wrap .tt3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .mb-wrap .btn-detail {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 300px;
    padding:8px;
  }

  .charm-wrap .cn-ic {
    padding:10px 18px;
  }
  .charm-wrap .cn-ic img {
    width: 40px;
  }

  .num-wrap>.row {
    margin:0 -7px;
  }
  .num-wrap>.row>div {
    padding:0 7px;
  }
  .num-wrap .r1 {
    margin-bottom: 15px;
  }
  .n-box .val {
    font-size: 18px;
  }
  .n-box .val .num,
  .r2 .n-box .val .num {
    font-size: 38px;
    line-height: 36px;
  }
  .num-wrap .n-box {
    padding:15px 12px;
  }

  .cul2 .row {
    margin-bottom: -12px;
  }
  .cul2 .row>div {
    margin-bottom: 12px;
  }
  .cul-box figcaption {
    margin-top: 6px;
  }

  .sec-env .env-menu {
    margin:30px 0 40px;
  }
  .env-menu>.row {
    margin:0 -7px;
  }
  .env-menu>.row>div {
    padding:0 7px;
  }
  .env-menu .btn {
    font-size: 16px;
    padding:12px 10px;
  }
  .env-wrap .h-row h3 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 100px;
    margin-bottom: 70px;
  }
  .env2 .h-row h3 {
    padding-top: 80px;
  }
  .env-wrap .h-row h3:before {
    width: 260px;
    height: 260px;
  }
  .env-wrap .h-row h3:after {
    width: 60px;
    height: 60px;
  }
  .env-sub>.t {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .env-sub .sys-item {
    margin-bottom: 30px;
  }
  .sys-item>.n {
    margin-bottom: 18px;
  }
  .sys-item>.n span {
    font-size: 18px;
    line-height: 24px;
    padding:4px 15px;
  }
  .row-haken,
  .mt-wrap>.row {
    margin: 0 -12px;
  }
  .row-haken>div,
  .mt-wrap>.row>div {
    padding:0 12px;
  }
  .mt-wrap>.row>div:first-child {
    margin-bottom: 20px;
  }
  .mt-interv .prof {
    margin-bottom: 20px;
  }
  .mti .mt-q {
    line-height: 30px;
    margin-bottom: 16px;
  }

  .env2 .env-sub {
    margin-bottom: 40px;
  }
  .env2 .we-note {
    margin-top: 8px;
  }
  .env2 .env-sub .we {
    margin-bottom: 20px;
  }
  .es3 .col-gm figure {
    margin:18px 0 30px;
    text-align: center;
  }
  .s-chil-map {
    margin-top: -15px;
  }

  .cr-prof {
    display: flex;
  }
  .cr-prof .prof-st {
    margin-top: 0;
    max-width: unset;
    flex: 1 0 0%;
    margin-left: 20px;
  }
  .child-re .cr-tt {
    margin-bottom: 30px;
  }
  .child-re .cr-tt span {
    font-size: 20px;
    padding:4px 8px;
  }
  .es6 .w-dis {
    margin:40px auto;
    max-width: 600px;
  }
  .w-dis .d1 {
    border-radius: 80px 0 0 0;
  }
  .w-dis .d2 {
    border-radius: 0 80px 0 0;
  }
  .w-dis .d3 {
    border-radius: 0 0 0 80px;
  }
  .w-dis .d4 {
    border-radius: 0 0 80px 0;
  }
  .w-dis .dis-box {
    padding:24px 40px;
    min-height: 280px;
  }
  .w-dis .dis-box .d-tt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .cond-i .t {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .start-sala tbody tr td:first-child {
    text-align: left;
    padding-left: 5%;
  }
  .cond-i .l-detail .btn span, .l-oth-intv .btn span,.sec-career .l-detail .btn span {
    font-size: 18px;
    line-height: 24px;
  }
  .alw-box {
    line-height: 28px;
  }

  .c-holiday .ch-item {
    width: 180px;
    height: 180px;
  }
  .c1 .ch-item .t1 {
    font-size: 30px;
    line-height: 40px;
  }
  .c1 .ch-item .t2 {
    font-size: 12px;
    line-height: 20px;
  }
  .c1 .ch-item .t2 span {
    font-size: 16px;
  }
  .ch-item .val {
    font-size: 20px;
    line-height: 28px;
  }
  .ch-item .val .num {
    font-size: 60px;
    line-height: 38px;
  }

  .qa-box .q {
    padding:20px;
    padding-right: 40px;
  }
  .qa-box .q:after {
    right: 20px;
  }
  .qa-box .a {
    padding:0 20px 20px;
  }

  footer {
    padding:60px 0 90px;
  }

}
@media (orientation: landscape) and (max-height: 767px) {
  .top-wrap {
    height: 580px;
  }
}
@media (max-width: 940px) {
  .cc-wrap .cc-desc {
    text-align: justify;
    font-size: 16px;
  }
  .s-desc {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
  }
  .s-desc br.d-none.d-md-block {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .top-wrap .site-logo img {
    width: 220px;
  }
  .btm-nav-site>.container-fluid {
    padding-left: 4px;
  }
  .nav-btm-fixed>li:first-child {
    padding-right: 10px;
    margin-right: 10px;
  }
  .nav-btm-fixed .btn {
    padding:2px 6px;
  }
  .nav-btm-fixed .btn .ic {
    width: 46px;
    height: 46px;
    margin-right: 6px;
    padding:10px;
  }
  .nav-btm-fixed .btn .n {
    font-size: 18px;
    line-height: 24px;
  }

  .top-wrap {
    max-height: 112vw;
  }
  .top-wrap .hero {
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    bottom: 20px;
    padding:0 12px;
  }

  #top-yt-v {
    min-height:unset;
    height: 66vw;
  }
  .hero .t-menu,
  .top-wrap .t-clip-link {
    display: none!important;
  }
  .t-menu .btn {
    padding:12px;
    padding-left: 50px!important;
  }
  .t-menu .btn-exm {
    margin-right: 10px;
  }
  .t-menu .btn:before {
    width: 32px;
    height: 32px;
  }
  .hero .l-clip .btn {
    padding:4px;
    background: #0a3276;
    border:1px solid #fff;
    border-radius: 8px;
    text-align: center;
    color:#fff;
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
    flex:1;
  }
  .hero .l-clip .btn:first-child {
    margin-right: 10px;
  }
  .sec-h-menu {
    padding:30px 0;
  }
  .h-m-wrap>.row {
    margin:0 -5px -10px;
  }
  .h-m-wrap>.row>div {
    padding:0 5px;
    margin-bottom: 10px;
  }
  .h-m-wrap .btn {
    padding:6px;
    font-size: 17px;
  }
  .h-m-wrap .btn .sm {
    font-size: 15px;
  }
  .h-m-wrap .t-menu .btn {
    height: auto;
    width: 100%;
    padding: 18px 8px;
    box-shadow: none;
    border: none;
  }
  .sec-msg {
    padding:0 0 30px;
  }
  .gov-msg .t {
    font-size: 28px;
    line-height: 36px;
  }
  .gov-msg p {
    text-align: left;
    font-size: 16px;
  }

  .cc-wrap .bg {
    width: 360%;
  }
  .cc-wrap .cc-tt {
    font-size: 24px;
    line-height: 34px;
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .cc-wrap .cc-tt:before {
    width: 34px;
    height: 46px;
  }
  
  .sec-concept {
    padding-bottom: 20px;
  }
  .tt-row {
    margin-bottom: 24px;
  }
  .tt-row h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .tt-row .st {
    font-size: 18px;
    line-height: 26px;
  }
  .sec-jobs,.sec-career,
  .sec-org {
    padding: 30px 0;
  }
  .m-cate {
    margin: 50px 0 20px;
  }
  .m-cate .jt-desc {
   font-size: 16px;
  }
  .m-cate>.row {
    margin:0 -5px;
  }
  .m-cate>.row>div {
    padding:0 5px;
  }
  .m-cate .btn, .m-cate .btn:active {
    width: 108px;
    height: 108px;
  }
  .m-cate .btn.active:after {
    bottom: -35px;
  }
  .m-cate .btn img {
    width: 40px;
  }
  .m-cate .btn span {
    margin-top: 8px;
    font-size: 15px;
    line-height: 18px;
  }
  .j-sub-cate {
    padding:0 15px;
  }
  .j-sub-cate>.row {
    margin:0 -6px -20px;
  }
  .j-sub-cate>.row>div {
    padding:0 6px;
    margin-bottom: 20px;
  }
  .j-sub-cate .btn {
    width: 100px;
    height: 100px;
  }
  .j-sub-cate .btn img {
    width: 40px;
  }
  .j-sub-cate .btn span {
    font-size: 15px;
    line-height: 20px;
  }
  .ms-cate {
    padding:24px 0s;
  }
  .sint .h-cc {
    margin-bottom: 26px;
  }
  .sint .h-cc .t-cc {
    width:200px;
    height:200px;
  }
  .h-cc .t-cc .jt {
    font-size: 20px;
    line-height: 30px;
  }
  .h-cc .t-cc .ic img {
    width: 76px;
  }
  .sint .s-desc, .sint .ass-info {
    margin-bottom: 30px;
  }
  .sint .ass-info {
    padding:16px;
  }
  .ass-info .at {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section>.inn-box, .sec>.inn-box, .sint .si-box {
    margin:0 12px;
  }
  .sint .si-box {
    border-radius: 16px;
    padding:0 6px 30px;
  }
  .sint-tag {
    max-width:260px;
    border-radius:0 0 16px 16px;
    font-size: 20px;
    line-height: 32px;
    padding: 8px;
    margin-bottom: 20px;
  }
  .sint-desc {
    margin-bottom: 30px;
  }
  .si-box .prof {
    display: block!important;
    margin-bottom: 30px;
  }
  .si-box .prof figure {
    text-align: center;
    margin-bottom: 20px;
  }
  .prof .ip-data {
    padding:0;
  }
  .ip-data .tn {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .ip-data .tn:before {
    width: 18px;
    height: 22px;
  }
  .ip-data .t-item {
    font-size: 16px;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
  }
  .ip-data .t-item .i-val {
    flex:1 0 0%;
  }
  .interv-wrap .l-wtype-more, .es7 .l-more {
    margin-top: 30px;
  }
  .interv-wrap .cont .n-i, .interv-wrap .video-cont .v-t {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .interv-wrap .inv-thumb {
    margin-top: 20px;
  }
  .l-oth-intv {
    padding-top: 30px;
  }
  .l-wtype-more a, .es7 .l-more a {
    font-size: 16px;
    line-height: 28px;
    padding-right: 26px;
  }
  .l-wtype-more a:after, .es7 .l-more a:after {
    width: 18px;
    height: 18px;
  }
  .sec-career .tt-row h2 {
    font-size: 24px;
    line-height: 30px;
  }
  section>.inn-box, .sec>.inn-box {
    padding:30px 6px;
    border-radius: 16px;
  }
  .career-item {
    padding:60px 0 40px;
  }
  .prof-wrap .no {
    top:-25px;
    left: -8px;
    border-radius:8px;
    font-size: 18px;
    line-height: 26px;
    width: 54px;
    height: 54px;
  }
  .prof-wrap .no .num {
    font-size: 26px;
  }
  .career-item .prof-wrap figure {
    padding:0;
  }
  .career-item .prof-wrap figure img {
    border-radius: 20px;
  }
  .prof-box .dl-st {
    margin-bottom: 5px;
  }
  .career-item .prof-box {
    border-radius: 16px;
    padding:15px;
    margin-top: 20px;
  }
  .career-item .cr-intv-wrap {
    margin-top: 30px;
  }
  .sec-org .note {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .org-wrap .w-box {
    border-radius: 16px;
    padding: 20px 15px;
  }
  .org-wrap .w-box .tt {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .row-org .w-box.wb1 {
    margin-bottom: 95px;
  }
  .w-box .row-dep {
    margin:0;
  }
  .row-org .w-box>.row {
    margin:0 -8px;
  }
  .w-box.wb1 .org-photo {
    bottom: -96px;
  }
  .row-org .col-r a {
    margin-bottom: 10px;
  }
  .row-org .col-r .row-dep {
    margin-bottom: 0;
  }
  .modal.mtype0 .modal-content {
    padding:0 5px;
  }
  #org-mdl .modal-body, #cbc-mdl .modal-body {
    border-radius: 16px;
    padding:15px;
  }
  .mb-wrap .tt {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .mb-wrap .desc {
    margin-bottom: 22px;
  }
  #org-mdl .btn-close, #cbc-mdl .btn-close {
    width: 25px;
    height: 25px;
    right: 8px;
    top: 8px;
  }
  .mb-wrap .row-cont figure {
    margin-top: 10px;
  }
  .mb-wrap .w-type-c {
    margin-bottom: 28px;
  }
  .tag-list .tag:before {
    width: 18px;
    height: 18px;
    left: 5px;
  }
  .tag-list .tag {
    margin:0 6px 6px 0;
    padding:5px 10px 5px 30px;
  }
  .mb-wrap .tt-st {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
    margin-top: 18px;
  }
  .mb-wrap .tt2 .n {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 18px;
    font-size: 18px;
    line-height: 26px;
    padding: 4px 18px;
  }
  .mb-wrap .tt3 {
    margin-bottom: 10px;
  }
  .sec-charm {
    padding:30px 12px;
  }
  .charm-wrap {
    border-radius: 16px;
    padding:0 6px 40px;
  }
  .cul-box.cul2 {
    border-top: none;
  }
  .num-wrap {
    padding-bottom: 40px;
  }
  .num-wrap>.row {
    justify-content: center;
    margin-bottom: 0;
  }
  .num-wrap>.row>div {
    margin-bottom: 12px;
  }
  .cb-map {
    margin:0 -12px 50px;
  }
  .cbc-wrap .cb-n {
    font-site: 18px;
    margin-bottom: 8px;
  }
  .cul-wrap .t {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .env-menu>.row>div {
    margin-bottom: 10px;
  }
  .env-wrap .h-row h3 {
    font-size: 20px;
    padding-top: 70px;
  }
  .env-wrap .h-row h3:before {
    width: 200px;
    height: 200px;
    top:-50px;
  }
  .env-wrap .h-row h3:after {
    width: 50px;
    height: 50px;
  }

  .gm-wrap,.scm-wrap {
    margin:0 -17px;
  }
  .grow-map img,
  .s-chil-map img {
    max-width: unset;
    width: 750px;
  }
  .row-haken figure {
    margin-bottom: 20px;
  }
  .row-haken figure img {
    border-radius:18px;
  }
  .row-haken .hk-data {
    padding: 14px;
    border-radius:18px;
    margin-bottom: 20px;
  }
  .hk-data .dl-st dt {
    width: 26%;
  }
  .hk-data .dl-st dd {
    width: 74%;
  }
  .hk-interv:first-child {
    margin-bottom: 20px;
  }
  .hk-interv .ht {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .mt-interv .prof {
    margin-bottom: 18px;
  }
  .mt-interv .prof img {
    width: 120px;
  }
  .mt-interv .prof .pi {
    padding-left: 15px;
  }
  .prof .pi .mt-tag {
    border-radius: 6px;
    padding:4px 10px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .mti .mt-q {
    line-height: 28px;
    margin-bottom: 10px;
  }
  .mmt-thumb img {
    border-radius: 18px;
  }
  .career-path-exm .cp-map {
    text-align: center;
    margin:0 -30px;
  }
  .env2 .h-row h3 {
    font-size: 19px;
    line-height: 27px;
    padding-top: 65px;
  }
  .env2 .h-row h3:after {
    width: 45px;
    height: 45px;
  }
  .env2 .env-sub.es1 {
    margin-top: 0;
  }
  .env-sub>.t {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .env2 .env-sub>.row {
    margin:0 -12px;
  }
  .env2 .env-sub>.row>div {
    padding:0 12px;
  }
  .env2 .env-sub>.row>div:first-child {
    margin-bottom: 30px;
  }
  .env2 .env-sub .we {
    padding-right: 0;
  }
  .we .we-t {
    font-size: 18px;
  }
  .es-i {
    flex-wrap: wrap;
  }
  .es-i figure {
    width: 100%;
    text-align: center;
  }
  .es2 .es-i figure img,
  .es3 .col-gm figure img {
    width: 100%;
  }
  .es3 .e-desc {
    text-align: justify;
  }

  .child-re {
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .cr-prof {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .cr-prof>figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .cr-prof>figure img {
    border-radius: 18px;
  }
  .cr-prof .prof-st {
    margin-left: 0;
    border-radius: 18px;
    padding:14px;
  }
  .cr-prof .prof-st dl {
    margin-bottom: 10px;
  }
  .cr-intv .ci-t {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .env2 .es5.env-sub>.row>div:first-child,
  .env2 .es5>.row>div {
    margin-bottom: 15px;
  }
  .es5 .n-box {
    margin-bottom: 0;
    padding:14px 10px;
  }
  .es6 .s-desc {
    margin:0;
  }
  .es6 .w-dis {
    width: auto;
  }
  .w-dis .dis-box {
    padding:14px;
    min-height: unset;
    display: block !important;
  }
  .w-dis .dis-box .inn {
    max-width: unset;
  }
  .w-dis .d1 {
    border-radius: 30px 30px 0 0;
  }
  .w-dis .d2,.w-dis .d3 {
    border-radius: 0;
  }
  .w-dis .d4 {
    border-radius: 0 0 30px 30px;
  }
  .w-dis .dis-box .d-tt {
    font-size: 18px;
    line-height: 26px;
  }
  .dis-box .txt {
    line-height: 26px;
  }
  .env-wrap.env3 .h-row h3 {
    margin-bottom: 80px;
  }
  .env3 .cond-i {
    margin-bottom: 60px;
  }
  .cond-i .t {
    font-size: 20px;
    line-height: 28px;
  }
  .env3 .tb-wrap {
    margin:0 -20px;
  }
  .table.start-sala {
    font-size: 16px;
    line-height: 28px;
  }
  .start-sala thead th {
    border:2px solid #fff;
  }
  .cond-i .l-detail .btn, .l-oth-intv .btn, .sec-career .l-detail .btn{
    padding:10px 20px;
  }
  .cond-i .l-detail .btn span, .l-oth-intv .btn span, .sec-career .l-detail .btn span{
    font-size: 16px;
    padding-right: 18px;
  }
  .cond-i>.row-allow>div:first-child {
    margin-bottom: 4px;
  }
  .alw-box .tg {
    font-size: 18px;
  }
  .alw-box {
    font-size: 15px;
    padding:20px 10px;
  }
  .alw-box.al1 {
    border-radius: 18px 18px 0 0;
  }
  .alw-box.al1 .t-val {
    padding-top: 0;
  }
  .alw-box.al2 {
    border-radius: 0 0 18px 18px;
  }
  .alw-box.al2 .t-val {
    max-width: 240px;
  }
  .c-holiday>.row {
    margin-bottom: -30px;
  }
  .c-holiday>.row>div {
    margin-bottom: 30px;
  }
  .c-holiday .ch-item:after {
    font-size: 22px;
    line-height: 22px;
    right: 0;
    left: 0;
    margin:auto;
    bottom: -25px;
    transform: unset;
    top: auto;
  }
  .c-holiday .ch-note {
    text-align: left;
  }
  .qa-box {
    margin-bottom: 20px;
    line-height: 30px;
  }
  .qa-box .q {
    padding:14px;
    padding-right: 30px;
    font-size: 17px;
  }
  .qa-box .q:after {
    width: 16px;
    height: 16px;
    right: 14px;
  }
  .qa-box .a {
    padding:0px 14px 18px;
    line-height: 28px;
  }
  .f-bnn {
    margin-bottom: 40px;
  }
  .f-bnn .row>div {
    margin-bottom: 20px;
  }
  footer {
    padding:30px 0 80px;
  }
  footer .f-site {
    display: block!important;
  }
  .f-site .f-link {
    margin-top: -30px;
  }
  .f-copy {
    padding-top: 30px;
    font-size: 11px;
  }
  /* 組織図順番入れ替え */
  .sp-order1{
    order: 1;
  }
  .sp-order2{
    order: 2;
  }
  .sp-order3{
    order: 3;
  }
  .sp-order4{
    order: 4;
  }
  .sp-order5{
    order: 5;
  }
  .sp-order6{
    order: 6;
  }
  .sp-order7{
    order: 7;
  }
  .sp-order8{
    order: 8;
  }
  .sp-order9{
    order: 9;
  }
}