@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝test＝＝＝＝＝＝*/
/** {
	outline: 1px solid magenta;
}*/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------*/
body {
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
span,
tr {
  font-size: 16px;
  line-height: 1.5;
}

.sp {
  display: none !important;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}
a.link:hover {
  opacity: 0.7;
}

.tel-link {
  pointer-events: none;
}

/*pagination*/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9e67a9;
  border-color: #9e67a9;
  font-weight: bold;
}

/*フォント*/
.kozumin {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.kozuminBold {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 120px;
}
header .header_inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  z-index: 999;
  align-items: center;
  height: 100%;
  background: white;
}
header .header_inner .shadow {
  box-shadow: 0px 0px 5px #878f97;
}
header .header_inner .logo {
  width: 234px;
  height: auto;
  position: absolute;
  left: 20px;
}
header .header_inner .logo a {
  display: block;
}
header .header_inner .logo img {
  width: 100%;
}
header .header_inner #js-hamburger {
  display: none;
}
header .header_inner nav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  margin: 0;
}
header .header_inner nav ul > li {
  display: inline-block;
}
header .header_inner nav ul > li > a {
  padding: 14px;
  text-align: center;
  font-size: 15px;
  color: #000000;
  position: relative;
  font-weight: 500;
}
header .header_inner nav ul > li > a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #a28c6c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header .header_inner nav ul > li > a:hover::after {
  transform: scale(1, 1);
}
header .header_inner nav ul > li.sns_wrap {
  display: inline;
}
header .header_inner nav ul > li.sns_wrap .sns_link {
  position: absolute;
  right: 0px;
  bottom: 3px;
}
header .header_inner nav ul > li.sns_wrap .sns_link a:first-child {
  padding: 10px 3px 10px 10px;
}
header .header_inner nav ul > li.sns_wrap .sns_link a:last-child {
  padding: 10px 0px 10px 3px;
}
header .header_inner nav ul > li.sns_wrap .sns_link a img {
  width: 40px;
}
header .header_inner nav .contact_wrap {
  position: absolute;
  right: 20px;
  top: 25px;
}
header .header_inner nav .contact_wrap a {
  color: white;
  background-color: #40246b;
  height: 47px;
  width: 236px;
  line-height: 47px;
  border-radius: 23px;
  display: inline-block;
  justify-content: center;
  text-align: center;
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
main {
  display: block;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 120px;
}
header .header_inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  z-index: 999;
  align-items: center;
  height: 100%;
  background: white;
}
header .header_inner .shadow {
  box-shadow: 0px 0px 5px #878f97;
}
header .header_inner .logo {
  width: 234px;
  height: auto;
  position: absolute;
  left: 20px;
}
header .header_inner .logo a {
  display: block;
}
header .header_inner .logo img {
  width: 100%;
}
header .header_inner #js-hamburger {
  display: none;
}
header .header_inner nav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  margin: 0;
}
header .header_inner nav ul > li {
  display: inline-block;
}
header .header_inner nav ul > li > a {
  padding: 14px;
  text-align: center;
  font-size: 15px;
  color: #000000;
  position: relative;
  font-weight: 500;
}
header .header_inner nav ul > li > a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #a28c6c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header .header_inner nav ul > li > a:hover::after {
  transform: scale(1, 1);
}
header .header_inner nav ul > li.sns_wrap {
  display: inline;
}
header .header_inner nav ul > li.sns_wrap .sns_link {
  position: absolute;
  right: 0px;
  bottom: 3px;
}
header .header_inner nav ul > li.sns_wrap .sns_link a:first-child {
  padding: 10px 3px 10px 10px;
}
header .header_inner nav ul > li.sns_wrap .sns_link a:last-child {
  padding: 10px 0px 10px 3px;
}
header .header_inner nav ul > li.sns_wrap .sns_link a img {
  width: 40px;
}
header .header_inner nav .contact_wrap {
  position: absolute;
  right: 20px;
  top: 25px;
}
header .header_inner nav .contact_wrap a {
  color: white;
  background-color: #40246b;
  height: 47px;
  width: 236px;
  line-height: 47px;
  border-radius: 23px;
  display: inline-block;
  justify-content: center;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  /*box-sizing: border-box;*/
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container02 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  /*box-sizing: border-box;*/
}
@media (max-width: 899px) {
  .container02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col_2 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  box-sizing: border-box;
}
.row .col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.triangle_r {
  padding-right: 10px;
}

.link_btn {
  text-align: center;
}
.link_btn a {
  background: linear-gradient(to bottom, #e5c948 0%, white 77%, #e5d280 100%);
  border: 3px solid #e5c948;
  display: block;
  width: 200px;
  height: 44px;
  font-size: 18px;
  color: #6a3906;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 30px;
  font-weight: bold;
  padding-top: 4px;
  transition: 0.3s;
}
.link_btn a:hover {
  opacity: 0.9;
}

.link_btn:visited {
  color: white;
}

.anc {
  display: block;
  margin-top: -102px;
  padding-top: 102px;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*背景色*/
.bg01 {
  background: url(/images/top/bg01.jpg) repeat;
  background-size: cover;
}

.bg02 {
  background: url(/images/top/bg02.jpg) repeat;
}

.bg03 {
  background: url(/images/top/bg03.jpg) repeat;
}

.bg05 {
  background: url(/images/top/bg05.jpg) no-repeat center;
  background-size: cover;
}

.bg06 {
  background: url(/images/top/bg06.jpg) no-repeat center;
  background-size: cover;
}

/*anchor price用*/
/*.anchor {
  margin-top: -30px;
  padding-top: 30px;
}*/
/*font color*/
.font_red {
  color: #cd0e3b;
}

/*共通*/
.title {
  padding: 10px 25px;
  background: linear-gradient(to bottom, #e5c948 1%, white 80%, #e5d280 102%);
  border: 3px solid #e5c948;
  display: block;
  width: 100%;
  font-size: 21px;
  color: #6a3906;
  text-align: center;
  box-sizing: border-box;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.sub-header {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  color: #a18c6c;
}
@media (max-width: 1110px) {
  .sub-header {
    height: 230px;
  }
}
@media (max-width: 950px) {
  .sub-header {
    height: 220px;
  }
}
.sub-header::after {
  content: "";
  width: 100%;
  height: 270px;
  /*background-color: rgba(0, 0, 0, 0.17);*/
  position: absolute;
  left: 0;
  top: 0;
}
.sub-header .container {
  width: 100%;
}
.sub-header h1 {
  font-size: 50px;
  position: relative;
  color: #a18c6c;
  /*text-shadow: 0 2px 5px rgba(176, 176, 176, 0.5);*/
  z-index: 1;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border-left: 2px solid #a18c6c;
  padding-left: 20px;
}
.sub-header h1 .ttl_en {
  font-size: 14px;
  display: block;
  line-height: 1.7;
  text-align: left;
  padding-top: 7px;
}

/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

/*404*/
.page404_title {
  font-size: 20px;
  padding-bottom: 15px;
}

a.link_top {
  color: #40246b;
  font-weight: bold;
}
a.link_top:active, a.link_top:visited, a.link_top:hover {
  color: #40246b;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
/*ふわっと表示*/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
footer .copy {
  background-color: #908077;
  color: white;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: 0.3s;
  color: white;
  background: linear-gradient(to bottom, #e7ce65, #fff7e1, #e5d280);
  /*   デフォルトは非表示 */
  opacity: 0;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/* ＝＝＝＝＝＝Component＝＝＝＝＝＝＝　*/
html * {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  /*&[src$=".png"],
  &[src$=".jpg"] {
    backface-visibility: hidden;
  }*/
}

body {
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

input,
textarea,
select {
  font-style: normal;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.bg_gray {
  background-color: #ececec;
}

.clear {
  clear: both;
}

small {
  font-size: 14px;
}

/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Top main {
  padding-bottom: 100px;
}
#Top main .main_area {
  background: linear-gradient(to right, #002841, #003d5c);
}
#Top main .main_area figure {
  margin: auto;
}
#Top main .main_area figure > img {
  max-width: 1200px;
  width: 100%;
}
#Top main .main_area .line {
  background: linear-gradient(to right, #6c4628, #c99958, #f7eaa5, #c99958, #f7eaa5, #c99958, #6c4628);
  display: block;
  width: 100%;
  height: 10px;
}
#Top main .sec_datsumou {
  /* background: linear-gradient(to bottom,#384a50,#42585f, #5f7980, #9ab8bf, #8faab1);*/
  background: url(/images/top/bg_datsumou.jpg) repeat;
  background-size: cover;
  position: relative;
}
#Top main .sec_datsumou .datsumou {
  margin: auto;
  position: relative;
  z-index: 0;
  overflow-x: clip;
}
#Top main .sec_datsumou .datsumou figure {
  margin: auto;
  position: relative;
}
#Top main .sec_datsumou .datsumou figure > img {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: block;
}
#Top main .sec_datsumou .datsumou .text {
  font-size: 40px;
  line-height: 1.6;
  color: white;
  position: absolute;
  top: 11%;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
#Top main .sec_datsumou .datsumou .awards_img {
  position: absolute;
  bottom: -21.8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1050px) {
  #Top main .sec_datsumou .datsumou .awards_img {
    bottom: -17.8%;
  }
}
#Top main .sec_datsumou .datsumou .awards_img > img {
  max-width: 1400px;
}
#Top main .sec_awards {
  background: linear-gradient(to bottom, #008ee3, #161075);
  position: relative;
  padding-bottom: 228px;
  z-index: -1;
}
#Top main .sec_awards > figure > img {
  z-index: 999;
  margin: auto;
  position: absolute;
  top: -53%;
  left: 50%;
  transform: translateX(-50%);
}
#Top main .sec_awards .text_box {
  max-width: 1000px;
  padding-top: 34%;
  margin: auto;
  position: relative;
}
@media (max-width: 1100px) {
  #Top main .sec_awards .text_box {
    max-width: 830px;
  }
}
#Top main .sec_awards .text_box::before {
  content: "";
  display: block;
  width: 261px;
  height: 230px;
  background: url(/images/top/point.png) no-repeat;
  position: absolute;
  left: -8%;
  top: 41%;
  background-size: contain;
}
#Top main .sec_awards .img01 {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -228px;
  left: 50%;
  transform: translateX(-50%);
}
#Top main .sec_detailBox {
  position: relative;
}
#Top main .sec_detailBox::before {
  content: "";
  display: block;
  background: url(/images/top/img01.jpg) no-repeat;
  width: 600px;
  height: 457px;
  position: absolute;
  left: 50%;
  top: -200px;
  transform: translateX(-50%);
}
#Top main .sec_detailBox .bg_graBlue {
  background: linear-gradient(to bottom, #161075, #008ee3);
  padding: 0 3px 3px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 {
  background: white;
  padding-top: 300px;
  letter-spacing: 0.01em;
  padding-bottom: 86px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .text01 {
  font-size: 50px;
  text-align: center;
  color: #4d4d4d;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .text01 .red {
  color: #c1272d;
  font-size: 50px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .text02 {
  max-width: 576px;
  margin: auto;
  font-size: 23px;
  line-height: 1.7;
  color: #4d4d4d;
  padding-bottom: 47px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box {
  position: relative;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box ul {
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: auto;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box ul li > img {
  width: 215px;
  height: 53px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box::after {
  content: "";
  width: 128px;
  height: 128px;
  background: url(/images/top/text_more.svg) no-repeat;
  position: absolute;
  bottom: -157px;
  left: 50%;
  transform: translateX(-50%);
}
#Top main .sec_detailBox02 {
  padding-top: 137px;
  padding-bottom: 90px;
  background: url(/images/top/bg_brown.jpg) repeat;
  background-size: cover;
}
#Top main .sec_detailBox02 .text_box02 {
  text-align: center;
}
#Top main .sec_detailBox02 .text_box02 > .text01 {
  font-size: 40px;
}
#Top main .sec_detailBox02 .text_box02 > .text01 .red {
  color: #c1272d;
  font-size: 60px;
}
#Top main .sec_detailBox02 .text_box02 > .text01 .fSize_50 {
  font-size: 50px;
}
#Top main .sec_detailBox02 .text_box02 > .text01 .fSize_68 {
  font-size: 68px;
}
#Top main .sec_detailBox02 .img_box {
  justify-content: space-between;
  padding-top: 60px;
  max-width: 1078px;
  box-sizing: border-box;
}
@media (max-width: 1070px) {
  #Top main .sec_detailBox02 .img_box {
    max-width: 600px;
    margin: auto;
    align-items: center;
    padding-top: 30px;
  }
  #Top main .sec_detailBox02 .img_box .img_box_con {
    width: 50%;
    text-align: center;
  }
  #Top main .sec_detailBox02 .img_box .img_box_con P {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}
#Top main .sec_detailBox02 .img_box .img_box_con > figure > img {
  max-width: 239px;
  width: 100%;
}
#Top main .sec_detailBox02 .img_box .img_box_con p {
  text-align: center;
  font-size: 26px;
  padding-top: 33px;
}
#Top main .bg01 {
  background: url(/images/top/bg01.jpg) repeat center;
  background-size: 50%;
  padding-bottom: 85px;
}
#Top main .bg01 .sec_effect {
  padding-top: 86px;
}
#Top main .bg01 .sec_effect h2 {
  font-size: 51px;
  color: #f7eaa5;
  background-color: #003990;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  padding: 26px;
}
#Top main .bg01 .sec_effect .detail_box {
  padding: 60px 50px 0;
}
#Top main .bg01 .sec_effect .detail_box .con_left {
  width: 37.5%;
}
#Top main .bg01 .sec_effect .detail_box .con_left h3 {
  font-size: 40px;
  padding: 30px;
  background-color: black;
  color: white;
  border-radius: 25px;
  text-align: center;
}
#Top main .bg01 .sec_effect .detail_box .con_left > img {
  padding-top: 4px;
  padding-top: 11px;
  max-width: 345px;
  width: 100%;
  padding-left: 19px;
}
@media (max-width: 1100px) {
  #Top main .bg01 .sec_effect .detail_box .con_left > img {
    padding-left: 0px;
  }
}
#Top main .bg01 .sec_effect .detail_box .con_right {
  width: 62.5%;
  padding-left: 40px;
  box-sizing: border-box;
}
#Top main .bg01 .sec_effect .detail_box .con_right h4 {
  font-size: 40px;
  line-height: 1.5;
  padding-bottom: 30px;
}
#Top main .bg01 .sec_effect .detail_box .con_right p {
  font-size: 23px;
  color: #4d4d4d;
  line-height: 1.7;
  max-width: 528px;
  text-align: left;
}
#Top main .bg01 .sec_effect .demerit_box {
  max-width: 835px;
  width: 100%;
  min-height: 230px;
  background-color: #444242;
  padding: 20px;
  border-radius: 25px;
  box-sizing: border-box;
  margin: 20px auto auto;
}
#Top main .bg01 .sec_effect .demerit_box h4 {
  width: 253px;
  font-size: 40px;
  line-height: 1.7;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
#Top main .bg01 .sec_effect .demerit_box p {
  font-size: 34px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 253px);
}
#Top main .bg01 .sec_effect p.line {
  padding: 40px 0 60px;
}
#Top main .bg01 .sec_effect .merit_box .box_left {
  width: 40%;
  box-sizing: border-box;
}
#Top main .bg01 .sec_effect .merit_box .box_left > h4 {
  background: black;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  box-sizing: border-box;
  max-width: 378px;
  margin: auto;
}
#Top main .bg01 .sec_effect .merit_box .box_left > h4 > img {
  max-width: 150px;
  width: 100%;
  height: 78px;
}
#Top main .bg01 .sec_effect .merit_box .box_left > img {
  padding-left: 50px;
}
@media (max-width: 1100px) {
  #Top main .bg01 .sec_effect .merit_box .box_left > img {
    padding-left: 0px;
  }
}
#Top main .bg01 .sec_effect .merit_box .box_left > img.img01 {
  padding-top: 11px;
  max-width: 353px;
  width: 100%;
  margin: auto;
  display: flex;
}
#Top main .bg01 .sec_effect .merit_box .box_left > img.img02 {
  padding-top: 20px;
  max-width: 350px;
  width: 100%;
  margin: auto;
  display: flex;
}
#Top main .bg01 .sec_effect .merit_box .box_right {
  width: 60%;
  padding-left: 23px;
  box-sizing: border-box;
}
#Top main .bg01 .sec_effect .merit_box .box_right > h4 {
  color: #003990;
  font-size: 40px;
  letter-spacing: 0em;
  padding-bottom: 44px;
}
#Top main .bg01 .sec_effect .merit_box .box_right > p {
  font-size: 23px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  padding-right: 50px;
}
#Top main .bg01 .sec_effect .merit_box .box_right .datsumou_box {
  background-color: #003990;
  border-radius: 25px;
  padding: 20px 20px 34px 20px;
  box-sizing: border-box;
  margin-right: 50px;
  max-width: 512px;
}
#Top main .bg01 .sec_effect .merit_box .box_right .datsumou_box > h4 {
  padding-bottom: 27px;
}
#Top main .bg01 .sec_effect .merit_box .box_right .datsumou_box > h4 > img {
  max-width: 476px;
  height: 92px;
  width: 100%;
}
#Top main .bg01 .sec_effect .merit_box .box_right .datsumou_box > p {
  font-size: 34px;
  color: white;
  display: flex;
  justify-content: center;
}
#Top main .title_attract {
  background: linear-gradient(45deg, #003990, #98abd5, #003990);
  margin-bottom: 52px;
}
#Top main .title_attract img {
  max-width: 1000px;
  margin: auto;
  display: block;
}
#Top main .sec_beforeafter .con_box01 {
  padding-bottom: 72px;
}
@media (max-width: 1100px) {
  #Top main .sec_beforeafter .con_box01 {
    flex-direction: column;
  }
  #Top main .sec_beforeafter .con_box01 .text_box {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-right: 0px !important;
  }
  #Top main .sec_beforeafter .con_box01 .text_box > table {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
#Top main .sec_beforeafter .con_box01 .text_box {
  width: 28%;
  box-sizing: border-box;
  padding-right: 65px;
}
#Top main .sec_beforeafter .con_box01 .text_box h4 {
  border: 1px solid #003990;
  padding: 8px;
}
#Top main .sec_beforeafter .con_box01 .text_box h4 > span {
  background-color: #003990;
  color: white;
  font-size: 32px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#Top main .sec_beforeafter .con_box01 .text_box > table {
  padding-top: 39px;
  display: flex;
  justify-content: center;
}
#Top main .sec_beforeafter .con_box01 .text_box > table th, #Top main .sec_beforeafter .con_box01 .text_box > table td {
  font-size: 20px;
}
#Top main .sec_beforeafter .con_box01 .img_box {
  width: 72%;
  box-sizing: border-box;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  #Top main .sec_beforeafter .con_box01 .img_box {
    justify-content: center;
    margin: 0 0px;
    width: 100%;
  }
  #Top main .sec_beforeafter .con_box01 .img_box figure {
    padding: 0px 20px;
  }
  #Top main .sec_beforeafter .con_box01 .img_box .img_first::after {
    right: -6% !important;
    width: 17px !important;
    height: 33px !important;
  }
}
#Top main .sec_beforeafter .con_box01 .img_box > figure > img {
  max-width: 292px;
}
#Top main .sec_beforeafter .con_box01 .img_box .img_first {
  position: relative;
}
#Top main .sec_beforeafter .con_box01 .img_box .img_first:after {
  content: "";
  position: absolute;
  right: -33%;
  top: 35%;
  transform: translate(-50%);
  width: 27px;
  height: 57px;
  background: url(/images/top/sankaku.svg) no-repeat;
}
#Top main .sec_beforeafter .con_box02 {
  padding-bottom: 72px;
}
@media (max-width: 1100px) {
  #Top main .sec_beforeafter .con_box02 {
    flex-direction: column;
  }
  #Top main .sec_beforeafter .con_box02 .text_box {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-right: 0px !important;
  }
  #Top main .sec_beforeafter .con_box02 .text_box > ul {
    padding-top: 20px !important;
  }
  #Top main .sec_beforeafter .con_box02 .img_box {
    width: 100% !important;
    padding-top: 20px !important;
  }
}
#Top main .sec_beforeafter .con_box02 .text_box {
  width: 39%;
  box-sizing: border-box;
  padding-right: 50px;
}
#Top main .sec_beforeafter .con_box02 .text_box h4 {
  border: 1px solid #003990;
  padding: 8px;
}
#Top main .sec_beforeafter .con_box02 .text_box h4 > span {
  background-color: #003990;
  color: white;
  font-size: 32px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#Top main .sec_beforeafter .con_box02 .text_box > ul {
  padding-top: 39px;
}
#Top main .sec_beforeafter .con_box02 .text_box > ul > li {
  font-size: 20px;
  letter-spacing: 0;
}
#Top main .sec_beforeafter .con_box02 .img_box {
  width: 61%;
  box-sizing: border-box;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  #Top main .sec_beforeafter .con_box02 .img_box {
    justify-content: center;
    margin: 0 -20px;
  }
  #Top main .sec_beforeafter .con_box02 .img_box figure {
    padding: 0px 20px;
  }
  #Top main .sec_beforeafter .con_box02 .img_box .img_first::after {
    right: -6% !important;
    width: 17px !important;
    height: 33px !important;
  }
}
#Top main .sec_beforeafter .con_box02 .img_box > figure > img {
  max-width: 253px;
}
#Top main .sec_beforeafter .con_box02 .img_box .img_first {
  position: relative;
}
#Top main .sec_beforeafter .con_box02 .img_box .img_first:after {
  content: "";
  position: absolute;
  right: -33%;
  top: 66%;
  transform: translate(-50%);
  width: 27px;
  height: 57px;
  background: url(/images/top/sankaku.svg) no-repeat;
}

.footer_con {
  background: url(/images/top/footer_bg.jpg) no-repeat center right;
  background-size: cover;
  height: 600px;
  overflow: hidden;
}
.footer_con .footer_line {
  background: linear-gradient(45deg, #003990, #abbbe1, #003990);
  height: 25px;
  width: 100%;
  position: relative;
  z-index: 999;
}
.footer_con .container02 {
  box-sizing: border-box;
  position: relative;
}
.footer_con .container02 .footer_text {
  align-items: center;
  display: flex;
  height: 600px;
  width: 66%;
  margin-left: -86px;
}
@media (max-width: 1100px) {
  .footer_con .container02 .footer_text {
    margin-left: 0px;
  }
}
.footer_con .container02 .footer_text > img {
  padding-top: 40px;
}
.footer_con .container02 .victoria {
  position: absolute;
  right: -257px;
  bottom: -44px;
  overflow: hidden;
}
.footer_con .container02 .victoria > img {
  max-width: 864px;
}

/*==========================================
  Base
==========================================*/