@charset "UTF-8";
/* ---------------
  ★共通
--------------- */
html {
  font-size: 62.5%;
}

body {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 2230px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

object {
  pointer-events: none;
}

.sp {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #000;
}

.line_maka {
  background: linear-gradient(transparent 60%, #fdfda8 60%);
}

.no_link {
  pointer-events: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.inner {
  max-width: 1600px;
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.color_bk22 {
  color: #222222;
}

.bdr_ra {
  border-radius: 20px;
  overflow: hidden;
}

.bshadow {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.bder_solids {
  border: solid 1px;
}

.f40 {
  font-size: 4rem;
}

.max_none {
  max-width: unset;
}

.thumbnail_s {
  display: none !important;
}

/* ---------------
  ★フォントファミリー
--------------- */
.Df_mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.Df_YuGothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.Df_Hiragino {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.Df_Helvetica {
  font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_Roboto {
  font-family: "Roboto", sans-serif;
}

.Gf_NSJ {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.Gf_Shipori {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

/* ---------------
  ★背景
--------------- */
.bk_gry {
  background-color: #f6f6f6;
}

.bk_gry02 {
  background-color: #eeece8;
}

.bk_gry03 {
  background-color: #f7f7f7;
}

.bk_blue {
  background-color: #dde7ea;
}

.bk_green {
  background-color: #2e9568;
}

.bk_white {
  background-color: #fff;
}

.bk_white_op03 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bk_white_op065 {
  background-color: rgba(255, 255, 255, 0.65);
}

.bk_black {
  background-color: rgb(0, 0, 0);
}

.bk_black_op02 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bk_black_op75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bk_op_af {
  position: relative;
}
.bk_op_af:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bk_op_af.opb020:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.bk_op_af.opb030:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.bk_op_af.opb040:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.bk_op_af.opb060:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.bk_op_af.opgry060:before {
  background-color: #bebebe;
  background-color: rgba(190, 190, 190, 0.6);
}
.bk_op_af.opgreen040:before {
  background-color: rgba(154, 204, 153, 0.7);
}

/* ---------------
  ★カラー
--------------- */
.cr_black {
  color: black !important;
}

.cr_red {
  color: red !important;
}

.cr_white {
  color: white;
}

.cr_green {
  color: #06bb30;
}

.cr_blue {
  color: #0074f9;
}

.cr_blue2 {
  color: #00baff;
}

.cr_gry {
  color: #999999;
}

.cr_oren {
  color: #ffaa00;
}

.cr_oren2 {
  color: #ff6f00;
}

/* ---------------
  ★LIST
--------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}
.disc > li {
  list-style-type: disc;
  line-height: 1.1;
}
.disc > li:not(:last-child) {
  padding-bottom: 10px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}
.decimal > li {
  list-style-type: decimal;
}
.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note {
  font-size: 1.4rem;
}
.note > li {
  padding-left: 17px;
  position: relative;
}
.note > li:not(:last-child) {
  margin-bottom: 5px;
}
.note > li::before {
  transition: 0.3s;
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------
  ★BASE
--------------- */
.small {
  font-size: 85%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

#wb_wrap {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
  padding: 0 0 56.6%;
  width: 100%;
}
.movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.yt_wrap {
  padding: 0 0 66.6%;
  width: 100%;
}

.gmap_wrap {
  padding: 0 0 500px;
  width: 100%;
}

.iframe_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 0px;
}

.sToggle dl > dd {
  display: none;
}

.plus_wrap {
  position: absolute;
  right: 30px;
  width: 20px;
  content: "";
  display: block;
  height: 20px;
  top: -5px;
  bottom: 0;
  margin: auto;
}
.plus_wrap span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.max-wid1010 {
  max-width: 1010px;
  margin: 0 auto;
}

/* ---------------
  ★タイトル
--------------- */
.tit01_wp {
  width: 100%;
  position: absolute;
  top: calc(50% + 0px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1.3;
  z-index: 2;
}
.tit01_wp .tit01 {
  max-width: 1600px;
  margin: 0 auto;
  width: 92%;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
.tit01_wp .tit01 > b {
  z-index: 2;
  font-size: 4.2rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  display: inline-block;
  bottom: -15px;
}
.tit01_wp .tit01 > em {
  font-weight: 500;
  font-size: 1.7rem;
  display: block;
  padding-left: 20px;
  padding-top: 10px;
  bottom: -15px;
  transition-delay: 0.2s;
}
.tit01_wp .tit01 > b,
.tit01_wp .tit01 > em {
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.tit02 {
  margin-bottom: 40px;
  position: relative;
}
.tit02 > b {
  display: inline-block;
  font-size: 4rem;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  color: #34739f;
  font-family: "Shippori Mincho", serif;
}
.tit02 > b::before {
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  color: #cce7ff;
  border: solid 5px;
  opacity: 0;
  z-index: 0;
  top: -10px;
  left: -20px;
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scale(0.3, 0.3);
}
.tit02 > b::after {
  content: "";
  display: block;
  position: absolute;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #cce7ff;
  border: solid 4px;
  opacity: 0;
  z-index: 0;
  top: 15px;
  left: -60px;
  transition-property: all;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scale(0.3, 0.3);
}
.tit02 > b span {
  position: relative;
  z-index: 1;
}
.tit02 > small {
  display: block;
  font-size: 1.6rem;
  color: #acacac;
  font-weight: 500;
  padding-left: 10px;
}
.tit02.isShow > b::before {
  opacity: 0.24;
  top: -30px;
  left: -40px;
  transform: scale(1, 1);
}
.tit02.isShow > b::after {
  opacity: 0.24;
  top: 5px;
  left: -80px;
  transform: scale(1, 1);
}

.tit02_02 {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.tit02_02 > b {
  display: inline-block;
  font-size: 4rem;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  color: #34739f;
  font-family: "Shippori Mincho", serif;
}
.tit02_02 > b::before, .tit02_02 > b::after {
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  color: #cce7ff;
  border: solid 4px;
  opacity: 0;
  top: 35px;
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scale(0.3, 0.3);
}
.tit02_02 > b::before {
  left: -120px;
}
.tit02_02 > b::after {
  right: -120px;
}
.tit02_02 > b span::before, .tit02_02 > b span::after {
  content: "";
  transition: 0.5s;
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #cce7ff;
  border: solid 4px;
  opacity: 0;
  top: 40px;
  transition-property: all;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scale(0.3, 0.3);
}
.tit02_02 > b span::before {
  left: -80px;
}
.tit02_02 > b span::after {
  right: -80px;
}
.tit02_02.isShow > b::before, .tit02_02.isShow > b::after {
  content: "";
  top: 5px;
  opacity: 0.24;
  transform: scale(1, 1);
}
.tit02_02.isShow > b::before {
  left: -190px;
}
.tit02_02.isShow > b::after {
  right: -190px;
}
.tit02_02.isShow > b span::before, .tit02_02.isShow > b span::after {
  content: "";
  opacity: 0.24;
  top: 70px;
  transform: scale(1, 1);
}
.tit02_02.isShow > b span::before {
  left: -130px;
}
.tit02_02.isShow > b span::after {
  right: -130px;
}

.tit02_03 {
  text-align: center;
  margin-bottom: 60px;
}
.tit02_03 > b {
  font-size: 4rem;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 500;
  letter-spacing: 5px;
  padding: 0 5.5rem;
  font-family: "Shippori Mincho", serif;
}
.tit02_03 > b::before, .tit02_03 > b::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #34739f;
  transform: rotate(-70deg);
}
.tit02_03 > b::before {
  left: 0;
}
.tit02_03 > b::after {
  right: 0;
}

.tit03 {
  margin-bottom: 30px;
  position: relative;
}
.tit03 b {
  color: #34739f;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

.tit03_02 {
  margin-bottom: 20px;
  position: relative;
}
.tit03_02 > b {
  display: inline-block;
  font-size: 3.2rem;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
}

.tit03_03 {
  margin-bottom: 20px;
  position: relative;
}
.tit03_03 > b {
  display: inline-block;
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
}

.tit03_04 {
  margin-bottom: 20px;
  position: relative;
}
.tit03_04 > b {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

.tit03_05 {
  margin-bottom: 15px;
  position: relative;
}
.tit03_05 > b {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  border-left: solid 4px #ffaa00;
}

/* ---------------
  ★ボタン
--------------- */
.c_btn01 {
  min-width: 230px;
  color: #0077b2;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: solid 1px;
  font-weight: 500;
  padding: 16px 40px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
.c_btn01::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #0077b2;
  border-right: 1px solid #0077b2;
  position: absolute;
  top: 50%;
  right: 12px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.c_btn01 span {
  position: relative;
}
.c_btn01::before {
  transform: skewX(30deg);
  top: 0;
  left: -6%;
  display: block;
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #0077b2;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.c_btn02 {
  color: #34739f;
  background: #fff;
  position: relative;
  font-size: 2rem;
  border: solid 1px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  padding: 20px 50px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.c_btn03 {
  color: #000;
  position: relative;
  font-size: 1.4rem;
  display: inline-block;
  overflow: hidden;
  padding: 10px;
  line-height: 1.3;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.c_btn03 span {
  position: relative;
  font-weight: 500;
  padding-right: 30px;
}
.c_btn03 span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.c_btn04 {
  color: #fff;
  position: relative;
  font-size: 1.8rem;
  display: inline-block;
  text-align: center;
  padding: 6px 20px 6px 0;
  font-weight: bold;
}
.c_btn04::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c_btn04::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.c_btn04.cr_blue {
  color: #34739f;
}
.c_btn04.cr_blue::after {
  border-top: 1px solid #34739f;
  border-right: 1px solid #34739f;
}
.c_btn04.cr_blue::before {
  background-color: #34739f;
}

.c_btn_bk {
  min-width: 230px;
  color: #0077b2;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: solid 1px;
  font-weight: 500;
  padding: 16px 40px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
.c_btn_bk::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #0077b2;
  border-left: 1px solid #0077b2;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
}

.slide-arrowx {
  position: absolute;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  top: 50%;
  background: #f1b31c;
  border-radius: 50%;
  border: solid 0px;
  z-index: 3;
}

.c_btn_aw {
  display: block;
  position: relative;
  padding-right: 80px;
  color: #585858;
}
.c_btn_aw .yy_box {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 50px;
  height: 50px;
  border: solid 1px #bdbdbd;
  position: absolute;
  border-radius: 50%;
}
.c_btn_aw .yy_box::before, .c_btn_aw .yy_box::after {
  transition: 0.3s;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.c_btn_aw .yy_box::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #bdbdbd;
}
.c_btn_aw .yy_box::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #bdbdbd;
  margin: auto;
  position: absolute;
}

.gaibu_link > span {
  position: relative;
  padding-right: 20px;
}
.gaibu_link > span::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/gaibu_link.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
}

.gaibu_link2 > span {
  position: relative;
  padding-right: 20px;
}
.gaibu_link2 > span::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/gaibu_link2.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
}

.gaibu_link3 > span {
  position: relative;
  padding-right: 20px;
  color: #6ac8ff;
  text-decoration: underline;
}
.gaibu_link3 > span::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/gaibu_link3.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
}

.btn_suku_l {
  position: relative;
  padding-left: 14px;
  display: inline-block;
  line-height: 1;
}
.btn_suku_l::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #234572;
  position: absolute;
  left: 2px;
  top: 2px;
}

.y_btn {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.y_btn::before {
  content: "";
  width: 7px;
  height: 7px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.y_btn.col_blue {
  color: #005bbd;
}
.y_btn.col_blue::before {
  border-top: 2px solid #005bbd;
  border-right: 2px solid #005bbd;
}

.y_btn_u {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #005bbd;
}
.y_btn_u::before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #005bbd;
  border-right: 2px solid #005bbd;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.y_btn_l > span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 1.3;
}
.y_btn_l > span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #4bc4ee;
  border-right: 2px solid #4bc4ee;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.y_btn_2 span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.y_btn_2 span::before {
  content: "";
  display: block;
  width: 20px;
  padding-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  z-index: 3;
}
.y_btn_2 span::after {
  content: "";
  transition: 0.3s;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #006297;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) translateX(0%);
  z-index: 3;
}

.g_link > span {
  padding-right: 20px;
}
.g_link > span::after {
  content: "";
  display: block;
  background: url(../img/g_link03.png) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.c_btn_ct {
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  background-color: #0ba580;
  overflow: hidden;
  padding: 6px 60px 6px 20px;
  line-height: 1.1;
}
.c_btn_ct.cr_blue {
  background: #3d83f0;
  border: solid 1ox #3d83f0;
}
.c_btn_ct.cr_blue2 {
  background: #2f5080;
  border: solid 1ox #2f5080;
}
.c_btn_ct span {
  position: relative;
}
.c_btn_ct span em {
  display: block;
}
.c_btn_ct::before {
  content: "";
  display: block;
  background: url(../img/onlines.png) no-repeat;
  background-size: 100%;
  width: 23px;
  height: 19px;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.c_btn_ct::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  position: absolute;
}
.c_btn_ct.cr_whi {
  color: #0ba580;
  background-color: #fff;
}
.c_btn_ct.cr_whi span {
  font-weight: 500;
}
.c_btn_ct.cr_whi::before {
  background-color: #0ba580;
}
.c_btn_ct.cr_whi::after {
  border-top: 2px solid #0ba580;
  border-right: 2px solid #0ba580;
}

/* ---------------
  ★アニメーション
--------------- */
.whi_sli {
  overflow: hidden;
  position: relative;
}
.whi_sli::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}
.whi_sli.isShow::before {
  right: -100%;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInyoko {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInyoko {
  animation-name: fadeInyoko;
}
@keyframes fadeInyoko2 {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInyoko2 {
  animation-name: fadeInyoko2;
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeDown {
  animation-name: fadeDown;
}

@keyframes fadesin {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadein {
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 1s;
  position: relative;
  transform: translateY(30px);
}
.fadein.on {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.fade {
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 1.2s;
  position: relative;
}
.fade.on {
  visibility: visible;
  opacity: 1;
}

.delay_03 {
  transition-delay: 0.3s;
}

.delay_05 {
  transition-delay: 0.5s;
}

.delay_07 {
  transition-delay: 0.7s;
}

.delay_1 {
  transition-delay: 1s;
}

.delay_13 {
  transition-delay: 1.3s;
}

.delay_2 {
  transition-delay: 2s;
}

.bounceIn2 {
  animation-duration: 0.75s;
  animation-name: bounceIn2;
}
@keyframes bounceIn2 {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeIns {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  animation-name: fadeIns;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}

.img-blur {
  animation-name: imageBlur;
  transition: transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  animation-duration: 2s;
}
@keyframes imageBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
/* ---------------
  ★ヘッダー
--------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.header.changed {
  position: fixed;
  animation: slideInDown 0.3s forwards ease-in-out;
  background: #fff;
}
.header.changed .hnav_area {
  padding: 20px 0 5px;
}
.header.changed .hnav_area .hnavi01 .box00 .tel_wp .uke_wp {
  background: rgba(190, 248, 255, 0.2);
}
.header .hnav_area {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 10px;
  max-width: 1720px;
}
.header a {
  color: #000;
}
.header .h_logo_wp {
  width: 310px;
  margin-bottom: 20px;
}
.header .h_logo_wp p {
  font-size: 1.4rem;
  font-weight: bold;
}
.header .h_logo_wp .h_logo {
  display: block;
  max-width: 265px;
}
.header .hnav {
  width: calc(100% - 310px);
}
.header .hnavi01 > div {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header .hnavi01 .box01 dl {
  padding: 15px 25px;
}
.header .hnavi01 .box01 dl a {
  display: inline-block;
  position: relative;
}
.header .hnavi01 .box01 dl a::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #cce7ff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition-duration: 0.3s;
}
.header .hnavi01 .box01 dl:last-child {
  padding-right: 0;
}
.header .hnavi01 .box00 {
  margin-bottom: 2.2px;
}
.header .hnavi01 .box00 dl {
  margin-left: 40px;
}
.header .hnavi01 .box00 dl a {
  display: block;
  position: relative;
  border: solid 1px;
  min-width: 145px;
  text-align: center;
  padding: 5px;
}
.header .hnavi01 .box00 .tel_wp {
  line-height: 1.5;
}
.header .hnavi01 .box00 .tel_wp .tel_link {
  font-size: 1.9rem;
  color: #34739f;
}
.header .hnavi01 .box00 .tel_wp .uke_wp {
  font-size: 1.1rem;
  background: rgba(245, 254, 255, 0.2);
  text-align: center;
  border-radius: 20px;
  margin: 0 5px;
}

.mbtn_wp {
  display: none !important;
  position: fixed;
  top: 20px;
  right: 25px;
  opacity: 1;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  overflow: hidden;
  padding: 0 5px;
  box-sizing: border-box;
  z-index: 15;
  padding: 10px 10px 27px;
}
.mbtn_wp.active .menu-trigger span {
  background-color: #fff;
}
.mbtn_wp.active .menu-trigger em {
  color: #fff;
}

@keyframes slideInDown {
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.mega {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #005bbd;
  opacity: 0;
  z-index: -1;
}
.mega.on {
  opacity: 1;
  z-index: 2;
  bottom: -75px;
}
.mega .mega_inner > dl {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  display: none;
  padding: 20px 0;
}
.mega .mega_inner > dl.on {
  display: flex;
}
.mega .mega_inner > dl dt {
  width: 150px;
  border-right: solid 2px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-right: 50px;
}
.mega .mega_inner > dl dt a {
  color: #fff;
}
.mega .mega_inner > dl dd {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
}
.mega .mega_inner > dl dd > a {
  position: relative;
  color: #fff;
  margin-right: 30px;
  line-height: 1.3;
}
.mega .mega_inner > dl dd > a .img_wp {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
.mega .mega_inner > dl dd > a .img_wp img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.mega .mega_inner > dl dd > a .txt_wp {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 2% 5%;
  font-size: 1.2rem;
  position: relative;
}
.mega .mega_inner > dl dd > a .txt_wp::after {
  transition: 0.3s;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.mega .close {
  top: 0px;
}

.close {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.close::before {
  transition: 0.3s;
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 10;
}
.close::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

/* ---------------
  ★フッター
--------------- */
.f_contact {
  margin-bottom: 40px;
  background: url(../img/f_contact_bk.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.f_contact .tit02_02 {
  margin-bottom: 10px;
}
.f_contact .txt_wp {
  margin-bottom: 20px;
}
.f_contact .content_box {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  overflow: hidden;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.35);
}
.f_contact .content_box .box_in {
  max-width: 670px;
  margin: 0 auto;
}
.f_contact .content_box .box {
  line-height: 1.3;
}
.f_contact .content_box .box h3 {
  margin-bottom: 10px;
  font-size: 1.7rem;
}
.f_contact .content_box .box .tel_link {
  color: #34739f;
  font-size: 3.4rem;
  display: inline-block;
  margin-bottom: 2px;
}
.f_contact .content_box .box .tel_link > span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.f_contact .content_box .box .tel_link > span::before {
  content: "";
  display: block;
  width: 25px;
  height: 42px;
  position: absolute;
  background: url(../img/icon_ftel.png) no-repeat;
  background-position: center;
  background-size: 100%;
  top: 0;
  left: 0;
}
.f_contact .content_box .box .tel_wp p {
  padding: 4px 0;
  text-align: center;
  font-size: 1rem;
  background-color: #d4f8fb;
  border-radius: 30px;
}
.f_contact .content_box .box .c_btn_con {
  padding: 21px 10px;
  color: #fff;
  font-size: 2rem;
  display: block;
  border-radius: 10px;
  background-color: #ffbba1;
  font-weight: bold;
}
.f_contact .content_box .box .c_btn_con > span {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}
.f_contact .content_box .box .c_btn_con > span::before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  position: absolute;
  background: url(../img/icon_mail.png) no-repeat;
  background-position: center;
  background-size: 100%;
  top: 3px;
  left: 0;
}
.f_contact .fcon_di {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-evenly;
}
.f_contact .fcon_di > dt {
  width: 48%;
}
.f_contact .fcon_di > dt .box {
  max-width: 245px;
  margin: 0 auto;
}
.f_contact .fcon_di > dd {
  width: 48%;
}
.f_contact .fcon_di > dd .box {
  max-width: 300px;
  margin: 0 auto;
}

footer .f_front {
  position: relative;
  background: url(../img/footer_bk.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 40px;
}

.f_logo_wp {
  margin-bottom: 20px;
}
.f_logo_wp > p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.f_logo_wp > a {
  display: inline-block;
}

.f_front_inner {
  position: relative;
  text-align: center;
}
.f_front_inner .comp_jyoho {
  font-size: 1.3rem;
}
.f_front_inner .tel_fax_wp p {
  display: inline-block;
}
.f_front_inner .tel_fax_wp > span {
  margin: 0 7px;
  display: inline-block;
}
.f_front_inner .tel_fax_wp a {
  color: #000;
  display: inline-block;
}

.f_under {
  text-align: center;
  background-color: #5590d0;
}
.f_under .copyright {
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 0;
}

/* ---------------
  ★ハンバーガーメニーュ
--------------- */
.menu-trigger {
  position: relative;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  width: 35px;
  height: 25px;
  transition: all 0.4s;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #116bb0;
  border-radius: 4px;
  transition: all 0.4s;
}
.menu-trigger em {
  color: #116bb0;
  margin: 0 auto;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  position: absolute;
  font-size: 1.1rem;
  text-align: center;
  transition: 0.3s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 100%;
}

#menu07 span:nth-of-type(1) {
  animation: menu07-bar01 0.75s forwards;
}

@keyframes menu07-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu07 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#menu07 span:nth-of-type(3) {
  animation: menu07-bar03 0.75s forwards;
}

@keyframes menu07-bar03 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.active #menu07 span:nth-of-type(1) {
  animation: active-menu07-bar01 0.75s forwards;
  top: -6px;
}

@keyframes active-menu07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.active #menu07 span:nth-of-type(2) {
  opacity: 0;
}

.active #menu07 span:nth-of-type(3) {
  animation: active-menu07-bar03 0.75s forwards;
  bottom: -10px;
}

@keyframes active-menu07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------
  ★グローバルナビゲーション
--------------- */
.tel_link {
  font-family: "Roboto", sans-serif;
  display: inline-block;
}

.spnaviwrap {
  display: none !important;
  position: fixed;
  left: 0;
  top: 100%;
  opacity: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  padding: 60px 70px 30px 40px;
  background: rgba(17, 107, 176, 0.95);
  transition-duration: 1s;
  transition-timing-function: ease;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
  max-width: 400px;
}
.spnaviwrap .nav_site .hnav_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 92%;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp {
  margin-bottom: 40px;
  color: #fff;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .n_logo {
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .n_logo span {
  display: block;
  font-size: 65%;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .nlogo_wp_in {
  margin-bottom: 20px;
  max-width: 280px;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .nlogo_wp_in p {
  font-size: 1.2rem;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .jyosyo_wp {
  margin-bottom: 10px;
  font-size: 90%;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .tel_wp {
  position: relative;
  margin-bottom: 10px;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .tel_wp .tel_link {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1.5;
  padding-left: 25px;
  color: #a0d8ff;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .tel_wp .tel_link::before {
  content: "";
  display: block;
  width: 19px;
  height: 33px;
  background: url(../img/icon_ftelw.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .eigyo_wp {
  font-size: 90%;
  background: #d4f8fb;
  text-align: center;
  border-radius: 15px;
  color: #464646;
  max-width: 230px;
}
.spnaviwrap .nav_site .hnav_inner .box01 {
  margin-bottom: 40px;
}
.spnaviwrap .nav_site .hnav_inner .box01 > dl {
  line-height: 1.3;
  margin-bottom: 15px;
}
.spnaviwrap .nav_site .hnav_inner .box01 > dl dt {
  color: #fff;
}
.spnaviwrap .nav_site .hnav_inner .box01 > dl dt a {
  color: #fff;
}
.spnaviwrap .nav_site .hnav_inner .box02 .con_box {
  margin-bottom: 15px;
}
.spnaviwrap .nav_site .hnav_inner .box02 .con_box > a {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  border: solid 1px;
  margin-bottom: 20px;
  min-width: 210px;
}
.spnaviwrap .nav_site .hnav_inner .box02 .kojin_wp {
  margin-bottom: 30px;
}
.spnaviwrap .nav_site .hnav_inner .box02 .kojin_wp a {
  color: #fff;
  position: relative;
  font-size: 80%;
  display: inline-block;
}
.spnaviwrap .nav_site .hnav_inner .box02 .onshop {
  margin-bottom: 20px;
}
.spnaviwrap .nav_site .hnav_inner .box02 .onshop a {
  color: #fff;
}
.spnaviwrap.active {
  display: block;
  opacity: 1;
  z-index: 11;
  top: 0%;
}
.spnaviwrap .y_btn::before {
  border-color: #fff;
}

#nasv_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.nav_site {
  position: relative;
}

/* ---------------
  ★TOTOP
--------------- */
#totop {
  width: 60px;
  height: 60px;
  display: block;
  background: rgba(17, 107, 176, 0.8);
}
#totop span {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  letter-spacing: 2.5px;
  width: 100%;
  transition: 0.3s;
  padding: 4px 0;
  color: #fff;
  line-height: 1.1;
  top: 27px;
  display: none;
}
#totop .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}
#totop .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 7;
  display: none;
}

/* ---------------
  ★side_links
--------------- */
.side_links {
  position: fixed;
  top: 160px;
  right: 20px;
  z-index: 6;
}
.side_links .side_link_in a {
  color: #000;
  display: block;
  text-align: center;
  position: relative;
  line-height: 1.3;
  margin-bottom: 20px;
}
.side_links .side_link_in a::before {
  content: "";
  display: inline-block;
  background-color: #eee;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.side_links .side_link_in a p {
  font-size: 1.1rem;
  font-weight: bold;
}
.side_links .side_link_in a.side_con::before {
  background-image: url(../img/icon_mail.png);
  background-repeat: no-repeat;
  background-color: #01fff6;
  background-position: center center;
  background-size: auto;
}
.side_links .side_link_in a.side_recr::before {
  background-image: url(../img/icon_recu.png);
  background-repeat: no-repeat;
  background-color: #00a8bb;
  background-position: center center;
  background-size: auto;
}
.side_links .side_link_in a.side_order::before {
  background-image: url(../img/icon_chu.png);
  background-color: #0a7a76;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

/* =======================================
  ★パンくず
========================================== */
.pankuzu_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 20px 0;
  position: relative;
  z-index: 3;
  color: #000;
}

.pankuzu {
  max-width: 1600px;
  width: 92%;
  margin: 0px auto;
  font-size: 1.4rem;
}
.pankuzu > li {
  display: inline-block;
  position: relative;
  word-break: break-all;
}
.pankuzu > li::after {
  transition: 0.3s;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  top: 3px;
  margin: 0 10px 0 14px;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.pankuzu > li:last-child:after {
  display: none;
}

.pankuzu a {
  color: #6ac8ff;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}

.wp-pagenavi {
  clear: both;
  font-size: 1.4rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  word-break: keep-all;
  line-height: 1;
  border: 1px solid #000000;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 1.6rem;
  margin: 5px;
  vertical-align: top;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}

.wp-pagenavi span.pages {
  border: 0px;
  border-radius: 0;
  border-bottom: solid 1px #b3b3b3;
  margin-right: 10px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
}

/* =======================================
	★TABLE
========================================== */
.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_01 table tbody tr th {
  border-bottom: 1px solid #ffffff;
  vertical-align: top;
  padding: 15px;
  color: #000000;
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
  background: #e9f5ff;
}
.c_table_01 table tbody tr td {
  border-bottom: 1px solid #e9e9e9;
  vertical-align: top;
  padding: 15px;
  word-break: break-all;
  background: #fdfdfd;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_02 table tbody tr th {
  vertical-align: top;
  padding: 20px;
  color: #000000;
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
  border-bottom: solid 1px #34739f;
}
.c_table_02 table tbody tr td {
  border-bottom: solid 1px #cbcbcb;
  vertical-align: top;
  padding: 20px;
  word-break: break-all;
}

/* =======================================
	★TOP
========================================== */
.hcover {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 2200px;
}
.hcover .hcover_inner {
  width: 100%;
  position: relative;
  padding-bottom: 900px;
  background-color: #eee;
  background-image: url(../img/main.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
.hcover .hcover_inner .alpha_a {
  position: absolute;
  top: 214px;
  left: 272px;
  opacity: 0;
}
.hcover .hcover_inner .top_btn {
  position: absolute;
  bottom: 44px;
  right: 252px;
  z-index: 7;
}
.hcover .hcover_inner .top_btn2 {
  position: absolute;
  top: 514px;
  left: 272px;
}
.hcover .hcover_inner::before, .hcover .hcover_inner::after {
  display: block;
  content: "";
  max-width: 1920px;
  width: 0%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  transition-property: all;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hcover .hcover_inner::before {
  height: 255px;
  bottom: -100px;
  transition-delay: 1.6s;
  background-image: url(../img/top_cnami1.png);
}
.hcover .hcover_inner::after {
  bottom: -60px;
  height: 270px;
  transition-delay: 1.3s;
  background-image: url(../img/top_cnami2.png);
}

#h_enslider {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 6;
  width: 870px;
  height: 642px;
}
#h_enslider .circle_box {
  position: relative;
  width: 870px;
  height: 680px;
  overflow: hidden;
}
#h_enslider .circle_box::before {
  content: "";
  display: block;
  width: 760px;
  padding-bottom: 760px;
  border: solid 11px #fff;
  position: absolute;
  right: -100px;
  bottom: -256px;
  border-radius: 50%;
  opacity: 0.3;
}
#h_enslider .circle_box .ebox {
  position: absolute;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
}
#h_enslider .circle_box .ebox > a {
  transform: scale(0.6);
  display: block;
}
#h_enslider .circle_box .ebox.current > a {
  transform: scale(1);
}
#h_enslider .circle_box .ebox.current_fn > a {
  transform: scale(0.8);
}
#h_enslider .circle_box .ebox > a > figure {
  z-index: 1;
  border-radius: 50%;
  border: solid 8px #fff;
  overflow: hidden;
  width: 255px;
  height: 255px;
  position: relative;
}
#h_enslider .circle_box .ebox > a > figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
}
#h_enslider .circle_box .ebox > a .tit_wp {
  color: #0068ae;
  font-size: 2.1rem;
  font-weight: bold;
  position: absolute;
  top: 64px;
  left: -20px;
  line-height: 1.3;
  text-shadow: 1px 1px 1px #eee;
  z-index: 2;
}
#h_enslider .circle_box .ebox > a .c_btn04 {
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left: 0;
  text-shadow: 1px 1px 1px #878787;
}

.h_txt_box {
  position: absolute;
  top: 45.5%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
}
.h_txt_box .h_txt_box_inner {
  max-width: 1600px;
  width: 92%;
  margin: 0 auto;
}
.h_txt_box .hh1 {
  color: #000;
  padding-left: 25px;
  font-weight: 600;
}
.h_txt_box .hh1 > span {
  font-size: 2.1rem;
  display: block;
  padding-left: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.h_txt_box .hh1 > span em {
  position: relative;
  bottom: -40px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.h_txt_box .hh1 > b {
  font-family: "Shippori Mincho", serif;
  display: block;
  font-size: 5.5rem;
  line-height: 1;
}
.h_txt_box .hh1 > b strong {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 5px 0;
  margin: 15px 0;
}
.h_txt_box .hh1 > b strong em {
  position: relative;
  bottom: -80px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.h_txt_box .hh1 > b strong:nth-of-type(2) em {
  transition-delay: 0.5s;
}

.isShow .h_txt_box .hh1 > span em {
  position: relative;
  bottom: 0;
  opacity: 1;
}
.isShow .h_txt_box .hh1 > b strong em {
  position: relative;
  bottom: 0;
  opacity: 1;
}
.isShow.hcover .hcover_inner .alpha_a {
  animation-name: imageBlur;
  animation-duration: 3s;
  opacity: 1;
}
.isShow.hcover .hcover_inner::before {
  width: 100%;
}
.isShow.hcover .hcover_inner::after {
  width: 100%;
}

.icon_ki {
  position: relative;
  padding-left: 15px;
}
.icon_ki::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url(../img/icon_ki.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

.top_news_list .obox {
  margin: 5px;
}
.top_news_list .obox .tnaa {
  color: #000;
  display: block;
}
.top_news_list .obox .tnaa dl {
  display: flex;
}
.top_news_list .obox .tnaa dl dt {
  width: 150px;
}
.top_news_list .obox .tnaa dl dt .date {
  font-weight: bold;
}
.top_news_list .obox .tnaa dl dd {
  width: calc(100% - 150px);
  position: relative;
}
.top_news_list .obox .tnaa dl dd .ntxt {
  font-weight: bold;
}

.top_sec01 {
  padding: 120px 0 20px;
  background: url(../img/top_sec01_bk.png) no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 60px;
}
.top_sec01 .gaps {
  max-width: 700px;
  margin: auto;
}
.top_sec01 .gaps > .img_box {
  position: absolute;
  z-index: 0;
}
.top_sec01 .gaps > .img_box img {
  max-width: unset;
}
.top_sec01 .gaps > .img_box.maru_decogr01 {
  top: 2%;
  left: -57%;
  width: auto;
  max-width: 122px;
}
.top_sec01 .gaps > .img_box.maru_decogr02 {
  top: 46%;
  left: -51%;
  width: auto;
  max-width: 272px;
}
.top_sec01 .gaps > .img_box.maru_decogr03 {
  top: 0px;
  right: -70%;
  width: auto;
}
.top_sec01 .gaps > .img_box.maru_decogr04 {
  top: 61%;
  right: -28%;
  width: auto;
}
.top_sec01 .content_box {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.top_sec01 .content_box .txt_wp {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 60px;
}

.top_sec02 {
  background-image: url(../img/top_sec02_bk.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.top_sec02 .top_sec02_dl {
  float: right;
  display: flex;
  justify-content: space-between;
  max-width: 1680px;
  width: 96%;
}
.top_sec02 .top_sec02_dl > dt {
  max-width: 400px;
  width: 25%;
  position: relative;
}
.top_sec02 .top_sec02_dl > dt .box {
  position: relative;
}
.top_sec02 .top_sec02_dl > dt .box h2 {
  top: -100px;
  left: 0;
  position: absolute;
  word-break: keep-all;
}
.top_sec02 .top_sec02_dl > dt .box h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.top_sec02 .top_sec02_dl > dd {
  width: 70%;
  max-width: 1200px;
  background-image: url(../img/blue_awaibk.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 60px;
  border-radius: 20px 0 0 20px;
  border-right: solid 10px #34739f;
  transition: 0.5s;
}
.top_sec02 .top_sec02_dl > dd .bbox {
  max-width: 1010px;
  width: 96%;
  padding-top: 110px;
  transition: 0.3s;
}
.top_sec02 .top_sec02_dl > dd .bbox .txt_box {
  transition: 0.3s;
  width: 80%;
  max-width: 510px;
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 300px;
}
.top_sec02 .top_sec02_dl > dd .bbox .txt_box h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.top_sec02 .top_sec02_dl > dd .bbox .txt_box h3 > b {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.top_sec02 .top_sec02_dl > dd .bbox .txt_box h3 > b::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #34739f;
  border-radius: 50%;
  box-shadow: -8px 8px 0 #cce7ff;
}
.top_sec02 .top_sec02_dl > dd .bbox .txt_box .txt_wp {
  margin-bottom: 20px;
}
.top_sec02 .top_sec02_dl > dd .bbox > .img_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  max-width: 570px;
  padding-bottom: 342px;
  width: 80%;
}
.top_sec02 .top_sec02_dl > dd .bbox > .img_box > img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
}
.top_sec02 .top_sec02_dl > dd.on {
  width: 68%;
}
.top_sec02 .top_sec02_dl > dd.on .bbox {
  opacity: 0;
}

.top_sec02_ul {
  margin-left: 10px;
  margin-bottom: 50px;
}
.top_sec02_ul > li {
  margin-bottom: 15px;
  line-height: 1.3;
}
.top_sec02_ul > li > a {
  color: #000;
  font-weight: bold;
  display: inline-block;
  font-size: 2rem;
}
.top_sec02_ul > li > a > span {
  padding-left: 25px;
  display: inline-block;
  position: relative;
}
.top_sec02_ul > li > a > span::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background-color: #eee;
  transition: 0.3s;
}
.top_sec02_ul > li > a.on > span {
  padding-left: 15px;
}
.top_sec02_ul > li > a.on > span::before {
  background-color: #34739f;
}

.top_sec03_dl {
  display: flex;
  justify-content: space-between;
}
.top_sec03_dl > dt {
  max-width: 730px;
  width: 48%;
  position: relative;
}
.top_sec03_dl > dt .img_box01 {
  max-width: 372px;
}
.top_sec03_dl > dt .img_box02 {
  max-width: 494px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_sec03_dl > dt .txt_wp {
  position: absolute;
  bottom: 100px;
  left: 20px;
}
.top_sec03_dl > dt .txt_wp > span {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 7px 10px;
  line-height: 1;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
}
.top_sec03_dl > dt .txt_wp > span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 0%;
  height: 100%;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  background-color: #fbf2d4;
}
.top_sec03_dl > dt .txt_wp > span > em {
  position: relative;
  z-index: 1;
}
.top_sec03_dl > dd {
  padding: 60px 0 100px;
  width: 48%;
}
.top_sec03_dl > dd .box {
  max-width: 610px;
  margin: 0 auto;
  width: 92%;
}
.top_sec03_dl > dd .txt_wp {
  margin-bottom: 60px;
}
.top_sec03_dl.isShow > dt .txt_wp > span::before {
  width: 100%;
}

.top_sec04 {
  background-image: url(../img/top_sec04_bk.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 35px 0;
}
.top_sec04 .in_box {
  width: 90%;
  float: right;
  margin-right: 3%;
  max-width: 520px;
}
.top_sec04 .in_box .txt_box {
  margin-bottom: 60px;
}

.top_sec05 .news_list {
  margin: 0 auto 60px;
  max-width: 860px;
  width: 100%;
}

.top_sec06 {
  padding-bottom: 90px;
}
.top_sec06::before {
  display: block;
  content: "";
  width: 100%;
  height: 1109px;
  background: url(../img/top_sec06_bk.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top_sec06 .inner {
  max-width: 1720px;
}

.top_sec06_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_sec06_ul > li {
  display: flex;
  flex-direction: column;
  width: 24%;
  max-width: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px;
}
.top_sec06_ul > li a {
  color: #fff;
}
.top_sec06_ul > li.ts06_li01 {
  background-image: url(../img/ts06_li01_bk.jpg);
}
.top_sec06_ul > li.ts06_li02 {
  background-image: url(../img/ts06_li02_bk.jpg);
}
.top_sec06_ul > li.ts06_li03 {
  background-image: url(../img/ts06_li03_bk.jpg);
}
.top_sec06_ul > li.ts06_li04 {
  background-image: url(../img/ts06_li04_bk.jpg);
}
.top_sec06_ul > li .box {
  position: relative;
  z-index: 2;
}
.top_sec06_ul > li .box > ul {
  margin-bottom: 45px;
  margin-left: 15px;
}
.top_sec06_ul > li .box > ul > li {
  margin: 5px 0;
}
.top_sec06_ul > li .box > ul > li a {
  display: inline-block;
  font-size: 1.4rem;
}
.top_sec06_ul > li h3 {
  margin-bottom: 20px;
}
.top_sec06_ul > li h3 b {
  display: inline-block;
  font-size: 3rem;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.top_sec06_ul > li .btn_wp {
  margin-top: auto;
}

/* =======================================
	★UNDER 共通
========================================== */
.under_l {
  position: relative;
}

.u_cover_wp {
  position: relative;
  padding-top: 140px;
}
.u_cover_wp .u_cover {
  padding-bottom: 220px;
  position: relative;
  background-repeat: repeat-x;
  background-position: center right;
  background-image: url(../img/u_cover_bkcover.jpg);
  background-size: cover;
}
.u_cover_wp .u_cover::before, .u_cover_wp .u_cover::after {
  display: block;
  content: "";
  max-width: 1920px;
  width: 0%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.u_cover_wp .u_cover::before {
  bottom: -60px;
  height: 270px;
  background-image: url(../img/top_cnami2.png);
  transition-delay: 0.8s;
}
.u_cover_wp .u_cover::after {
  height: 255px;
  bottom: -100px;
  transition-delay: 0.5s;
  background-image: url(../img/top_cnami1.png);
}
.u_cover_wp.isShow .u_cover::before, .u_cover_wp.isShow .u_cover::after {
  width: 100%;
}
.u_cover_wp.isShow .u_cover .tit01_wp .tit01 > b,
.u_cover_wp.isShow .u_cover .tit01_wp .tit01 > em {
  bottom: 0;
  opacity: 1;
}

.lrx_boxs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.lrx_boxs .lx_box {
  width: 35%;
  position: relative;
}
.lrx_boxs .rx_box {
  width: 60%;
  padding: 0 0 40px;
}

.max1270 {
  max-width: 1270px;
}

/* =======================================
	★アルファの強み
========================================== */
.strengths_sec01 {
  background-image: url(../img/strengths_sec01_bk.png);
  background-position: center;
}
.strengths_sec01 .content_box {
  text-align: center;
  max-width: 682px;
  margin: 0 auto;
  width: 92%;
}
.strengths_sec01 .content_box .txt_wp {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 40px;
}
.strengths_sec01 .content_box2 {
  position: relative;
}
.strengths_sec01 .content_box2::before {
  content: "";
  display: block;
  width: 100%;
  height: 142px;
  background-image: url(../img/strengths_sec01_box2_bk.png);
  background-position: center;
  position: absolute;
  bottom: 0;
}
.strengths_sec01 .content_box2 .btn_box {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.strengths_sec01 .content_box2 .btn_box > a {
  color: #000;
  display: block;
  margin: 35px;
  background-color: #fff;
  width: 193px;
  height: 193px;
  border-radius: 50%;
  border: solid 1px #828282;
  position: relative;
}
.strengths_sec01 .content_box2 .btn_box > a > figure {
  padding-top: 20px;
  max-width: 100px;
  margin: 0 auto;
}
.strengths_sec01 .content_box2 .btn_box > a span {
  margin: 0 auto;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.strengths_sec01 .content_box2 .btn_box > a em {
  width: 23px;
  height: 23px;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  transition: 0.3s;
}
.strengths_sec01 .content_box2 .btn_box > a em::after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 47%;
  left: 50%;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.strengths_sec02_dl_wp {
  counter-reset: numb1;
}
.strengths_sec02_dl_wp > dl {
  display: flex;
  counter-increment: numb1;
  padding: 60px 0;
}
.strengths_sec02_dl_wp > dl:nth-child(even) {
  flex-direction: row-reverse;
}
.strengths_sec02_dl_wp > dl > dt {
  width: 48%;
  margin: 0 2%;
}
.strengths_sec02_dl_wp > dl > dt .img_box {
  padding-bottom: 420px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strengths_sec02_dl_wp > dl > dt .img_box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
}
.strengths_sec02_dl_wp > dl > dd {
  width: 48%;
  margin: 0 2%;
}
.strengths_sec02_dl_wp > dl > dd strong {
  display: inline-block;
  color: #fff;
  background-color: #34739f;
  font-size: 2.3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1;
  padding: 6px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.strengths_sec02_dl_wp > dl > dd strong::after {
  content: "0" counter(numb1);
}
.strengths_sec02_dl_wp > dl > dd h3 {
  position: relative;
  padding-bottom: 30px;
}
.strengths_sec02_dl_wp > dl > dd h3 b {
  font-size: 2.9rem;
}
.strengths_sec02_dl_wp > dl > dd h3::after {
  position: absolute;
  bottom: -50px;
  left: -50px;
  content: "";
  display: block;
  background-image: url(../img/point_tit_deco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 714px;
  height: 95px;
}
.strengths_sec02_dl_wp > dl > dd p {
  font-size: 1.7rem;
}
.strengths_sec02_dl_wp > dl > dd .btn_wp {
  padding-top: 30px;
}

/* =======================================
	★代表者挨拶・企業理念
========================================== */
.message_sec01 {
  padding-bottom: 100px;
  text-align: center;
}
.message_sec01 .tit_wp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.message_sec01 .tit_wp .rine_img {
  margin: 0 20px;
}
.message_sec01 h2 {
  margin: 0 40px;
}
.message_sec01 h2 b {
  display: inline-block;
  font-size: 4.2rem;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
}
.message_sec01 h2 small {
  display: block;
  font-size: 1.6rem;
  color: #acacac;
  font-weight: 500;
}
.message_sec01 h3 {
  font-size: 4rem;
  position: relative;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  color: #34739f;
}
.message_sec01 h3 b {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
}
.message_sec01 h3 b::before {
  content: "『";
  position: absolute;
  top: 0px;
  left: -20px;
}
.message_sec01 h3 b::after {
  content: "』";
  position: absolute;
  bottom: 0px;
  right: -20px;
}
.message_sec01 .content_box {
  position: relative;
}
.message_sec01 .content_box::before {
  content: "";
  display: block;
  width: 1307px;
  height: 496px;
  background: url(../img/message_sec01_bk01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: -220px;
  top: 0px;
  z-index: -1;
}
.message_sec01 .content_box::after {
  content: "";
  display: block;
  width: 243px;
  height: 279px;
  background: url(../img/message_sec01_bk02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: -130px;
  top: 130px;
  z-index: -1;
}
.message_sec01 ul li {
  margin: 20px 0;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
}
.message_sec01 ul li span {
  position: relative;
}
.message_sec01 ul li span::before {
  content: "";
  display: block;
  width: 42px;
  height: 40px;
  background: url(../img/mse01_rine_deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: -50px;
  top: -10px;
}

.message_sec02 {
  padding-bottom: 60px;
}
.message_sec02 .content_box {
  padding: 50px 50px 10px;
  background: #f7fbff;
}
.message_sec02 .content_box > p {
  font-size: 1.7rem;
}
.message_sec02 .content_box .img_wp {
  float: right;
  max-width: 400px;
  margin-bottom: 3%;
  margin-left: 3%;
  margin-top: -100px;
  position: relative;
}
.message_sec02 .content_box .img_wp .name_boxx {
  position: relative;
  letter-spacing: 3.5px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  padding-top: 10px;
}
.message_sec02 .content_box .img_wp .name_boxx span {
  margin-right: 20px;
}
.message_sec02 .content_box .img_wp .name_boxx b {
  font-size: 150%;
}
.message_sec02 .content_box .img_wp .name_boxx::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #cce7ff;
  border: solid 5px;
  opacity: 0.24;
  z-index: 0;
  top: -30px;
  right: -20px;
}
.message_sec02 .content_box .img_wp .name_boxx::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #cce7ff;
  border: solid 4px;
  opacity: 0.24;
  z-index: 0;
  top: 5px;
  right: 30px;
}

/* =======================================
	★分割
========================================== */
.lr_xBox {
  position: relative;
  z-index: 3;
}
.lr_xBox .main_xBox {
  float: left;
  width: 75%;
}
.lr_xBox .aside_xBox {
  float: right;
  width: 20%;
}

/* =======================================
	★採用情報
========================================== */
.recruit .tit02_02 {
  text-align: center;
}

.recruit_sec01 .tit02_02 {
  margin-bottom: 60px;
}
.recruit_sec01 .img_box {
  margin-bottom: 60px;
}
.recruit_sec01 .txt_wp {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 2.4rem;
}

.recruit_sec02 .tit02_02 {
  margin-bottom: 70px;
}
.recruit_sec02 .content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_sec02 .content_box > div {
  width: 48%;
  margin: 0;
  margin-bottom: 4%;
  border-right: solid 15px #34739f;
}
.recruit_sec02 .content_box > div::before {
  width: 108px;
  height: 73px;
}
.recruit_sec02 .content_box > div .box_in {
  padding: 50px;
}
.recruit_sec02 .content_box > div h3 {
  font-size: 2.3rem;
  margin-bottom: 15px;
  color: #34739f;
}
.recruit_sec02 .content_box > div p {
  text-align: left;
}

.recruit_sec03 .txt01 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
}
.recruit_sec03 .content_box > ul {
  max-width: 940px;
  margin: 0 auto;
}
.recruit_sec03 .content_box > ul > li .img_box {
  max-width: 180px;
  margin: 0 auto 10px;
}
.recruit_sec03 .content_box > ul > li h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.recruit_sec03 .content_box > ul > li p {
  max-width: 260px;
  margin: 0 auto;
}

.recruit_sec04 .recruit_btnwp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.recruit_sec04 .boxcg_Box > div {
  display: none;
}
.recruit_sec04 .boxcg_Box > div.on {
  display: block;
}
.recruit_sec04 .c_table_02 {
  margin-bottom: 80px;
}
.recruit_sec04 .c_table_02 tbody {
  font-size: 1.8rem;
}
.recruit_sec04 .c_table_02 tbody tr {
  border-color: #ededed;
}
.recruit_sec04 .c_table_02 tbody th > div {
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  padding: 0px 14px;
  font-size: 90%;
  background-color: #0077b2;
}
.recruit_sec04 .entry_box .btn_wpe {
  text-align: center;
}
.recruit_sec04 .entry_box .btn_wpe > a {
  background: #0077b2;
  color: #ffffff;
  position: relative;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  border: solid 1px;
  font-weight: 500;
  padding: 20px 50px;
  line-height: 1.3;
  margin-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit_sec04 .entry_box .txt_wp {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.recruit_sec04 .entry_box .btn_inen_wp {
  text-align: center;
}
.recruit_sec04 .entry_box .btn_inen_wp > a {
  margin: 20px;
}

/* solid008 */
.recruit_btnwp > a {
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  width: 50%;
  max-width: 220px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.recruit_btnwp > a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.2s ease 0s;
}
.recruit_btnwp > a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}
.recruit_btnwp > a.on {
  background: #cce7ff;
}

.no_bosyu_txt {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 8%;
}

/* =======================================
	★品質管理
========================================== */
.quality .tit02_02 {
  text-align: center;
}

.quality_sec01 .txt_wp {
  font-size: 2rem;
  max-width: 830px;
  margin: 0 auto 60px;
}
.quality_sec01 .cl50 > li {
  padding: 0 2%;
}
.quality_sec01 .cl50 > li .img_box {
  margin-bottom: 30px;
}
.quality_sec01 .cl50 > li h3 {
  font-size: 2rem;
  color: #34739f;
  margin-bottom: 10px;
  text-align: center;
}
.quality_sec01 .cl50 > li > p {
  font-size: 1.6rem;
}
.quality_sec01 .cl50 > li .img_box {
  width: 100%;
  position: relative;
  padding-bottom: 336px;
  overflow: hidden;
}
.quality_sec01 .cl50 > li .img_box > img {
  max-width: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quality_sec02 {
  background: url(../img/quality_sec02_bk.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.quality_sec02 .txt_wpf {
  font-size: 2rem;
  max-width: 880px;
  margin: 0 auto 100px;
}
.quality_sec02 .content_box > dl {
  max-width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
.quality_sec02 .content_box > dl > dt {
  width: 44%;
  margin-left: 2%;
}
.quality_sec02 .content_box > dl > dd {
  width: 48%;
  padding-top: 8%;
}
.quality_sec02 .content_box > dl > dd h3 {
  font-size: 3rem;
  margin-bottom: 40px;
}
.quality_sec02 .content_box > dl > dd h3 b {
  position: relative;
}
.quality_sec02 .content_box > dl > dd h3 b span {
  position: relative;
  z-index: 2;
  padding-left: 28px;
}
.quality_sec02 .content_box > dl > dd h3 b::before {
  z-index: 1;
  position: absolute;
  left: 0;
  top: -19px;
  width: 70px;
  height: 70px;
  content: "";
  display: block;
  border-radius: 50%;
  border: solid 8px #30a7e0;
  opacity: 0.2;
}
.quality_sec02 .content_box > dl > dd .txt_wp {
  line-height: 2;
}
.quality_sec02 .content_box > .bbox {
  max-width: 1300px;
  margin: 0 auto;
}
.quality_sec02 .content_box > .bbox h3 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 80px;
}
.quality_sec02 .content_box > .bbox .cl50 > li {
  background-color: #fff;
}
.quality_sec02 .content_box > .bbox .cl50 > li .xbox {
  padding: 30px;
  position: relative;
  margin-top: -80px;
}
.quality_sec02 .content_box > .bbox .cl50 > li .xbox .img_box {
  position: relative;
}
.quality_sec02 .content_box > .bbox .cl50 > li .xbox .img_box img {
  margin: 0 auto;
}
.quality_sec02 .content_box > .bbox .cl50 > li .xbox h4 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 10px;
}
.quality_sec02 .content_box > .bbox .cl50 > li .xbox p {
  font-size: 1.7rem;
}

/* =======================================
	★お知らせ
========================================== */
.news .news_list {
  margin-bottom: 60px;
}

.date {
  color: #5bbcff;
}

.news_list > li {
  padding: 20px 5px;
  border-bottom: solid 1px #b9b9b9;
}
.news_list > li a {
  color: #000;
  display: block;
}
.news_list > li dl {
  display: flex;
}
.news_list > li dl dt {
  width: 130px;
}
.news_list > li dl dt .date {
  font-weight: bold;
}
.news_list > li dl dd {
  width: calc(100% - 160px);
  position: relative;
}
.news_list > li dl dd .ntxt {
  font-weight: bold;
}

.news_sec01 .tit_wp h2 small {
  display: block;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.news_sec01 .date {
  font-size: 1.7rem;
  font-weight: bold;
}
.news_sec01 .ntxt {
  font-size: 1.7rem;
  font-weight: bold;
}
.news_sec01 .news_list > li dl dt {
  width: 160px;
}
.news_sec01 .news_list > li dl dd {
  width: calc(100% - 160px);
}

.aside_xBox .nall_link_wp {
  margin-bottom: 20px;
  text-align: right;
}
.aside_xBox .nall_link_wp a {
  color: #34739f;
  font-size: 1.6rem;
  padding: 3px 10px 0;
  display: inline-block;
  border-bottom: solid 1px;
}
.aside_xBox .catego_box > a {
  display: block;
  margin-bottom: 2px;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 1.7rem;
  color: #000;
}
.aside_xBox .box {
  padding: 20px 25px 20px;
  position: relative;
  background: #e7f3ff;
}
.aside_xBox .box h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
  background: #34739f;
  padding: 0 15px;
  color: #fff;
}
.aside_xBox .box h2 a {
  font-size: 1.3rem;
  color: #fff;
  margin-left: 10px;
}

.archive_box > dl {
  margin-bottom: 5px;
}
.archive_box > dl dt {
  position: relative;
}
.archive_box > dl dt .plus_wrap {
  position: absolute;
  right: 0;
  width: 30px;
  background: #eee;
  content: "";
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.archive_box > dl dt .plus_wrap > span {
  width: 60%;
  content: "";
  display: block;
  height: 2px;
  background-color: #919191;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
  left: 6px;
}
.archive_box > dl dt a {
  font-size: 1.7rem;
  padding: 3px 10px;
  background: #fff;
}
.archive_box > dl dd {
  margin: 10px;
}
.archive_box > dl dd a {
  color: #000;
  line-height: 1.3;
  font-size: 1.5rem;
}
.archive_box a {
  display: block;
  color: #000;
}

.news .news_sec01 .tit02 em {
  display: inline-block;
  font-weight: 500;
  padding-left: 15px;
}
.news .news_sec01 .tit02 em::before {
  content: "-";
}
.news .news_sec01 .tit02 em::after {
  content: "-";
}

/* =======================================
	★お知らせ＿詳細
========================================== */
.ndete_wp {
  max-width: 720px;
  margin: auto;
}
.ndete_wp .tit_wp {
  margin-bottom: 40px;
}
.ndete_wp .tit_wp h2 {
  margin-bottom: 15px;
}
.ndete_wp .detaile_box {
  margin-bottom: 50px;
}

.detaile_box {
  word-break: break-all;
}
.detaile_box * {
  word-break: break-all;
}
.detaile_box h1,
.detaile_box h2,
.detaile_box h3,
.detaile_box h4,
.detaile_box h5,
.detaile_box h6,
.detaile_box b,
.detaile_box strong {
  font-weight: bold;
}
.detaile_box h1 {
  font-size: 200%;
}
.detaile_box h2 {
  font-size: 180%;
}
.detaile_box h3 {
  font-size: 160%;
}
.detaile_box h4 {
  font-size: 140%;
}
.detaile_box h5 {
  font-size: 120%;
}
.detaile_box h6 {
  font-size: 110%;
}
.detaile_box em {
  font-style: italic;
}
.detaile_box a {
  color: #6ac8ff;
  text-decoration: underline;
}
.detaile_box img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.detaile_box iframe {
  max-width: 100%;
}
.detaile_box .alignleft {
  float: left;
  margin-bottom: 3%;
  margin-right: 3%;
}
.detaile_box .alignright {
  float: right;
  margin-bottom: 3%;
  margin-left: 3%;
}
.detaile_box .aligncenter {
  margin: 0 auto !important;
}

.gall_list > li {
  width: 32%;
  margin-bottom: 2%;
}
.gall_list > li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.gall_list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.gall_list a .btit {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.75);
}

.news_detail .day01 {
  margin-bottom: 20px;
  margin-top: -25px;
  color: #5bbcff;
}

/* =======================================
	★Contact
========================================== */
.contact_sec01 {
  background-image: url(../img/top_sec05_bk.png);
  background-position: bottom;
}
.contact_sec01 .fbox {
  padding: 40px 10px;
  background: #fbfbfb;
  overflow: hidden;
  position: relative;
  border-top: solid 10px #1a6f4d;
}
.contact_sec01 .fbox::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  background: url(../img/tit01_deco.png) no-repeat;
  background-size: 100%;
  background-position: center;
  left: -50px;
  top: -50px;
}
.contact_sec01 .fbox > p {
  text-align: center;
  color: #00673d;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact_sec01 .fbox > ul {
  max-width: 550px;
  margin: 0 auto;
}
.contact_sec01 .fbox > ul > li {
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 15px;
}
.contact_sec01 .fbox > ul > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00673d;
  position: absolute;
  top: 6px;
  left: 0;
  box-shadow: -5px -5px 0 #b3e1d6;
}
.contact_sec01 .txtBox {
  margin-bottom: 20px;
  line-height: 2;
}

.contact_sec02 .bbbox h2 {
  font-size: 2.6rem;
  display: block;
  margin-bottom: 30px;
  border-bottom: solid 1px #53baca;
  padding-bottom: 10px;
}
.contact_sec02 .condls {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}
.contact_sec02 .condls > dt {
  width: 48%;
  max-width: 560px;
}
.contact_sec02 .condls > dd {
  width: 48%;
  max-width: 530px;
}
.contact_sec02 .condls > dd h2 {
  padding-bottom: 10px;
  margin: 0 auto 20px;
}
.contact_sec02 .condls > dd .box2 {
  padding: 0px 15px;
  max-width: 450px;
}
.contact_sec02 .txtBox {
  margin-bottom: 20px;
  line-height: 2;
}
.contact_sec02 .ftelei_wp .ftelfax_wp {
  line-height: 1.3;
  padding: 10px 0 0;
}
.contact_sec02 .ftelei_wp .ftelfax_wp a {
  color: #000;
  font-weight: bold;
  font-size: 3.2rem;
}
.contact_sec02 .ftelei_wp .ftelfax_wp .fax_wp {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 5px 0;
}
.contact_sec02 .ftelei_wp .eigyo_wp {
  font-size: 60%;
}

.form_area {
  font-family: futura-pt, sans-serif;
}

.gyo_betu {
  padding: 10px;
  margin-bottom: 10px;
}
.gyo_betu > label {
  display: inline-block;
  margin: 0 20px 10px !important;
}

/* =======================================
	★フォーム
========================================== */
.c_form01 table {
  margin-bottom: 60px;
  width: 100%;
  border: solid 1px #e8e8e8;
  /* IE */
  /* Edge */
}

.c_form01 table tbody tr {
  border-bottom: solid 1px #e8e8e8;
}
.c_form01 table tbody tr th,
.c_form01 table tbody tr td {
  padding: 20px;
}

.c_form01 table tbody tr th {
  vertical-align: top;
  background: #f4f4f4;
  color: #000000;
  font-weight: bold;
  width: 35%;
  position: relative;
}

.c_form01 table tbody tr th span {
  float: right;
}

.c_form01 table tbody tr td {
  vertical-align: top;
}

.c_form01 table tbody tr td select {
  padding: 0;
  width: 400px;
  padding: 11px;
}

.c_form01 table tbody tr td label {
  margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
  padding: 5px 10px;
  font-size: 1.6rem;
  border: 1px solid #afafaf;
}

.c_form01 table .inp01 input[type=text],
.c_form01 table .inp02 input[type=text] {
  font-size: 1.6rem;
}

.c_form01 table .inp_txtarea {
  box-sizing: border-box;
  padding: 10px;
  width: 90%;
  height: 200px !important;
  border: 1px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 .submit_wrap {
  margin-bottom: 5%;
  text-align: center;
}

.submit_wrap .submit_btn {
  max-width: 300px;
  width: 90%;
  box-sizing: border-box;
  padding: 15px 45px;
  text-align: center;
  margin: auto;
  font-size: 2rem;
  cursor: pointer;
  background: #3fb1c1 !important;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  overflow: hidden;
  border: solid 0px;
  position: relative;
  top: 0;
  left: 0;
}

input::-moz-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

input.long {
  width: 90%;
}

.hissu {
  padding: 4px 5px;
  background: #ff0000;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 1.4rem;
  word-break: keep-all;
  color: #fff;
  border-radius: 4px;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

.inp_checkbox > li {
  display: inline-block;
  margin: 0 20px 10px 0;
}

.tenp_l {
  display: block !important;
  margin-bottom: 7px !important;
}
.tenp_l span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.c_form01 .yubin_wp {
  margin-bottom: 10px;
}
.c_form01 .yubin_wp > em {
  display: inline-block;
  margin-right: 5px;
}
.c_form01 .adre_wp > input {
  margin-bottom: 5px;
}
.c_form01 .kojin_wrap {
  padding: 25px 10%;
  margin-bottom: 80px;
  box-sizing: border-box;
  border: solid 1px #a7a7a7;
}
.c_form01 .kojin_wrap strong {
  margin-bottom: 5px;
  display: block;
}
.c_form01 .kojin_wrap > p {
  margin-bottom: 5px;
}
.c_form01 .kojin_wrap .txt_link {
  color: #6ac8ff;
  text-decoration: underline;
}
.c_form01 .note {
  font-weight: normal;
}

/* =======================================
	★個人情報保護方針
========================================== */
.privacy .inner_cont {
  padding-bottom: 10px;
}
.privacy .inner_cont .pp_txt {
  margin-bottom: 40px;
}
.privacy .privacy_tit {
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
  font-size: 2.4rem;
}
.privacy .vacy_box {
  margin: 0 0 70px;
}
.privacy .vacy_box b {
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
  font-size: 2.4rem;
}
.privacy .vacy_box p {
  margin: 0 0 30px;
}

/* =======================================
	★商品案内
========================================== */
.product_sec01 {
  margin-bottom: 50px;
}
.product_sec01 .content_box {
  padding: 40px;
  background-image: url(../img/product_sec01_bk.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_item_box .img_box {
  border: solid 1px #34739f;
  margin-bottom: 10px;
  position: relative;
  max-width: 600px;
  transition: 0.3s;
}
.product_item_box .img_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #34729f transparent transparent transparent;
}
.product_item_box .txt_wp {
  transition: 0.3s;
}
.product_item_box .txt_wp h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.pslider {
  position: relative;
}
.pslider .slide-arrow_x {
  cursor: pointer;
  background: unset;
  border: solid 2px #34739f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.pslider .slide-arrow_x::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 13px;
}
.pslider .slide-arrow_x.mf_butoon1 {
  left: -60px;
}
.pslider .slide-arrow_x.mf_butoon1::before {
  left: 10px;
  border-width: 10px 20px 10px 0;
  border-color: transparent #34729f transparent transparent;
}
.pslider .slide-arrow_x.mf_butoon2 {
  right: -60px;
}
.pslider .slide-arrow_x.mf_butoon2::before {
  right: 10px;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #34729f;
}
.pslider .product_item_box {
  display: block;
  padding: 0 20px;
}
.pslider .abox {
  display: block;
  color: #000;
}

.product_sec02 {
  margin-bottom: 130px;
  position: relative;
}
.product_sec02::before {
  content: "";
  display: block;
  max-width: 1260px;
  width: 0%;
  height: calc(100% - 300px);
  background: url(../img/product_sec02_bk.jpg) no-repeat;
  background-position: left top;
  background-size: auto;
  position: absolute;
  top: 300px;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.product_sec02 .content_box .pro_tax_list {
  max-width: 1260px;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.product_sec02 .tit_wp {
  margin-bottom: 20px;
}
.product_sec02 .tit_wp .tit02 {
  position: relative;
}
.product_sec02 .tit_wp .tit02::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -21px;
  left: 0;
  background: rgb(237, 248, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(215, 242, 255) 100%);
}
.product_sec02 .tit_wp small {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 35px;
}
.product_sec02.isShow::before {
  opacity: 1;
  width: 90%;
}

.pro_tax_list > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 31.773%;
  margin-bottom: 2%;
}
.pro_tax_list > a:not(:nth-child(3n)) {
  margin-right: 2%;
}
.pro_tax_list > a .pdd {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(52, 115, 159, 0.6);
  position: absolute;
  left: -100%;
  top: 0;
  padding: 3% 5%;
  color: #fff;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.pro_tax_list > a .pdd > div {
  max-height: 70%;
  overflow-y: auto;
  padding: 10px;
}
.pro_tax_list > a .txt_wp {
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: #34739f;
  min-width: 145px;
  color: #fff;
  padding: 6px 40px 6px 10px;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: bold;
  transition: 0.3s;
}
.pro_tax_list > a .txt_wp::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  border: solid 1px #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.pro_tax_list > a .txt_wp::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

/* =======================================
	★商品カテゴリ
========================================== */
.pdetail .tit01 b small {
  font-weight: 500;
  font-size: 60%;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.pdetail .tit01 b small::before, .pdetail .tit01 b small::after {
  content: "-";
  margin: 0 2px;
}

.pdetail_sec01 {
  background-image: url(../img/top_sec02_bk.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.aw_s01_dl {
  margin-bottom: 0px;
}
.aw_s01_dl > dt {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 800px;
  width: 80%;
  padding-bottom: 480px;
  overflow: hidden;
}
.aw_s01_dl > dt img {
  position: absolute;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.aw_s01_dl > dd {
  position: relative;
  z-index: 2;
  padding-top: 160px;
  padding-bottom: 20px;
}
.aw_s01_dl > dd .box {
  padding: 60px;
  max-width: 740px;
  width: 60%;
  background: rgba(255, 255, 255, 0.7);
}
.aw_s01_dl > dd .box .txt_box {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.9rem;
}

.product_list {
  margin-bottom: 40px;
}
.product_list > li .abox {
  display: block;
  color: #000;
}

/* =======================================
	★SDGsへの取り組み
========================================== */
/* ==== ★ sdgs ==== */
.tit02_x {
  margin-bottom: 30px;
}
.tit02_x b {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  display: inline-block;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  padding-bottom: 20px;
}
.tit02_x b::after {
  content: "";
  background-image: radial-gradient(#e3f1fe 30%, transparent 30%);
  background-size: 20px 20px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 15px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.sdgs_sec01 .contant_box {
  text-align: center;
  position: relative;
  background-image: url(../img/sdgs_sec01_bk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 200px;
}
.sdgs_sec01 .contant_box::before {
  content: "";
  display: block;
  width: 1050px;
  height: 1050px;
  z-index: -1;
  background-image: url(../img/sdg_icon_wheel_2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -200px;
  top: -100px;
}
.sdgs_sec01 .tit02_02 {
  margin-bottom: 50px;
}
.sdgs_sec01 .tit02_02 b {
  font-size: 3.8rem;
}
.sdgs_sec01 .sdgs_sec01_ul {
  position: relative;
  top: -130px;
  display: flex;
}
.sdgs_sec01 .sdgs_sec01_ul > li {
  width: 46%;
  margin: 0 2%;
}
.sdgs_sec01 .sdgs_sec01_ul > li.lsdgs .img_box {
  padding: 20px 0 34px;
}
.sdgs_sec01 .sdgs_sec01_ul > li .img_box img {
  margin: 0 auto;
}
.sdgs_sec01 .sdgs_sec01_ul > li h4 {
  font-size: 3.6rem;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 10px;
}
.sdgs_sec01 .sdgs_sec01_ul > li h5 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  font-weight: 600;
  color: #0e7dfb;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
}
.sdgs_sec01 .sdgs_sec01_ul > li .txt_wp {
  font-size: 1.8rem;
}
.sdgs_sec01 .sdgs_sec01_ul > li .txt_wp .small {
  padding-top: 15px;
}
.sdgs_sec01 .boxin {
  max-width: 780px;
  margin: 0 auto;
}
.sdgs_sec01 .boxin .txt_wp {
  font-size: 2rem;
  text-align: left;
  font-weight: 500;
  line-height: 2;
}

.sdgs_sec02 {
  position: relative;
}
.sdgs_sec02::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 250px;
  background-image: url(../img/sdgs_sec02_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sdgs_sec02 .contant_box {
  max-width: 700px;
  margin: 0 auto 180px;
}
.sdgs_sec02 .contant_box h2 {
  text-align: center;
}
.sdgs_sec02 .contant_box h2 b {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 1.6;
  color: #34739f;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sdgs_sec02 .contant_box h2 b::after {
  display: block;
  content: "";
  max-width: 375px;
  width: 100%;
  height: 10px;
  border-color: #34739f;
  border-top: solid 1px;
  border-bottom: solid 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sdgs_sec02 .contant_box .txt_wp {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
.sdgs_sec02 .contant_box2 {
  max-width: 367px;
  margin: 0px auto 140px;
  position: relative;
  padding-top: 190px;
}
.sdgs_sec02 .contant_box2 .img_box {
  position: relative;
  z-index: 3;
}

.sdgs_sec02_ull > li {
  max-width: 366px;
  width: 366px;
  position: absolute;
}
.sdgs_sec02_ull > li::before {
  z-index: -1;
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  border: solid 20px;
  opacity: 0;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: ease-in-out;
}
.sdgs_sec02_ull > li h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 0;
  position: relative;
  bottom: -10px;
  transition-duration: 0.5s;
  transition-delay: 0.9s;
  transition-timing-function: ease-in-out;
}
.sdgs_sec02_ull > li .sdgicons_ul {
  text-align: center;
  opacity: 0;
  position: relative;
  bottom: -10px;
  transition-duration: 0.5s;
  transition-delay: 0.6s;
  transition-timing-function: ease-in-out;
}
.sdgs_sec02_ull > li .sdgicons_ul > li {
  max-width: 70px;
}
.sdgs_sec02_ull > li .disc {
  opacity: 0;
  position: relative;
  bottom: -10px;
  transition-duration: 0.5s;
  transition-delay: 1.2s;
  transition-timing-function: ease-in-out;
  max-width: 240px;
  margin: 0 auto;
}
.sdgs_sec02_ull > li.li01 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.sdgs_sec02_ull > li.li01::before {
  top: 80%;
  border-color: #d2e4ff;
}
.sdgs_sec02_ull > li.li01 h3 {
  color: #2256a2;
}
.sdgs_sec02_ull > li.li02 {
  position: absolute;
  top: 500px;
  left: -80%;
}
.sdgs_sec02_ull > li.li02::before {
  left: 70%;
  top: 30%;
  border-color: #9ee6b6;
}
.sdgs_sec02_ull > li.li02 h3 {
  color: #52ab3f;
}
.sdgs_sec02_ull > li.li03 {
  position: absolute;
  top: 500px;
  right: -80%;
}
.sdgs_sec02_ull > li.li03::before {
  left: 34%;
  top: 30%;
  border-color: #ffcba5;
}
.sdgs_sec02_ull > li.li03 h3 {
  color: #ec6400;
}

.isShow > .sdgs_sec02_ull > li::before {
  opacity: 0.4;
  transform: translate(-50%, -50%) scale(1, 1);
}
.isShow > .sdgs_sec02_ull > li .sdgicons_ul {
  opacity: 1;
  bottom: 0;
}
.isShow > .sdgs_sec02_ull > li h3 {
  bottom: 0;
  opacity: 1;
}
.isShow > .sdgs_sec02_ull > li .disc {
  bottom: 0;
  opacity: 1;
}

.sdgs_sec03 .sdgs_list {
  margin-bottom: 200px;
}
.sdgs_sec03 .sdgs_list > h3 {
  font-size: 3rem;
  position: relative;
}
.sdgs_sec03 .sdgs_list > h3 b {
  position: relative;
}
.sdgs_sec03 .sdgs_list > h3 b::before {
  content: "";
  display: block;
  width: 28px;
  height: 38px;
  background-image: url(../img/sdgs_sec03_titdeco.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -45px;
}
.sdgs_sec03 .sdgs_list > h3 b::after {
  width: 300px;
  height: 300px;
  opacity: 0.4;
  display: block;
  content: "";
  border-radius: 50%;
  border: solid 10px;
  position: absolute;
  top: -110px;
  left: -110px;
  z-index: -1;
}
.sdgs_sec03 .sdgs_list > dl {
  padding: 60px;
  margin-bottom: 60px;
}
.sdgs_sec03 .sdgs_list.list01 > dl {
  background-color: #f5f9ff;
}
.sdgs_sec03 .sdgs_list.list01 > h3 b::after {
  border-color: #d2e4ff;
}
.sdgs_sec03 .sdgs_list.list01 > h3 em {
  color: #2256a2;
}
.sdgs_sec03 .sdgs_list.list02 > dl {
  background-color: #f5fff8;
}
.sdgs_sec03 .sdgs_list.list02 > h3 b::after {
  border-color: #9ee6b6;
}
.sdgs_sec03 .sdgs_list.list02 > h3 em {
  color: #52ab3f;
}
.sdgs_sec03 .sdgs_list.list03 > dl {
  background-color: #fff7f2;
}
.sdgs_sec03 .sdgs_list.list03 > h3 b::after {
  border-color: #ffcba5;
}
.sdgs_sec03 .sdgs_list.list03 > h3 em {
  color: #ec6400;
}

.sd38cl {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.sd38cl > li {
  width: 31.25%;
}

.sdgs_list dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}

.sdgs_list dl dt {
  width: 40%;
}
.sdgs_list dl dt .img_box {
  padding-bottom: 288px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sdgs_list dl dt .img_box > img {
  max-width: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sdgs_list dl dd {
  width: 56%;
}

.sdgs_list dl dd .txt_p {
  margin-bottom: 20px;
}

.sdgs_list > li {
  position: relative;
  margin-bottom: 140px;
}

.sdgs_list > li::before {
  width: 96%;
  max-width: 1600px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 42px;
  background: #f8f8f8;
}

.sdgs_list > li:nth-child(odd)::before {
  left: 0;
}

.sdgs_list > li:nth-child(odd) > dl {
  flex-direction: row-reverse;
}

.sdgs_list > li:nth-child(even)::before {
  right: 0;
}

.sdgicons_ul > li {
  width: 25%;
  display: inline-block;
  max-width: 80px;
  margin: 0 2px;
}

.sdgtit {
  font-size: 3rem;
  padding-bottom: 20px;
  background: url(../img/sdgs_line.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

/* ---------------
  ★法人の皆様へ
--------------- */
.corporation_sec01 {
  position: relative;
  padding: 60px 0;
}
.corporation_sec01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/corporation_sec01_bk.png) no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 1s;
  transition-timing-function: ease-in-out;
}
.corporation_sec01 .tit02_02 {
  text-align: center;
  margin-bottom: 80px;
}
.corporation_sec01 .content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.corporation_sec01.isShow::before {
  opacity: 1;
}

.wt_orbox {
  background-color: #fff;
  display: block;
  margin: 35px;
  overflow: hidden;
  position: relative;
  border: solid 1px #34739f;
  border-right: solid 10px #34739f;
}
.wt_orbox .box_in {
  position: relative;
  padding: 30px;
}
.wt_orbox .box_in p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.wt_orbox::before {
  content: "";
  display: block;
  width: 88px;
  height: 53px;
  position: absolute;
  background: url(../img/corporation_sec01_logo.png) no-repeat;
  background-size: 100%;
  background-position: center;
  left: -30px;
  top: -30px;
}
.wt_orbox.orbox01 {
  top: 0;
  left: 0;
}
.wt_orbox.orbox02 {
  top: 60px;
  left: 0;
}
.wt_orbox.orbox03 {
  top: 0;
  left: 0;
}
.wt_orbox.orbox04 {
  top: 0;
  left: 0;
}
.wt_orbox.orbox05 {
  top: 60px;
  left: 0;
}
.wt_orbox.orbox06 {
  top: 0;
  left: 0;
}

.corporation_sec02 {
  padding-bottom: 180px;
}
.corporation_sec02 .content_box .yy_vv {
  max-width: 52px;
  margin: 0 auto 40px;
}
.corporation_sec02 .content_box > dl {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border: solid 1px #34739f;
  display: flex;
}
.corporation_sec02 .content_box > dl > dt {
  overflow: hidden;
  max-width: 375px;
  position: relative;
  width: 43%;
}
.corporation_sec02 .content_box > dl > dt > img {
  position: absolute;
  max-width: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.corporation_sec02 .content_box > dl > dd {
  width: 57%;
  background-color: #fff;
  padding: 30px;
}
.corporation_sec02 .content_box > dl > dd h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.corporation_sec02 .corporation_sec02_bk {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

.corporation_sec03 .tit02_02 {
  text-align: center;
}
.corporation_sec03 .txt_box {
  font-size: 1.7rem;
  line-height: 2;
  padding: 60px;
  background: #f9fcff;
  width: 100%;
  max-width: 1260px;
  margin: 60px auto;
  border-radius: 20px;
}
.corporation_sec03 .btn_wpx {
  text-align: center;
}
.corporation_sec03 .btn_wpx > a {
  margin: 2%;
}

.wt_orbox2_wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wt_orbox2_wp > div {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border: solid 1px #34739f;
  width: 23%;
  margin: 2% 1%;
  text-align: center;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}
.wt_orbox2_wp > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #34729f transparent transparent transparent;
}
.wt_orbox2_wp > div::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #34729f transparent;
}

/* ---------------
  ★会社案内
--------------- */
.cp_link_cont {
  text-align: center;
  font-size: 0;
  padding-top: 50px;
}

.cp_link_cont li {
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  margin: 0px 0 15px;
  padding: 0 30px;
  position: relative;
}

.cp_link_cont li:not(:nth-of-type(1))::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #b3b3b3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(8deg);
}

.cp_link_cont a {
  color: #000;
  display: block;
}

.company_sec01 .dlbox {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.company_sec01 .dlbox > dt {
  width: 66.4%;
}
.company_sec01 .dlbox > dd {
  width: 32%;
  display: flex;
  flex-direction: column;
}
.company_sec01 .dlbox > dd .img_box:last-child {
  margin-top: auto;
}
.company_sec01 .toria > li {
  margin-bottom: 10px;
}
.company_sec01 .toria > li b {
  display: block;
  font-weight: bold;
  color: #005bbd;
  list-style: 1.5;
}
.company_sec01 .c_table_02 {
  max-width: 1100px;
  margin: 0 auto;
}

.alinks {
  background: #eee;
  border-radius: 30px;
  padding: 2px 15px;
  margin-top: 15px;
  display: inline-block;
  font-size: 1.2rem;
  color: #007bff;
}

.company_sec02 {
  background: url(../img/top_sec01_bk.png) no-repeat center bottom;
  background-size: cover;
  background-position: center -180px;
}
.company_sec02 .content_box {
  display: flex;
  flex-wrap: wrap;
}
.company_sec02 .content_box > dl {
  display: flex;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 4%;
}
.company_sec02 .content_box > dl:not(:nth-child(2n)) {
  margin-right: 4%;
}
.company_sec02 .content_box > dl > dt {
  width: 40%;
}
.company_sec02 .content_box > dl > dt .img_box img {
  filter: drop-shadow(2px 4px 6px #eee);
}
.company_sec02 .content_box > dl > dd {
  width: 55%;
  padding-top: 5%;
}
.company_sec02 .content_box > dl > dd h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.company_sec03 .tit02 {
  margin-bottom: 20px;
}
.company_sec03 .gmap_wrap_wp h3 {
  font-size: 2rem;
}
.company_sec03 .gmap_wrap_wp .txt_wp {
  margin-bottom: 10px;
}

.dokokara {
  margin-bottom: 15px;
}

.dokokara > li {
  position: relative;
  padding-left: 20px;
}

.dokokara > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

.company_sec04 .tit02_c {
  text-align: center;
  margin-bottom: 60px;
}
.company_sec04 .tit02_c b {
  display: inline-block;
  font-size: 2.8rem;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  color: #34739f;
  font-family: "Shippori Mincho", serif;
}
.company_sec04 .ul_wp {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.company_sec04 .ul_wp small {
  text-align: right;
  display: block;
  position: relative;
  top: -30px;
  font-size: 1.5rem;
}
.company_sec04 .txt_wp {
  max-width: 820px;
  margin: 0 auto 40px;
}
.company_sec04 .marumaru_ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3%;
  margin-bottom: 13%;
}
.company_sec04 .marumaru_ul > li::before {
  content: "";
  display: block;
  background-color: #edf4f9;
  width: 83%;
  padding-bottom: 80%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.company_sec04 .marumaru_ul > li p {
  word-break: keep-all;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  font-weight: bold;
}

.company_sec05 .content_box > dl {
  margin-bottom: 60px;
}
.company_sec05 .content_box > dl::after {
  display: block;
  content: "";
  clear: both;
}
.company_sec05 .content_box > dl > dt {
  width: 45%;
  float: right;
  margin-bottom: 3%;
  margin-left: 3%;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.company_sec05 .content_box > dl > dd h3 {
  font-size: 2.4rem;
  border-bottom: solid 3px #e7f5ff;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.o_08 dl {
  display: flex;
  flex-wrap: wrap;
}

.o_08 dl dt {
  float: left;
  width: 25%;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #056d9b;
}

.o_08 dl dt:not(.last_pd) {
  padding-bottom: 35px;
}

.o_08 dl dd {
  float: right;
  width: 75%;
  border-left: solid 1px #2060c0;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
}

.o_08 dl a {
  color: #00487e;
  text-decoration: underline;
}

.o_08 dl dd .imgBOX {
  float: right;
  max-width: 400px;
  width: 45%;
  margin: 10px 80px 20px 30px;
}

.o_08 dl dd::before {
  transition: 0.3s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a8ea;
  left: -5px;
  top: 10px;
  position: absolute;
}

.o_08 dl dd::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #99c9ed;
  left: 10px;
  top: 15px;
  position: absolute;
}

.o_08 dl dd .btn_link {
  color: #ff0000;
}

/* ---------------
  ★製造物流情報
--------------- */
.mlifo_zu {
  padding-bottom: 1067px;
  width: 100%;
}
.mlifo_zu .zuti {
  text-align: center;
  display: block;
  position: relative;
  padding-top: 15px;
}
.mlifo_zu .zuti b {
  color: #34739f;
  font-size: 2.3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.3;
  padding-bottom: 10px;
}
.mlifo_zu .zuti b::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 53px;
  height: 5px;
  background-color: #34739f;
}
.mlifo_zu .pp {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.mlifo_zu .zu_main_txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 38%;
  max-width: 640px;
  width: 90%;
}
.mlifo_zu .zu_main_txt .boxin {
  border: solid 5px #34739f;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 3%;
}
.mlifo_zu .zu_fukidashi {
  position: absolute;
  top: -90px;
  right: -100px;
  max-width: 400px;
}
.mlifo_zu .zu_fukidashi .boxin {
  background-color: #fcd22a;
  border-radius: 20px;
  padding: 15px;
  color: #f50000;
}
.mlifo_zu .zu_fukidashi .boxin::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -23px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 0;
  border-color: #fcd22a transparent transparent transparent;
}
.mlifo_zu .zu_fukidashi .zufukiti {
  display: block;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}
.mlifo_zu .zu_fukidashi .note {
  font-weight: bold;
}
.mlifo_zu .img_wp {
  position: absolute;
}
.mlifo_zu .img_wp.mii01 {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 29%;
  max-width: 300px;
}
.mlifo_zu .img_wp.mii01 .zuti {
  top: -31px;
}
.mlifo_zu .img_wp.mii02 {
  left: 0;
  top: 25%;
  max-width: 230px;
  width: 20%;
}
.mlifo_zu .img_wp.mii03 {
  right: 0;
  top: 31%;
  max-width: 160px;
  width: 17%;
}
.mlifo_zu .img_wp.mii04 {
  top: 68%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 974px;
  width: 75%;
}
.mlifo_zu .img_wp.mii04 .zuti {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
}
.mlifo_zu .zu_ybox {
  position: absolute;
  z-index: -1;
  max-width: 110px;
  width: 9%;
}
.mlifo_zu .zu_ybox > p {
  text-align: center;
  font-weight: bold;
  word-break: keep-all;
}
.mlifo_zu .zu_ybox.z01 {
  top: 23%;
  left: 21%;
  transform: rotate(-30deg);
}
.mlifo_zu .zu_ybox.z02 {
  top: 23%;
  right: 21%;
  transform: rotate(30deg);
}
.mlifo_zu .zu_ybox.z03 {
  top: 62%;
  left: 20%;
  transform: rotate(213deg);
}
.mlifo_zu .z0x {
  z-index: -1;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 74px;
  width: 6%;
}

.mlifo_sec02 .content_box .txt_wp {
  background-color: #f5fbff;
  border-radius: 20px;
  padding: 60px;
  width: 96%;
  margin: 0 auto 100px;
}
.mlifo_sec02 .content_box .txt_wp > h3 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.mlifo_sec02 .content_box .txt_wp > p {
  font-size: 1.8rem;
}
.mlifo_sec02 .content_box2 {
  max-width: 1260px;
  margin: 0 auto;
}
.mlifo_sec02 .content_box2 .cl33 > li {
  padding: 30px;
  border: solid 2px #c5c5c5;
}
.mlifo_sec02 .content_box2 .cl33 > li .img_box {
  margin-bottom: 15px;
}
.mlifo_sec02 .content_box2 .cl33 > li h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

.mlifo_sec02_dl {
  margin-bottom: 60px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.mlifo_sec02_dl > dt {
  width: 47%;
}
.mlifo_sec02_dl > dt .img_box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 425px;
}
.mlifo_sec02_dl > dt .img_box > img {
  max-width: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mlifo_sec02_dl > dd {
  width: 47%;
  position: relative;
}
.mlifo_sec02_dl > dd .img_box {
  width: 63%;
  overflow: hidden;
  padding-bottom: 260px;
  max-width: 380px;
}
.mlifo_sec02_dl > dd .img_box > img {
  max-width: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mlifo_sec02_dl > dd .img02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ---------------
  ★media Screen
--------------- */
@media screen and (min-width: 1921px) {
  .hcover .hcover_inner {
    background-size: cover;
  }
  .hcover .hcover_inner::before,
  .hcover .hcover_inner::after {
    max-width: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 1530px) {
  #h_enslider {
    right: -160px;
    bottom: -100px;
  }
  .hcover .hcover_inner .top_btn {
    right: 142px;
  }
}
@media screen and (max-width: 1330px) {
  #h_enslider {
    right: -350px;
    bottom: -160px;
  }
  #h_enslider .circle_box {
    height: 540px;
  }
  .hcover .hcover_inner .top_btn {
    right: 0;
  }
  .header .hnav_area {
    width: 96%;
  }
  .header .hnavi01 .box01 dl {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .top_sec06_ul > li {
    width: 48%;
    max-width: 50%;
    margin-bottom: 4%;
  }
  .header .hnavi01 .box00 dl {
    margin-left: 20px;
  }
  .header .hnavi01 .box01 dl {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1100px) {
  .mlifo_zu {
    padding-bottom: 90%;
  }
  .mlifo_zu .zu_main_txt {
    width: 60%;
    top: 42%;
  }
  .mlifo_zu .zu_main_txt .boxin {
    font-size: 1.7vw;
    padding: 3%;
  }
  .mlifo_zu .zu_fukidashi {
    top: -20%;
    right: -4%;
    max-width: 308px;
  }
  .mlifo_zu .zu_fukidashi .zufukiti {
    font-size: 1.5vw;
  }
  .header .hnavi01 {
    font-size: 1.5rem;
  }
  .header .hnavi01 .box00 dl a {
    min-width: 110px;
  }
  .header .hnavi01 .box00 dl {
    margin-left: 10px;
  }
  .header .hnavi01 .box01 dl {
    padding: 15px 5px;
  }
  .header .h_logo_wp {
    width: 260px;
  }
  .header .h_logo_wp p {
    font-size: 1.1rem;
  }
  .header .hnav {
    width: calc(100% - 260px);
  }
}
/* ---------------
  ★IE
--------------- */
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .hissu {
    vertical-align: middle;
    padding: 7px 5px 2px;
  }
}
.sdgs_list dl dt .img_box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=contents.css.map */