@charset "UTF-8";
.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hv:hover {
  opacity: 0.6;
}

/* Commonness CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

html {
  height: 100%;
}

body {
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 130%;
  letter-spacing: 0px;
}

/* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
img {
  line-height: 1.0;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*\*/
* html #container {
  overflow: visible;
}

/**/
input, select, textarea {
  font-size: 12px;
  color: #333;
}

/* - ClearFix ------------------------------------------------------ */
* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
* {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

/* Hides from IE5-Mac \*/
* html .foo {
  height: 1%;
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

img {
  vertical-align: bottom;
}

/* for placeholder color */
:-ms-input-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

::-input-placeholder {
  color: #999 !important;
}

:-input-placeholder {
  color: #999 !important;
}

::-placeholder {
  color: #999 !important;
}

:-placeholder {
  color: #999 !important;
}

html {
  background-color: #FFF;
  margin: 0 !important;
}

sup, sub {
  font-size: 0.8em;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  background: #FFF;
}

p {
  word-wrap: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

a, a:hover {
  text-decoration: none;
  color: #000000;
}

.left, .fl {
  float: left;
}

.right, .fr {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.ud:hover {
  text-decoration: underline;
}

.ud2 {
  text-decoration: underline;
}

.ud3 {
  text-decoration: underline;
}

.ud3:hover {
  text-decoration: none;
}

.hv:hover {
  opacity: 0.6;
}

.font-yu {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
.sp {
  display: none;
}

.pc {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack:justify; */
  -ms-flex-pack: justify;
  /* justify-content:space-between; */
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  top: -1px;
  background: #000;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*スクロールバー表示させる*/
.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #ff5ea7;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
  background: #fbdae1;
}

.scroll::-webkit-scrollbar-track-piece:end {
  background: #fff;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/*============================
#header
============================*/
#header {
  position: relative;
}
#header .top {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
  background: #FFF;
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 0 2%;
}
#header .top .container {
  width: 100%;
}
#header .top.fixed {
  position: fixed;
  height: 60px;
  border-bottom: 1px solid #FFAACF;
}
#header .top.fixed #logo {
  width: 170px;
  padding: 12px 0 0;
}
#header .top.fixed #navi {
  padding: 20px 0 0;
}
#header .top #logo {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 280px;
  padding: 15px 0 0;
}
#header .top #logo a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .top #logo a:hover {
  opacity: 0.6;
}
#header .top #navi {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 410px;
  padding: 42px 0 0;
}
#header .top #navi ul li a {
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  text-align: right;
  color: #000;
  display: block;
  padding: 0px 0 0px 30px;
  background: url(../../img/icon_01.png) no-repeat 0 center;
  background-size: 24px;
}
#header .top #navi ul li a:hover {
  opacity: 0.6;
}
#header .bottom {
  position: relative;
  padding: 90px 0 0;
}
#header .bottom.fixed {
  padding: 60px 0 0;
}
#header .bottom:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFAACF;
  height: 10px;
  top: 90px;
  width: 100%;
  bottom: auto;
  opacity: 0.69;
  z-index: 2;
}
#header .bottom:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFAACF;
  height: 10px;
  bottom: 0;
  top: auto;
  width: 100%;
  opacity: 0.69;
  z-index: 2;
}
#header .bottom .slick_container .box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ddd;
  height: 500px;
}
#header .bottom .txt {
  position: absolute;
  margin: auto;
  top: 94px;
  bottom: 0;
  width: 100%;
  height: 44px;
  text-align: center;
}

/*============================
#footer
============================*/
#footer {
  padding: 20px 0 20px;
  background: #FFD7B3;
  position: relative;
}
#footer:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/bg_04.png) 0 0 repeat-x;
  width: 100%;
  height: 45px;
  background-size: contain;
  top: -45px;
  bottom: auto;
  left: 0;
  right: 0;
}
#footer p.copyright {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #3D3D3D;
}

#content.fx {
  padding-top: 0px;
}

section .container h2 {
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  color: #5FA2E5;
  position: relative;
  line-height: 1;
  margin: 0 0 40px;
}
section .container h2:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 47px;
  height: 47px;
  background: url(../../img/l_01.png) no-repeat 0 0;
  bottom: -14px;
  top: auto;
  background-size: contain;
  display: inline-block;
  left: 0;
  position: relative;
}
section .container h2:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 47px;
  height: 47px;
  background: url(../../img/r_01.png) no-repeat 0 0;
  bottom: -14px;
  top: auto;
  background-size: contain;
  display: inline-block;
  left: 0;
  position: relative;
}
section .container h3 {
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #5FA2E5;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  font-size: 20px;
}
section .container p {
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 1.6;
  margin: 0 0 20px;
}
section .container a {
  text-decoration: underline;
}
section .container a:hover {
  text-decoration: none;
}
section .container .table {
  padding: 0px 0 0;
}
section .container .table table {
  width: 100%;
}
section .container .table table thead th {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #4A4A4A;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  width: 50px;
}
section .container .table table thead th:last-child {
  border-right: none;
}
section .container .table table tbody tr th {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #4A4A4A;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;

}
section .container .table table tbody tr th small {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  display: inline-block;
}
section .container .table table tbody tr td {
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #000;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 10px;
}



section .container .table table tbody tr td:last-child {
  border-right: none;
}
section .container .table table tbody tr td a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 200px;
  background: #FFE5DE;
  padding: 6px 0px 6px 35px;
  text-align: left;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  background-image: url(../../img/icon_01.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 20px;
}
section .container .table table tbody tr td a:hover {
  opacity: 0.6;
}



/*============================
#section01
============================*/
#section01 {
  padding: 60px 5% 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../img/bg_01.png);
}

/*============================
#section02
============================*/
#section02 {
  padding: 40px 5% 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../img/bg_05.png);
}
#section02 .container .topic {
  padding: 17px 0 0 20px;
}
#section02 .container .topic ul li {
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0 22px;
  padding: 0 0 0 20px;
  text-align: left;
  color: #000;
  background: url(../../img/v_01.png) no-repeat 0 center;
}

/*============================
#section03
============================*/
#section03 {
  padding: 60px 5% 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../img/bg_02.png);
}
#section03 .container {
  max-width: 800px;
  background: #FFF;
  border: 1px solid #FFC6A0;
  border-radius: 15px;
  padding: 40px;
}
#section03 .container h2 {
  margin: 0 0 56px;
}
#section03 .container .table table tbody tr td:nth-child(2) {
  text-align: left;
}

#section03 .container .box {
  margin: 0 0 40px;
  padding: 0 0 0 18px;
}
#section03 .container .box h3 {
  font-weight: bold;
  font-size: 26px;
  text-align: left;
  color: #000;
  padding: 0 0 0 10px;
  border-left: 5px solid #000;
  line-height: 1.2;
}
#section03 .container .box ul {
  padding: 22px 0 0px 5px;
}
#section03 .container .box ul li {
  margin: 0 0 5px;
  color: #243D7A;
}

/*============================
#section04
============================*/
#section04 {
  padding: 60px 5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../img/bg_03.png);
}
#section04 .container {
  max-width: 100%;
  background: #FFF;
  border-radius: 15px;
  padding: 40px;
  border: 1px solid #D6C5C5;
}
#section04 .container p {
  margin: 0 0 21px;
}
#section04 .container .table table thead tr th:nth-child(1) {
  width: 180px;
}
#section04 .container .table table tbody tr th {
  vertical-align: middle;
  white-space: nowrap;
}
#section04 .container .table table tbody tr td {
  vertical-align: middle;
  padding:3px 1px;
  font-size: 13px;
}

#section04 .container .table table tbody td.td_yoko-line {
	text-align: left;
	padding-left: 2%;
}


#section04 .container .table .nowrap{
  white-space: nowrap;
}

/*============================
#section05
============================*/
#section05 {
  padding: 60px 5% 60px;
  background: #DBDBDB;
}

/*============================
#section06
============================*/
#section06 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../img/bg_04.jpg);
  padding: 80px 5% 80px;
}
#section06 .container p.t1 {
  text-align: center;
  line-height: 2.5;
  font-size: 14px;
  margin: 0 0 20px;
}
#section06 .container p.t1 a {
  text-decoration: underline;
}
#section06 .container p.t1 a:hover {
  text-decoration: none;
}
#section06 .container button.btn_01 {
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
  font-size: 23px;
  color: #243d7a;
  display: block;
  border: 2px solid #000;
  width: 178px;
  border-radius: 7px;
  background: #fff;
  border: 2px solid #243d7a;
  text-align: center;
  position: relative;
  margin: 0 auto 11px;
  padding: 4px 0 3px;
  cursor: pointer;
}
#section06 .container button.btn_01:hover {
  opacity: 0.6;
}
#section06 .container button.btn_01:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/i_mail.png) 0 0 no-repeat;
  position: relative;
  margin: 0 6px 0 0;
  display: inline-block;
  width: 21px;
  height: 14px;
}
#section06 .container p.t2 {
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  text-align: center;
  color: #243d7a;
  margin: 0 0 5px;
  line-height: 1;
}
#section06 .container p.t2 span {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

/*============================
#section07
============================*/
#section07 {
  padding: 0px 5% 60px;
}
#section07 .container .table table tbody tr th {
  vertical-align: top;
}
