﻿body {
  color: #221815;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

a {
  color: #5f5196;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #978cc1;
}

.opacity img {
  transition: all 0.3s ease;
}

.opacity:hover img {
  opacity: 0.6;
}

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

#header {
  background: #ffffff;
  border-top: 2px solid #5f5196;
}

#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1120px;
  padding: 20px 0;
}

#header .inner #logo {
  width: 450px;
  margin-left: 15px;
}

#header .inner #head_right #tel {
  line-height: 1.1;
  text-align: right;
}

#header .inner #head_right #tel span {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0;
}

#header .inner #head_right #tel span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 10px;
  color: #5f5196;
}

#navi {
  position: relative;
  background: #5f5196;
  text-align: center;
}

#navi ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1120px;
}

#navi ul li {
  box-sizing: border-box;
  border-left: 1px solid #eeeeee;
  width: 160px;
}

#navi ul li:last-child {
  border-right: 1px solid #eeeeee;
}

#navi ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 0;
}

#navi ul li a:hover:before,
#navi ul li a.active:before {
  width: 100%;
}

#navi ul li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

#navi ul li a:hover:after {
  right: 10px;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

#page-top a {
  display: block;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #5f5196;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #5f5196;
  text-align: center;
}

#page-top a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}

#page-top a:hover {
  background-color: #5f5196;
  color: #ffffff;
}

.foot_navi {
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
  text-align: center;
}

.foot_navi ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1120px;
}

.foot_navi ul li {
  width: 224px;
}

.foot_navi ul li a {
  position: relative;
  padding-left: 20px;
  color: #221815;
}

.foot_navi ul li a:before {
  content: "";
  background-color: #5f5196;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.foot_navi ul li a:hover {
  color: #5f5196;
}

#footer {
  text-align: center;
}

#footer .inner {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#footer .inner .copyright {
  font-size: 1.2rem;
}

#sp_navi,
#humberger,
#drawernav {
  display: none;
}

.slideshow {
  position: relative;
}

.slideshow #catch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 600px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  text-align: center;
}

.swiper-slide {
  padding: 25rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}

.slide00 {
  background-image: url(../img/bg_slide_00.jpg);
}

.slide01 {
  background-image: url(../img/bg_slide_01.jpg);
}

.slide02 {
  background-image: url(../img/bg_slide_02.jpg);
}

.slide03 {
  background-image: url(../img/bg_slide_03.jpg);
}

.contact_btn {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

.contact_btn li {
  width: 40%;
  margin: 0 2%;
}

.contact_btn li a {
  display: block;
  background: #ffffff;
  padding: 0.7em 0;
  border-radius: 50px;
  color: #5f5196;
  text-align: center;
  font-size: 2rem;
}

.contact_btn li a:before {
  margin-right: 10px;
}

.contact_btn li a.tel_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}

.contact_btn li a.tel_btn:hover {
  background: #022853;
  color: #ffffff;
}

.contact_btn li a.mail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

.contact_btn li a.mail_btn:hover {
  background: #022853;
  color: #ffffff;
}

.contact_btn li.fax_btn {
  display: block;
  background: #ffffff;
  padding: 0.7em 0;
  border-radius: 50px;
  color: #5f5196;
  text-align: center;
  font-size: 2rem;
}

.contact_btn li.fax_btn:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}

.contact_btn.contact_btn_02 li {
  width: 100%;
}

.contact_btn.contact_btn_03 li a {
  font-size: 1.5rem;
}

.contact_btn_2 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

.contact_btn_2 li {
  width: 40%;
  margin: 0 2%;
}

.contact_btn_2 li a {
  display: block;
  background: #5f5196;
  padding: 0.7em 0;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.contact_btn_2 li a:before {
  margin-right: 10px;
}

.contact_btn_2 li a.tel_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}

.contact_btn_2 li a.mail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

.contact_btn_2 li.fax_btn {
  display: block;
  background: #5f5196;
  padding: 0.7em 0;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.contact_btn_2 li.fax_btn:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}

.single {
  margin: 0 auto;
  width: 1120px;
  padding-bottom: 50px;
}

.single_02 {
  margin: 0 auto;
  width: 1024px;
  padding-bottom: 50px;
}

.bg_common {
  padding-top: 50px;
}

.bg_b {
  margin-bottom: 50px;
}

.bg_01 {
  background-image: url(../img/bg_01.jpg);
  background-repeat: repeat;
  background-position: center;
}

.bg_02 {
  background-color: #5f5196;
  color: #ffffff;
}

.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;
}

.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;
}

.mtitle_big {
  position: relative;
  margin-bottom: 20px;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #5f5196;
}

.mtitle_big span {
  display: block;
  color: #545454;
  font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
  font-size: 1.6rem;
  font-weight: bold;
}

.mtitle_big.mtitle_big_white span {
  color: #ffffff;
}

.mtitle_big2 {
  position: relative;
  margin-bottom: 20px;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
}

.mtitle_big2 span {
  display: block;
  color: #545454;
  font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
  font-size: 1.6rem;
  font-weight: bold;
}

.mtitle_big2.mtitle_big_white span {
  color: #ffffff;
}

.mtitle {
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}

.mtitle_middle {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 2px solid #dddddd;
  position: relative;
  margin-bottom: 15px;
}

.mtitle_middle:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #5f5196;
  bottom: -2px;
  width: 100px;
  color: #aaa;
}

.mtitle_small {
  margin-bottom: 20px;
  padding: 10px;
  background: #fafafa;
  border-left: 8px solid #5f5196;
  font-size: 2rem;
  font-weight: bold;
}

.mtitle_ballon {
  font-size: 2.5rem;
  padding-left: 15px;
}

.mtitle_ballon span {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}

.mtitle_ballon span:before,
.mtitle_ballon span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 13px;
  background-color: #252729;
}

.mtitle_ballon span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.mtitle_ballon span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.mtile_news {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.mtile_news span {
  display: block;
  font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
  font-size: 1.4rem;
}

.mtitle_sub {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

.mtitle_sub:before {
  content: "";
  background-color: #5f5196;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.mtitle_sub span {
  display: block;
  font-size: 0.7em;
  font-weight: initial;
}

.cbtn {
  margin-top: 30px;
}

.cbtn a,
.cbtn button {
  display: table;
  background: #5f5196;
  border: 1px solid #5f5196;
  color: #ffffff;
  padding: 0.5em 3em;
  border-radius: 100px;
  margin: 0 auto;
}

.cbtn a:after,
.cbtn button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-left: 10px;
}

.cbtn a:hover,
.cbtn button:hover {
  background: #ffffff;
  color: #5f5196;
}

.cbtn.cbtn_white a {
  background: #ffffff;
  color: #5f5196;
}

.cbtn.cbtn_white a:hover {
  background: #5f5196;
  color: #ffffff;
}

.cbtn_tel {
  margin-top: 10px;
}

.cbtn_tel a,
.cbtn_tel button {
  display: table;
  background: #5f5196;
  border: 1px solid #5f5196;
  color: #ffffff;
  padding: 0.2em 3em;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 1.5em;
}

.cbtn_tel a:hover,
.cbtn_tel button:hover {
  background: #ffffff;
  color: #5f5196;
}

.cbtn_tel a:before,
.cbtn_tel button:before {
  margin-right: 10px;
}

.cbtn_tel a.tel_btn:before,
.cbtn_tel button.tel_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}

.cbtn_mail {
  margin-top: 10px;
}

.cbtn_mail a,
.cbtn_mail button {
  display: table;
  background: #5f5196;
  border: 1px solid #5f5196;
  color: #ffffff;
  padding: 0.2em 3em;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 1.5em;
}

.cbtn_mail a:hover,
.cbtn_mail button:hover {
  background: #ffffff;
  color: #5f5196;
}

.cbtn_mail a:before,
.cbtn_mail button:before {
  margin-right: 10px;
}

.cbtn_mail a.mail_btn:before,
.cbtn_mail button.mail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

.news_box {
  display: flex;
  background: #f2f2f2;
  margin-bottom: 50px;
}

.news_box .news_ttile {
  background: #5f5196;
  color: #ffffff;
  width: 230px;
  padding: 20px 0;
}

.news_box .news_bx {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.news-top dt {
  float: left;
  width: 7em;
}

.news-top dd {
  padding: 0 0 10px 8em;
  border-bottom: 1px dotted #aaa;
  margin: 0 0 10px;
}

.news-top dd:last-child {
  margin: 0;
  border-bottom: none;
}

.news-bl dt {
  float: left;
  width: 7em;
  margin-bottom: 10px;
  padding: 3px 5px;
  background: #5f5196;
  color: #ffffff;
  text-align: center;
}

.news-bl dd {
  padding: 0 0 10px 9em;
  line-height: 1.6;
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 10px;
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

.tbl {
  width: 100%;
  background-color: #ffffff;
}

.tbl th,
.tbl td {
  vertical-align: middle;
  border: 1px solid #cccccc;
  padding: 10px;
}

.tbl th {
  background: #fafafa;
  font-weight: bold;
}

.tbl_new {
  width: 100%;
  background-color: #ffffff;
}

.tbl_new tr th,
.tbl_new tr td {
  vertical-align: top;
  padding: 10px;
}

.tbl_new tr th {
  width: 20%;
  font-weight: bold;
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #fafafa;
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}

.company th {
  text-align: left;
  width: 20%;
  position: relative;
  background: #5f5196;
  color: #ffffff;
  font-weight: bold;
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #ffffff;
  border-width: 10px;
  border-left-color: #5f5196;
  margin-top: -10px;
}

.company td {
  background: #ffffff;
  padding-left: 20px;
}

.tbl_01 th {
  width: 20%;
}

.list_common li {
  padding-bottom: 10px;
  padding-left: 1.5em;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}

.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_common li:before {
  margin: 0 5px 0 -1.5em;
  padding: 1px;
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #5f5196;
}

.list_note li {
  margin-bottom: 5px;
}

.list_note li:last-child {
  margin-bottom: 0;
}

.list_note li:before {
  content: "※";
  color: #ff0000;
}

.list_disc li {
  margin-bottom: 5px;
}

.list_disc li:last-child {
  margin-bottom: 0;
}

.list_disc li:before {
  content: "・";
  color: #5f5196;
}

.list_line li {
  position: relative;
  display: inline-block;
}

.list_line li:after {
  content: "/";
  padding: 0 10px;
}

.list_line li:last-child:after {
  display: none;
}

.list_macker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.list_macker li {
  width: 18.4%;
  margin: 0 2% 1% 0;
}

.list_macker li:nth-child(5n) {
  margin: 0 0 1% 0;
}

.rounded-list {
  counter-reset: li;
  padding-left: 1em;
  list-style: none;
}

.rounded-list li {
  position: relative;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #fafafa;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}

.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #5f5196;
  color: #ffffff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

.ol_list {
  padding-left: 1.5em;
  counter-reset: item;
  list-style-type: none;
}

.ol_list li {
  font-size: 1.5rem;
  font-weight: initial;
  margin-top: 5px;
}

.ol_list li:before {
  counter-increment: item;
  content: counters(item, "-") ". ";
}

.ol_first_list > li {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

.works-area {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.works-area .before-img,
.works-area p,
.works-area .after-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.works-area .before-img,
.works-area .after-img {
  background-color: #f8f8f8;
  width: 45%;
}

.works-area p {
  padding: 0 2%;
}

.works-area div img {
  width: auto;
  max-width: 470px;
  height: 100%;
  max-height: 330px;
}

.works-area:last-child {
  margin-bottom: 0;
}

.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.concept-wrap {
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}

.concept-wrap .bg-back {
  position: absolute;
  top: 0;
  left: 0;
  background: #f1eff7;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.concept-wrap .concept-inner {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}

.concept-wrap .figure {
  position: absolute;
  top: 0;
  right: 0;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 60%;
  height: 100%;
}

.concept-wrap .fig01 {
  background-image: url("../img/fig_01.jpg");
}

.concept-wrap .in-wrap {
  position: relative;
  float: left;
  width: 530px;
  padding: 50px 0;
}

.concept-wrap .in-wrap .concept-box {
  background-color: #ffffff;
  width: 570px;
  padding: 50px 30px;
  box-shadow: 0px 0px 20px #5f5196;
}

.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: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.5rem;
  color: #5f5196;
  margin-bottom: 15px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.flex li {
  width: 33.33%;
}

.snip {
  margin-bottom: 50px;
}

.snip figure.snip1432 {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 50%;
  width: 100%;
  background: #000000;
}

.snip figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip figure.snip1432 img {
  opacity: 0.8;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.snip figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.snip figure.snip1432 figcaption > div.one {
  height: 40%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.snip figure.snip1432 figcaption > div.two {
  height: 60%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.snip figure.snip1432 figcaption > div.two h3,
.snip figure.snip1432 figcaption > div.two p {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.snip figure.snip1432 figcaption > div.two h3 {
  bottom: 0;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.snip figure.snip1432 figcaption > div.two h3 span {
  display: block;
  font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
  font-size: 1.5rem;
}

.snip figure.snip1432 figcaption > div.two p {
  display: none;
  top: 100px;
}

.snip figure.snip1432:hover {
  background: #5f5196;
}

.snip figure.snip1432:hover figcaption > div.one {
  height: 25%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.snip figure.snip1432:hover figcaption > div.two {
  height: 75%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.snip figure.snip1432:hover figcaption > div.two p {
  display: block;
}

.snip figure.snip1432:hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.snip figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.box_style {
  overflow: hidden;
  padding: 40px;
  background: #ffffff;
  margin-bottom: 40px;
}

.box_style:last-child {
  margin-bottom: 0;
}

.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fafafa;
}

.article .article_image {
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article .article_detail {
  width: 40%;
  box-sizing: border-box;
  padding: 50px 0;
}

.article .article_detail .inner {
  margin: 0 auto;
  width: 80%;
}

.article.article_01 .article_image {
  background-image: url(../img/article_01.jpg);
}

.article.article_02 .article_image {
  background-image: url(../img/article_02.jpg);
}

.article.article_03 .article_image {
  background-image: url(../img/article_03.jpg);
}

.article.article_04 .article_image {
  background-image: url(../img/article_04.jpg);
}

.article.article_05 .article_image {
  background-image: url(../img/article_05.jpg);
}

.article.article_06 .article_image {
  background-image: url(../img/article_06.jpg);
}

.date {
  display: block;
  margin-bottom: 15px;
}

.date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.pages {
  text-align: center;
  margin-top: 30px;
}

.pages .page_next,
.pages .page_prev {
  display: inline;
  margin: 0 20px;
}

.icon_top {
  display: block;
  margin: 0 auto 10px;
  width: 100px;
}

.top_link {
  display: block;
  box-shadow: 0px 0px 5px 1px #eeeeee;
}

.top_link .top_link_mtitle {
  position: relative;
  background: #ffffff;
  color: #221815;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.top_link .top_link_mtitle:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  color: #5f5196;
}

.top_link:hover .top_link_mtitle:after {
  right: 5px;
}

.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.gallery_ul li {
  width: 31.3%;
  margin: 0 3% 3% 0;
  text-align: center;
}

.gallery_ul li:nth-child(3n) {
  margin: 0 0 3% 0;
}

.gallery_ul li a {
  display: block;
  overflow: hidden;
  height: 270px;
  position: relative;
}

.gallery_ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.gallery_ul li span {
  display: block;
  margin-top: 5px;
}

.item_flow {
  padding: 20px;
}

.item_flow:last-child {
  margin-bottom: 0;
}

.item_flow:nth-child(even) {
  background: #fafafa;
}

.item_flow .cut {
  position: relative;
}

.item_flow .item_flow_num {
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  background-color: #5f5196;
  color: #ffffff;
  text-align: center;
  transform: rotate(-45deg);
  text-align: center;
}

.item_flow .item_flow_num span {
  display: block;
  font-size: 2.5rem;
  transform: rotate(45deg);
}

.item_flow .item_flow_ttl {
  margin: 20px 0;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 90px;
}

.merit {
  border: 1px solid #dddddd;
  font-size: 0.9em;
  box-sizing: border-box;
}

.merit .inner {
  padding: 15px;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.group_bnr {
  margin: 0 auto 20px;
  width: 200px;
}

.page_title_box {
  padding: 100px 0;
  background-image: url(../img/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
}

.breadcrumb_box {
  margin-bottom: 50px;
  padding-top: 20px;
  text-align: right;
}

.breadcrumb_box .breadcrumb {
  width: 1024px;
  margin: 0 auto;
  padding-left: 0;
  font-size: 1.3rem;
}

.breadcrumb_box .breadcrumb li {
  display: inline;
}

.breadcrumb_box .breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

.breadcrumb_box .breadcrumb li .home:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}

.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 dotted #cccccc;
}

.form dl dd:last-child {
  border-bottom: none;
}

.form .textarea,
.form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.form .textarea {
  height: 30px;
}

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}

.form .textarea02:last-child {
  margin-right: 0;
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}

.form button {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.6rem;
}

.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: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

.form .entypo-down-open-mini:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ab";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #5f5196;
}

.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: #5f5196;
  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 #eeebda;
}

.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 #5f5196;
  border-bottom: 3px solid #5f5196;
  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;
}

.section_box_text_r {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 667px) {
  .section_box_text_r {
    display: block;
  }
}

.section_box_text_l {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 667px) {
  .section_box_text_l {
    display: block;
  }
}

.section_box_text_box {
  width: 350px;
  background: linear-gradient(180deg, #5f5196, #4a3f75);
  color: #fff;
  vertical-align: middle;
  padding: 40px 50px;
}

@media screen and (max-width: 667px) {
  .section_box_text_box {
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
  }
  .section_box_text_box p {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.section_box_img {
  flex: 1;
}

.section_box_img.sosiki {
  width: 85%;
  margin: 0 auto;
}

.section_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conts-ttl {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 15px;
}

.conts-ttlB {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #ffe927;
}

.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: #f2f2f2;
  display: block;
  text-align: center;
  padding: 5px;
  height: 150px;
  vertical-align: middle;
}

.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);
  }
}

.title_photo {
  background: #fff;
  padding: 5px 20px;
  color: #555;
  font-size: 1.7rem;
  line-height: 1.5;
}

/*# sourceMappingURL=basis.css.map */
