@charset "UTF-8";

/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #333333;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #000662;
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

/* header
----------------------------------*/
#header {
  border-top: 5px solid #000662;
}

#header .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0 20px;
}

@media screen and (max-width: 1050px) {
  #header .inner {
    width: 1000px;
  }
}

#header .inner #logo {
  float: left;
  width: 250px;
}

#header .inner #tel {
  float: right;
  font-size: 2rem;
  font-weight: bold;
  width: 280px;
}

#header .inner #tel a:before {
  font-family: 'FontAwesome';
  content: "\f095";
  margin-right: 10px;
  color: #000662;
}

#header .inner #tel span {
  font-size: 0.85rem;
  letter-spacing: .2em;
  position: absolute;
  top: 10px;
}

/* navi
----------------------------------*/
#navi ul {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  #navi ul {
    width: 1000px;
  }
}

#navi ul li {
  float: left;
  width: 220px;
  border-left: 1px solid #CCCCCC;
  box-sizing: border-box;
}

#navi ul li:last-child {
  border-right: 1px solid #CCCCCC;
}

@media screen and (max-width: 1050px) {
  #navi ul li {
    width: 166.6666666667px;
  }
}

#navi ul li a {
  display: block;
  position: relative;
  color: #333333;
  padding-bottom: 15px;
  font-weight: bold;
  letter-spacing: .2rem;
}

#navi ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 8px;
  background: #606F9F;
  content: '';
  transition: all 0.3s ease-in-out 0s;
}

#navi ul li a:hover:before {
  width: 100%;
}

#navi ul li a span {
  display: block;
  font-size: .7rem;
  color: #000662;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

#page-top a {
  display: block;
  background: #606F9F;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #000662;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-family: 'FontAwesome';
  font-size: 1.2rem;
  text-align: center;
}

#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* footer
----------------------------------*/
#footer {
  background: #000662;
  color: #FFFFFF;
}

#footer .inner {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}

#footer .inner #fmenu {
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}

#footer .inner #fmenu li {
  float: left;
  margin-right: 30px;
}

#footer .inner #fmenu li:before {
  font-family: 'FontAwesome';
  content: "\f054";
  margin-right: 10px;
  color: #606F9F;
}

#footer .inner #fmenu li a {
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#footer .inner #fmenu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #FFFFFF;
  transition: all .3s ease;
}

#footer .inner #fmenu li a:hover::after {
  transform: scaleX(1);
}

#footer .inner .f_btm {
  padding-top: 20px;
  border-top: 1px solid #000995;
}

#footer .inner .f_btm .copyright {
  font-size: .8rem;
}

/* slideshow
----------------------------------*/
#slideshow {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

/* slider
----------------------------------*/
#slider {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #slider {
    height: 45vh;
  }
}

.ftext {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

@media (max-width: 768px) {
  #slider {
    position: relative;
  }

  .ftext img {
    width: 100%;
  }
}

/* contents
----------------------------------*/
.textwrap {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.main {
  /*float: right;*/
  width: 90%;
  margin: 0 auto;
}

.main section {
  margin-bottom: 60px;
}

.single_01 {
  width: 95%;
  margin: 50px auto;
}

.single_01_2 {
  width: 960px;
  margin: 100px auto;
}

@media screen and (max-width: 800px) {
  .single_01_2 {
    width: 90%;
    margin: 30px auto;
  }
}

.single_02 {
  width: 100%;
  padding: 50px 0;
}

@media screen and (max-width: 800px) {
  .single_02 {
    padding: 30px 0;
  }
}

.single_03 {
  margin: 0 auto;
  width: 960px;
  padding-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .single_03 {
    width: 90%;
    padding: 30px 0;
  }
}

/* category_navi */
.category_navi {
  float: left;
  width: 220px;
  background: rgba(16, 16, 119, 0.8);
  font-size: .8rem;
}

.category_navi li a {
  display: block;
  position: relative;
  color: #FFFFFF;
  padding: 15px 15px 15px 25px;
  border-bottom: 1px dotted #FFFFFF;
}

.category_navi li a:before {
  content: "";
  background-color: #606F9F;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 1.5em;
  left: 0;
}

.category_navi li a:hover {
  color: #606F9F;
}

.category_navi li:last-child a {
  border-bottom: none;
}

.category_navi.fixed {
  position: fixed;
  top: 0;
}

/* bg
----------------------------------*/
.bg01 {
  background: url(../img/bg01.jpg) no-repeat center bottom;
  background-size: cover;
}

.bg01 .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 0;
}

.bg02 {
  background: url(../img/bg02.jpg) no-repeat center center;
  background-size: cover;
}

.bg02 .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 0;
}

/* mtitle
----------------------------------*/
.mtitle {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #000662;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.mtitle span {
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  margin-left: 1em;
  border-left: 2px solid #333333;
  padding-left: 1em;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.mtitle.tt {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  line-height: 0.8;
}

.mtitle.tt span {
  font-size: 1rem;
  font-weight: normal !important;
  border-top: 1px dotted #333333;
  padding-top: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
  color: #333333;
  margin: 0 auto;
  padding-left: 0;
  border-left: 0px dotted #333333;
}

@media screen and (max-width: 800px) {
  .mtitle.tt {
    margin-bottom: 0;
  }
}

.mtitle_middle {
  font-size: 1.5rem;
  border-bottom: 2px solid #eee;
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #000662;
}

.mtitle_middle:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #000662;
  bottom: -2px;
  width: 150px;
  color: #aaa;
}

.mtitle_middle span {
  margin-left: 10px;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.mtitle_middle .past {
  float: right;
  background: url(../img/pdf.png) no-repeat right center;
  padding: 7px 30px 3px 0;
  font-size: .8rem;
}

.mtitle_big {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.5rem;
  padding: 15px;
  margin-bottom: 20px;
  border-left: 5px solid #000662;
}

.mtitle_small {
  margin-bottom: 10px;
  border-bottom: 1px solid #000662;
  font-size: 1.2rem;
}

.mtitle_top {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #000662;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.mk {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1;
  font-weight: bold;
  margin-bottom: 20px;
}

.mk span {
  background: linear-gradient(transparent 60%, #FFD800 60%);
}

.mtitle-bl {
  background: #f1f1f1;
  color: #000662;
  text-indent: 0.8em;
  font-size: 15px;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #000662;
  margin: 10px 0;
  padding: 5px 0;
}

.mtitle-bl2 {
  background: #f1f1f1;
  color: #000662;
  font-size: 15px;
  overflow: hidden;
  font-weight: bold;
  border: 2px solid #000662;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
}

/* btn
----------------------------------*/
.btn01 {
  display: block;
  box-sizing: border-box;
  margin: 30px auto 0;
  width: 300px;
}

.btn01 a {
  display: block;
  padding: 16px 0;
  background: #000662;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: .14em;
  border-radius: 4px;
  text-indent: .5em;
}

.btn01 a:after {
  content: "→";
  margin-left: .5em;
}

.btn01 a:hover {
  background: #606F9F;
  color: #000662;
}

@media screen and (max-width: 768px) {
  .btn01 {
    width: 80%;
  }
}

/* news
----------------------------------*/
.news-bl {
  overflow: hidden;
  margin: 15px auto;
}

.news-bl dt {
  display: block;
  width: 100%;
  padding: 3px 5px;
  line-height: 1.3;
  background: #000662;
  color: #FFFFFF;
  text-align: center;
}

.news-bl dd {
  padding: 10px;
  line-height: 1.6;
  border: 1px solid #000662;
  margin: 0 0 25px;
  text-align: center;
  /*&:last-child {
     margin: 0;
     border-bottom: none;
    }*/
}

.news-bl2 {
  overflow: hidden;
  margin: 15px auto;
}

.news-bl2 dt {
  float: left;
  width: 7em;
  padding: 3px 5px;
  line-height: 1.3;
  background: #000662;
  color: #FFFFFF;
  text-align: center;
}

.news-bl2 dd {
  padding: 0 0 10px 9em;
  line-height: 1.6;
  border-bottom: 1px dotted #000662;
  margin: 0 0 10px;
}

.news-bl2 dd:last-child {
  margin: 0;
  border-bottom: none;
}

.news-board {
  border: 4px #000662 double;
  padding: 30px 20px;
}

/* service
----------------------------------*/
.service_child {
  float: left;
  width: 48.44%;
  margin: 0 3% 3% 0;
}

.service_child:nth-child(2n) {
  margin: 0 0 3% 0;
}

.service_child a {
  display: block;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  color: #333333;
}

.service_child a:hover {
  border: 1px solid #000662;
}

.service_child a .service_dl {
  padding: 10px;
}

.service_child a .service_dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #000662;
}

.service_child a .service_dl dd {
  padding-top: 10px;
  border-top: 1px solid #FFFFFF;
}

.service_child a .more {
  display: block;
  margin: 0 10px 10px;
  text-align: right;
  color: #000662;
}

.service_child a .more:after {
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 5px;
  color: #606F9F;
}

/* pickUp
----------------------------------*/
.pickup {
  margin-bottom: 30px;
  border: 1px solid #CCC;
}

.pickup:last-child {
  margin-bottom: 0;
}

.pickup .image,
.pickup .detail_box {
  float: left;
  width: 50%;
  box-sizing: border-box;
  transition: all 0.8s ease;
  overflow: hidden;
}

.pickup .image img {
  transition: all 0.4s ease;
}

.pickup .image:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.pickup:nth-child(2n) .image {
  float: right;
}

.pickup .detail_box {
  padding: 30px;
  background: #FFFFFF;
  position: relative;
  min-height: 280px;
  text-align: center;
}

.pickup .detail_box .pickup_ttl {
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #000662;
  letter-spacing: .2rem;
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
}

.tbl th,
.tbl td {
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.tbl th {
  background: #F3F3F3;
}

.tbl01 th {
  text-align: left;
  width: 30%;
}

.tbl01 td {
  text-align: center;
}

.tbl02 th {
  width: 20%;
}

.tbl03 th,
.tbl03 td {
  padding: 5px 0px;
  text-align: center;
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 13%;
  height: 70px;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .ggmap {
    padding-bottom: 50%;
  }
}

/* list_common
----------------------------------*/
.list_01 {
  float: left;
  margin-bottom: 20px;
}

.list_01 li {
  display: inline-block;
  margin-right: 60px;
}

.list_01 li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  margin-right: 10px;
  color: #606F9F;
  font-size: .5rem;
  vertical-align: 2px;
}

.list_01.one {
  float: none;
}

.list_01.one li {
  display: inline-block;
}

.list_02 {
  float: left;
  margin-bottom: 20px;
}

.list_02 li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  margin-right: 10px;
  color: #606F9F;
  font-size: .5rem;
  vertical-align: 2px;
}

.list_02.one {
  float: none;
}

.list_02.one li {
  display: inline-block;
}

.list_03 {
  float: left;
  margin-bottom: 50px;
}

.list_03 li {
  font-size: 1.2rem;
  display: inline-block;
  border-bottom: 1px dashed #C1C1C1;
  padding: 10px 0;
  width: 100%;
}

.list_03 li:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  margin-right: 10px;
  color: #000662;
  vertical-align: 2px;
}

.list_03.one {
  float: none;
}

.list_03.one li {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .list_03 li {
    font-size: 1rem;
  }
}

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
}

.slide li img {
  width: auto;
  height: 300px;
}

/*
.figure_image {
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 160px;
 margin-bottom: 10px;
 img {
  width: 100%;
 }
}
*/
/* print
----------------------------------*/
.print-off {
  display: none;
}

@media print {
  .btn01 {
    display: none;
  }
}

/* page_title_box
----------------------------------*/
.page_title_box {
  background: url(../img/bg01.jpg) no-repeat center 84%;
  background-size: cover;
}

.page_title_box .inner {
  background: rgba(39, 46, 139, 0.15);
  padding: 60px 0;
}

.page_title_box .inner .page_title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .5rem;
  text-shadow: 2px 1px 0 #002658;
}

.page_title_box .inner .page_title span {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.3);
}

/* breadcrumb_box
----------------------------------*/
.breadcrumb_box {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}

.breadcrumb_box .breadcrumb {
  margin: 0 auto;
  width: 1100px;
  padding-left: 0;
}

.breadcrumb_box .breadcrumb li {
  display: inline;
}

.breadcrumb_box .breadcrumb li+li:before {
  margin: 0 10px;
  content: ">";
}

/* form
----------------------------------*/
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}

.form dl dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.form dl dd:last-child {
  border-bottom: none;
}

.form .textarea,
.form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 80%;
  border-radius: 0;
  -webkit-appearance: none;
}

.form .textarea {
  height: 20px;
}

.form .textarea02 {
  width: 37.5%;
  margin-right: 3%;
}

.form .textarea02:last-child {
  margin-right: 0;
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}

.form button {
  cursor: pointer;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  background: #000662;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px 0;
  transition: all 0.2s ease-in-out 0s;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  width: 300px;
  margin: 0 auto;
}

.form button:hover {
  background: #606F9F;
  color: #000662;
}

.form button:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  margin-right: 10px;
}

.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}

.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: .6875rem 2.1875rem .6875rem .6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: .75rem;
  margin-top: -8px;
  margin-top: -.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #000662;
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: '';
  z-index: 3;
}

.form label.radio_text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #000662;
  z-index: 1;
}

.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #FFFFFF;
}

.form label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #FFF;
}

.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}

.form label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

.form label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #000662;
  border-bottom: 3px solid #000662;
  transform: rotate(45deg);
  z-index: 1;
}

.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #EEE;
}

/* concept-wrap
----------------------------------*/
.concept-wrap {
  position: relative;
  padding: 50px 0;
  /* margin-bottom: 50px;*/
}

.concept-wrap .bg-back {
  position: absolute;
  top: 0;
  left: 0;
  background: #EBEEFF;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.concept-wrap .concept-inner {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.concept-wrap .figure {
  position: absolute;
  top: 0;
  right: 0;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 74%;
  height: 100%;
}

.concept-wrap .fig01 {
  background-image: url("../img/fig_01.jpg");
}

.concept-wrap .fig02 {
  background-image: url("../img/fig_02.jpg");
}

.concept-wrap .in-wrap {
  position: relative;
  float: left;
  width: 530px;
  padding: 50px 0;
}

.concept-wrap .in-wrap .concept-box {
  background-color: rgba(255, 255, 255, 0.8);
  width: 470px;
  padding: 50px 30px;
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
  width: 250px;
  margin: 0 auto 20px;
}

.concept-wrap .in-wrap .concept-box .conts-sub_ttl {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.5rem;
  color: #000662;
  margin-bottom: 15px;
}

.cbtn {
  margin-top: 5px;
}

.cbtn a,
.cbtn button {
  display: table;
  background: #000662;
  border: 1px solid #000662;
  color: #FFFFFF;
  padding: .5em 3em;
  border-radius: 100px;
  margin: 0 auto;
  width: 250px;
  text-align: center;
}

.cbtn a:after,
.cbtn button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
}

.cbtn a:hover,
.cbtn button:hover {
  background: #fff;
  color: #000662;
  border: 1px solid #000662;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.snip1445 {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0px 0.1% 10px;
  width: 33%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}

.snip1445 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1445 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1445 figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px;
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 1px;
  width: 1000px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
  width: 1px;
  height: 600px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1445 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1445 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.snip1445 h2,
.snip1445 h4 {
  margin: 0;
}

.snip1445 h2 {
  font-weight: 400;
  padding: 0px 20px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #000662;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.snip1445 h4 {
  display: block;
  background-color: #000662;
  color: #fff;
  font-weight: 300;
}

.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.box-list {
  padding: 30px;
  box-shadow: 5px 5px 10px #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* blog entry 2column */
#blog_flexwrap {
  display: -webkit-flex;
  display: flex;
  width: 1100px;
  margin: 20px auto 100px;
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 20px;
}

#blog_flexwrap #blog_main {
  flex: 1;
}

#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}

/* blog side */
.blog_sttl01 {
  color: #000662;
  text-indent: 5px;
  font-family: main_font2;
  font-size: 1.3em;
  padding: 5px 0 5px 10px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: normal;
  border-bottom: 2px solid #000662;
}

.blog_sttl01:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f0c9";
  margin-right: 5px;
}

/* blog main */
.blog_mttl {
  width: calc(100% - 20px);
  background: #f1f1f1;
  color: #000662;
  font-size: 1.2rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #000662;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8;
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
}

.blog_time:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
  padding: 15px 0;
}

.pages {
  position: absolute;
  bottom: -100px;
  width: 100%;
  right: 0;
}

.page_next {
  float: left;
  text-align: left;
  width: 49%;
}

.page_prev {
  float: right;
  text-align: right;
  width: 49%;
}

.page_prev a {
  display: block;
  padding: 5px 10px;
  background: #000662;
}

.page_next a {
  display: block;
  padding: 5px 10px;
  background: #000662;
}

.page_prev a:hover,
.page_next a:hover {
  opacity: 0.6;
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
  color: #fff;
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
  color: #fff;
}

.list_flex {
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_flex li {
  width: calc(33% - 20px);
  background: #000662;
  color: #fff;
  padding: 15px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

.list_flex li:nth-child(3n+2):last-child {
  margin-right: 33.4%;
}

@media screen and (max-width: 768px) {
  .list_flex li {
    width: calc(100% - 0px);
  }

  .list_flex li:nth-child(3n+2):last-child {
    margin-right: 100%;
  }
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #000662;
  width: 100px;
  background: #000662;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .listFlow dl {
    display: block;
    width: 100%;
  }

  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }

  .listFlow dl dt .num {
    display: block;
  }

  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

/* blog_side_list */
.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog_side_list .blog_bx {
  /*アニメーション*/
  transition: .3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}

.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_side_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.blog_side_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 15px;
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #606F9F;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_side_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

/* blog_top_list */
.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  /* height: auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog_top_list .blog_bx {
  /*アニメーション*/
  transition: .3s ease-in-out;
  width: 90% !important;
  font-size: 12px;
  margin: 10px auto;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
  background: #fff;
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_top_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}

.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}

.blog_top_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #606F9F;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .blog_top_list .blog_bx {
    /*アニメーション*/
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
  }

  .blog_top_list .blog_bx figcaption {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {

  /* 2column */
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }

  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
  }

  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }

  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }

  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .page_prev {
    float: none;
    text-align: left;
    width: 100%;
  }
}

/* contactbnr */
.contactbx {
  text-align: center;
  margin: 10px auto;
  /*
    .fax a:before {
      font-family: 'FontAwesome';
      content: "\f1ac";
      margin-right: 15px;
      color: #fff;
    }*/
}

.contactbx li {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
  font-weight: bold;
  padding: 10px;
  border-radius: 30px;
  margin: 0 10px 10px;
}

.contactbx a {
  width: 100%;
  display: block;
}

.contactbx li a:link,
.contactbx li a:visited,
.contactbx li a:hover {
  color: #111;
}

.contactbx li:hover {
  opacity: 0.8;
}

.contactbx .tl {
  background: #fff;
}

.contactbx .fax {
  background: #606F9F;
  color: #fff;
}

.contactbx .fax:before {
  font-family: 'FontAwesome';
  content: "\f1ac";
  margin-right: 15px;
  color: #fff;
  font-weight: 100;
}

.contactbx .ml {
  background: #000662;
}

.contactbx .tl a:before {
  font-family: 'FontAwesome';
  content: "\f095";
  margin-right: 15px;
}

.contactbx .ml a:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  margin-right: 15px;
  color: #fff;
}

.contactbx .ml a:link,
.contactbx .ml a:visited,
.contactbx .ml a:hover {
  color: #fff;
}

@media screen and (max-width: 800px) {
  .contactbx {
    text-align: center;
    margin-bottom: 30px;
  }

  .contactbx li {
    display: inline-block;
    background: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 30px;
    margin: 0 0px 10px;
  }

  .contactbx a {
    width: 100%;
    display: block;
  }

  .pbx_c {
    width: 90%;
    margin: 0 auto;
  }
}

/*フォトギャラリー*/
.photo ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px auto;
}

.photo li {
  width: calc((100% - 50px) /5);
  box-sizing: content-box;
  margin: 0 5px 20px;
}

.photo li a {
  background: #FFFFFF;
  display: block;
  text-align: center;
  padding: 5px;
  height: 150px;
  vertical-align: middle;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.photo li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo li p {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  max-height: 45px;
}

@media screen and (max-width: 800px) {
  .photo li {
    width: calc((100% - 20px) /2);
  }
}

.sub_photo ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px auto;
}

.sub_photo li {
  width: calc((100% - 50px) /5);
  box-sizing: content-box;
  margin: 0 5px 220px;
}

.sub_photo li a {
  background: #f2f2f2;
  display: block;
  text-align: center;
  padding: 5px;
  height: 150px;
  vertical-align: middle;
}

.sub_photo li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .sub_photo li {
    width: calc((100% - 20px) /2);
  }
}

/* slider1
--------------------------------------------*/
.slider1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: repeat;
  height: 300px;
}

.slider1 .viewport {
  width: 100%;
  margin: 0 auto;
  height: 230px;
  position: relative;
}

.slider1 .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  color: #000662;
  text-decoration: none;
  margin: auto;
  z-index: 5;
  cursor: pointer;
  font-size: 50px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  vertical-align: bottom;
}

.slider1 .next {
  right: 0;
  left: auto;
}

.slider1 .buttons:hover {
  opacity: 0.6;
}

.slider1 .disable {
  visibility: hidden;
}

.slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: -1px;
}

.slider1 .overview li {
  width: 300px;
  height: 230px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 10px 0 0;
  margin: 0px 1px;
}

.slider1 .overview li p {
  text-align: center;
  color: #555 !important;
  font-weight: normal;
  font-size: 13px !important;
  background: #f2f2f2;
}

.slider1 img {
  background: #fff;
  width: 100%;
  height: 230px;
  vertical-align: middle;
  text-align: center;
  object-fit: cover;
}

.photo_2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px auto;
}

.photo_2 li {
  width: calc((100% - 75px) /5);
  box-sizing: content-box;
  margin: 0 5px 20px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 15px 0px 5px;
}

.photo_2 li a {
  background: #f2f2f2;
  display: block;
  text-align: center;
  padding: 5px;
  height: 150px;
  vertical-align: middle;
}

.photo_2 li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_2 li p {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  max-height: 45px;
}

.photo_2 li img {
  width: 40%;
}

@media screen and (max-width: 800px) {
  .photo_2 li {
    width: calc((100% - 50px) /3);
  }

  .photo_2 p {
    line-height: 1.1;
  }
}

.photo_2 .kawara2 img {
  width: 60%;
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #000662;
  width: 100px;
  background: #000662;
  font-size: 13px;
  font-size: 0.82rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 21px;
  font-size: 1.32rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .listFlow dl {
    display: block;
    width: 100%;
  }

  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }

  .listFlow dl dt .num {
    display: block;
  }

  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

/* column
----------------------------------*/
.half {
  display: flex;
  justify-content: space-between;
}

.half .child {
  width: 50%;
}

.triple {
  display: flex;
  justify-content: space-between;
}

.triple .child {
  width: 33.3%;
}

.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.column2 .child {
  width: 48.44%;
  margin: 0 3% 3% 0;
}

.column2 .child:nth-child(2n) {
  margin: 0 0 3% 0;
}

.column2 .child2 {
  width: 48.44%;
  margin: 3% 3% 3% 0;
}

.column2 .child2:nth-child(2n) {
  margin: 0 0 3% 0;
}

.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.column3 .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
}

.column3 .child:nth-child(3n) {
  margin: 0 0 3% 0;
}

.column4 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.column4 .child {
  width: 22.7%;
  margin: 0 3% 3% 0;
}

.column4 .child:nth-child(4n) {
  margin: 0 0 3% 0;
}

.column5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%;
}

.column5 .child {
  width: 18.4%;
  margin: 0 2% 2% 0;
}

.column5 .child:nth-child(5n) {
  margin: 0 0 2% 0;
}

@media screen and (max-width: 800px) {

  /* column */
  .half,
  .triple {
    display: block;
    margin-bottom: 40px;
  }

  .half .child,
  .triple .child {
    width: 100%;
  }

  .column2 {
    display: block;
    margin-bottom: 0;
  }

  .column2 .child,
  .column2 .child2 {
    width: 100%;
    margin: 0 0 20px;
  }

  .column2 .child:nth-child(2n),
  .column2 .child2:nth-child(2n) {
    margin: 0 0 20px;
  }

  .column2 .child:last-child,
  .column2 .child2:last-child {
    margin: 0;
  }

  .column3 {
    display: block;
    margin-bottom: 0;
  }

  .column3 .child {
    width: 100%;
    margin: 0 0 20px;
  }

  .column3 .child:nth-child(3n) {
    margin: 0 0 20px;
  }

  .column3 .child:last-child {
    margin: 0;
  }

  .column4 {
    display: block;
    margin-bottom: 0;
  }

  .column4 .child {
    width: 100%;
    margin: 0 0 20px;
  }

  .column4 .child:nth-child(4n) {
    margin: 0 0 20px;
  }

  .column4 .child:last-child {
    margin: 0;
  }

  .column5 .child {
    width: 30%;
  }

  .column5 .child:nth-child(5n) {
    margin: 0 2% 2% 0;
  }

  .column5 .child:nth-child(3n) {
    margin: 0 0 2% 0;
  }
}

.caps span {
  padding: 3px 8px;
  margin-right: 5px;
}

.caps span.red_b {
  background: #EE1D23;
  color: #fff;
}

.caps span.grn_b {
  background: #80CA9C;
  color: #fff;
}

.caps span.blu_b {
  background: #3480C0;
  color: #fff;
}

.caps span.snd_b {
  background: #FF9F35;
  color: #fff;
}

.hr-sl {
  margin: 2em 0;
  height: 5px;
  background: linear-gradient(-70deg, transparent 35%, #888 45%, #888 55%, transparent 65%);
  background-size: 8px 12px;
  border: none;
}

.voice {
  overflow: hidden;
}

.voice dd {
  position: relative;
  color: #555;
  width: calc(100% - 40px);
  background: #e0edff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0px 0px 0 12px;
  padding: 15px 15px;
  border-radius: 5px;
}

.voice dd:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.voice dt {
  font-size: 20px;
  color: #0069B7;
  margin-left: 12px;
  line-height: 20px;
  margin-bottom: 15px;
}

.voice dt:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  margin-right: 5px;
  color: #CBDAEF;
  font-size: 30px;
  top: 4px;
  position: relative;
}

.voice2 {
  overflow: hidden;
}

.voice2 dd {
  position: relative;
  color: #555;
  width: calc(100% - 60px);
  background: #FDD09E;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0px 0px 0 12px;
  padding: 15px 15px;
  border-radius: 5px;
}

.voice2 dd:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FDD09E;
}

.voice2 dt {
  font-size: 20px;
  color: #F7931D;
  margin-left: 12px;
  line-height: 20px;
  margin-bottom: 15px;
}

.voice2 dt:before {
  font-family: 'FontAwesome';
  content: "\f059";
  margin-right: 5px;
  color: #FDD09E;
  font-size: 30px;
  top: 4px;
  position: relative;
}

@media screen and (max-width: 700px) {
  .voice {
    overflow: hidden;
    width: 100%;
  }

  .voice dd {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: calc(100% - 20px);
    color: #555;
    font-size: 16px;
  }

  .voice dd:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 30px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #e0edff;
  }

  .voice dt {
    font-size: 20px;
    margin-left: 0px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .voice dt:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 30px;
    top: 4px;
    position: relative;
  }

  .voice2 {
    overflow: hidden;
    width: 100%;
  }

  .voice2 dd {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: calc(100% - 20px);
    color: #555;
    font-size: 16px;
  }

  .voice2 dd:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 330px;
    left: 30px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #FDD09E;
  }

  .voice2 dt {
    font-size: 20px;
    margin-left: 0px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .voice2 dt:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 30px;
    top: 4px;
    position: relative;
  }
}

/* フレックスコンテナ
-------------------------------------------------- */
.k-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.k-flex * {
  box-sizing: border-box;
}

.k-flex img {
  vertical-align: middle;
  max-width: 100%;
}

.k-flex.jc-left {
  justify-content: left;
}

.k-flex.jc-center {
  justify-content: center;
}

.k-flex.jc-right {
  justify-content: right;
}

.k-flex.col-1>.k-fitem {
  width: 100%;
}

.k-flex.col-2>.k-fitem {
  width: 50%;
}

.k-flex.col-3>.k-fitem {
  width: 33.3333333%;
}

.k-flex.col-4>.k-fitem {
  width: 25%;
}

.k-flex.col-5>.k-fitem {
  width: 20%;
}

.k-flex>.k-fitem.k-w5 {
  width: 5%;
}

.k-flex>.k-fitem.k-w10 {
  width: 10%;
}

.k-flex>.k-fitem.k-w15 {
  width: 15%;
}

.k-flex>.k-fitem.k-w20 {
  width: 20%;
}

.k-flex>.k-fitem.k-w25 {
  width: 25%;
}

.k-flex>.k-fitem.k-w30 {
  width: 30%;
}

.k-flex>.k-fitem.k-w33 {
  width: 33.3333333%;
}

.k-flex>.k-fitem.k-w35 {
  width: 35%;
}

.k-flex>.k-fitem.k-w40 {
  width: 40%;
}

.k-flex>.k-fitem.k-w45 {
  width: 45%;
}

.k-flex>.k-fitem.k-w50 {
  width: 50%;
}

.k-flex>.k-fitem.k-w55 {
  width: 55%;
}

.k-flex>.k-fitem.k-w60 {
  width: 60%;
}

.k-flex>.k-fitem.k-w65 {
  width: 65%;
}

.k-flex>.k-fitem.k-w70 {
  width: 70%;
}

.k-flex>.k-fitem.k-w75 {
  width: 75%;
}

.k-flex>.k-fitem.k-w80 {
  width: 80%;
}

.k-flex>.k-fitem.k-w85 {
  width: 85%;
}

.k-flex>.k-fitem.k-w90 {
  width: 90%;
}

.k-flex>.k-fitem.k-w95 {
  width: 95%;
}

.k-flex>.k-fitem.k-w100 {
  width: 100%;
}

.k-flex>.k-fitem.order1 {
  order: 1;
}

.k-flex>.k-fitem.order2 {
  order: 2;
}

.k-flex>.k-fitem.order3 {
  order: 3;
}

.k-flex>.k-fitem.order4 {
  order: 4;
}

@media screen and (max-width: 768px) {
  .k-flex {
    /*モバイルで100%にしたくない時の指定*/
  }

  .k-flex>.k-fitem {
    width: 100% !important;
  }

  .k-flex>.k-fitem.order1,
  .k-flex>.k-fitem.order2,
  .k-flex>.k-fitem.order3,
  .k-flex>.k-fitem.order4 {
    order: 0 !important;
  }

  .k-flex.col-4>.k-fitem {
    width: 50% !important;
  }

  .k-flex.fix.col-1>.k-fitem {
    width: 100% !important;
  }

  .k-flex.fix.col-2>.k-fitem {
    width: 50% !important;
  }

  .k-flex.fix.col-3>.k-fitem {
    width: 33.3333333% !important;
  }

  .k-flex.fix.col-4>.k-fitem {
    width: 25% !important;
  }

  .k-flex.fix.col-5>.k-fitem {
    width: 20% !important;
  }

  .k-flex.fix>.k-fitem.k-w5 {
    width: 5% !important;
  }

  .k-flex.fix>.k-fitem.k-w10 {
    width: 10% !important;
  }

  .k-flex.fix>.k-fitem.k-w15 {
    width: 15% !important;
  }

  .k-flex.fix>.k-fitem.k-w20 {
    width: 20% !important;
  }

  .k-flex.fix>.k-fitem.k-w25 {
    width: 25% !important;
  }

  .k-flex.fix>.k-fitem.k-w30 {
    width: 30% !important;
  }

  .k-flex.fix>.k-fitem.k-w33 {
    width: 33.3333333% !important;
  }

  .k-flex.fix>.k-fitem.k-w35 {
    width: 35% !important;
  }

  .k-flex.fix>.k-fitem.k-w40 {
    width: 40% !important;
  }

  .k-flex.fix>.k-fitem.k-w45 {
    width: 45% !important;
  }

  .k-flex.fix>.k-fitem.k-w50 {
    width: 50% !important;
  }

  .k-flex.fix>.k-fitem.k-w55 {
    width: 55% !important;
  }

  .k-flex.fix>.k-fitem.k-w60 {
    width: 60% !important;
  }

  .k-flex.fix>.k-fitem.k-w65 {
    width: 65% !important;
  }

  .k-flex.fix>.k-fitem.k-w70 {
    width: 70% !important;
  }

  .k-flex.fix>.k-fitem.k-w75 {
    width: 75% !important;
  }

  .k-flex.fix>.k-fitem.k-w80 {
    width: 80% !important;
  }

  .k-flex.fix>.k-fitem.k-w85 {
    width: 85% !important;
  }

  .k-flex.fix>.k-fitem.k-w90 {
    width: 90% !important;
  }

  .k-flex.fix>.k-fitem.k-w95 {
    width: 95% !important;
  }

  .k-flex.fix>.k-fitem.k-w100 {
    width: 100% !important;
  }

  .k-flex.fix>.k-fitem.order1 {
    order: 1 !important;
  }

  .k-flex.fix>.k-fitem.order2 {
    order: 2 !important;
  }

  .k-flex.fix>.k-fitem.order3 {
    order: 3 !important;
  }

  .k-flex.fix>.k-fitem.order4 {
    order: 4 !important;
  }
}

/* ビフォーアフター1
================================================== */
.k-beforeAfter1 {
  position: relative;
}

.k-beforeAfter1 * {
  box-sizing: border-box;
}

.k-beforeAfter1 .before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
}

.k-beforeAfter1 .after {
  padding: 10px 10px 30px 30px;
}

.k-beforeAfter1 .after .inner img {
  height: 200px !important;
}

.k-beforeAfter1 .inner {
  position: relative;
  background-color: #fff;
}

.k-beforeAfter1 .inner img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border: solid 5px #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.k-beforeAfter1 .inner p {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 6, 98, 0.8);
  padding: 5px 10px;
  text-align: right;
  z-index: 3;
  color: #fff;
}

.k-beforeAfter1 .inner p.only {
  top: 35px;
}

.k-beforeAfter1 .inner a {
  transition: all .3s ease;
}

.k-beforeAfter1 .inner a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .k-beforeAfter1 .before {
    width: 50%;
  }
}

.k-sns1 {
  /*clearfix*/
  width: 100%;
  _display: inline-block;
  /*clearfix*/
}

.k-sns1 * {
  box-sizing: border-box;
}

.k-sns1:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.k-sns1 .inner-left,
.k-sns1 .inner-right {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.k-sns1 .inner-left .k-snsimg,
.k-sns1 .inner-right .k-snsimg {
  width: 15%;
}

.k-sns1 .inner-left .k-snsimg>img,
.k-sns1 .inner-right .k-snsimg>img {
  width: 100%;
  border-radius: 100%;
  border: solid thin #999;
}

.k-sns1 .inner-left .k-snsimg>figcaption,
.k-sns1 .inner-right .k-snsimg>figcaption {
  text-align: center;
  font-size: 0.8em;
}

.k-sns1 .inner-left .k-snsbody,
.k-sns1 .inner-right .k-snsbody {
  position: relative;
  width: 80%;
  padding: 20px;
  border-radius: 20px;
}

.k-sns1 .inner-left .k-snsbody:before,
.k-sns1 .inner-left .k-snsbody:after,
.k-sns1 .inner-right .k-snsbody:before,
.k-sns1 .inner-right .k-snsbody:after {
  position: absolute;
  content: '';
}

.k-sns1 .inner-left {
  float: left;
}

.k-sns1 .inner-left .k-snsbody {
  margin-left: 5%;
  background: #eee;
}

.k-sns1 .inner-left .k-snsbody::before {
  border: 10px solid transparent;
  border-right: solid 10px #eee;
  top: 22px;
  left: -20px;
}

.k-sns1 .inner-left .k-snsstamp {
  position: relative;
  width: 20%;
  margin-top: 15px;
  margin-left: 20%;
}

.k-sns1 .inner-left .k-snsstamp .stamp-inner {
  overflow: hidden;
  border: solid thin #999;
  border-radius: 20px;
}

.k-sns1 .inner-left .k-snsstamp .stamp-inner img {
  width: 100%;
}

.k-sns1 .inner-left .k-snsstamp::after {
  width: 4em;
  position: absolute;
  bottom: 0;
  left: calc(100% + 0.8em);
  content: "原文画像";
  font-size: 0.8em;
}

.k-sns1 .inner-right {
  float: right;
}

.k-sns1 .inner-right .k-snsimg {
  order: 2;
}

.k-sns1 .inner-right .k-snsbody {
  margin-right: 5%;
  order: 1;
  background: #9cd6e7;
}

.k-sns1 .inner-right .k-snsbody::after {
  border: 10px solid transparent;
  border-left: solid 10px #9cd6e7;
  top: 22px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .k-sns1 {
    font-size: 0.9rem;
  }

  .k-sns1 .inner-left,
  .k-sns1 .inner-right {
    width: 100%;
    padding: 5px;
  }

  .k-sns1 .inner-left .k-snsstamp,
  .k-sns1 .inner-right .k-snsstamp {
    width: 30%;
  }

  .k-sns1 .inner-left .k-snsbody,
  .k-sns1 .inner-right .k-snsbody {
    padding: 15px;
  }
}

.pola img {
  width: 100%;
  border: solid 5px #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.pola p {
  text-align: center;
  margin: 5px 0 10px;
}

.item_box {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.item_box.ib01 {
  background: #000995;
  border: 3px solid #000662;
  color: #fff;
}

.item_box.ib02 {
  background: #606F9F;
  border: 3px solid #4d597f;
  color: #fff;
}

a.anchor {
  display: block;
  padding-top: 140px;
  margin-top: -140px;
}

@media screen and (max-width: 768px) {
  a.anchor {
    padding-top: 10px;
    margin-top: -10px;
  }
}

.timeline>li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 130px;
  float: left;
  text-align: left;
  margin-top: 10px;
  color: #000662;
  font-weight: bold;
}

.timeline-content {
  width: 65%;
  float: left;
  border-left: 3px #ccc solid;
  padding: 10px 0 10px 30px;
}

.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #000662;
  position: absolute;
  left: 126px;
  top: 17px;
  border-radius: 100%;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .timeline-date {
    width: 9.95em;
    float: left;
    text-align: left;
    margin-top: 10px;
  }

  .timeline-content {
    width: 60%;
    float: left;
    border-left: 3px #ccc solid;
    padding: 10px 0 20px 20px;
  }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #000662;
    position: absolute;
    left: 9.6em;
    top: 17px;
    border-radius: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 350px) {
  .timeline-content {
    width: 50%;
  }
}

.mtext {
  font-weight: bold;
  font-size: 1.5rem;
}

.mtext span {
  letter-spacing: 1.2;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.form .form-contents {
  padding: 0;
}

.form .form-contents dl {
  margin-bottom: 0;
}

.form .form-pattern-1 .submit-btn {
  cursor: pointer;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  background: #000662;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px 0;
  transition: all 0.2s ease-in-out 0s;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  width: 300px;
  margin: 0 auto;
}

.form .form-pattern-1 .submit-btn:hover {
  background: #606F9F;
  color: #000662;
}

.form .form-pattern-1 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
  background: #000662;
}