body, html {
  font-family: "Avenir Next", Verdana, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
.grecaptcha-badge { visibility: hidden; }

/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a img {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}

/* --------------------------------------------
    botton
-------------------------------------------- */
.btn01 {
  margin: 0 auto;
  text-align: center;
}
.btn01 button,
.btn01 a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #3C68AD;
    border: 2px solid #3C68AD;
    border-radius: 15px;
    padding: 10px 60px;
    line-height: 1.2;
    letter-spacing: 1px;
    cursor: pointer;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn01 a span.btn-sub {
    font-family: century-gothic, sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
}
.btn01 a:hover {
    color: #3C68AD;
    background-color: #fff;
    text-decoration: none;
}


/* --------------------------------------------
    table
-------------------------------------------- */
/*-- テーブル共通(.table01) --*/
.table01 {
  margin: 0 auto;
    width: 100%;
    border: 0.65px solid #000;
    padding: 25px;
}
.table01 tr {
    border-bottom: 1px dotted #000;
}
.table01 th {
  padding: 0 25px;
    color: #0043ab;
    width: 145px;
}
.table01 td {
  padding: 10px;
    width: 300px;
}


/* --------------------------------------------
    文字の書式設定
-------------------------------------------- */
/*--- font登録 ---*/
@font-face {
	font-family: 'ヒラギノUD角w6';
	src: url(../fonts/ヒラギノUD角ゴ Std W6.otf);
}
@font-face {
	font-family: 'ヒラギノUD角w5';
	src: url(../fonts/ヒラギノUD角ゴ Std W5.otf);
}
@font-face {
	font-family: 'ヒラギノUD角w4';
	src: url(../fonts/ヒラギノUD角ゴ Std W6.otf);
}
.txt-red {
    font-family: century-gothic, sans-serif;
    color: #BD0027;
    letter-spacing: 5px;
}


/* --------------------------------------------
    グローバルナビゲーション
-------------------------------------------- */
h1 {
    margin: 0;
    padding: 0;
}
h1 .hd-logo {
  padding: 0;
  margin: 0;
    display: inline-block;
    float: left;
    margin-left: 0px;
}
h1 .hd-logo li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
h1 .hd-logo .logo02 {
    height: 50px;
    margin: 10px 0 10px 15px;
}

h2 {
    position: relative;
    display: block;
    width: 92%;
    max-width: 1180px;
    margin: 50px auto 25px;
    padding: 5px 0;
    color: #3C68AD;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    font-size: 2.8em;
    letter-spacing: 5px;
}
h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #BD0027;
}
h2 span.subtit {
    font-family: "Avenir Next", Verdana, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 35px;
}

h3 {
    font-family: century-gothic, sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    color: rgba(60, 104, 173, 0.3);
    text-align: center;
    margin: 15px auto 35px;
}
h3 span.subtit {
    display: block;
    font-family: "Avenir Next", Verdana, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 10px;
}


.tit02 {
    color: #3C68AD;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* tit03 */
.tit03 {
    display: block;
    line-height: 1;
    text-align: center;
    margin: 80px auto 0;
}
.tit03 .tit03-txt {
    position: relative;
    top: -75px;
    display: inline-block;
    margin: 0 auto;
    padding: 25px 130px;
    color: #3C68AD;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    font-size: 2em;
    letter-spacing: 5px;
    text-align: center;
    background-color: #fff;
}
.tit03 .tit03-txt span.subtit {
    position: relative;
    display: block;
    font-size: 18px;
    margin-top: 8px;
    padding-top: 12px;
}
.tit03 .tit03-txt span.subtit::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 2px;
    background-color: #BD0027;
}

.tit03 .parallax {
	position: relative;
	height: 236px;
	overflow: hidden;
}
.tit03 .parallax-box::before {
    content: '';
    background-repeat: repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(60, 104, 173, 0.7);
}
.parallax-box {
    height: 236px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
#sec04 .parallax-box { background-image: url(../img/tit-bg01.jpg); }
#sec05 .parallax-box { background-image: url(../img/tit-bg02.jpg); }
#sec06 .parallax-box { background-image: url(../img/tit-bg03.jpg); }



/* --------------------------------------------
    page navigation
-------------------------------------------- */
#menu {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(39, 39, 39, 0.05);
}
#menu .container01 {
  position: relative;
}

/* .navbar-header */
#menu .navbar-header {
  position: absolute;
  top: 0px;
  left: 0px;
}
#menu .navbar-header h1 {
  display: inline-block;
  margin: 0;
  line-height: 1;
}
#menu .navbar-header a {
  display: inline-block;
}
#menu .navbar-header a img {
  width: 135px;
  margin: 15px 25px;
}
#menu .navbar-header h1 span {
  display: inline-block;
  color: #5C5C74;
  font-size: 16px;
  font-weight: normal;
  vertical-align: sub;
  margin-left: 15px;
}

/* .navbar-nav */
.navbar-collapse.collapse {
  width: calc(100% - 190px);
  max-width: 875px;
    margin: 15px 0 15px auto;
    padding: 0;
}
.navbar-nav { width: 100%; }
.navbar-nav > li {
    display: inline-block;
    width: auto;
    margin: 0 1.6%;
    padding: 0;
    text-align: center;
}
.navbar-nav > li > a {
  position: relative;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3C68AD;
  padding: 15px 0;
  letter-spacing: 2px;
  line-height: 1.5;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry01 a {
  color: #fff!important;
  background-color: #3C68AD;
  border: 2px solid #3C68AD;
  border-radius: 50px;
  width: 135px;
  margin: 0 0 0 auto;
  padding: 8px 5px!important;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry01 a::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/before01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
#menu .nav > li > a:hover, #menu .nav > li > a:focus {
  color: rgba(60, 104, 173, 0.3);
  background-color: transparent;
}
.entry01 a:hover {
  color: #3C68AD!important;
  background-color: #fff;
  text-decoration: none;
}


/* --------------------------------------------
    header
-------------------------------------------- */
#hd01 {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto;
    background-color: #0468b3;
}
.main-slider {
    position: relative;
}
.main-slider::before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 1.2%;
    background-color: #0468b3;
}
.main-slider img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.main-slider .slick-slide {
    height: auto;
}
.dots {
  width: 100%;
  max-width: 1100px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}
.dots .slick-dots {
    margin-top: 1em;
}

.slid-box {
  position: relative;
}
.slide-cover {
  position: absolute;
  bottom: 12%;
  margin: 0 auto;
  z-index: 100;
  width: 600px;
  pointer-events: none;
}
.slide-cover img {
  width: 100%;
}
.slide-cover01 ,.slide-cover03 {
  left: 7%;
}
.slide-cover02 {
  right: 7%;
}
.scrolled {
    position: fixed;
    z-index: 101;
}


/* --------------------------------------------
    コンテンツ
-------------------------------------------- */
p {
	margin: 0 0 25px;
}
	.row {
		margin-left: 0;
		margin-right: 0;
	}

/*--- メインビジュアル ---*/
.main-img01 {
    position: relative;
    z-index: 1;
}
.main-img01 .main01-bg {
    width: 100%;
}
.main-img01 .main01-txt {
    width: 630px;
    position: absolute;
    left: 10%;
    bottom: 23%;
}

#content-main {
    margin-top: -10px;
    padding-bottom: 80px;
}

/* --- sec01 --- */
#sec01 {
    width: 100%;
    background-image: url(../img/msg-bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#sec01 .sec01-wrap {
    width: 100%;
    padding: 60px 0 0;
}
#sec01 .tit01-box {
    max-width: 1280px;
    margin: 0 auto;
    line-height: 1.6;
}
#sec01 h2.subtit01 {
    color: #fff;
}
#sec01 .tit01 {
    display: block;
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
    color: #fff;
    /*font-size: 35px;*/
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1px;
    vertical-align: top;
}
#sec01 .sec01-box {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0;
}
#sec01 .sec01-txt01 {
    width: calc(100% - 50%);
    color: #fff;
    line-height: 1.6;
    text-align: justify;
    margin-left: 50px;
}
#sec01 .sec01-img01 {
    width: 42%;
    max-width: 530px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#sec01 .sec01-img01 div {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    background-color: #3C68AD;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
}
#sec01 .sec01-img01 div span {
    display: block;
    text-align: right;
}


/* --- sec02 --- */
#sec02 {
    position: relative;
}
#sec02 .sec02-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 100px;
    background-image: url(../img/aboutus-bg01.png);
    background-size: auto 92%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#sec02 .sec02-box {
    position: relative;
    background-color: #fff;
    width: 70%;
    max-width: 600px;
    margin: 35px 60px 35px auto;
    padding: 60px 50px;
    filter: drop-shadow(5px 5px 7px rgba(60, 104, 173, 0.4));
}
#sec02 .sec02-box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 25px;
    width: 21.5px;
    height: 5px;
    background-color: #3C68AD;
}
#sec02 .sec02-txt {
    width: calc(100% - 235px);
    text-align: justify;
    line-height: 1.8;
}
#sec02 .sec02-txt .tit02 {
    margin-bottom: 25px;
}
#sec02 .sec02-img01 {
    position: absolute;
    bottom: 0;
    right: 75px;
    width: 250px;
}


/* --- sec03 --- */
#sec03 .sec03-txt {
    width: 100%;
    max-width: 1280px;
    margin: 25px 0 25px 6%;
}
#sec03 .sec03-wrap {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#sec03 .sec03-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: inline-block;
    width: 65%;
    height: 100%;
    background-image: url(../img/data-bg01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
#sec03 .sec03-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 65%;
    height: 100%;
    background-image: url(../img/data-bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#sec03 .sec03-box .col-sm-6 {
    padding: 20px;
    filter: drop-shadow(5px 5px 7px rgba(60, 104, 173, 0.4));
}
#sec03 .sec03-box {
    width: 90%;
    margin: auto;
    padding: 80px 0 35px;
}
#sec03 .sec03-box .sec03-data {
    text-align: right;
}

/*--- sec04 ---*/
#sec04 .sec04-wrap{
    width: 92%;
    max-width: 1280px;
    margin: 25px auto;
}
#sec04 .row {
    position: relative;
}
#sec04 .sec04-box {
    width: 70%;
    background-color: #E2E8F3;
    background: linear-gradient(180deg, transparent 0%, transparent 20%, #E2E8F3 20%, #E2E8F3 100%);
}
#sec04 .sec04-box .sec04-img {
    width: 85%;
    max-width: 620px;
}
#sec04 .sec04-box .sec04-txt {
    width: 83%;
    max-width: 580px;
    margin-top: -15px;
    padding: 15px 25px 25px;
    background-color: #fff;
    filter: drop-shadow(5px 5px 7px rgba(60, 104, 173, 0.4));
}
#sec04 .sec04-box .sec04-txt .tit02 {
    text-align: left;
    margin: 0 auto 15px;
}
#sec04 .sec04-box .sec04-txt .tit02::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 25px;
    width: 21.5px;
    height: 5px;
    background-color: #3C68AD;
}
#sec04 .sec04-box .sec04-txt p {
    margin: 0;
}
#sec04 .sec04-icon {
    position: absolute;
}

/* .sec04-row01 */
#sec04 .sec04-row01 .sec04-box {
    margin-right: auto;
    padding: 0 0 50px 5%;
}
#sec04 .sec04-row01 .sec04-icon {
    width: 40%;
    max-width: 460px;
    right: 0;
    top: 0;
}

/* .sec04-row02 */
#sec04 .sec04-row02 .sec04-box {
    margin-left: auto;
    padding: 0 5% 50px 0;
}
#sec04 .sec04-row02 .sec04-box .sec04-img , #sec04 .sec04-row02 .sec04-box .sec04-txt {
    margin-left: auto;
}
#sec04 .sec04-row02 .sec04-icon {
    width: 42%;
    max-width: 460px;
    left: 0;
    top: 0;
}


/*---------- style Section ---------- */
#sec05 .sec05-wrap{
    width: 90%;
    max-width: 1180px;
    margin: -25px auto 80px;
}
#sec05 .style-box {
	margin: 0px 15px;
	display: block;
  position: relative;
}
#sec05 .style-box a {
	display: block;
}
#sec05 .style-box a:hover {
	opacity: 0.6;
}
#sec05 .style-box h6 {
	font-weight: bold;
  font-size: 16px;
	margin: 20px 0 0;
  padding-bottom: 7px;
  display: inline-block;
  border-bottom: 2px solid #333;
}
#sec05 .popup-modal img {
    width: 100%;
    filter: drop-shadow(5px 5px 7px rgba(60, 104, 173, 0.4));
}
  
.mfp-content .row {
	background: #3C68AD;
	width: 800px;
	padding: 10px 0;
	margin: 50px auto;
    border-radius: 0;
    position: relative;
}
.mfp-content .row h4 {
    margin-top: 60px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.mfp-content .row h4 img {
    width: 100%;
    max-width: 360px;
    /*zoom: 0.5;*/
}
/*
.mfp-content .staff01 .row h4 img { max-width: 335px; }
.mfp-content .staff02 .row h4 img { max-width: 250px; }
.mfp-content .staff03 .row h4 img { max-width: 360px; }
*/
.mfp-content .row p {
    color: #fff;
    margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
}
.mfp-content .row .mfp-tit01 {
    color: #3C68AD;
    background-color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 15px 0 0;
    padding: 0 10px;
}
.mfp-content .row img {
    width: 100%;
	max-width: 600px;
}
.mfp-content .row .staff-img02 {
    margin-top: -20px;
}
.popup-modal-dismiss a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 42px;
    color: #3C68AD;
    background-color: #fff;
    padding: 6px 15px;
    margin: 0px auto 0;
    font-weight: bold;
    line-height: 1;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popup-modal-dismiss a:hover {
    color: #fff;
    background-color: #3C68AD;
}

.popup-modal-dismiss-xs {
    text-align: center;
    margin-top: 25px;
}
.popup-modal-dismiss-xs a {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*タブのスタイル*/
.tab_item {
  width: calc(98%/2);
  border: 2px solid #3C68AD;
  border-bottom: 5px solid #3C68AD;
  background: #fff;
  font-weight: bold;
  text-align: center;
  color: #3C68AD;
  display: block;
  float: left;
  text-align: center;
	padding: 15px 0 10px;
	border-radius: 10px 10px 0 0;
}
.tab_item:hover {/*
  opacity: 0.75;*/
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#infotab01:checked ~ #infotab01_content,
#infotab02:checked ~ #infotab02_content {
  display: block;
}
#infotab01:checked ~ #infotab02_content,
#infotab02:checked ~ #infotab01_content {
  display: none;
}
/*選択されているタブのスタイルを変える*/
.infotabs input:checked + .tab_item {
  background: #3C68AD;
  color: #fff;
}

dl.mailform dt {
	color: #3C68AD;
    padding: 15px 20px 10px 0px;
	width: 30%;
}

dl.mailform dd {
	font-weight: normal;
}

dl.mailform .must {
	font-size: 12px;
    margin-right: 5px;
}
dl.mailform textarea {
	width: 80% !important;

}
		dl.mailform input.inputarea01 {
			width: 80%;
		}
		dl.mailform label {
			font-weight: normal;
		}
.resetbtn {
    margin: 15px auto;
    text-align: center;
}
.resetbtn input {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #BD0027;
    border: 2px solid #BD0027;
    border-radius: 15px;
    padding: 10px 60px;
    line-height: 1.2;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



@media screen and (max-width: 991px) {
  .mfp-content .row { width: 500px; padding: 25px 15px; }
}
@media screen and (max-width: 767px) {
  .mfp-content {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
  }
  .mfp-content .row { max-width: 340px; width: 100%; margin: 35px auto; }
  .mfp-close-btn-in .mfp-close { display: none; }
}


/* --- sec06 --- */
#sec06 .sec06-wrap {
    width: 90%;
    max-width: 900px;
    margin: -35px auto 80px;
}
#sec06 p {
}
.sec06-tit02 {
	padding: 15px 0 ;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.sec06-txt01 {
	padding: 5px 0 ;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
#sec06 .sec06-img {
    max-width: 400px;
}
#sec06 .sec06-img img {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}
.attention01 {
	border-radius: 50px;
	color: #fff;
	background: #3C68AD;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}


ul.timeline {
	list-style: none;
	width: 400px;
	float: right;
	margin: 10px 0px 100px 0;
	padding: 0;
}

ul.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
	border-bottom: none;
}
.timeline-date {
    padding: 12px 30px 0 0;
    margin: 0 0px 0 0;
    font-size: 19px;
    font-weight: bold;
    width: 80px;
    float: left;
	text-align: right;
  }
.timeline-content {
    width: 75%;
    float: left;
    border-left: 1px #333 solid;
    padding: 0 0 0 30px;
	margin: 0 0 0 0px;
  }
.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #3C68AD;
    position: absolute;
    left: 75px;
    top: 20px;
    border-radius: 100%;
  }
.break-time:before {
    background: #A7BBDA;
}
.timeline-content p {
    font-size: 14px;
}

/*--- sec07 ---*/
#sec07 {
    background-color: rgba(60, 104, 173, 0.15);
}
#sec07 .sec07-wrap {
    margin: auto;
    padding: 60px 0 80px;
}
#sec07 .tit02 {
    font-size: 1.6em;
    margin: 0 auto 15px;
}
.sec07-table01 {
    background: #fff;	
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
	line-height: 1.3;
}
.sec07-table01 tr {
    border-bottom: 1px solid #000;
}
.sec07-table01 th , .sec07-table01 td {
    padding: 35px 60px;
    vertical-align: top;
}
.sec07-table01 th {
    color: #3C68AD;
    font-size: 16px;
    font-weight: bold;
}


/*--- sec08 ---*/
#sec08 .sec08-wrap {
    padding: 55px 0;
    margin: 0px auto;
    width: 96%;
	max-width: 970px;
}

#sec08 h3 {
    font-size: 36px;
    border: 0.65px solid #000;
    margin: 0;
    padding: 25px 0;
}
#sec08 h3 span.subtit {
    text-shadow: 0px 0px #e4dcd9;
}
#sec08 h4 {
    color: #3C68AD;
    background-color: rgba(60, 104, 173, 0.15);
    text-align: left!important;
    border: 0.65px solid #000;
    border-top: none;
    margin: 0;
    padding: 10px 55px;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#sec08 .box {
  border: 1px solid #000;
    border-top: none;
  padding: 0px 40px 60px;
}
/*------ 募集概要 ------*/
#sec08 table {
    background: #fff;	
  width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	line-height: 1.3;
}
#sec08 table.guidelines tr {
  border-bottom: 1px dashed #999;
}

#sec08 table.guidelines th , #sec08 table.guidelines td {
  padding: 20px 15px;
  vertical-align: top;
}
#sec08 table.guidelines th {
    color: #3C68AD;
    font-size: 16px;
    font-weight: bold;
}
#sec08 table.guidelines th.header01 {
	text-align: center;
}
#sec08 table.guidelines.txt-center01 {
	text-align: center;
}
#sec08 table.guidelines td:first-child {
}
#sec08 table.guidelines ul.list {
  margin: 0;
}

/* --- sec09 --- */
#sec09 {
    background-color: rgba(60, 104, 173, 0.15);
	padding: 50px 0;
}
#sec09 .sec09-wrap {
    width: 96%;
	max-width: 970px;
    background-color: #fff;
    margin: 50px auto;
    padding: 50px;
}
#sec09 h3 {
  font-size: 36px;
}

#sec09 table {
	width: 100%;
	max-width: 860px;
    margin: 0px auto 0px;
}
#sec09 th , #sec09 td {
   padding: 10px;
    border-bottom: 1px solid #000;
}
#sec09 th {
    width: 160px;
    height: 80px;
    font-size: 16px;
}
#sec09 td {
    width: calc(100% - 160px);
    text-align: left;
}
#sec09 table a {
    color: #337ab7;
    text-decoration: underline;
}
#sec09 img {
    width: 65px;
    min-width: 65px;
    padding-right: 15px;
}
#sec09 .sec09-point {
    border-bottom: none;
    padding: 0px;
}

/* Entry */
#sec09 .tit03 .tit03-txt {
    top: 0px;
    background-color: transparent;
    padding: 0;
}
#sec09 .row .col-sm-6 p {
    color: #3C68AD;
    font-weight: bold;
    margin: 0 auto 5px;
    text-align: center;
}
.label01 {
	color: #fff;
	background: #3C68AD;
	padding: 0 5px;
	font-weight: bold;
}

/* --------------------------------------------
    footer
-------------------------------------------- */
#ft01 {
  text-align: center;
  font-size: 14px;
}
#ft01 .ft-text01 {
  color: #fff;
  background-color: #3C68AD;
  margin: 0 auto;
  padding: 25px 15px;
}
#ft01 .ft-text02 {
  color: #3C68AD;
  margin: 0;
  padding: 10px 0;
}
#ft01 a {
  color: #fff;
}


/* -------------------------------------------------------
   TOP PAGE
------------------------------------------------------- */
#content-main {
  /*position: relative;*/
}
.topBtn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 100;
  display: block;
}
.topBtn img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.topBtn:hover , .topBtn:focus {
  opacity: 0.7;
}

/* --------------------------------------------
    Responsive
-------------------------------------------- */
@media screen and (min-width: 1280px) {
    #sec02 { max-width: 1280px; margin: 0 auto; }
    #sec03 .sec03-txt { max-width: 1180px; margin: 25px auto; }
}
@media screen and (max-width: 1180px) {
    .main-slider::before { top: 63px; height: 1.5%; }
    #menu .container-fluid { padding-left: 10px; padding-right: 10px; }
    #menu .navbar-header { position: relative; }
    #menu .navbar-header a img { margin: 15px 25px 0; }
    .navbar-collapse.collapse { width: 100%; max-width: 745px; margin: 6px auto; }
    .navbar-nav > li { margin: 0 10px; }
    .navbar-nav > li > a { letter-spacing: 0.05em; }
    .entry01 a { width: 112px; padding: 6px!important; }
    .entry01 a::before { width: 30px; height: 30px; margin-right: 8px; }
    #hd01 { padding-top: 80px; }
}
@media screen and (max-width: 991px) {
    .slide-cover { width: 500px; }
    #sec01 .tit01 { font-size: 30px; }
    #sec01 .sec01-txt01 { width: calc(100% - 52%); margin-left: 6%; }
    #sec02 .sec02-txt { width: calc(100% - 100px); }
    #sec02 .sec02-img01 { right: -15px; width: 220px; }
    #sec03 .sec03-box { width: 98%; }
}
@media screen and (min-width: 768px) {
  #menu .container-fluid { max-width: 1280px; }
  #menu ul li.dropdown {
    position: static;
  }
   #menu ul.dropdown-menu {
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 15px !important;
    box-shadow: none;
    left: auto;
    right: 0;
    width: 100%;
    text-align: center;
  }
  #menu ul.dropdown-menu > li {
    display: inline-block;
    padding: 0px 10px;
  }
  #menu ul.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #5C5C74;
  }
  #menu ul.dropdown-menu > li > a:hover {
    color: #5C5C74;
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
    #hd01 { padding-top: 0; background-color: #3c68ad; }
    .main-slider::before { top: 73px; height: 1.5%; background-color: #3c68ad; }
    .slide-cover { width: 90%; margin: auto; bottom: 10%; right: 0; left: 0; }
    h2 { font-size: 2em; letter-spacing: 3px; }
    h2 span.subtit { font-size: 16px; margin-left: 15px; letter-spacing: 0.5px; }
    .tit03 .tit03-txt { font-size: 1.8em; width: 300px; padding: 25px 0; }
    /*--- sec01 ---*/
    #sec01 .sec01-wrap { width: 86%; margin: auto; }
    #sec01 .tit01 { width: 100%; display: block; font-size: 18px; letter-spacing: 0; margin-top: 15px; }
    #sec01 .subtit01 { display: block; height: 30px; width: 100%; font-size: 15px; text-align: left; }
    #sec01 .subtit01::before { left: 0px; }
    #sec01 .sec01-box { padding: 35px 0; }
    #sec01 .sec01-txt01 { width: 100%; margin-left: 0; }
    #sec01 .sec01-img01 { width: 100%; max-width: 530px; position: relative; }
    #sec01 .sec01-img01 div { width: 100%; font-size: 15px; }
    /*--- sec02 ---*/
    #sec02 .sec02-wrap { background: none; padding: 0; }
    #sec02 .sec02-bg01 img { width: 100%; max-width: 460px; }
    #sec02 .sec02-box { width: 90%; margin: 35px auto; padding: 25px; }
    #sec02 .sec02-txt { width: 100%; }
    #sec02 .sec02-img01 { position: relative; top: -80px; left: 0; display: block; margin: auto; width: 200px; }
    /*--- sec03 ---*/
    #sec03 .sec03-wrap::before , #sec03 .sec03-wrap::after { display: none; }
    #sec03 .sec03-txt { margin: 25px auto; padding: 0 15px; }
    #sec03 .sec03-box { padding: 0; }
    #sec03 .sec03-box .col-sm-6 { max-width: 500px; margin: auto; filter: drop-shadow(0px 0px 0px rgba(60, 104, 173, 0)); }
    /*--- sec04 ---*/
    #sec04 .sec04-wrap { width: 96%; margin: 0 auto; }
    #sec04 .row { background: linear-gradient(transparent 20%, #E2E8F3 0, #E2E8F3 80%, transparent 0); }
    #sec04 .sec04-box { background: none; }
    #sec04 .sec04-box { display: block; width: 100%; margin: 0 auto; padding: 0!important; }
    #sec04 .sec04-box .sec04-img { width: 100%; margin: auto; }
    #sec04 .sec04-box .sec04-txt { width: 100%; margin: 15px auto 0; padding: 20px 25px 35px; }
    #sec04 .sec04-icon { position: relative; top: -50px!important; display: block; width: 100%!important; margin: auto; }
    /*--- sec05 ---*/
    #sec05 .popup-modal img { width: 100%; max-width: 350px; margin: 0 auto 25px; zoom: 1; }
    #sec05 .staff-box { width: 100%; max-width: 500px; margin: 15px auto; text-align: center;}
    /*--- sec06 ---*/
    #sec06 .sec06-img { margin: 25px auto 60px; }
    #sec06 .col-sm-6 p {margin-top: 15px;  }
    ul.timeline { width: 100%; max-width: 500px; float: none; margin: 10px auto; }
    .timeline-date { padding: 12px 0 0; font-size: 18px; width: 80px; float: left; text-align: left; }
    .timeline-content { width: calc(100% - 80px); }
    /*--- sec07 ---*/
    #sec07 .sec07-wrap { width: 92%; margin: 0 auto; }
    .sec07-table01 tr { width: 100%; display: block; }
    .sec07-table01 tr:last-child { border-bottom: none; }
    .sec07-table01 th, .sec07-table01 td { width: 100%; display: block; padding: 15px;  }
    /*--- sec08 ---*/
    #sec08 .sec08-wrap { width: 92%; }
    #sec08 .box { padding: 15px; }
    #sec08 h4 { padding: 10px 15px; }
    #sec08 table.guidelines th, #sec08 table.guidelines td { width: 100%; display: block; padding: 15px; }
    #sec08 table.guidelines td:last-child { padding: 15px; }
    /*--- sec09 ---*/
    #sec09 .sec09-wrap { width: 92%; margin: 25px auto; padding: 15px; }
    #sec09 .sec09-point { position: absolute; width: 60px; min-width: 60px; display: inline-block; padding: 15px 0 0; }
    #sec09 img { width: 60px; min-width: 60px; display: inline-block; }
    #sec09 tr { width: 100%; display: block; border-bottom: 1px solid #000; }
    #sec09 th, #sec09 td { height: auto; display: inline-block; }
    #sec09 td:not(:first-child) ,#sec09 th { width: calc(100% - 60px); margin-left: 60px; }
    #sec09 th { width: auto; border-bottom: none; padding: 20px 10px; }
    #sec09 td:not(:first-child) { padding: 15px 5px; border-bottom: none; }

  .navbar-toggle .icon-bar { background-color: #3C68AD; width: 30px; height: 3px; }
  .navbar-toggle .icon-bar + .icon-bar { margin: 0; }
  .navbar-toggle { margin: -10px 0 0; padding: 15px; position: absolute; top: 5px; right: 5px; }
  #menu { height: auto; }
  #menu .navbar-header { margin: 0 auto; padding: 10px 5px; }
  #menu .navbar-header a img { width: 115px; margin: 0 auto; padding: 0; object-fit: contain; }

  /*menu*/
  .navbar-toggle {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 99;
    border-radius: 0px;
  }
  .navbar-toggle .icon-bar{
    display: block;
    height: 4px;
    position: absolute;
    transition:transform .3s;
    width: 37px;
    border-radius: 10px;
  }
  .navbar-toggle .icon-bar:nth-of-type(2){
    top: 35px;
    left: 15px;
  }
  .navbar-toggle .icon-bar:nth-of-type(3){
    top: 20px;
    left: 15px;
  }
  .navbar-toggle .icon-bar:nth-of-type(4){
    bottom: 13px;
    left: 15px;
  }
  .navbar-toggle .icon-bar.active:nth-of-type(2){
    width: 50px;
    top: auto;
    bottom: 25px;
    left: 0px;
    transform: rotate(45deg);
    background-color: #fff;
  }
  .navbar-toggle .icon-bar.active:nth-of-type(3){
    transform:scaleX(0);
    background-color: #fff;
  }
  .navbar-toggle .icon-bar.active:nth-of-type(4){
    width: 50px;
    bottom: 25px;
    left: 0px;
    transform: rotate(135deg);
    background-color: #fff;
  }
  .open01 .navbar-toggle::before {
    content: "";
  }

  /*---------- ハンバーガーメニュー ----------*/
  #menu .navbar-header { margin: 0; }

  .navbar-nav { margin: 20px 0 0;}
  .navbar-collapse.collapse { padding: 0px; max-width: 100%; }
  .navbar-nav > li { width: 100%; display: block; margin: 0; padding: 25px 0 !important; border-right: none; }
  .navbar-nav > li > a  {  font-size: 15px; font-weight: normal; letter-spacing: 1px; }
  .navbar-nav > li > a , #menu .nav > li > a:hover, #menu .nav > li > a:focus, #menu .nav .open > a, #menu .nav .open > a:hover, #menu .nav .open > a:focus { padding: 0; border: none; }

  #menu.scrolled .navbar-header h1 img { width: 200px; }
  #menu.scrolled .navbar-collapse.collapse { padding-top: 0; }
  #menu.scrolled .navbar-nav > li > a { font-size: 15px; padding: 0; border: none; }

/*---------- .in ハンバーガーメニュー ----------*/
  #menu .container02 .in {
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #menu .in .navbar-nav { margin: 20% 0 25px; }
  .navbar-nav > li > a { font-size: 16px; font-weight: bold; }

  /* ENTRY 総合 */
  .entry01 { position: absolute; bottom: 50px; right: 5%; }
  .entry01 a { font-size: 20px; font-weight: bold; letter-spacing: 1px; padding: 20px!important; }
  .entry01 a::before { width: 40px; height: 40px; }

  /* ENTRY メニューのみ */
  .navbar-nav li.entry01 { position: relative; bottom: 0; right: 0; }
  .navbar-nav li.entry01 a { width: 145px; margin: auto; padding: 12px 20px!important; border: 2px solid #3C68AD!important; }

    dl.mailform dt { width: auto; padding: 25px 0 5px; }
	dl.mailform textarea {
		width: 100% !important;
	}
	dl.mailform input.inputarea01 {
		width: 100%;
	}
	dl.mailform .must {
        font-size: 0.8em;
	}
    .resetbtn input { font-size: 14px; }
    .topBtn { bottom: 7px!important; right: 10px; }
    .topBtn img { width: 80px; height: 80px; }
}

/* --------------------------------------------
    Form Style
-------------------------------------------- */
.wpcf7-form p {
  text-align: center;
}
.wpcf7-form label {
    width: 100%;
    max-width: 1000px;
    text-align: left;
    display: block;
    margin: 0 auto 1.5em;
}
.wpcf7-form span.required {
  background-color: #C40E22;
  color: #fff;
  font-size: 0.75em;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  vertical-align: text-top;
}
.wpcf7-form input , .wpcf7-form textarea { width: 100%; }
input[type="radio"], input[type="checkbox"] {
    width: auto!important;
}
.wpcf7-form input[type="submit"] {
    display: block;
    width: auto !important;
    color: #fff;
    font-weight: bold;
    background-color: #35509D !important;
    border: none;
    border-radius: 15px;
    margin: 3em auto 25px;
    padding: 7px 50px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.wpcf7-form input[type="submit"]:hover {
    color: #fff;
    background-color: #1b2950 !important;
}
.wpcf7-form  [data-class="wpcf7cf_group"] {
  width: 100%;
  max-width: 600px;
  text-align: left;
  margin: auto;
}
.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 0.5em;
}
