@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */audio:not([controls]){display:none}button{overflow:visible;-webkit-appearance:button}details{display:block}html{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%}input{-webkit-border-radius:0}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button}input[type=number]{width:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}main{display:block}pre{overflow:auto}progress{display:inline-block}small{font-size:75%}summary{display:block}svg:not(:root){overflow:hidden}template{display:none}textarea{overflow:auto}[hidden]{display:none}*,:after,:before{box-sizing:inherit}*{font-size:inherit;}:after,:before{text-decoration:inherit;vertical-align:inherit}*,:after,:before{border-style:solid;border-width:0}*{background-repeat:no-repeat;margin:0;padding:0}:root{background-color:#fff;box-sizing:border-box;cursor:default;text-rendering:optimizeLegibility}a{text-decoration:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit}[type=button],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=reset],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],button,select,textarea{min-height:1.5em}code,kbd,pre,samp{font-family:monospace}nav ol,nav ul{list-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}table{border-collapse:collapse;border-spacing:0}textarea{resize:vertical}::-moz-selection{background-color:#b3d4fc;color:#4c2b03;text-shadow:none}::selection{background-color:#b3d4fc;color:#4c2b03;text-shadow:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}[hidden][aria-hidden=false]{clip:rect(0 0 0 0);display:inherit;position:absolute}[hidden][aria-hidden=false]:focus{clip:auto}
/*# sourceMappingURL=sanitize.min.css.map */

/*---------------------------------------------------------
//	Base Style
---------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
  min-width: 1300px;
  width: 100%;
  background: #fff;
}
body {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.t_right {
  width: 60px;
  text-align: right !important;
}
img {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity ease-in-out 0.4s;
  -moz-transition: opacity ease-in-out 0.4s;
  -o-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
}
a img {
  -webkit-transition: opacity ease-in-out 0.4s;
  -moz-transition: opacity ease-in-out 0.4s;
  -o-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.5;
}
.table {
  display: table;
  width: 100%;
}
.table .th, .table .td {
  display: table-cell;
}
.contentLeft {
  float: left;
}
.contentRight {
  float: right;
}
#bottomNavWrap {
  display: none;
}
#spNav, #button {
  display: none;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.inner {
  width: 61.538461%;
  margin: 0 auto;
}
#main img {
  width: 100%;
  height: auto;
}
body.home #main {
  width: 100%;
  z-index: +1;
}
header.secHeader {
  position: relative;
}
header.secHeader p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11.5384%;
  margin: auto;
  width: 204px;
  height: 204px;
}
.secDetail {
  display: none;
}
#subpage .secDetail {
  display: block;
}
.fx2 {
  width: 48%;
  padding-right: 2%;
}
.narrow .fx2 {
  width: 47%;
  padding-right: 3%;
}
.fx2:last-child {
  padding-right: 0;
  padding-left: 2%;
}
.table.narrow {
  table-layout: fixed;
}
.narrow .fx2:last-child {
  padding-right: 0;
  padding-left: 3%;
}
.narrow .fx2 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.flex {
  table-layout: fixed;
}
.flex_box {
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: ﬂex-start;
	-moz-align-items: ﬂex-start;
	-ms-align-items: ﬂex-start;
	align-items: ﬂex-start;
}
.fx4 {
  width: 24.5%;
  padding-right: 0.666666%;
  padding-left: 0.666666%;
  position: relative;
  box-sizing: border-box;
}
.fx4.active::after {
  position: absolute;
  width: 96%;
  height: 100%;
  background: #22AC38;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
}
.forSp {
  display: none !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 1320px) {
  html {
    min-width: 100%;
  }
  body {
    position: relative;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
  .wrap, .container, .inner {
    width: 100%;
    box-sizing: border-box;
    margin: auto;
  }
  .inner {
    width: 85%;
  }
}
/*---------------------------------------------------------
//	Header Style
---------------------------------------------------------*/
#top .wrap {
  position: relative;
}
#global {
  background: #003670;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  overflow: hidden;
  z-index: 1000;
}
#global .th, #global .td {
  vertical-align: middle;
  line-height: 1;
}
#global .th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}
#global .td.btnEntry {
  width: 290px;
  height: 90px;
}
#global .td.btnMenu {
  width: 240px;
  height: 90px;
}
@media screen and (max-width: 1320px) {
  body.home #main {
    margin-top: 0;
    padding-top: 70px;
    background: none;
  }
  #global {
    height: 70px;
  }
  #global .th {
    padding-top: 10px;
    padding-right: 3%;
    padding-left: 3%;
  }
  #global .td.btnEntry {
    width: 226px;
    height: 70px;
  }
  #global .td.btnMenu {
    width: 187px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  body.home #main {
    padding-top: 50px;
  }
  #global {
    height: 50px;
  }
  #global .table {
    display: table;
  }
  #global .table .th, #global .table .td {
    display: table-cell;
    line-height: 50px;
    width: auto;
    height: 50px;
  }
  #global .table .th {
    padding: 0 3%;
  }
  #global .table .th img {
    width: 95%;
    height: auto;
  }
  #global .td.btnEntry {
    width: 161px;
    height: 50px;
  }
  #global .td.btnMenu {
    width: 134px;
    height: 50px;
  }

}
@media screen and (max-width: 480px) {
  body.home #main {
    padding-top: 40px;
  }
  #global {
    height: 40px;
  }
  #global .table .th, #global .table .td {
    line-height: 40px;
    width: auto;
    height: 40px;
  } 
  #global .table .th img {
    width: 90%;
    height: auto;
  }
  #global .td.btnEntry {
    width: 129px;
    height: 40px;
  }
  #global .td.btnEntry a img {
    width: 129px;
    height: 40px;
  }
  #global .td.btnMenu {
    width: 107px;
    height: 40px;
  }
  #global .td.btnMenu a img {
    width: 107px;
    height: 40px;
  }
}

/*---------------------------------------------------------
//	Global Menu Style
---------------------------------------------------------*/
#modal-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 54, 112, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease-out;
  pointer-events: none;
  z-index: +1;
}
body.is-menu-open #modal-menu {
  opacity: 1;
  pointer-events: auto;
}
body.is-menu-open #wrap {
  pointer-events: none;
  transition: all .2s ease-out;
  /*-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);*/
}
#modal-menu .container {
  width: 100%;
  max-width: 1300px;
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#modal-menu a {
  color: #fff;
}
#modal-menu .table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 55px;
}
#modal-menu h3 {
  color: #fff;
  font-family: "游明朝", YuMincho, "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  margin-bottom: 5px;
  text-align: left;
}
#modal-menu a {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
}
.menu_01 {
  width: 80px;
}
.menu_02 {
  width: 95px;
}
.menu_03 {
  width: 130px;
}
.menu_04 {
  width: 165px;
}
#modal-menu .th, #modal-menu .td {
  vertical-align: top;
}
#modal-menu .td ul {
  font-size: 18px;
  list-style: none;
}
#modal-menu .td ul li a {
  font-size: 18px;
  font-weight: 700;
}
#modal-menu .td ul li {
  margin-bottom: 0.5em;
  text-align: left;
}
#modal-menu .th {
  padding-top: 7px;
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}
#modal-menu .th p {
  margin-bottom: 35px;
  text-align: left;
  display: inline-block;
}
#modal-menu .flex_box {
  -webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
#modal-menu .flex_box ul:first-of-type {
  margin-right: 30px;
}
#modal-menu {
  color: #fff;
  text-align: center;
}
#modal-menu i {
  margin-right: 5px;
}
#modal-menu span {
  width: 1300px;
  position: absolute;
  top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  text-align: right;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#modal-menu span:hover {
  opacity: .6;
}
#modal-menu .modalHeader {
  display: flex;
  align-items: flex-end;
  gap: 0 40px;
  margin-bottom: 70px;
}
#modal-menu .modalHeader .modalLogo {
  text-align: left;
}
#modal-menu .modalSns {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1320px) {
  #modal-menu .table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 55px;
  }
  #modal-menu h3 {
    font-size: 16px;
  }
  #modal-menu a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menu_01 {
    width: 10%;
  }
  .menu_02 {
    width: 10%;
  }
  .menu_03 {
    width: 15%;
  }
  .menu_04 {
    width: 10%;
  }
  #modal-menu .td ul {
    font-size: 16px;
  }
  #modal-menu .td ul li a {
    font-size: 16px;
  }
  #modal-menu span {
    width: 100%;
  }
  #modal-menu span img {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  #modal-menu .wrap {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom: 8%;
  }
  #modal-menu .container {
    position: relative;
    top: 100px;
    transform: none;
    -webkit-transform: none;
  }
  #modal-menu .flex_box ul:first-of-type {
    margin-right: 2%;
  }
  #modal-menu .flex_box ul {
    width: 48%;
  }
  #modal-menu span.btnCloseGn {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "\f057";
    font-family: fontawesome;
    display: inline-block;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    font-size: 24px;
    border: none !important;
    padding: 0 !important;
  }
  #modal-menu .modalHeader {
    gap: 0;
  }
  #modal-menu .modalHeader .modalLogo {
    padding-left: 0;
  }
  #modal-menu .btnClose {
    margin-top: 2em;
  }
  #modal-menu a img {
    max-width: 90%;
    height: auto;
  }
  #modal-menu span img {
    height: 50px;
  }
  #modal-menu .modalHeader {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  #modal-menu a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #modal-menu .table {
    margin-bottom: 0;
  }
  #modal-menu .td ul {
    font-size: 14px;
  }
  #modal-menu .td ul li a {
    font-size: 14px;
  }
  #modal-menu .modalSns {
    gap: 0 15px;
  }
}
/*---------------------------------------------------------
//	Footer Style
---------------------------------------------------------*/
.footer_entry_area {
  padding: 135px 0 123px;
  background: #f39800;
  text-align: center;
}
.footer_entry_area img {
  max-width: 578px;
}
#siteFooterTop {
  padding: 80px 0 75px;
  background: #003670;
}
#siteFooterTop .wrap {
  padding: 0 58px;
  background: #003670;
  color: #fff;
}
#siteFooterTop .wrap a {
  color: #fff;
}
#siteFooterTop .table {
  width: 100%;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: ﬂex-start;
	-moz-align-items: ﬂex-start;
	-ms-align-items: ﬂex-start;
	align-items: ﬂex-start;
}

#siteFooterTop h3 {
  font-size: 20px;
  font-family: "游明朝", YuMincho, "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  vertical-align: middle;
  margin-bottom: 5px;
  color: #fff;
}
#siteFooterTop .table .th, #siteFooterTop .table .td {
  vertical-align: top;
}
#siteFooterTop .table .th {
  width: 320px;
  margin-top: -5px;
}
#siteFooterTop .table .th p:first-child {
  margin-bottom: 29px;
}
#siteFooterTop .table .th p {
  margin-bottom: 33px;
  font-size: 13px;
  line-height: 2.05;
}

#siteFooterTop .table .td {
  padding-top: 2px;
  padding-left: 0;
  padding-right: 20px;
}
#siteFooterTop .table .td:nth-of-type(5) {
  min-width: 200px;
}
#siteFooterTop .table .td:last-of-type {
  padding-right: 0;
}
#siteFooterTop .table .td ul {
  font-size: 13px;
  list-style: none;
}
#siteFooterTop .table .td ul li {
  margin-bottom: 10px;
  letter-spacing: -0.1em;
}
#siteFooterTop .flex_box ul:first-of-type {
  margin-right: 2%;
}
#siteFooterTop .flex_box ul {
  width: 48%;
}
#siteFooterBottom {
  margin-top: -23px;
  font-size: 12px;
  text-align: right;
  position: relative;
}
#modal-menu span.btnCloseGn {
  display: none;
}
#siteFooterBottom .footerSns {
  display: flex;
  gap: 0 25px;
  position: absolute;
  left: 330px;
  bottom: 38px;
}
#pageTop {
  display: none;
  position: fixed;
  right: 1em;
  bottom: 1em;
}
#pageTop a {
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
}
#pageTop a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1320px) {
  #siteFooterTop .table::after {
      width: 33%;
      display: block;
      content:"";
  }
  #siteFooterTop .table .td {
    padding-top: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_entry_area img {
    max-width: calc(408px - 10%);
  }

  #siteFooterBottom {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #siteFooterTop .table .td {
    padding-top: 2px;
    padding-left: 3%;
    padding-right: 3%;
  }
  #siteFooterTop .table .td h3, #modal-menu h3 {
    border-bottom: #999 1px solid;
    padding: 0.5em 0;
    margin-bottom: 0;
    font-size: 18px;
  }
  #siteFooterTop .table .td ul, #modal-menu .td ul {
    padding: 0;
  }
  #siteFooterTop .table .td ul li, #modal-menu ul li {
    margin-bottom: 0;
  }
  #siteFooterTop .table .td ul li a, #modal-menu ul li a {
    display: block;
    border-bottom: #999 1px solid;
    padding: 0.5em 0;
    font-weight: 500 !important;
  }
  #siteFooterTop .table .th, #modal-menu .th {
    width: 100%;
    padding: 0;
    text-align: center;
    flex-direction: column;
    gap: 0px;
    margin-top: 20px;
  }
  #siteFooterTop .table .th p, #modal-menu .th p {
    display: inline-block;
    font-size: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }
  #siteFooterTop .table .th p img, #modal-menu .th p img {
    width: 50%;
    height: auto;
  }
  #siteFooterTop .table .td:last-of-type p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer_entry_area {
    padding: 85px 0 73px;
  }
  .footer_entry_area img {
    width: 50%;
    max-width: 100%;
  }
  #siteFooterTop .wrap {
    padding: 0 5%;
  }
  #siteFooterTop .wrap a {
    color: #fff;
  }
  #siteFooterTop h3 {
    font-size: 18px;
  }
  #siteFooterTop .table .th p {
    margin-bottom: 33px;
    font-size: 13px;
    line-height: 2.05;
  }
  #siteFooterBottom .footerSns {
    position: static;
    justify-content: flex-end;
    margin: 40px 0 20px;
  }
  #siteFooter .entryLink a img{
    width: 140px;
  }
}
/*---------------------------------------------------------
//	TOP Style
---------------------------------------------------------*/
/*----------------
//	共通
----------------*/
.home .subtitle {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
}
.home h2 {
  margin-bottom: 68px;
}
/*----------------
//	home_01
----------------*/
#home_01 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
#home_01 h2 img {
    max-width: 485px;
}
.home_01_box {
  width: 33.333%;
}
.home_01_box img {
  width: 100%;
}
/*----------------
//	home_02
----------------*/
#home_02 {
  padding: 178px 0 50px;
  text-align: center;
}
#home_02 h2 {
  margin-bottom: 73px;
}
#home_02 h2 img {
  max-width: 317px;
}
.home_02_box {
  max-width: 452px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.home_02_box img {
  width: 100%;
}
.line_bottom {
  position: relative;
  z-index: -1;
  margin-top: -157px;
}
/*----------------
//	home_03
----------------*/
#home_03 {
  padding: 22px 0 220px;
  /* background: url("../images/home_03_bg.jpg") no-repeat; */
  background-position: top 165px center;
  text-align: center;
  position: relative;
}
#home_03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 54vw;
  background: #d7e9f7;
  top: 100px;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%);
}
#home_03 h2 {
  margin-bottom: 100px;
}
#home_03 h2 img {
  max-width: 557px;
}
#home_03 .flex_box {
  width: 1000px;
  margin: 0 auto;
}
.home_03_box {
  width: 31.5%;
  position: relative;
  margin-bottom: 70px;
  text-align: left;
}
.home_03_box .img_box {
  width: 300px;
  height: 300px;
  background: #fff;
}
#home_03 .slider {
  position: relative;
}
#home_03 .slider2 {
  margin-top: 30px;
}
#home_03 .slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
}
#home_03 .slider .swiper-wrapper {
  transition-timing-function: linear;
}
#home_03 .slider .swiper-slide {
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
}
#home_03 .slider .swiper-slide a{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#home_03 .slider .swiper-slide a:before{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2.538vw;
  width: 2.538vw;
  border-radius: 50%;
  background: #7bb6e3;
  content: "";
  z-index: 3;
  transform: translate(-50%, -50%);
}
#home_03 .slider .swiper-slide a:after{
  position: absolute;
  top: 50%;
  left: 50.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: .653vw 0px .653vw 1.07vw;
  content: "";
  z-index: 4;
  transform: translate(-50%, -50%);
}
#home_03 .slider .swiper-slide img {
  width: 100%;
  height: 15vw;
  margin-left: auto;
  object-fit: cover;
  display: block;
}
#home_03 .slider .swiper-slide .swiper-left {
  width: 56%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: no-repeat url('../images/slide-bg.png') top left / cover;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
#home_03 .slider .swiper-slide .swiper-left p{
  background: #fff;
  padding: 0.384vw 2.5vw 0.384vw 0.769vw;
  width: 100%;
  font-size: 1.23vw;
  color: #000;
  font-family: serif;
}
#home_03 .slider .swiper-slide .swiper-department {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #003670;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0.384vw;
  transition: none !important;
  z-index: 2;
  font-size: 0.923vw;
}
#home_03 .swiper-button-prev, 
#home_03 .swiper-button-next {
  width: 8.538vw;
}
#home_03 .swiper-button-prev::after, 
#home_03 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 8.538vw;
  height: 6vw;
  position: absolute;
}
#home_03 .slider1 .swiper-button-prev {
  top: -1vw;
  left: 5vw;
}
#home_03 .slider1 .swiper-button-prev::after {
  background-image: url('../images/arrow-top-left.png');
}

#home_03 .slider1 .swiper-button-next {
  top: -1vw;
  right: 5vw;
}
#home_03 .slider1 .swiper-button-next::after {
  background-image: url('../images/arrow-top-right.png');
}

#home_03 .slider2 .swiper-button-prev {
  top: 19.5vw;
  left: 5vw;
}
#home_03 .slider2 .swiper-button-prev::after {
  background-image: url('../images/arrow-bottom-left.png');
}

#home_03 .slider2 .swiper-button-next {
  top: 19.5vw;
  right: 5vw;
}
#home_03 .slider2 .swiper-button-next::after {
  background-image: url('../images/arrow-bottom-right.png');
}

.coming-soon {
  position: relative;
  user-select: none;
}
.coming-soon::after {
  position: absolute;
  content: "Coming Soon";
  font-family: sans-serif;
  left: 0;
  top: 0;
  background: rgba(000, 000, 000, .6);
  font-size: 1.23vw;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.interview .coming-soon::after {
  font-size: 20px;
}
#home_03 .btn_area {
  margin-top: 100px;
}

.flex_box::after {
  width: 31.5%;
  display: block;
  content:"";
}
.staff_text {
  width: 90%;
  position: relative;
  z-index: +1;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: ﬂex-start;
	-moz-align-items: ﬂex-start;
	-ms-align-items: ﬂex-start;
	align-items: ﬂex-start;
  margin-top: -50px;
  margin-left: 10%;
  padding: 25px 20px 0;
  border-left: 5px solid #003670;
  background: #fff;
}
.staff_text .text_p {
  min-height: 75px;
  padding-left: 15px;
}
.staff_text .text_p p {
  margin-top: -5px;
  font-size: 14px;
}
/*----------------
//	home_04
----------------*/
#home_04 {
  padding: 220px 0 0;
  text-align: center;
}
#home_04 h2 {
  margin-bottom: 85px;
}
#home_04 h2 img {
  max-width: 395px;
}
#home_04 .home_01_box {
  width: 50%;
}
.home_04_box {
  width: 50%;
}
.home_04_box img {
  width: 100%;
}
/*----------------
//	home_05
----------------*/
#home_05 {
  padding: 100px 0 130px;
  text-align: center;
}
#home_05 h2 {
  margin-bottom: 100px;
}
#home_05 h2 img {
  max-width: 710px;
}
#home_05 .flex_box {
  max-width: 960px;
  margin: 0 auto;
}
.home_05_box {
  flex-basis: 43%;
}
.home_05_box .thumb {
  max-width: 360px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1320px) {
  /*---------------------------------------------------------
  //	TOP Style
  ---------------------------------------------------------*/
  /*----------------
  //	home_01
  ----------------*/
  #home_01 h2 img {
    max-width: calc(485px - 10%);
  }

  /*----------------
  //	home_02
  ----------------*/
  #home_02 h2 img {
    max-width: calc(317px - 10%);
  }
  .home_02_box {
    width: 100%;
  }
  .home_02_box img {
    width: 90%;
  }
  .line_bottom {
    margin-top: -70px;
  }
  /*----------------
  //	home_03
  ----------------*/
  #home_03 h2 img {
    max-width: calc(557px - 10%);
  }
  #home_03 .flex_box {
    width: 100%;
    padding: 0 5%;
  }
  .staff_text {
    width: 95%;
  }
  /*----------------
  //	home_04
  ----------------*/
  #home_04 h2 img {
    max-width: calc(395px - 10%);
  }
  /*----------------
  //	home_05
  ----------------*/
  #home_05 h2 img {
    max-width: calc(710px - 10%);
  }
}
@media screen and (max-width: 1050px) {
  .home_03_box {
    width: 44%;
    margin-bottom: 70px;
    text-align: left;
  }
  .flex_box::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------------------
  //	TOP Style
  ---------------------------------------------------------*/
  /*----------------
  //	共通
  ----------------*/
  .home .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .home h2 {
    margin-bottom: 40px;
  }
  /*----------------
  //	home_01
  ----------------*/
  #home_01 {
    margin-top: 0;
  }
  #home_01 h2 img {
    width: calc(485px - 45%);
    max-width: 100%;
    padding: 0 5%;
  }
  .home_01_box {
    width: 100%;
    margin-bottom: 30px;
  }
  /*----------------
  //	home_02
  ----------------*/
  #home_02 {
    padding: 80px 0 50px;
    text-align: center;
  }
  #home_02 h2 {
    margin-bottom: 40px;
  }
  #home_02 h2 img {
    width: calc(368px - 35%);
    max-width: 100%;
    padding: 0 5%;
  }
  .home_02_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .line_bottom {
    display: none;
  }
  /*----------------
  //	home_03
  ----------------*/
  #home_03 {
    padding: 80px 0 100px;
  }
  #home_03::after {
    height: 110vw;
    top: 150px;
  }
  #home_03 h2 {
    margin-bottom: 70px;
  }
  #home_03 h2 img {
    width: calc(605px - 70%);
    max-width: 100%;
    padding: 0 5%;
  }
  .home_03_box {
    width: 100%;
  }
  .home_03_box img:first-of-type {
    width: 100%;
  }
  #home_03 .slider {
    height: auto;
  }
  #home_03 .slider .swiper {
    padding: 0;
  }
  #home_03 .slider .swiper-slide a:before{
    height: 7.614vw;
    width: 7.614vw;
  }
  #home_03 .slider .swiper-slide a:after{
    border-width: 1.959vw 0px 1.959vw 3.21vw;
  }
  #home_03 .slider .swiper-slide img {
    height: 35vw;
  }
  #home_03 .slider .swiper-slide .swiper-left p{
    font-size: 2.614vw;
    padding: 1.152vw 7.5vw 1.152vw 2.307vw;
  }
  .coming-soon::after {
    font-size: 3.614vw;
  }
  #home_03 .slider .swiper-slide .swiper-department {
    padding: 0.96vw;
    font-size: 2.307vw;
  }
  #home_03 .slider2 .swiper-scrollbar {
    bottom: -75px;
  }
  #home_03 .btn_area {
    margin-top: 70px;
    padding: 0 10%;
  }
  /*----------------
  //	home_04
  ----------------*/
  #home_04 {
    padding: 80px 0 0;
  }
  #home_04 h2 {
    margin-bottom: 40px;
  }
  #home_04 h2 img {
    width: calc(445px - 45%);
    max-width: 100%;
    padding: 0 5%;
  }
  .home_04_box {
    width: 100%;
  }
  /*----------------
  //	home_05
  ----------------*/
  #home_05 {
    padding: 60px 0;
  }
  #home_05 h2 {
    margin-bottom: 50px;
  }
  #home_05 h2 img {
    width: calc(710px - 45%);
    max-width: 100%;
    padding: 0 5%;
  }
  #home_05 .flex_box {
    flex-direction: column;
    gap: 50px 0;
    padding: 0 5%;
  }
  .home_05_box .thumb {
    max-width: 70%;
    margin-top: 30px;
  }

  /*--------------
  // swiper
  --------------*/
  #home_03 .swiper-button-prev, 
  #home_03 .swiper-button-next {
    width: 15vw;
  }
  #home_03 .swiper-button-prev::after, 
  #home_03 .swiper-button-next::after {
    width: 15vw;
    height: 12.5vw;
  }
  #home_03 .slider1 .swiper-button-prev {
    left: 18vw;
  }
  #home_03 .slider1 .swiper-button-next {
    right: 18vw;
  }
  #home_03 .slider2 .swiper-button-prev {
    top: 44vw;
    left: 18vw;
  }
  #home_03 .slider2 .swiper-button-next {
    top: 44vw;
    right: 18vw;
  }
}

/*---------------------------------------------------------
//	Sentry Style
---------------------------------------------------------*/
#subpage #global .td.btnMenu {
  background: #000;
}
#breadcrumb {
  padding: 19px 0 11px;
  background: #bdbdbd;
}
#breadcrumb li, #breadcrumb li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li::after {
  display: inline-block;
  font-family: fontawesome;
  content: "\f105";
  margin: 0 17px;
}
#breadcrumb li:last-child::after {
  display: none;
}
#subpage #main {
  margin-top: 90px;
  padding: 78px 20px 73px;
  background: #7bb6e3;
}
#subpage #main h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
}
#subpage #main h1::before {
  content: "／";
  margin-right: 20px;
}
#subpage #main h1::after {
  content: "／";
  margin-left: 20px;
}
#contents {
  padding: 65px 0;
}
@media screen and (max-width: 1320px) {
  #breadcrumb {
    padding: 19px 3% 11px;
  }
  #breadcrumb li, #breadcrumb li a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #breadcrumb li {
    float: left;
  }
  #breadcrumb li::after {
    display: inline-block;
    font-family: fontawesome;
    content: "\f105";
    margin: 0 17px;
  }
  #breadcrumb li:last-child::after {
    display: none;
  }
  #subpage #main {
    margin-top: 70px;
    padding: 78px 20px 73px;
    background: #7bb6e3;
  }
  #subpage #main h1 {
    font-size: 40px;
  }
  #subpage #main h1::before {
    content: "／";
    margin-right: 20px;
  }
  #subpage #main h1::after {
    content: "／";
    margin-left: 20px;
  }
  #contents {
    padding: 2em 5%;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    padding: 19px 3% 11px;
  }
  #breadcrumb li, #breadcrumb li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #breadcrumb li::after {
    margin: 0 10px;
  }
  #subpage #main {
    margin-top: 50px;
    padding: 78px 20px 73px;
  }
  #subpage #main h1 {
    font-size: 25px;
  }
  #subpage #main h1::before {
    margin-right: 10px;
  }
  #subpage #main h1::after {
    margin-left: 10px;
  }

}
@media screen and (max-width: 480px) {
  #subpage #main {
    margin-top: 40px;
  }
}
.sentry {
  color: #000;
}
.center {
  text-align: center !important;
}
.mgb2em {
  margin-bottom: 2em !important;
}
.mgb3em {
  margin-bottom: 3em !important;
}
.mgb4em {
  margin-bottom: 4em !important;
}
.mgb5em {
  margin-bottom: 5em !important;
}
.mb5 {margin-bottom: 5px !important}
.mb10 {margin-bottom: 10px !important}
.mb15 {margin-bottom: 15px !important}
.mb20 {margin-bottom: 20px !important}
.mb25 {margin-bottom: 25px !important}
.mb30 {margin-bottom: 30px !important}
.mb35 {margin-bottom: 35px !important}
.mb40 {margin-bottom: 40px !important}
.mb45 {margin-bottom: 45px !important}
.mb50 {margin-bottom: 50px !important}
.mb55 {margin-bottom: 55px !important}
.mb60 {margin-bottom: 60px !important}
.mb65 {margin-bottom: 65px !important}
.mb70 {margin-bottom: 70px !important}
.mb75 {margin-bottom: 75px !important}
.mb80 {margin-bottom: 80px !important}
.mb85 {margin-bottom: 85px !important}
.mb90 {margin-bottom: 90px !important}
.mb95 {margin-bottom: 95px !important}
.mb100 {margin-bottom: 100px !important}

ul.page_nav {
  width: 100%;
  margin: 0 0 140px 0 !important;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: ﬂex-start;
	-moz-align-items: ﬂex-start;
	-ms-align-items: ﬂex-start;
	align-items: ﬂex-start;
}
ul.page_nav li {
  width: 23.5%;
  text-align: center;
  border-bottom: 3px solid #8e8e8e;
  list-style-type: none !important;
  margin-right: 1.5% !important;
  margin-bottom: 40px !important;
  padding-bottom: 8px !important;
}
.sentry .wrap .container ul.page_nav.wi li {
  width: 26%;
}
ul.page_nav li a {
  font-size: 16px;
  font-weight: 700;
  color: #8e8e8e;
  text-decoration: none;
}
ul.page_nav li.nav_current, ul.page_nav li:hover {
  border-bottom: 3px solid #003670;
}
ul.page_nav li.nav_current a, ul.page_nav li a:hover {
  color: #003670;
}

.link_arrow {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  padding: 27px 30px;
  display: block;
  border-radius: 50px;
  border: 2px solid;
  font-family: "游明朝", YuMincho, "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  text-align: center;
  text-decoration: none !important;
}
.link_arrow:hover {
  opacity: .65;
}
.ora, .ora2 {
  border-color: #f39800;
  color: #f39800 !important;
}
.ora::after {
  display: block;
  position: absolute;
	top: 50%;
	right: 120px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  content: url("../images/arrow_ora.png");
}
.ora2 {
  margin-bottom: 157px;
}
.ora2::after {
  display: block;
  position: absolute;
	top: 50%;
	right: 170px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  content: url("../images/arrow_ora.png");
}
.water {
  border-color: #1BA79D;
  color: #1BA79D !important;
}
.water::after {
  display: block;
  position: absolute;
	top: 50%;
	right: 120px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  content: url("../images/arrow_water.png");
}
.blue {
  border-color: #1466B3;
  color: #1466B3 !important;
}
.blue::after {
  display: block;
  position: absolute;
	top: 50%;
	right: 120px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  content: url("../images/arrow_blue.png");
}
.aka {
  border-color: #1BA79D;
  color: #1BA79D !important;
}
.aka::after {
  display: block;
  position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  content: url("../images/arrow_red.png");
}
@media screen and (max-width: 1320px) {
  ul.page_nav li {
    width: 30%;
  }
  .link_arrow {
    position: relative;
    max-width: 800px;
    margin: 30px auto;
    padding: 27px 30px;
    display: block;
    border-radius: 50px;
    border: 2px solid;
    font-family: "游明朝", YuMincho, "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-align: center;
    text-decoration: none !important;
  }
  .link_arrow:hover {
    opacity: .65;
  }
  .ora, .ora2 {
    border-color: #f39800;
    color: #f39800 !important;
  }
  .ora::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: url("../images/arrow_ora.png");
  }
  .ora2 {
    margin-bottom: 157px;
  }
  .ora2::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 170px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: url("../images/arrow_ora.png");
  }
  .water::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .blue {
    border-color: #1466B3;
    color: #1466B3 !important;
  }
  .blue::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: url("../images/arrow_blue.png");
  }
  .aka {
    border-color: #1BA79D;
    color: #1BA79D !important;
  }
  .aka::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: url("../images/arrow_red.png");
  }
}
@media screen and (max-width: 767px) {
  ul.page_nav {
    width: 100%;
    margin: 0 0 70px 0 !important;
  }
  ul.page_nav li {
    width: 48%;
    margin-right: 1.5% !important;
    line-height: 1.2;
  }
  .sentry .wrap .container ul.page_nav.wi li {
    width: 100%;
    text-align: left;
  }
  ul.page_nav li a {
    font-size: 14px;
  }
  .link_arrow {
    position: relative;
    max-width: 800px;
    margin: 30px auto;
    padding: 13px 15px;
    display: block;
    border-radius: 50px;
    border: 2px solid;
    font-size: 16px !important;
  }
  .ora::after {
    right: 15px;
    content: url("../images/arrow_ora_sp.png");
  }
  .ora2 {
    margin-bottom: 157px;
  }
  .ora2::after {
    right: 15px;
    content: url("../images/arrow_ora_sp.png");
  }
  .water::after {
    right: 15px;
    content: url("../images/arrow_water_sp.png");
  }
  .blue {
    border-color: #1466B3;
    color: #1466B3 !important;
  }
  .blue::after {
    right: 15px;
    content: url("../images/arrow_blue_sp.png");
  }
  .aka {
    border-color: #1BA79D;
    color: #1BA79D !important;
  }
  .aka::after {
    right: 15px;
    content: url("../images/arrow_red_sp.png");
  }
}
h2.secTitle {
  font-size: 20px;
}
#subpage.recruit h2.secTitle {
  color: #2EA7E0;
}
h3.contentTitle {
  margin-bottom: 35px;
  color: #003670;
  font-size: 20px;
  border-bottom: 1px solid #003670;
}

h2.secTitle small {
  color: #000;
}
.sentry header h2 {
  font-size: 40px;
  font-family: "游明朝", YuMincho, "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  color: #003670;
  padding-bottom: 0.2em;
}
.recruit .sentry header h2 {
  font-size: 28px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
  line-height: 1.4;
  color: #003670;
  padding-bottom: 0.2em;
}
.mincho {
  font-family: "游明朝", YuMincho, "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
header.wrap {
  border-bottom: #003670 1px solid;
  margin-bottom: 15px;
}
.sentry img {
  -webkit-transition: all .40s;
  -moz-transition: all .40s;
  -o-transition: all .40s;
  transition: all .40s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
hr {
  border-top: 1px solid #8c8b8b;
  margin: 1.5em 0;
}
.sentry a {
  color: #CC1514;
  text-decoration: underline;
}
.sentry a:hover {
  text-decoration: none;
}
.sentry p {
  margin-bottom: 1.5em;
}
.sentry ul, .sentry ol {
  margin-left: 20px;
  padding: 0;
  margin-bottom: 1.5em;
}
.sentry ul li {
  list-style-type: disc;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.sentry ul li ul li {
  list-style: circle;
}
.sentry ol li {
  list-style-type: decimal;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.sentry ul li ol li {
  list-style-type: decimal;
}
.sentry ol li ul li {
  list-style-type: disc;
}
.sentry dl {
  margin-bottom: 1em;
}
.sentry dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dd {
  padding-left: 2em;
  margin-bottom: 1.5em;
}
.sentry blockquote {
  margin: 0 0 1.5em;
  color: #666;
  padding: 2em;
  position: relative;
  line-height: 1.8;
  background-color: #f0f0f0;
}
.sentry blockquote *:last-child {
  margin-bottom: 0;
}
.sentry table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  width: 100%;
  border-top: #939393 1px solid;
  font-size: 16px;
  line-height: 2;
}
.sentry table th {
  background: #ebebeb;
  white-space: nowrap;
  text-align: left;
  padding: 0.85em 1em 0.85em 1.5em;
  font-weight: normal;
}
.sentry table#outlineTable th {
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.sentry table td {
  padding: 0.85em 2em;
}
.sentry table th, .sentry table td {
  border-bottom: #939393 1px solid;
}
.sentry table .table {
  width: 100%;
}
.sentry table .th, .sentry table .td {
  vertical-align: top;
  padding-bottom: 1em;
}
.sentry table .th {
  width: 25%;
}
.sentry table.confirmTable th {
  width: 23%;
}
.sentry table .td p {
  margin-bottom: 0;
}
.sentry img.alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}
.sentry ul.frmList, .sentry ul.frmList li {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.sentry ul.frmList li {
  padding: 15px 25px;
  background: #EAF6FC;
  margin-bottom: 1em;
  font-weight: bold;
}
.bbn {
  border-bottom: none;
}
.bbn .th, .bbn .td {
  border-bottom: none !important;
}
.table.flow {
  width: 100%;
}
.table.flow .th, .table.flow .td {
  padding: 1em;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
  border-top: #DCDDDD 1px solid;
  border-bottom: #DCDDDD 1px solid;
}
.table.flow .th {
  width: 15%;
  line-height: 1.3;
}
#subpage.recruit .table.flow .th {
  background: #EAF6FC;
}
#subpage.recruit .table.flow .th.step2 {
  background: #C0E5F6;
}
#subpage.recruit .table.flow .th.step3 {
  background: #96D3EF;
}
#subpage.recruit .table.flow .th.step4 {
  background: #82CAEC;
}
#subpage.recruit .table.flow .td h4 {
  color: #2EA7E0;
}
.table.flow.blank .th, .table.flow.blank .td {
  padding: 0 !important;
  text-align: center !important;
  background: none !important;
  border: none !important;
}
.table.flow.blank .th {
  font-size: 28px;
  color: #DCDDDD;
  line-height: 1;
}
#subpage.recruit .num {
  color: #003670;
}
dl.flow {
  border-bottom: #DCDDDD 1px solid;
  font-size: 16px;
  font-size: 1.6rem;
}
dl.flow dt {
  background: #EAF6FC;
  padding: 1em 1em;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
  border-top: #DCDDDD 1px solid;
  border-bottom: #DCDDDD 1px solid;
  font-weight: normal;
  margin-bottom: 0;
}
dl.flow dd {
  padding: 1em 2em;
  margin-bottom: 0;
}
#outlineTable, #contactform table {
  border-top: #DCDDDD 1px solid;
}
.sentry .postbl {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sentry .postbl li {
  display: table;
  padding-left: 0;
}
.sentry .postbl li span {
  display: table-cell;
}
.sentry .postbl li .pos {
  width: 150px;
}
/*---------------------------------------------------------
//	トップメッセージ
---------------------------------------------------------*/
.company ul.jinbutuzou {
  margin: 0 !important;
}
.company ul.jinbutuzou li {
  margin-bottom: 20px !important;
  padding: 25px 25px 17px;
  font-size: 16px;
  background: rgba(123,182,227, 0.1);
  list-style-type: none !important;
}
.company h2  {
  margin-bottom: 5px !important;
  font-size: 29px !important;
}
.company p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
.mb01 {
  margin-bottom: 130px;
}
.mb02 {
  margin-bottom: 142px;
}
.mb03 {
  margin-bottom: 138px;
}
.mb04 {
  margin-bottom: 162px;
}
.mb05 {
  margin-bottom: 44px !important;
}
.mb06 {
  margin-bottom: 240px !important;
}
.mt07 {
  margin-top: -110px !important;
}
.mt08 {
  margin-top: -87px !important;
}
.mb09 {
  margin-bottom: 200px !important;
}
.mb010 {
  margin-bottom: 75px !important;
}
.mb011 {
  margin-bottom: 205px !important;
}
.mt012 {
  margin-top: -70px !important;
}
.mb013 {
  margin-bottom: 195px !important;
}
.mb014 {
  margin-bottom: 230px !important;
}
.mb015 {
  margin-bottom: 300px !important;
}
.mb016 {
  margin-bottom: 210px !important;
}
@media screen and (max-width: 767px) {
  .company ul.jinbutuzou li {
    font-size: 14px;
  }
  .company h2  {
    font-size: 18px !important;
  }
  .company p {
    font-size: 14px;
  }
  .mb01 {
    margin-bottom: calc(130px / 2);
  }
  .mb02 {
    margin-bottom: calc(142px / 2);
  }
  .mb03 {
    margin-bottom: calc(138px / 2);
  }
  .mb04 {
    margin-bottom: calc(162px / 2);
  }
  .mb05 {
    margin-bottom: calc(44px / 2) !important;
  }
  .mb06 {
    margin-bottom: calc(240px / 2) !important;
  }
  .mt07 {
    margin-top: calc(-110px / 2) !important;
  }
  .mt08 {
    margin-top: calc(-87px / 2) !important;
  }
  .mb09 {
    margin-bottom: calc(200px / 2) !important;
  }
  .mb010 {
    margin-bottom: calc(75px / 2) !important;
  }
  .mb011 {
    margin-bottom: calc(205px / 2) !important;
  }
  .mt012 {
    margin-top: calc(-70px / 2) !important;
  }
  .mb013 {
    margin-bottom: calc(195px / 2) !important;
  }
  .mb014 {
    margin-bottom: calc(230px / 2) !important;
  }
  .mb015 {
    margin-bottom: calc(300px / 2) !important;
  }
  .mb016 {
    margin-bottom: calc(210px / 2) !important;
  }
}

/*---------------------------------------------------------
//	STAFF Style
---------------------------------------------------------*/
.people ul.page_nav {
  margin-bottom: 80px !important;
}
.people p {
  font-size: 16px;
  line-height: 2;
}
.staff_box {
  margin-bottom: 130px;
}
.staff_box_l {
  width: 50%;
}
.staff_box_l img {
  width: 100%;
}
.staff_box_r {
  width: 50%;
  position: relative;
  padding-left: 60px;
}
.staff_number {
  position: absolute;
  top: 5px;
}
.staff_number img {
  max-width: 90px;
  margin-bottom: 33px;
}
.staff_number h2 {
  font-size: 32px;
  font-weight: 700;
  padding-left: 5px;
}
.staff_text_top {
  position: absolute;
  bottom: -10px;
}
.staff_text_top p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .people ul.page_nav {
    margin-bottom: 40px !important;
  }
  .people p {
    font-size: 14px;
  }
  .staff_box {
    margin-bottom: 30px;
  }
  .staff_box_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .staff_box_r {
    width: 100%;
    position: relative;
    padding-left: 0;
  }
  .staff_number {
    position: relative;
    top: 0;
  }
  .staff_number img {
    max-width: 90px;
    margin-bottom: 15px;
  }
  .staff_number h2 {
    font-size: 18px;
    padding-left: 0;
  }
  .staff_text_top {
    position: relative;
    bottom: 0;
  }
  .staff_text_top p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
  }
  .bottom_photo {
    max-width: 800px;
    margin: 50px auto 80px;
  }
}
/*---------------------------------------------------------
//	Entry Style
---------------------------------------------------------*/
.recruit ul.page_nav {
  margin-bottom: 87px !important;
}
.recruit h2 {
  margin-bottom: 10px !important;
}
.recruit h3 {
  font-size: 20px;
  color: #003670;
}
.recruit p {
  font-size: 16px;
  line-height: 2;
}
.recruit .bottom_photo {
  max-width: 800px;
  margin: 60px auto 93px;
}
@media screen and (max-width: 767px) {
  .recruit ul.page_nav {
    margin-bottom: 40px !important;
  }
  .recruit h3 {
    font-size: 18px;
  }
  .recruit p {
    font-size: 14px;
  }
  .recruit .bottom_photo {
    margin: 30px auto 48px;
  }
}
#entryform {
  padding: 0.5em;
  border: #2EA7E0 2px solid;
}
#entryform h2 {
  text-align: center;
  margin-bottom: 0.5em;
  color: #fff !important;
  background: #2EA7E0;
  padding: 5px;
}
#entryform .entryTop {
  text-align: center;
}
.mfp_tips_box02 {
  margin-bottom: 1.5em;
  font-size: 80%;
}
.mfp_tips_box02 span {
  color: red;
}
.mfp_tips_box02 ul {
  margin-left: 0;
}
.mfp_tips_box02 ul li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
.submitBtn {
  text-align: center;
}
.submitBtn input, .submitBtn button {
  display: inline-block;
  margin: 0 10px;
  background: #2EA7E0;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em 2em;
  cursor: pointer;
}
#entryform input[type="text"], #entryform input[type="email"], #entryform input[type="number"], #entryform textarea {
  padding: 5px 10px;
  box-sizing: border-box;
  border: #ccc 1px solid;
  background: #fff;
  max-width: 100%;
}
#entryform input[type="text"], #entryform input[type="email"], #entryform input[type="number"] {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 2px;
}
#entryform .birth, #entryform .year {
  width: 6em;
}
#entryform .month, #entryform .day {
  width: 4em;
}
#entryform .grp {
  margin-bottom: 3px;
}
#entryform select {
  padding: 5px 10px;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-color: #ccc;
  margin-bottom: 2px;
}
a.mfp_prelink {
  margin: 6px 0 0 10px;
  padding: 6px 20px 4px 20px;
  background: #2EA7E0;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 15px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}
.fullWidth {
  width: 100%;
}
#formWrap h3 {
  padding: 1.5em;
  background: #D1E5F5;
  margin-bottom: 1em;
}
.error_messe {
  color: red;
}
.red {
  color: red;
}
br.sp {
  display: none;
}
/*---------------------------------------------------------
//	Gallery Style
---------------------------------------------------------*/
.sentry ul#galleryList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sentry ul#galleryList li {
  width: 50%;
  box-sizing: border-box;
  padding: 0.5%;
  float: left;
  list-style: none;
}
.sentry ul#galleryList li a {
  display: block;
}
.sentry ul#galleryList li img {
  width: 100%;
  height: auto;
}
#swipebox-overlay {
  background: rgba(0, 54, 112, 0.75);
}
#swipebox-bottom-bar, #swipebox-top-bar {
  background: none;
}
#pageTop {
  display: none;
}
.footerNav {
  margin-bottom: 2em;
}
#contents select.mb1 {
  margin-bottom: 10px;
}
/*---------------------------------------------------------
//	Mobile Style
---------------------------------------------------------*/
@media screen and (max-width: 1320px) {
  body.home #main {
    background: none;
    height: auto;
  }
  .forSp {
    display: block !important;
  }
  .secDetail p {
    font-size: 14px;
  }
  #modal-menu .container, #siteFooterTop .container {
    padding-left: 1em;
    padding-right: 1em;
  }
  #contents input.mb1, #contents select.mb1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footerLogo {
    width: 85%;
    padding-left: 7.5%;
  }
  .footerLogo {
    max-width: 70%;
  }
  .table, .table .th, .table .td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .contentLeft, .contentRight {
    float: none;
    width: 100%;
  }
  .fx2, .fx2:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .fx2 {
    margin-bottom: 0.5em;
  }
  .secDetail .table {
    display: table;
    margin-bottom: 1em;
  }
  #row-people.secDetail .table {
    margin-bottom: 0;
  }
  #row-people.secDetail .table:last-child {
    margin-bottom: 1em;
  }
  .secDetail .table .fx2 {
    display: table-cell;
    width: 48.25%;
    vertical-align: top;
  }
  .secDetail .table .fx2:first-child {
    padding-right: 1.75%;
  }
  .secDetail .table .fx2:last-child {
    padding-left: 1.75%;
  }
  .mask {
    padding: 3%;
  }
  .fx4 {
    float: left;
    width: 25% !important;
    padding: 1% !important;
  }
  .fx4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sentry header h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sentry table, .sentry table tbody, .sentry table tr, .sentry table th, .sentry table td, .sentry dl dd, .sentry dl dt {
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
  }
  .sentry table td {
    padding: 0.7em;
  }
  .sentry img.alignleft {
    float: none;
    display: block;
  }
  .sentry table .table .th {
    width: 100%;
    font-weight: bold;
  }
  .table.flow .th {
    width: 100%;
  }
  .staffTop .th h2 br {
    display: none;
  }
  .footerNav {
    text-align: center;
  }
  .sentry table#outlineTable th {
    -moz-text-align-last: inherit;
    text-align-last: inherit;
  }
  .timeTable .td {
    display: none;
  }
  .narrow .fx2 {
    padding-right: 0;
    padding-left: 0;
  }
  .narrow .fx2 p {
    margin-bottom: 1em;
  }
  .narrow .fx2:last-child {
    padding-left: 0;
  }
  .mgb3em {
    margin-bottom: 1.5em !important;
  }
  .mgb2em {
    margin-bottom: 1em !important;
  }
  .recruit.index.welfare .thumb {
    margin-bottom: 1em;
  }
  .recruit.index.welfare .links .thumb {
    margin-bottom: 0;
  }
  .sentry table.confirmTable th {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  .contacts {
    padding: 1em;
    font-size: 15px;
  }
  .notice {
    padding: 0.5em;
    background: #f8f8f8;
    font-size: 16px;
  }
  #subpage #main .container {
    padding: 0;
  }
  .fx4.active::after {
    width: 92%;
    height: 92%;
  }
}
@media screen and (max-width: 480px) {
  #contents {
    padding: 2em 7.5%;
  }
  .footerLogo {
    padding-left: 0;
  }
  .contacts {
    font-size: 14px;
  }
  .notice a {
    font-size: 16px;
  }
  .sentry table td {
    padding: 0.7em 0;
  }
  #entryform input[type=text], #entryform input[type=email], #entryform textarea {
    width: 100%;
  }
}

@media screen and (min-width:1287px) {
  .cyousei {
    display: none;
  }
}
@media screen and (min-width:1228px) and ( max-width:1286px) {
  .cyousei {
    display: block;
  }
}
@media screen and (min-width:871px) and ( max-width:1227px) {
  .cyousei {
    display: none;
  }
}
@media screen and (min-width:850px) and ( max-width:870px) {
  .cyousei {
    display: block;
  }
}
@media screen and (max-width: 849px) {
  .cyousei {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home_05_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/*---------------------------------------------------------
//	Interview Style
---------------------------------------------------------*/
.interview {
  position: relative;
  overflow: hidden;
  font-family: "游明朝", YuMincho, "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.interview_wrap {
  padding: 70px 0 135px;
}
.interview_list {
  list-style-type: none ;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 50px;
  position: relative;
}
.interview_item_link {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  background: #fff;
}
.interview_item_link:hover img {
  text-decoration: none;
}
.interview_item_img {
  position: relative;
}
.interview_item_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.interview_item_img .interview_item_img_copies {
  position: absolute;
  padding: 0 20px 20px;
  bottom: 0px;
  left: 0px;
  right: 0;
}
.interview_item_img .interview_item_img_copies span{
  background: #fff;
  padding: 5px 10px;
  word-break: break-all;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  display: block;
  width: fit-content;
}
.interview_item_img .interview_item_img_copies span:last-child{
  margin-top: 10px;
}
.interview_item_title {
  background: #003670;
  padding: 15px 20px;
  line-height: 170%;
  max-height: 100px;
  height: 100px;
  font-size: 14px;
  font-weight: normal;
  font-family: sans-serif;
}
.interview_btn_wrap {
  margin-top: 185px;
  text-align: center;
}
.interview_btn_wrap-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 50px;
}
.interview_btn {
  border: 2px solid #003670;
  color: #003670;
  padding: 25px 128px;
  display: inline-block;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: opacity ease-in-out .4s;
  background: #fff;
  font-family: serif;
}
.interview_btn img{
  width: 45px;
  margin-left: 20px;
  padding-bottom: 5px;
}
.interview_btn-orange {
  border: 2px solid orange;
  color: orange;
}
.interview_btn:hover,
.interview_btn:active {
  opacity: .5;
  text-decoration: none;
}
#js-interview-bg-list {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#js-interview-bg-list .js-interview-bg-item {
  height: 1000px;
  width: 100%;
  background: #c4def3;
  clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
}
#js-interview-bg-list .js-interview-bg-item:nth-child(even) {
  background: #e5f0f9;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}
@media screen and (max-width: 900px) {
  .interview_list {
    grid-template-columns: 1fr 1fr;
    gap: 100px 50px;
  }
}
@media screen and (max-width: 767px) {
  .interview_wrap {
    padding: 20px 0 85px;
  }
  .interview_list {
    grid-template-columns: 1fr;
    gap: 100px;
  }
  .interview_item_title {
    background: #003670;
    padding: 20px;
  }
  .interview_item_img img {
    height: auto;
  }
  .interview_btn_wrap {
    margin-top: 120px;
    text-align: center;
  }
  .interview_btn_wrap-flex {
    flex-direction: column;
    gap: 50px;
  }
  .interview_btn {
    padding: 18px;
    min-width: auto;
    display: block;
    font-size: 16px;
  }
}
.single_interview {
  font-family: "游明朝", YuMincho, "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.single_interview .title {
  font-size: 42px;
}
.single_interview .movie {
  margin-top: 60px;
}
.single_interview .eyecatch {
  margin-top: 60px;
}
.single_interview .eyecatch img{
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.single_interview .movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.single_interview .department {
  font-size: 24px;
  margin-top: 35px;
}
.single_interview .name {
  color: #003670;
  line-height: 170%;
  font-size: 26px;
  margin-top: 25px;
}
.single_interview .name strong {
  font-size: 48px;
}
.single_interview .contents {
  margin-top: 130px;
  font-family: sans-serif;
  font-size: 17px;
}
.single_interview .contents h3,
.single_interview .contents h4,
.single_interview .contents h5,
.single_interview .contents h6,
.single_interview .contents figure,
.single_interview .contents ul,
.single_interview .contents ol,
.single_interview .contents p {
  margin-top: 30px;
  color: #000;
}
.single_interview .contents p:has(img) {
  text-align: center;
  margin-top: 45px;
}
.single_interview .contents img {
  max-width: 100%;
}
.single_interview .contents a {
  text-decoration: underline;
  color: #003670;
}
@media screen and (max-width: 767px) {
  .single_interview .title {
    font-size: 20px;
  }
  .single_interview .movie {
    margin-top: 30px;
  }
  .single_interview .eyecatch {
    margin-top: 30px;
  }
  .single_interview .eyecatch img{
    width: 100%;
    height: auto;
  }
  .single_interview .department {
    font-size: 16px;
  }
  .single_interview .name {
    font-size: 17px;
  }
  .single_interview .name strong {
    font-size: 31px;
  }
  .single_interview .flex {
    margin-top: 20px;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
  }
  .single_interview .movie_link {
    font-size: 16px;
  }
  .single_interview .contents {
    margin-top: 100px;
    font-size: 16px;
  }
}