/*
.col{
background:#ccc;
&:nth-child(odd){
background:#eee;
}
}
*/
/*font*/
#wrapper, #wrapper_in {
  width: 100%;
  height: 100%;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header #h_box001 #h_box002 {
  width: 100%;
  background: white;
  /*border-bottom: solid 1px #ddd;*/
  -moz-transition: ease-in 1s;
  -o-transition: ease-in 1s;
  -webkit-transition: ease-in 1s;
  transition: ease-in 1s;
  width: 0;
  transition-delay: 1s;
}
header #h_box001 #h_box002.animated {
  width: 100%;
  white-space: nowrap;
  word-break: keep-all;
}
header #h_box001 #h_box002 #h_box002_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: table;
}
header #h_box001 #h_box002 #h_box002_in h2 {
  display: table-cell;
  vertical-align: middle;
}
header #h_box001 #h_box002 #h_box002_in h2 a {
  -moz-transition: ease-in 2s;
  -o-transition: ease-in 2s;
  -webkit-transition: ease-in 2s;
  transition: ease-in 2s;
}
header #h_box001 #h_box002 #h_box002_in #h_list {
  display: table-cell;
  float: right;
}
header #h_box001 #h_box002 #h_box002_in #h_list ul {
  display: table;
}
header #h_box001 #h_box002 #h_box002_in #h_list ul li {
  display: table-cell;
  border-left: solid 1px #ddd;
}
header #h_box001 #h_box002 #h_box002_in #h_list ul li a {
  color: #001a35;
  text-decoration: none;
  padding: 16px;
  display: block;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
header #h_box001 #h_box002 #h_box002_in #h_list ul li a:hover {
  background: #001a35 !important;
  color: #fff !important;
}
header #h_box001 #h_box002 #h_box002_in #h_list ul li a.active {
  background: #e9edf1;
}
header #h_box001 #h_box002 #h_box002_in #h_list ul li.last {
  border-right: solid 1px #ddd;
}
header #h_box001 #h_box001_in {
  background: #001a35;
  padding: 5px 0;
  width: 0;
  -moz-transition: ease-in 1s;
  -o-transition: ease-in 1s;
  -webkit-transition: ease-in 1s;
  transition: ease-in 1s;
  transition-delay: 1s;
}
header #h_box001 #h_box001_in.animated {
  width: 100%;
}
header #h_box001 #h_box001_in h1 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 78%;
  /*display:none;*/
  white-space: nowrap;
  word-break: keep-all;
}

/*-----------------------------------header-yet*/
#main {
  width: 100%;
  height: 100%;
  /*position:fixed;*/
  background-image: url(../../image/main001.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  /*z-index: -1;*/
  display: table;
  position: relative;
}
#main #main_c {
  display: block;
  height: 100px;
  width: 200px;
  border-radius: 100px 100px 0 0;
  background: #001a35;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -moz-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  transition-delay: 3.8s;
  transform-origin: 100% 100%;
  opacity: 0;
}
#main #main_c.animated {
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
}
#main #main_c span {
  position: relative;
  display: block;
}
#main #main_c span::before {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: 26px;
  margin-left: -20px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 40px;
  height: 40px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
}
#main #main_in {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#main #main_in #main_logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
#main #main_in #main_logo em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*display:block;*/
  position: absolute;
  right: -70px;
  bottom: -40px;
}
#main #main_in #main_logo span {
  display: block;
}
#main #main_in #main_logo span img {
  max-width: 100%;
}

/*------------------------------------------main-yet*/
#first {
  position: relative;
  border-top: solid 5px #ddd;
}
#first #first_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 142px 0px 60px;
}
#first #first_in h2 {
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  color: #001a35;
  margin-bottom: 30px;
}
#first #first_in #f_box001 {
  width: 100%;
}
#first #first_in #f_box001 ul {
  display: table;
  width: 100%;
}
#first #first_in #f_box001 ul li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
#first #first_in #f_box001 ul li.f_box001_l {
  padding-right: 5%;
}
#first #first_in #f_box001 ul li.f_box001_l p {
  line-height: 2;
  font-size: 116%;
}
#first #first_in #f_box001 ul li.f_box001_r {
  padding-left: 5%;
}
#first #first_in #f_box001 ul li.f_box001_r img {
  max-width: 100%;
}
#first #first_in .mark {
  display: table;
  height: 100px;
  width: 200px;
  border-radius: 0 0 100px 100px;
  background: #dddddd;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -moz-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  transform-origin: 0 0;
}
#first #first_in .mark.animated {
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#first #first_in .mark p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 142%;
  /*font-weight: bold;*/
  color: #001a35;
  padding-bottom: 10px;
}
#first #first_in #f_bor001 {
  width: 10px;
  height: 0;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  z-index: -1;
}

/*-------------------------------first-yet*/
#second {
  background-image: url(../../image/ph002.jpg);
  /*background-position: center center;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  border-top: solid 5px #001a35;
  position: relative;
  padding-top: 142px;
  padding-bottom: 60px;
}
#second #second_in {
  background: rgba(12, 62, 85, 0.9);
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 33px;
}
#second #second_in #s_box001 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #fff;
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 30px;
}
#second #second_in #s_box001 img {
  max-width: 100%;
}
#second #second_in #s_box001 h4 {
  font-size: 156%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
#second #second_in p {
  color: #fff;
  font-size: 116%;
  line-height: 2;
}
#second #second_in p .txt002 {
  color: #f0ff00;
  font-weight: bold;
}
#second #second_in p .txt001 {
  color: #f0ff00;
  font-weight: bold;
  position: relative;
  z-index: 4;
}
#second #second_in p .txt001::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #b4324e;
  z-index: -1;
}
#second .s_md001 {
  width: 94%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 40px;
}
#second .s_md001 h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 1000%;
  font-weight: bold;
  line-height: 1;
}
#second .s_md001 p {
  font-size: 200%;
  color: #fff;
  font-weight: bold;
}
#second .mark {
  display: table;
  height: 100px;
  width: 200px;
  border-radius: 0 0 100px 100px;
  background: #001a35;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -moz-transition: ease-in 0.8s;
  -o-transition: ease-in 0.8s;
  -webkit-transition: ease-in 0.8s;
  transition: ease-in 0.8s;
  transform-origin: 0 0;
}
#second .mark.animated {
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#second .mark p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 142%;
  color: #fff;
  padding-bottom: 10px;
}

/*--------------------------------------second-yet*/
#third {
  width: 100%;
  background: #001a35;
}
#third #third_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 43px 0 43px;
}
#third #third_in .box02.m_list001 li a {
  border: solid 3px #fff;
  display: block;
}
#third #third_in .box02.m_list001 li a img {
  width: 100%;
}
#third #third_in .th_box01 {
  width: 100%;
  display: table;
  margin-bottom: 40px;
}
#third #third_in .th_box01 .th_box01_r p {
  font-size: 116%;
  color: #fff;
  line-height: 1.8;
}
#third #third_in .th_box01 .th_box01_l {
  width: 30%;
  max-width: 300px;
}
#third #third_in .th_box01 .th_box01_l .m_box001 {
  background: white;
  position: relative;
  display: table;
  height: 60px;
  margin-left: 25px;
}
#third #third_in .th_box01 .th_box01_l .m_box001 h3 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 300%;
  padding: 10px 20px 10px 20px;
  color: #001a35;
}
#third #third_in .th_box01 .th_box01_l .m_box001::before {
  position: absolute;
  content: "";
  display: block;
  left: -56px;
  box-sizing: border-box;
  /*width: 28px;*/
  height: 100%;
  border: 36px solid transparent;
  border-right: 20px solid #fff;
  z-index: 1;
}
#third #third_in .th_box01 .th_box01_l .m_box001::after {
  position: absolute;
  content: "";
  display: block;
  left: -6px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #001a35;
  z-index: 2;
}
#third #third_in .th_box01 .th_box01_l,
#third #third_in .th_box01 .th_box01_r {
  display: table-cell;
  vertical-align: middle;
}

/*--------------------------------------third-yet*/
#fourth {
  width: 100%;
  background: #eee;
}
#fourth #fourth_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 43px 0 43px;
}
#fourth .n_txt001 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#fourth .nav001 {
  width: 100%;
  letter-spacing: -0.4em;
  margin-bottom: 20px;
}
#fourth .nav001 li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 49%;
  margin-right: 2%;
  border: solid 3px #ddd;
  background: #fff;
  padding: 12px 10px;
  margin-bottom: 10px;
  font-size: 123.1%;
  font-weight: bold;
  color: #001a35;
  position: relative;
  padding-left: 26px;
}
#fourth .nav001 li::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #001a35;
  top: 50%;
  margin-top: -2px;
  left: 10px;
}
#fourth .nav001 li.even {
  margin-right: 0;
}
#fourth .th_box01 {
  width: 100%;
  display: table;
  margin-bottom: 40px;
}
#fourth .th_box01 .th_box01_r p {
  font-size: 116%;
  color: #001a35;
  line-height: 1.8;
}
#fourth .th_box01 .th_box01_l {
  width: 30%;
  max-width: 300px;
}
#fourth .th_box01 .th_box01_l .m_box001 {
  background: #001a35;
  position: relative;
  display: table;
  height: 60px;
  margin-left: 25px;
}
#fourth .th_box01 .th_box01_l .m_box001 h3 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 300%;
  padding: 10px 20px 10px 20px;
  color: #fff;
}
#fourth .th_box01 .th_box01_l .m_box001 h3 span {
  font-size: 58%;
  color: #fff;
}
#fourth .th_box01 .th_box01_l .m_box001::before {
  position: absolute;
  content: "";
  display: block;
  left: -56px;
  box-sizing: border-box;
  /*width: 28px;*/
  height: 100%;
  border: 36px solid transparent;
  border-right: 20px solid #001a35;
  z-index: 1;
}
#fourth .th_box01 .th_box01_l .m_box001::after {
  position: absolute;
  content: "";
  display: block;
  left: -6px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #eee;
  z-index: 2;
}
#fourth .th_box01 .th_box01_l,
#fourth .th_box01 .th_box01_r {
  display: table-cell;
  vertical-align: middle;
}

/*--------------------------------------fourth-yet*/
#fifth {
  border-top: solid 5px #001a35;
  position: relative;
  padding-top: 142px;
  padding-bottom: 60px;
}
#fifth #me_list {
  width: 100%;
}
#fifth #me_list #me_list_in .me_list_in01 {
  padding-left: 4%;
  margin-bottom: 100px;
}
#fifth #me_list #me_list_in .me_list_in01.m002 {
  padding-left: 0;
  padding-right: 10%;
  margin-bottom: 100px;
}
#fifth #me_list #me_list_in .me_list_in01.m003 {
  padding-left: 6%;
  /*padding-right:10%;*/
  position: relative;
  left: 30px;
  margin-bottom: 30px;
}
#fifth #me_list #me_list_in .me_list_in01 #me_box001 {
  border: solid 5px #ddd;
  padding: 34px;
  position: relative;
  background: #fff;
}
#fifth #me_list #me_list_in .me_list_in01 #me_box001.m_box001 h4 {
  padding-left: 120px;
}
#fifth #me_list #me_list_in .me_list_in01 #me_box001.m_box001 .me_txt001 {
  padding-left: 120px;
}
#fifth #me_list #me_list_in .me_list_in01 .me_mark001 {
  display: table;
  width: 154px;
  height: 154px;
  background: #001a35;
  position: absolute;
  top: -54px;
  left: -3%;
}
#fifth #me_list #me_list_in .me_list_in01 .me_mark001.m002 {
  left: inherit;
  right: -3%;
}
#fifth #me_list #me_list_in .me_list_in01 .me_mark001.m003 {
  left: -3%;
}
#fifth #me_list #me_list_in .me_list_in01 .me_mark001 p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#fifth #me_list #me_list_in .me_list_in01 .me_mark001 p span {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  text-align: center;
}
#fifth #me_list #me_list_in .me_list_in01 .me_mark001 p span.m_t001 {
  font-size: 250%;
  line-height: 1;
}
#fifth #me_list #me_list_in .me_list_in01 .me_mark001 p span.m_t002 {
  font-size: 360%;
}
#fifth #me_list #me_list_in .me_list_in01 h4 {
  /* border-bottom: solid 4px $sc;*/
  font-size: 187%;
  font-weight: bold;
  padding-bottom: 8px;
  color: #001a35;
  margin-bottom: 30px;
  position: relative;
}
#fifth #me_list #me_list_in .me_list_in01 h4.md_a::before {
  right: 0;
  left: inherit;
  transition-delay: .5s;
}
#fifth #me_list #me_list_in .me_list_in01 h4 span {
  color: #001a35;
  display: block;
}
#fifth #me_list #me_list_in .me_list_in01 h4.animated::before {
  width: 100%;
}
#fifth #me_list #me_list_in .me_list_in01 h4::before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #001a35;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: ease-in 1s;
  -o-transition: ease-in 1s;
  -webkit-transition: ease-in 1s;
  transition: ease-in 1s;
  transition-delay: .7s;
  transition-property: width !important;
}
#fifth #me_list #me_list_in .me_list_in01 .me_txt001 {
  font-size: 123.1%;
}
#fifth #fifth_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
#fifth #f_bor002 {
  width: 10px;
  height: 0;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  z-index: -1;
}
#fifth .s_md001 {
  width: 94%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 40px;
}
#fifth .s_md001 h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #001a35;
  font-size: 800%;
  font-weight: bold;
  line-height: 1;
}
#fifth .s_md001 p {
  font-size: 200%;
  color: #001a35;
  font-weight: bold;
}
#fifth .mark {
  display: table;
  height: 100px;
  width: 200px;
  border-radius: 0 0 100px 100px;
  background: #001a35;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -moz-transition: ease-in 0.8s;
  -o-transition: ease-in 0.8s;
  -webkit-transition: ease-in 0.8s;
  transition: ease-in 0.8s;
  transform-origin: 0 0;
}
#fifth .mark.animated {
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#fifth .mark p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 142%;
  color: #fff;
  padding-bottom: 10px;
}

/*--------------------------------------fifth-yet*/
#sixth {
  border-top: solid 5px #001a35;
  position: relative;
  padding-top: 142px;
  padding-bottom: 60px;
  background: #eee;
}
#sixth #sixth_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
#sixth .si_box002 {
  border: solid 4px #ddd;
  padding: 30px;
  background: #fff;
  margin-bottom: 20px;
}
#sixth .si_box002 .si_box002_in {
  width: 100%;
  display: table;
}
#sixth .si_box002 .si_box002_in .si_box002_l,
#sixth .si_box002 .si_box002_in .si_box002_r {
  display: table-cell;
  vertical-align: middle;
}
#sixth .si_box002 .si_box002_in .si_box002_l {
  width: 55%;
  padding-right: 20px;
}
#sixth .si_box002 .si_box002_in .si_box002_l h5 {
  font-size: 168%;
  margin-bottom: 20px;
  color: #001a35;
  font-weight: bold;
}
#sixth .si_box002 .si_box002_in .si_box002_l p {
  font-size: 108%;
  line-height: 1.8;
  margin-bottom: 30px;
}
#sixth .si_box002 .si_box002_in .si_box002_l img {
  max-width: 100%;
}
#sixth .si_box002 .si_box002_in .si_box002_r {
  width: 45%;
}
#sixth .si_box002 .si_box002_in .si_box002_r img {
  max-width: 100%;
}
#sixth .si_box002 .si_list001 {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#sixth .si_box002 .si_list001 li {
  font-size: 123.1%;
  color: #001a35;
  margin-bottom: 10px;
  font-weight: bold;
}
#sixth .si_box002 .m_box001 {
  background: #001a35;
  position: relative;
  display: table;
  height: 60px;
  margin-left: -35px;
  margin-bottom: 22px;
}
#sixth .si_box002 .m_box001.t001::before {
  position: absolute;
  content: "";
  display: block;
  left: -49px;
  box-sizing: border-box;
  /*width: 28px;*/
  height: 100%;
  border: 32px solid transparent;
  border-left: 29px solid transparent;
  border-right: 20px solid #001a35;
  z-index: 1;
}
#sixth .si_box002 .m_box001 h3 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 187%;
  padding: 10px 20px 10px 20px;
  color: #fff;
}
#sixth .si_box002 .m_box001 h3 span {
  color: #fff;
  font-size: 135.1%;
  font-family: "Josefin Sans", sans-serif;
  padding: 0 4px;
}
#sixth .si_box002 .m_box001::before {
  position: absolute;
  content: "";
  display: block;
  left: -49px;
  box-sizing: border-box;
  /*width: 28px;*/
  height: 100%;
  border: 29px solid transparent;
  border-right: 20px solid #001a35;
  z-index: 1;
}
#sixth .si_box002 .m_box001::after {
  position: absolute;
  content: "";
  display: block;
  left: -6px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
#sixth .si_box001 {
  border: solid 4px #ddd;
  margin-bottom: 40px;
}
#sixth .si_box001 ul {
  width: 100%;
  /* display: table;*/
}
#sixth .si_box001 ul li {
  /*width: 50%;
  display: table-cell;*/
  vertical-align: middle;
}
#sixth .si_box001 ul li.si_txt001 {
  padding: 100px 20px;
  background: #fff;
}
#sixth .si_box001 ul li.si_txt001 p {
  width: 80%;
  margin: 0 auto;
  font-size: 108%;
  line-height: 1.6;
}
#sixth .si_box001 ul li.si_txt001 .si_md001 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 146%;
  line-height: 1.6;
}
#sixth .si_box001 ul li.si_txt001 .si_md001::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  margin-left: -15px;
  height: 3px;
  background: #001a35;
}
#sixth .si_box001 ul li.si_txt001 .si_md001 h5 {
  font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  color: #001a35;
  font-weight: bold;
}
#sixth .si_box001 ul li.si_ph001 {
  background-image: url(../../image/yusa.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#sixth .si_box001 ul li.si_ph001::before {
  content: "";
  display: block;
  padding-top: 36%;
}
#sixth .si_box001 ul li.si_ph001 .si_name {
  background: rgba(0, 26, 53, 0.9);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 17px 50px 17px 34px;
  position: absolute;
  bottom: 30px;
  left: -20px;
}
#sixth .si_box001 ul li.si_ph001 .si_name p {
  color: #fff;
  font-size: 92%;
}
#sixth .si_box001 ul li.si_ph001 .si_name span {
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
  display: block;
}
#sixth .si_box001 ul li.si_ph001 .si_name h5 {
  font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  color: #fff;
  font-size: 168%;
  margin-bottom: 14px;
}
#sixth .si_box001 ul li.si_ph001 .si_name::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  bottom: -10px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 10px solid transparent;
  border-left: 10px solid #000d1b;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sixth .si_box001 ul li.si_ph002 {
  background-image: url(../../image/takase.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#sixth .si_box001 ul li.si_ph002::before {
  content: "";
  display: block;
  padding-top: 36%;
}
#sixth .si_box001 ul li.si_ph002 .si_name {
  background: rgba(0, 26, 53, 0.9);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 17px 50px 17px 34px;
  position: absolute;
  bottom: 30px;
  left: -20px;
}
#sixth .si_box001 ul li.si_ph002 .si_name p {
  color: #fff;
  font-size: 92%;
}
#sixth .si_box001 ul li.si_ph002 .si_name span {
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
  display: block;
}
#sixth .si_box001 ul li.si_ph002 .si_name h5 {
  font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  color: #fff;
  font-size: 168%;
  margin-bottom: 14px;
}
#sixth .si_box001 ul li.si_ph002 .si_name::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  bottom: -10px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 10px solid transparent;
  border-left: 10px solid #000d1b;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sixth .s_md001 {
  width: 94%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 40px;
}
#sixth .s_md001 h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #001a35;
  font-size: 800%;
  font-weight: bold;
  line-height: 1;
}
#sixth .s_md001 p {
  font-size: 200%;
  color: #001a35;
  font-weight: bold;
}
#sixth .mark {
  display: table;
  height: 100px;
  width: 200px;
  border-radius: 0 0 100px 100px;
  background: #001a35;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -moz-transition: ease-in 0.8s;
  -o-transition: ease-in 0.8s;
  -webkit-transition: ease-in 0.8s;
  transition: ease-in 0.8s;
  transform-origin: 0 0;
}
#sixth .mark.animated {
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#sixth .mark p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 142%;
  color: #fff;
  padding-bottom: 10px;
}

.ta_txt001 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 157%;
  font-weight: bold;
  color: #001a35;
}
.ta_txt001 em {
  font-style: normal;
  font-size: 200%;
  color: #001a35;
}

/*-----------------------------------sixth*/
#seventh {
  border-top: solid 5px #001a35;
  position: relative;
  padding-top: 142px;
  padding-bottom: 60px;
}
#seventh #seventh_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#seventh .se_box001 {
  /*width:100%;*/
  border: solid 4px #001a35;
  overflow: hidden;
  /*@include inline-block;*/
  /*display:table;*/
  position: relative;
  margin: 0 auto 20px;
}
#seventh .se_box001.active {
  width: 100% !important;
}
#seventh .se_box001 .se_box001_l, #seventh .se_box001 .se_box001_r {
  /*display:table-cell;*/
  vertical-align: middle;
  padding: 60px 20px;
  width: 50%;
  position: absolute;
}
#seventh .se_box001 .se_box001_l .se_box002, #seventh .se_box001 .se_box001_r .se_box002 {
  display: table;
  height: 100%;
  width: 100%;
}
#seventh .se_box001 .se_box001_l .se_box002 .se_box002_in, #seventh .se_box001 .se_box001_r .se_box002 .se_box002_in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#seventh .se_box001 .se_box001_l .se_box002 .se_box002_in .se_txt002, #seventh .se_box001 .se_box001_r .se_box002 .se_box002_in .se_txt002 {
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}
#seventh .se_box001 .se_box001_l {
  text-align: center;
  background: #001a35;
  color: #fff;
  z-index: 2;
  left: 0;
  cursor: pointer;
}
#seventh .se_box001 .se_box001_l.active .se_box002::before {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#seventh .se_box001 .se_box001_l .se_box002 {
  position: relative;
}
#seventh .se_box001 .se_box001_l .se_box002::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#seventh .se_box001 .se_box001_l p {
  font-size: 142%;
  color: #fff;
  font-weight: bold;
}
#seventh .se_box001 .se_box001_l h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 300%;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}
#seventh .se_box001 .se_box001_r {
  text-align: center;
  background: #fff;
  overflow: hidden;
  right: 0;
  z-index: 1;
}
#seventh .se_box001 .se_box001_r .num01 {
  margin-bottom: 16px;
  text-align: center;
}
#seventh .se_box001 .se_box001_r .num01 li {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
#seventh .se_box001 .se_box001_r .se_md001 {
  font-size: 108%;
  font-weight: bold;
  color: #001a35;
  margin-bottom: 20px;
}
#seventh .se_box001 .se_box001_r h4 {
  font-size: 230%;
  color: #d1195a;
  font-weight: bold;
  margin-bottom: 14px;
  font-family: "Josefin Sans", sans-serif;
}
#seventh .s_md001 {
  width: 94%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 40px;
}
#seventh .s_md001 h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #001a35;
  font-size: 800%;
  font-weight: bold;
  line-height: 1;
}
#seventh .s_md001 h2 span {
  font-size: 60%;
  color: #001a35;
}
#seventh .s_md001 p {
  font-size: 200%;
  color: #001a35;
  font-weight: bold;
}
#seventh .mark {
  display: table;
  height: 100px;
  width: 200px;
  border-radius: 0 0 100px 100px;
  background: #001a35;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -moz-transition: ease-in 0.8s;
  -o-transition: ease-in 0.8s;
  -webkit-transition: ease-in 0.8s;
  transition: ease-in 0.8s;
  transform-origin: 0 0;
}
#seventh .mark.animated {
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#seventh .mark p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 142%;
  color: #fff;
  padding-bottom: 10px;
}
#seventh #f_bor003 {
  width: 10px;
  height: 0;
  background: #ddd;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 50%;
  margin-left: -5px;
  z-index: -1;
}
#seventh #f_bor003::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  left: 50%;
  margin-left: -35px;
  width: 60px;
  height: 60px;
  border-top: 10px solid #ddd;
  border-right: 10px solid #ddd;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#seventh #f_bor003 #f_bor003_in {
  position: relative;
  height: 100%;
  display: table;
}
#seventh #f_bor003 span {
  display: table-cell;
  /*position:relative;*/
}
#seventh #f_bor003 span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -8px;
  bottom: 30px;
  left: 50%;
  margin-left: -5px;
  width: 26px;
  height: 26px;
  border-top: 10px solid #ddd;
  border-right: 10px solid #ddd;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*--------------------------------seventh*/
#eighth {
  margin-bottom: 40px;
}
#eighth #eighth_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  border: solid 4px #ddd;
  padding: 53px 30px;
}
#eighth #eighth_in p {
  color: #001a35;
  text-align: center;
  font-weight: bold;
}
#eighth #tel_area {
  text-align: center;
  margin-bottom: 30px;
}
#eighth #tel {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  z-index: 2;
}
#eighth #tel::before {
  height: 16px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  background: #ffc5d4;
  z-index: -1;
}
#eighth #tel em {
  font-size: 168%;
  font-weight: bold;
  color: #001a35;
}
#eighth #tel span {
  font-size: 300%;
  color: #001a35;
}
#eighth #tel span i {
  font-family: "Josefin Sans", sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #001a35;
}
#eighth #tel span i a {
  font-weight: bold;
  color: #001a35;
}
#eighth .s_md001 {
  width: 94%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 40px;
}
#eighth .s_md001 h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #001a35;
  font-size: 300%;
  font-weight: bold;
  line-height: 1.3;
}
#eighth .s_md001 h2 span {
  font-size: 60%;
  color: #001a35;
}
#eighth .s_md001 p {
  font-size: 100%;
  color: #001a35;
  font-weight: bold;
}

/*--------------------------------eighth*/
/*.wow{
	opacity:0;}
	.wow.animated{
		opacity:1;}*/
/*.wow{
opavity:1;}*/
footer {
  width: 100%;
  padding: 20px 0;
  background: #eee;
}
footer #footer_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
footer #footer_in address {
  float: left;
  font-size: 92%;
}
footer #footer_in #copy {
  float: right;
  font-size: 87%;
}

/*------------------------------------*/
#op {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999999999;
}

#op p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 311px;
  height: 124px;
  margin-left: -156px;
  margin-top: -62px;
  display: none;
  z-index: 999999999999;
}

#op p img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #op p {
    width: 155px;
    height: 62px;
    margin-left: -78px;
    margin-top: -31px;
  }
}
#progressBar {
  position: fixed;
  left: 0;
  top: 50%;
  width: 0;
  height: 50px;
  background-image: url(../../image/logo002.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ccc;
}

/*----------------------------------uniq*/
section {
  position: relative;
}

.btn001_a a {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  background: #bf2634;
  border: solid 3px #bf2634;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  color: #fff;
  font-weight: bold;
  font-size: 116%;
  text-align: center;
  padding: 10px;
  position: relative;
}
.btn001_a a::before {
  content: "";
  position: absolute;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  display: block;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn001_a a:hover {
  background: #fff;
  color: #bf2634;
}
.btn001_a a:hover::before {
  border-top: 3px solid #bf2634;
  border-right: 3px solid #bf2634;
}

@media screen and (min-width: 1100px) {
  #sp_menu_in {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  header {
    display: none;
  }

  #main #main_in #main_logo {
    width: 80%;
    margin: 0 auto;
  }

  #main #main_in #main_logo em img {
    width: 20%;
  }

  #main #main_c {
    width: 100px;
    height: 50px;
    margin-left: -50px;
  }

  #main #main_c span::before {
    margin-top: 12px;
    margin-left: -12px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  /*------------------main*/
  #first #first_in h2 {
    font-size: 116%;
    margin-bottom: 20px;
  }

  #first #first_in .mark,
  #fifth #fifth_in .mark,
  #sixth .mark,
  #seventh .mark,
  #second .mark {
    width: 100px;
    height: 50px;
    margin-left: -50px;
  }

  #first #first_in,
  #fifth,
  #sixth,
  #seventh,
  #second {
    padding-top: 66px;
    padding-bottom: 20px;
  }

  #first #first_in .mark p,
  #fifth .mark p,
  #sixth .mark p,
  #seventh .mark p,
  #second .mark p {
    font-size: 92%;
  }

  /*-----------------------------uniq*/
  #first #first_in #f_box001 ul,
  #first #first_in #f_box001 ul li {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  #first #first_in #f_box001 ul li.f_box001_l p {
    line-height: 1.6;
    font-size: 100%;
  }

  #first #first_in #f_box001 ul li.f_box001_r p {
    text-align: center;
  }

  /*---------------------------first*/
  #second .btm30 {
    margin-bottom: 0 !important;
  }

  #second .s_md001 h2 {
    font-size: 200%;
  }

  #second .s_md001 p {
    font-size: 116%;
  }

  #second .s_md001 {
    margin-bottom: 16px;
  }

  #second #second_in {
    padding: 12px;
  }

  #second #second_in p {
    font-size: 92%;
    line-height: 1.6;
  }
  #second #second_in p.btm30 {
    margin-bottom: 16px !important;
  }

  #second #second_in #s_box001 {
    padding: 20px;
  }

  #second #second_in #s_box001 h4 {
    font-size: 116%;
    margin-bottom: 14px;
  }

  #second #second_in #s_box001 {
    margin-bottom: 16px;
  }

  /*---------------------------second*/
  #third #third_in .th_box01 .th_box01_l, #third #third_in .th_box01 .th_box01_r {
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }

  #third #third_in .th_box01 .th_box01_l .m_box001::before {
    left: -50px;
    border: 30px solid transparent;
    border-right: 20px solid #fff;
  }

  #third #third_in .th_box01 .th_box01_l .m_box001 h3 {
    font-size: 200%;
  }

  #third #third_in .th_box01 .th_box01_r p {
    font-size: 92%;
    line-height: 1.6;
  }

  #third #third_in {
    padding: 23px 0;
  }

  #third #third_in .th_box01 {
    margin-bottom: 14px;
  }

  #third #third_in .box02.m_list001 li a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  /*---------------------------third*/
  #fourth #fourth_in {
    padding: 23px 0;
  }

  #fourth .th_box01 .th_box01_l .m_box001::before {
    left: -50px;
    border: 30px solid transparent;
    border-right: 20px solid #001a35;
  }

  #fourth .th_box01 .th_box01_l .m_box001 h3 {
    font-size: 200%;
  }

  #fourth .th_box01 .th_box01_l, #fourth .th_box01 .th_box01_r {
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }

  #fourth .th_box01 .th_box01_r p {
    font-size: 92%;
    line-height: 1.6;
  }

  #fourth .th_box01 {
    margin-bottom: 16px;
  }

  #fourth .nav001 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
    border: solid 2px #ddd;
    font-size: 92%;
  }

  #fourth .th_box01 .th_box01_r {
    margin-bottom: 0;
  }

  #fourth .n_txt001 {
    font-size: 92%;
  }

  /*------------------------fourth*/
  #fifth #me_list #me_list_in .me_list_in01 #me_box001 {
    padding: 70px 17px 17px;
  }

  #fifth .s_md001 h2 {
    font-size: 260%;
    margin-bottom: 3px;
  }

  #fifth .s_md001 p {
    font-size: 100%;
  }

  #fifth .s_md001 {
    margin-bottom: 16px;
  }

  #fifth #me_list #me_list_in .me_list_in01 #me_box001 {
    border: solid 3px #ddd;
  }

  #fifth #me_list #me_list_in .me_list_in01 .me_mark001 {
    width: 60px;
    height: 60px;
    top: -3px;
    left: -3px;
  }

  #fifth #me_list #me_list_in .me_list_in01 .me_mark001 p span.m_t001 {
    font-size: 100%;
  }

  #fifth #me_list #me_list_in .me_list_in01 .me_mark001 p span.m_t002 {
    font-size: 135.1%;
  }

  #fifth #me_list #me_list_in .me_list_in01 #me_box001.m_box001 h4 {
    padding-left: 0;
  }

  #fifth #me_list #me_list_in .me_list_in01 h4 {
    font-size: 116%;
    margin-bottom: 10px;
  }

  #fifth #me_list #me_list_in .me_list_in01 h4::before {
    height: 2px;
  }

  #fifth #me_list #me_list_in .me_list_in01 #me_box001.m_box001 .me_txt001 {
    padding-left: 0;
  }

  #fifth #me_list #me_list_in .me_list_in01 .me_txt001 {
    font-size: 92%;
  }
  #fifth #me_list #me_list_in .me_list_in01 .me_txt001 br {
    display: none;
  }

  #fifth #me_list #me_list_in .me_list_in01.m002 {
    padding-left: 0;
    padding-right: 0;
  }

  #fifth #me_list #me_list_in .me_list_in01 {
    padding-left: 0;
    margin-bottom: 16px;
  }
  #fifth #me_list #me_list_in .me_list_in01.last {
    margin-bottom: 0px;
  }

  #fifth #me_list #me_list_in .me_list_in01.m002 {
    margin-bottom: 16px;
  }

  #fifth #me_list #me_list_in .me_list_in01 .me_mark001.m002 {
    right: -3px;
  }

  #fifth #me_list #me_list_in .me_list_in01.m003 {
    left: 0;
    padding-left: 0;
  }

  #fifth #me_list #me_list_in .me_list_in01 .me_mark001.m003 {
    left: -3px;
  }

  /*---------------------------------------fifth*/
  #sixth .s_md001 h2 {
    font-size: 260%;
    margin-bottom: 3px;
  }

  #sixth .s_md001 p {
    font-size: 100%;
  }

  #sixth .s_md001 {
    margin-bottom: 16px;
  }

  #sixth .si_box001 ul li.si_ph001,
  #sixth .si_box001 ul li.si_ph002,
  #sixth .si_box001 ul li.si_txt001 {
    display: block;
    width: 100%;
  }

  #sixth .si_box001 ul li.si_ph001::before,
  #sixth .si_box001 ul li.si_ph002::before {
    display: block;
    content: "";
    padding-top: 75%;
  }

  #sixth .si_box001 ul li.si_ph001 .si_name,
  #sixth .si_box001 ul li.si_ph002 .si_name {
    padding: 15px 20px;
    bottom: -68px;
  }

  #sixth .si_box001 ul li.si_ph001 .si_name p,
  #sixth .si_box001 ul li.si_ph002 .si_name p {
    font-size: 76%;
  }

  #sixth .si_box001 ul li.si_ph001 .si_name h5,
  #sixth .si_box001 ul li.si_ph002 .si_name h5 {
    font-size: 116%;
    margin-bottom: 4px;
  }

  #sixth .si_box001 ul li.si_ph001 .si_name span,
  #sixth .si_box001 ul li.si_ph002 .si_name span {
    font-size: 87%;
    margin-bottom: 3px;
  }

  #sixth .si_box001 ul li.si_txt001 {
    padding: 80px 20px 20px;
  }

  #sixth .si_box001 ul li.si_txt001 .si_md001 {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  #sixth .si_box001 ul li.si_txt001 .si_md001::before {
    display: none;
  }

  #sixth .si_box001 ul li.si_txt001 .si_md001 h5 {
    font-size: 76%;
    text-align: left;
  }
  #sixth .si_box001 ul li.si_txt001 .si_md001 h5 br {
    display: none;
  }

  #sixth .si_box001 ul li.si_txt001 p {
    font-size: 92%;
    width: 100%;
  }

  #sixth .si_box002 .m_box001::after, #sixth .si_box002 .m_box001::before {
    display: none !important;
  }

  #sixth .si_box002 .m_box001 h3 {
    font-size: 100%;
  }

  #sixth .si_box002 {
    padding: 16px;
  }

  #sixth .si_box002 .si_list001 li {
    font-size: 92%;
  }

  #sixth .si_box002 p {
    font-size: 92%;
  }

  .ta_txt001 {
    font-size: 106%;
  }

  #sixth .si_box002 th {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #sixth .si_box002 .si_box002_in .si_box002_l, #sixth .si_box002 .si_box002_in .si_box002_r {
    display: block;
    width: 100%;
  }

  #sixth .si_box002 .si_box002_in .si_box002_l h5 {
    font-size: 108%;
  }

  #sixth .si_box002 .si_box002_in .si_box002_l p {
    font-size: 92%;
  }

  #sixth .si_box002 .si_box002_in .si_box002_l ul {
    text-align: center;
  }
  #sixth .si_box002 .si_box002_in .si_box002_l ul li {
    text-align: center;
    margin: 0 auto 6px;
  }

  /*---------------------------------------sixth*/
  #seventh .se_box001 .se_box001_l,
  #seventh .se_box001 .se_box001_r {
    position: inherit !important;
    width: 100%;
    padding: 20px 10px;
  }

  #seventh .s_md001 h2 {
    font-size: 200%;
  }

  #seventh .s_md001 p {
    font-size: 116%;
  }

  #seventh .s_md001 {
    margin-bottom: 16px;
  }

  #seventh .se_box001 .se_box001_l h4 {
    font-size: 100%;
  }

  #seventh .se_box001 .se_box001_l p {
    font-size: 100%;
  }

  #seventh .se_box001 .se_box001_r h4 {
    font-size: 108%;
  }

  #seventh .se_box001 .se_box001_r .num01 li {
    width: 80%;
    font-size: 92%;
  }

  #seventh .se_box001 .se_box001_l .se_box002 .se_box002_in .se_txt002, #seventh .se_box001 .se_box001_r .se_box002 .se_box002_in .se_txt002 {
    width: 100%;
    max-width: 100%;
  }

  #seventh .se_box001 .se_box001_l .se_box002::before {
    display: none;
  }

  .btn001_a a {
    font-size: 92%;
  }

  #eighth #tel span i {
    font-size: 191%;
  }

  #eighth #tel em {
    font-size: 80%;
  }

  #eighth #tel span {
    font-size: 111%;
  }

  #eighth #eighth_in {
    padding: 23px 25px;
  }

  footer #footer_in address {
    margin-bottom: 10px;
  }

  footer #footer_in #copy {
    font-size: 76%;
  }

  body {
    overflow-x: hidden;
    width: 100%;
  }

  #second {
    background-attachment: inherit !important;
  }

  #main {
    background-attachment: inherit !important;
  }

  #main #main_in #main_logo em {
    right: -20px !important;
    width: 60px;
    bottom: -20px;
  }
  #main #main_in #main_logo em img {
    width: 100%;
  }

  	/*#sixth #si_box001 ul li#si_ph001 #si_name{
  		left:-6px;}		
  #sixth .si_box002 .m_box001{
  	margin-left:0;}
  #first,
  #third,
  #fourth,
  #fifth,
  #sixth,
  #seventh,
  #second,
  #eighth{
  	overflow-x:hidden;}*/
}
/*------------------------------------------sp*/
#menuButton {
  display: block;
  width: 42px;
  height: 42px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
}

#menuButton span {
  display: block;
  background: #001a35;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#menuButton span:first-child {
  top: 12px;
}

#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}

#menuButton span:last-child {
  bottom: 12px;
}

#menuButton.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#menuButton.active span:nth-child(2) {
  opacity: 0;
}

#menuButton.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#sp_head {
  padding: 18px 10px;
  border-top: solid 4px #001a35;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: none;
}
#sp_head h2 {
  width: 190px;
}
#sp_head h2 a img {
  width: 100%;
}

#sp_menu_in {
  width: 100%;
  position: fixed;
  /*top:50px;*/
  left: 0;
  z-index: 99;
  display: none;
}
#sp_menu_in ul li {
  border-bottom: solid 1px rgba(0, 26, 53, 0.6);
}
#sp_menu_in ul li a {
  display: block;
  padding: 10px;
  position: relative;
  background: rgba(0, 26, 53, 0.8);
  color: #fff;
  font-size: 87%;
}
#sp_menu_in ul li a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 1100px) {
  #sp_head {
    display: block;
  }
}
sup.txt003 {
  font-size: 76%;
  vertical-align: top;
}

/*------------------------------------------/sp*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.num01 li {
    list-style: inside disc;
    text-indent: -2em;
    padding-left: 1.0em;
    line-height: 150%;
    margin-bottom: 3px;
  }
}
