@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");
/*responsive----------------------------------------------------*/
/*color*/
/*common*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222222;
  font-size: 1.6rem;
  background: #f6f6f6;
}
@media (max-width: 599px) {
  body {
    /*display: initial!important;*/
  }
}

a {
  color: #222222;
  text-decoration: none;
  letter-spacing: 0.15rem;
}
a:hover {
  opacity: 0.8;
}

p,
dt,
dd {
  line-height: 1.8em;
  font-weight: 300;
  letter-spacing: 0.125rem;
  font-size: 1.6rem;
  margin: 0 0 2.5rem;
}
@media (max-width: 599px) {
  p,
dt,
dd {
    font-size: 1.5rem;
  }
}

strong {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}

.font_mincho {
  font-family: "Noto Serif JP", serif;
}
.font_mincho strong {
  font-weight: 700;
}

.font_en {
  font-family: Century Gothic, sans-serif;
}
.font_en strong {
  font-weight: 700;
}

.alignright {
  display: block;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.tab {
  display: block;
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media (max-width: 599px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1024px) {
  .sp {
    display: block;
  }
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 599px) {
  .sp_only {
    display: block;
  }
}

.link_sp_only a,
a.link_sp_only {
  pointer-events: none;
}
@media (max-width: 599px) {
  .link_sp_only a,
a.link_sp_only {
    pointer-events: all;
  }
}

/*囲み*/
.wrap {
  display: block;
  max-width: 1470px;
  width: 90%;
  margin: 0 auto 100px;
}
@media (max-width: 599px) {
  .wrap {
    margin: 0 auto 60px;
  }
}
@media (max-width: 1940px) {
  .wrap.wrap2 {
    padding: 0 4%;
  }
}
@media (max-width: 599px) {
  .wrap.wrap2 {
    padding: 0;
  }
}
.wrap:first-child {
  margin-top: 140px;
}
@media (max-width: 599px) {
  .wrap:first-child {
    margin-top: 60px;
  }
}

.wrap3 {
  display: flex;
}
@media (max-width: 1024px) {
  .wrap3 {
    flex-wrap: wrap;
  }
}
.wrap3 .contents_l {
  width: 40%;
  margin-right: 6%;
}
@media (max-width: 1024px) {
  .wrap3 .contents_l {
    width: 90%;
    margin: 0 10% 8% 0;
  }
}
.wrap3 .contents_l .side_image {
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 40px 0;
  width: 100%;
  padding-top: 60%;
}
@media (max-width: 1940px) {
  .wrap3 .contents_l .side_image {
    padding-top: 90%;
  }
}
@media (max-width: 1600px) {
  .wrap3 .contents_l .side_image {
    padding-top: 100%;
  }
}
@media (max-width: 1024px) {
  .wrap3 .contents_l .side_image {
    padding-top: 70%;
  }
}
.wrap3 .contents_l .side_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.wrap3 .contents_r {
  width: 50%;
  max-width: 800px;
  margin-right: calc(80px + 4%);
}
@media (max-width: 1024px) {
  .wrap3 .contents_r {
    width: 90%;
    margin: 0 auto 0;
  }
}

.wrap4 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wrap4 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.wrap4 .contents_l {
  width: 50%;
  max-width: 800px;
  margin: 0 2% 0 12%;
}
@media (max-width: 1940px) {
  .wrap4 .contents_l {
    max-width: 100%;
    margin: 0 6% 0 12%;
  }
}
@media (max-width: 1600px) {
  .wrap4 .contents_l {
    margin: 0 6% 0 8%;
  }
}
@media (max-width: 1024px) {
  .wrap4 .contents_l {
    width: 90%;
    margin: 0 auto 0;
  }
}
.wrap4 .contents_r {
  width: 40%;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .wrap4 .contents_r {
    width: 90%;
    margin: 0 0 8% 10%;
  }
}
.wrap4 .contents_r .side_image {
  position: relative;
  overflow: hidden;
  border-radius: 40px 0 0 40px;
  width: 100%;
  padding-top: 60%;
}
@media (max-width: 1940px) {
  .wrap4 .contents_r .side_image {
    padding-top: 90%;
  }
}
@media (max-width: 1600px) {
  .wrap4 .contents_r .side_image {
    padding-top: 100%;
  }
}
@media (max-width: 1024px) {
  .wrap4 .contents_r .side_image {
    padding-top: 70%;
  }
}
.wrap4 .contents_r .side_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/* 背景 */
.bg01 {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 599px) {
  .bg01 {
    margin: 60px 0;
  }
}
.bg01::before {
  position: absolute;
  content: "";
  background: #dce1e6;
  border-radius: 0 60px 60px 0;
  width: 70%;
  height: 100%;
  z-index: -20;
  left: 0;
  top: 0;
}
@media (max-width: 599px) {
  .bg01::before {
    width: 80%;
  }
}
.bg01.reverse::before {
  border-radius: 60px 0 0 60px;
  left: auto;
  right: 0;
}
.bg01 .wrap {
  padding: 100px 0 0;
}
@media (max-width: 599px) {
  .bg01 .wrap {
    padding: 60px 0 0;
  }
}
.bg01 .wrap:last-child {
  padding: 100px 0;
}
.bg01 .wrap:first-child {
  margin-top: 0;
}

.bg02 {
  position: relative;
  background: #dce1e6;
  padding: 60px 60px 60px 60px;
  border-radius: 60px;
}
@media (max-width: 1024px) {
  .bg02 {
    padding: 40px 40px 0 40px;
    border-radius: 60px;
  }
}
@media (max-width: 599px) {
  .bg02 {
    padding: 30px 30px 0 30px;
    border-radius: 30px;
  }
}
.bg02 .wrap {
  padding: 100px 0 0;
}
@media (max-width: 599px) {
  .bg02 .wrap {
    padding: 60px 0 0;
  }
}
.bg02 .wrap:last-child {
  padding: 100px 0;
}
.bg02 .wrap:first-child {
  margin-top: 0;
}

.pagebg {
  position: relative;
  /* z-index: -1; */
}
.pagebg:after {
  content: "";
  display: block;
  padding-top: 34%;
  min-height: 480px;
}
@media (max-width: 1024px) {
  .pagebg:after {
    display: none;
  }
}
.pagebg .pagebg_txt {
  position: absolute;
  left: 0;
  width: 60%;
}
@media (max-width: 1024px) {
  .pagebg .pagebg_txt {
    width: 100%;
    position: static;
  }
}
.pagebg .pagebg_img {
  position: absolute;
  left: 70%;
  overflow: hidden;
  width: 40vw;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 1024px) {
  .pagebg .pagebg_img {
    width: 100%;
    position: static;
    margin: 6% -10% 0 auto;
  }
}
.pagebg .pagebg_img img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .pagebg .pagebg_img img {
    height: 50vh;
  }
}

/*フォント*/
.font-orange {
  color: #ed6d3d;
}

.font-wh {
  color: white;
}

.font-red {
  color: #e84660;
}

.font-green {
  color: #1e923d;
}

/*clearfix*/
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*ボタン*/
.top_btn a,
a .top_btn {
  display: inline-block;
  padding: 1.3em 4em 1.3em 2em;
  text-align: left;
  background: #595757;
  color: white;
  max-width: 220px;
  width: 100%;
  font-size: 1.25rem;
}
.top_btn a span,
a .top_btn span {
  position: relative;
  display: inline-block;
  padding: 0 2em 0 0;
  vertical-align: middle;
  text-decoration: none;
}
.top_btn a span:before,
a .top_btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}
.top_btn a span:after,
a .top_btn span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}
.top_btn a:hover,
a .top_btn:hover {
  background: #828282;
}
@media (max-width: 1024px) {
  .top_btn a,
a .top_btn {
    max-width: 160px;
    font-size: 1rem;
  }
}

.btn_list {
  text-align: right;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .btn_list {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .btn_list {
    text-align: left;
    margin-top: 20px;
  }
}
.btn_list a {
  position: relative;
  display: inline-block;
  padding: 0 1.6em 0.5em 0;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: 1px solid #595757;
  font-size: 1.6rem;
}
.btn_list a:before, .btn_list a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media (max-width: 599px) {
  .btn_list a:before, .btn_list a:after {
    -webkit-animation: arrowmove 1s ease-in-out infinite;
            animation: arrowmove 1s ease-in-out infinite;
  }
}
.btn_list a:before {
  right: 0;
  width: 14px;
  height: 1px;
  bottom: 25%;
  background: #595757;
}
.btn_list a:after {
  right: 2px;
  width: 7px;
  height: 7px;
  bottom: 25%;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}
.btn_list a:hover {
  opacity: 0.8;
}

.btn_blue a,
a .btn_blue {
  position: relative;
  display: inline-block;
  padding: 0.95em 4em 1em 2em;
  text-align: left;
  background: #003365;
  color: white;
  max-width: 220px;
  width: 100%;
  border-radius: 30px;
  transition: 0.3s;
  text-decoration: none;
}
.btn_blue a:before, .btn_blue a:after,
a .btn_blue:before,
a .btn_blue:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 0.3s;
}
.btn_blue a:before,
a .btn_blue:before {
  right: 20px;
  width: 14px;
  height: 1px;
  bottom: 0;
  background: white;
}
.btn_blue a:after,
a .btn_blue:after {
  right: 22px;
  width: 7px;
  height: 7px;
  bottom: 0;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}
.btn_blue a:hover,
a .btn_blue:hover {
  opacity: 0.9;
}
.btn_blue a:hover:before,
a .btn_blue:hover:before {
  width: 18px;
  right: 16px;
}
.btn_blue a:hover:after,
a .btn_blue:hover:after {
  right: 18px;
}

.btn_orange a,
a .btn_orange {
  position: relative;
  display: inline-block;
  padding: 1em 4em 1em 2em;
  text-align: left;
  background: #ed6d3d;
  color: white;
  max-width: 220px;
  width: 100%;
}
.btn_orange a:before, .btn_orange a:after,
a .btn_orange:before,
a .btn_orange:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn_orange a:before,
a .btn_orange:before {
  right: 20px;
  width: 14px;
  height: 1px;
  bottom: 0;
  background: white;
}
.btn_orange a:after,
a .btn_orange:after {
  right: 22px;
  width: 7px;
  height: 7px;
  bottom: 0;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}
.btn_orange a:hover,
a .btn_orange:hover {
  opacity: 0.8;
}

@-webkit-keyframes arrowmove {
  0% {
    right: 0;
  }
  50% {
    right: 6%;
  }
  100% {
    right: 0;
  }
}

@keyframes arrowmove {
  0% {
    right: 0;
  }
  50% {
    right: 6%;
  }
  100% {
    right: 0;
  }
}
.arrow01 a,
a .arrow01 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.6em;
  text-decoration: none;
  margin-bottom: 3rem;
}
.arrow01 a:before, .arrow01 a:after,
a .arrow01:before,
a .arrow01:after {
  position: absolute;
  top: 0.15em;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow01 a:before,
a .arrow01:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003365;
}
.arrow01 a:after,
a .arrow01:after {
  top: 0.65em;
  left: 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}
.arrow01 a:hover,
a .arrow01:hover {
  opacity: 0.8;
}

.btn_contact_tel {
  display: inline-block;
  margin: 0.5em auto 2em;
}
@media (max-width: 599px) {
  .btn_contact_tel {
    margin-bottom: 20px;
  }
}
.btn_contact_tel a {
  text-align: center;
  background: url("../images/common/icon_tel.svg") white 2rem center no-repeat;
  background-size: 2.5rem;
  padding: 1.5rem 2rem 1.75rem 5.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #003365;
  text-decoration: none;
  border: #003365 1px solid;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .btn_contact_tel a {
    font-size: 2.2rem;
  }
}
@media (max-width: 599px) {
  .btn_contact_tel a {
    font-size: 2rem;
    letter-spacing: 0;
    pointer-events: all;
  }
}

/* 画像ぼかし修正 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* 表示アニメーション */
.anime_wrap {
  position: relative;
  overflow: hidden;
}

.pattern1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dce1e6;
  z-index: 2;
  transition: 0.5s;
}

.pattern1.show::before {
  transform: translateX(100%);
}

.pattern1 img {
  opacity: 0;
  transition: 0.5s;
}

.pattern1.show img {
  opacity: 1;
}

/* 中央寄せ */
.over_center {
  position: fixed;
  right: 50%;
  bottom: 50%;
  width: calc(100% - 20px);
  max-width: 600px;
  max-height: calc(100% - 20px);
  overflow-x: auto;
  transform: translate(50%, 50%);
}

/*メインコンテンツ*/
main {
  position: relative;
  overflow: hidden;
  margin-right: 80px;
}
@media (max-width: 1024px) {
  main {
    margin-right: 0;
  }
}
main article {
  margin-bottom: 50px;
}
main article section .main_catch h2,
main article section .wrap_contact h2 {
  font-size: 3.2rem;
  margin: 0 0 2em 0;
  padding: 0;
  position: initial;
}
@media (max-width: 1024px) {
  main article section .main_catch h2,
main article section .wrap_contact h2 {
    font-size: 2.8rem;
    margin: 0 0 1.5em 0;
  }
}
main article section .main_catch h2:before,
main article section .wrap_contact h2:before {
  display: none;
}
main article section h2 {
  font-size: 3.2rem;
  margin: 0 0 2em 0;
  position: relative;
  padding: 20px 0 0 0;
}
main article section h2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  height: 4px;
  background: #003365;
}
@media (max-width: 1024px) {
  main article section h2 {
    font-size: 2.8rem;
    margin: 0 0 1.5em 0;
  }
}
main article section h3 {
  font-size: 2.6rem;
  border-left: #CBCED2 4px solid;
  padding: 0.05rem 0 0.05rem 1.25rem;
  margin: 2.5rem 0 1em 0;
}
@media (max-width: 1024px) {
  main article section h3 {
    font-size: 2.4rem;
    margin: 2.5rem 0 0.75em 0;
  }
}
main article section h4 {
  font-size: 2.2rem;
  border-bottom: #CBCED2 3px solid;
  padding: 0.05rem 0 0.85rem 0;
  margin: 2.75rem 0 1.25em 0;
}
@media (max-width: 1024px) {
  main article section h4 {
    font-size: 2rem;
  }
}
main article section h5 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  main article section h5 {
    font-size: 1.8rem;
  }
}
main article section a {
  text-decoration: underline;
}

/*トップページ_メインスライダー*/
#top_main {
  height: 100vh;
  width: 100%;
  position: relative;
}
#top_main .slider_main {
  position: absolute;
  width: 70%;
  height: 80vh;
  left: 0;
  top: 20vh;
  overflow: hidden;
  border-radius: 0 80px 80px 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  #top_main .slider_main {
    width: 60%;
  }
}
@media (max-width: 599px) {
  #top_main .slider_main {
    width: 90%;
    height: 56vh;
    top: 34vh;
  }
}
#top_main .slider_sub {
  position: absolute;
  width: 24%;
  height: 60vh;
  right: 0;
  top: 0;
  overflow: hidden;
  border-radius: 0 0 0 80px;
  z-index: 10;
}
@media (max-width: 1024px) {
  #top_main .slider_sub {
    width: 30%;
  }
}
@media (max-width: 599px) {
  #top_main .slider_sub {
    width: 40%;
    height: 30vh;
  }
}
#top_main .main_catch {
  position: absolute;
  left: 67%;
  bottom: 8%;
  line-height: 300%;
  font-size: 2.2rem;
  text-shadow: white 0 0 10px;
  z-index: 20;
}
@media (max-width: 1600px) {
  #top_main .main_catch {
    font-size: 2rem;
  }
}
@media (max-width: 1366px) {
  #top_main .main_catch {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  #top_main .main_catch {
    font-size: 1.7rem;
  }
}
@media (max-width: 1100px) {
  #top_main .main_catch {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  #top_main .main_catch {
    left: 44%;
    bottom: 10%;
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  #top_main .main_catch {
    font-size: 1.8rem;
  }
}
@media (max-width: 650px) {
  #top_main .main_catch {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  #top_main .main_catch {
    left: 8%;
    bottom: auto;
    top: 14%;
    font-size: 1.3rem;
  }
}
#top_main .main_catch span {
  border-bottom: #222222 2px solid;
}
@media (max-width: 599px) {
  #top_main .main_catch span {
    border-bottom: #222222 1px solid;
  }
}
#top_main .pagescroll {
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 20;
  mix-blend-mode: difference;
}
@media (max-width: 599px) {
  #top_main .pagescroll {
    left: 20px;
  }
}
#top_main .pagescroll a {
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
@media (max-width: 599px) {
  #top_main .pagescroll a {
    padding: 10px 10px 90px;
  }
}
#top_main .pagescroll a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media (max-width: 599px) {
  #top_main .pagescroll a:after {
    height: 80px;
  }
}

@-webkit-keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*トップページ*/
#top_main {
  height: 100vh;
  min-height: 600px;
  position: relative;
}
@media (max-width: 599px) {
  #top_main {
    height: auto;
    min-height: 90vh;
    /* min-height: 760px; */
  }
}
@media (max-width: 426px) {
  #top_main {
    /* min-height: 730px; */
  }
}
@media (max-width: 375px) {
  #top_main {
    /* min-height: 600px; */
  }
}
@media (max-width: 320px) {
  #top_main {
    /* min-height: 540px; */
  }
}

/*トップページ_ニュース*/
#contents_news {
  margin: 0 auto;
  /* padding: 100px 0 0; */
}
@media (max-width: 599px) {
  #contents_news {
    padding: 60px 0 0;
  }
}
#contents_news .wrap {
  display: flex;
  flex-wrap: wrap;
}
#contents_news dl.wrap_news {
  width: 100%;
}
#contents_news dl.wrap_news dt {
  float: left;
  clear: left;
  width: 8em;
  font-size: 1.4rem;
  margin: 0 0 0.25rem;
}
@media (max-width: 599px) {
  #contents_news dl.wrap_news dt {
    width: 100%;
  }
}
#contents_news dl.wrap_news dd {
  float: left;
  margin: 0 0 1.5em 0;
  width: calc(100% - 14em);
}
@media (max-width: 599px) {
  #contents_news dl.wrap_news dd {
    width: 100%;
  }
}
#contents_news dl.wrap_news dd a {
  display: block;
  text-decoration: none;
}
#contents_news .news_list {
  margin: 0 0 0 auto;
}
#contents_news .news_list a {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
  vertical-align: middle;
  text-decoration: none;
  color: #003365;
}
#contents_news .news_list a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003365;
  border-right: 2px solid #003365;
  transform: rotate(45deg);
  transition: 0.3s;
}
#contents_news .news_list a:hover:before {
  right: 0;
}

/*トップページ_info*/
#contents_info {
  padding: 0 0 100px;
}
@media (max-width: 599px) {
  #contents_info {
    padding: 0 0 60px;
  }
}
#contents_info .wrap {
  padding: 100px 0 0;
  margin-bottom: 20px;
}
#contents_info .wrap_slider_info {
  overflow: hidden;
  max-height: 400px;
}
#contents_info .news_list {
  text-align: right;
}
#contents_info .news_list a {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
  vertical-align: middle;
  text-decoration: none;
  color: #003365;
}
#contents_info .news_list a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003365;
  border-right: 2px solid #003365;
  transform: rotate(45deg);
  transition: 0.3s;
}
#contents_info .news_list a:hover:before {
  right: 0;
}

/*トップページ_store*/
#contents_store {
  margin: 100px 0;
  padding: 0;
}
#contents_store .wrap {
  padding: 0 0;
}
@media (max-width: 599px) {
  #contents_store .wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  #contents_store {
    margin: 60px 0;
    padding: 60px 0 20px;
  }
}
#contents_store .wrap_store {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 40px;
}
@media (max-width: 1940px) {
  #contents_store .wrap_store {
    margin: 0 4%;
  }
}
@media (max-width: 1024px) {
  #contents_store .wrap_store {
    margin: 0 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  #contents_store .wrap_store {
    margin: 0 0;
    padding: 40px 0 20px;
    flex-wrap: wrap;
  }
}
#contents_store .wrap_store .inner_l {
  width: 46%;
}
@media (max-width: 1024px) {
  #contents_store .wrap_store .inner_l {
    width: 100%;
  }
}
#contents_store .wrap_store .inner_r {
  width: 46%;
}
@media (max-width: 1024px) {
  #contents_store .wrap_store .inner_r {
    width: 100%;
    margin-top: 20px;
  }
}
#contents_store .wrap_store .inner_r img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}
#contents_store .wrap_service {
  padding: 80px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1940px) {
  #contents_store .wrap_service {
    margin: 0 4%;
  }
}
@media (max-width: 1024px) {
  #contents_store .wrap_service {
    margin: 0 0;
  }
}
@media (max-width: 599px) {
  #contents_store .wrap_service {
    padding: 40px 0 0;
  }
}
#contents_store .wrap_service .inner {
  width: 29%;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 599px) {
  #contents_store .wrap_service .inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
#contents_store .wrap_service .inner a {
  text-decoration: none;
}
@media (max-width: 599px) {
  #contents_store .wrap_service .inner a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  #contents_store .wrap_service .inner .txt {
    width: 60%;
    font-size: 1.4rem;
  }
}
#contents_store .wrap_service .inner .txt h3 {
  font-size: 2rem;
  color: #003365;
  border: none;
  padding: 1.25rem 0 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  #contents_store .wrap_service .inner .txt h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.8rem;
  }
}
#contents_store .wrap_service .inner .icon {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 70px;
  height: 70px;
  z-index: 20;
}
@media (max-width: 1024px) {
  #contents_store .wrap_service .inner .icon {
    left: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 599px) {
  #contents_store .wrap_service .inner .icon {
    left: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
  }
}
#contents_store .wrap_service .inner .icon img {
  width: 100%;
  height: auto;
}
#contents_store .wrap_service .inner .img {
  position: relative;
  padding-top: 64%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 599px) {
  #contents_store .wrap_service .inner .img {
    padding-top: 24%;
    width: 34%;
  }
}
#contents_store .wrap_service .inner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.3s all;
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  #contents_store .wrap_service .inner .img img {
    width: auto;
    height: 100%;
  }
}
#contents_store .wrap_service .inner:hover .img img {
  width: 110%;
  height: auto;
}

#contents_contact .wrap_contact {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  #contents_contact .wrap_contact {
    flex-wrap: wrap;
    align-items: center;
  }
}
#contents_contact .wrap_contact .inner {
  width: 30%;
}
@media (max-width: 1024px) {
  #contents_contact .wrap_contact .inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
#contents_contact .wrap_contact .inner .btn_blue a {
  max-width: 100%;
  text-decoration: none;
}
#contents_contact .wrap_contact .inner .img {
  overflow: hidden;
  border-radius: 40px;
}
#contents_contact .wrap_contact .inner .img img {
  width: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  #contents_contact .wrap_contact .inner .img img {
    width: 100%;
    height: auto;
  }
}
#contents_contact dl.top_contact {
  width: 100%;
  margin: 6px 0 10px;
}
#contents_contact dl.top_contact dt {
  float: left;
  clear: left;
  width: 6em;
  text-align: center;
  border: #003365 1px solid;
  border-radius: 20px;
  font-size: 1.4rem;
}
#contents_contact dl.top_contact dd {
  float: left;
  margin: 0 0 1em 1em;
}
#contents_contact .border_line {
  border: #003365 1px solid;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 599px) {
  #contents_contact .border_line {
    padding: 20px;
    align-items: center;
  }
}
#contents_contact .border_line .contact_midashi {
  text-align: center;
  border-bottom: #003365 1px solid;
  color: #003365;
  width: 100%;
  padding: 0 0 1em 0;
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 1600px) {
  #contents_contact .border_line .contact_midashi {
    font-size: 1.6rem;
  }
}
#contents_contact .border_line p {
  margin-bottom: 0;
}
#contents_contact .border_line .contact_tel {
  display: inline-block;
  margin: 6px auto;
}
@media (max-width: 599px) {
  #contents_contact .border_line .contact_tel {
    margin-bottom: 20px;
  }
}
#contents_contact .border_line .contact_tel a {
  text-align: center;
  background: url("../images/common/icon_tel.svg") left center no-repeat;
  background-size: 2.5rem;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #003365;
  text-decoration: none;
}
@media (max-width: 1600px) {
  #contents_contact .border_line .contact_tel a {
    font-size: 2.2rem;
  }
}
@media (max-width: 599px) {
  #contents_contact .border_line .contact_tel a {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#contents_contact .border_line .contact_btn {
  margin-top: auto;
  width: 100%;
  border: #003365 1px solid;
  border-radius: 30px;
}
@media (max-width: 1600px) {
  #contents_contact .border_line .contact_btn {
    margin-top: 10px;
  }
}
#contents_contact .border_line .contact_btn a {
  width: 100%;
  display: inline-block;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  color: #003365;
}
@media (max-width: 1600px) {
  #contents_contact .border_line .contact_btn a {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  #contents_contact .border_line .contact_btn a {
    font-size: 1.2rem;
    padding: 0.5rem 0.5rem 0.75rem 0.5rem;
  }
}
#contents_contact .border_line .contact_btn a span {
  background: url(../images/common/icon_mail.svg) left center no-repeat;
  background-size: 2.5rem;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
  display: inline-block;
}
@media (max-width: 599px) {
  #contents_contact .border_line .contact_btn a span {
    padding: 0.5rem 0.25rem 0.5rem 3.5rem;
  }
}
#contents_contact .border_line .contact_btn:hover {
  background: #003365;
}
#contents_contact .border_line .contact_btn:hover a {
  color: white;
}
#contents_contact .border_line .contact_btn:hover a span {
  background: url(../images/common/icon_mail_w.svg) left center no-repeat;
  background-size: 2.5rem;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
}

.wrap_scroll {
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
}
@media (max-width: 1024px) {
  .wrap_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.width_max_pc {
  margin: 0 calc(50% - 50vw);
}

@media (max-width: 1024px) {
  .width_max {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 calc(50% - 50vw);
  }
}

@media (max-width: 599px) {
  .wrap_scroll2 {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media (max-width: 599px) {
  .width_max2 {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 calc(50% - 50vw);
  }
}

@media (max-width: 1024px) {
  .wrap_scroll3 {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 140%;
  }
}

@media (max-width: 1024px) {
  .width_max3 {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 calc(50% - 50vw);
  }
}

/*スクロールバー*/
.styled-scrollbars {
  scrollbar-color: #999 white;
}

.styled-scrollbars::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.styled-scrollbars::-webkit-scrollbar-thumb {
  /*background: #999;*/
  background: url("../images/common/scrollbar.png") left top no-repeat;
  width: 80px;
  border-radius: 4px;
}

.styled-scrollbars::-webkit-scrollbar-track {
  background: white;
}

.styled-scrollbars.scrollbarcenter::-webkit-scrollbar-thumb {
  /*background: #999;*/
  background: url("../images/common/scrollbar.png") center top no-repeat;
  width: 80px;
  border-radius: 4px;
}

/*footer*/
footer {
  width: 100%;
  background: #003365;
  color: #dce1e6;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  footer {
    padding-right: 0;
  }
}
footer .footer_wrap {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
  padding-top: 6%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  footer .footer_wrap {
    width: 86%;
    padding-top: 10%;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap {
    width: 86%;
    padding-top: 16%;
  }
}
footer .footer_wrap .footer_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: #7088a1 1px solid;
  padding-bottom: 40px;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_top {
    flex-wrap: wrap;
  }
}
footer .footer_wrap .footer_top .footer_l {
  display: flex;
  width: calc(100% - 560px);
}
@media (max-width: 1024px) {
  footer .footer_wrap .footer_top .footer_l {
    width: 56%;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_top .footer_l {
    width: 100%;
  }
}
footer .footer_wrap .footer_top .footer_l ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 auto 0;
  font-size: 1.42rem;
}
@media (max-width: 1024px) {
  footer .footer_wrap .footer_top .footer_l ul {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_top .footer_l ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1rem;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
footer .footer_wrap .footer_top .footer_l ul li {
  margin-bottom: 2rem;
  width: 50%;
  display: inline-block;
  float: left;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_top .footer_l ul li {
    width: 48%;
    margin-bottom: 1.5rem;
  }
}
footer .footer_wrap .footer_top .footer_l ul li a {
  color: #dce1e6;
}
footer .footer_wrap .footer_top .footer_l ul li a:hover {
  opacity: 0.8;
}
footer .footer_wrap .footer_top .footer_r {
  display: flex;
  max-width: 500px;
  width: 30%;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .footer_wrap .footer_top .footer_r {
    max-width: auto;
    width: 40%;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_top .footer_r {
    max-width: auto;
    width: 100%;
  }
}
footer .footer_wrap .footer_top .footer_r .box_line_footer {
  border: #7088a1 1px solid;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 1024px) {
  footer .footer_wrap .footer_top .footer_r .box_line_footer {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_top .footer_r .box_line_footer {
    padding: 20px 20px 10px 20px;
  }
}
footer .footer_wrap .footer_top .footer_r .box_line_footer .ttl {
  text-align: center;
  border-bottom: #7088a1 1px solid;
  width: 100%;
  padding: 0 0 1em 0;
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 1024px) {
  footer .footer_wrap .footer_top .footer_r .box_line_footer .ttl {
    font-size: 1.3rem;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_top .footer_r .box_line_footer .ttl {
    font-size: 1.3rem;
  }
}
footer .footer_wrap .footer_top .footer_r .box_line_footer p {
  font-size: 1.42rem;
}
@media (max-width: 1024px) {
  footer .footer_wrap .footer_top .footer_r .box_line_footer p {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_top .footer_r .box_line_footer p {
    font-size: 1.2rem;
  }
}
footer .footer_wrap .footer_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom .footer_l {
    width: 100%;
  }
}
footer .footer_wrap .footer_bottom .footer_l .footer_txt {
  font-size: 1.2rem;
  line-height: 1.8rem;
  max-width: 340px;
  width: 100%;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom .footer_l .footer_txt {
    text-align: center;
    margin: 0 auto;
  }
}
footer .footer_wrap .footer_bottom .footer_l .footer_logo {
  max-width: 200px;
  width: 60%;
  margin: 0 auto 0 0;
  padding: 16px 0;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom .footer_l .footer_logo {
    width: 40%;
    margin: 10px auto 10px auto;
    padding: 0 0;
  }
}
footer .footer_wrap .footer_bottom .footer_l .footer_logo img {
  width: 100%;
  height: auto;
}
footer .footer_wrap .footer_bottom .footer_l .footer_logo a:hover {
  opacity: 0.8;
}
footer .footer_wrap .footer_bottom .footer_l .footer_adress {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom .footer_l .footer_adress {
    text-align: center;
  }
}
footer .footer_wrap .footer_bottom .footer_l .footer_adress a {
  color: #dce1e6;
}
footer .footer_wrap .footer_bottom .footer_r {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom .footer_r {
    width: 100%;
  }
}
footer .footer_wrap .footer_bottom .footer_r ul.sns {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  float: right;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom .footer_r ul.sns {
    float: inherit;
    margin: 20px auto;
  }
}
footer .footer_wrap .footer_bottom .footer_r ul.sns li {
  width: 60px;
  display: inline-block;
  margin: 0 4px;
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom .footer_r ul.sns li {
    width: 40px;
  }
}
footer .footer_wrap .footer_bottom .footer_r ul.sns li img {
  width: 100%;
  height: auto;
}
footer .footer_wrap .footer_bottom .footer_r .copyright {
  position: relative;
  width: 100%;
  margin: auto 0 0 auto;
}
@media (max-width: 1024px) {
  footer .footer_wrap .footer_bottom .footer_r .copyright {
    height: auto;
    padding-bottom: 20px;
  }
}
footer .footer_wrap .footer_bottom .footer_r .copyright p {
  font-size: 1.1rem;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: right;
}
@media (max-width: 1024px) {
  footer .footer_wrap .footer_bottom .footer_r .copyright p {
    text-align: right;
  }
}
@media (max-width: 599px) {
  footer .footer_wrap .footer_bottom .footer_r .copyright p {
    text-align: center;
  }
}

/* アニメーション負荷 */
@media (max-width: 599px) {
  .no_anime {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 第二階層ページ */
#main_second {
  position: relative;
  padding-top: 110px;
}
@media (max-width: 1024px) {
  #main_second {
    padding-top: 60px;
  }
}
#main_second #wrap_main_second {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  #main_second #wrap_main_second {
    padding: 40px 0;
  }
}
#main_second #wrap_main_second h1 {
  font-size: 3.8rem;
  color: #003365;
  padding: 0;
  letter-spacing: 0.25rem;
  text-shadow: white 0 0 6px, white 0 0 6px;
}
@media (max-width: 1024px) {
  #main_second #wrap_main_second h1 {
    font-size: 3.2rem;
  }
}
#main_second::after {
  position: absolute;
  content: "";
  width: 36%;
  height: 50%;
  top: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  z-index: -10;
}
@media (max-width: 1024px) {
  #main_second::after {
    width: 46%;
    height: 90%;
  }
}
#main_second::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 36%;
  padding-top: 400px;
  background: url("../images/second/main.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 0 0 0 60px;
  z-index: -20;
}
@media (max-width: 1024px) {
  #main_second::before {
    width: 46%;
    padding-top: 280px;
  }
}
@media (max-width: 599px) {
  #main_second::before {
    width: 46%;
    padding-top: 260px;
  }
}
#main_second.siti::before {
  background: url("../images/siti/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.shukatsu::before {
  background: url("../images/shukatsu/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.other::before {
  background: url("../images/other/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.qa::before {
  background: url("../images/qa/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.toi::before {
  background: url("../images/toi/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.shuchou::before {
  background: url("../images/shuchou/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.gold::before {
  background: url("../images/gold/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.access::before {
  background: url("../images/access/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.new::before {
  background: url("../images/new/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.blog::before {
  background: url("../images/blog/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.shopinfo::before {
  background: url("../images/shopinfo/main.jpg") center center no-repeat;
  background-size: cover;
}
#main_second.link::before {
  background: url("../images/link/main.jpg") center center no-repeat;
  background-size: cover;
}

/* パンくず */
.breadcrumb {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
  }
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
@media (max-width: 599px) {
  .breadcrumb ul {
    display: block;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.breadcrumb ul li {
  display: inline;
  float: left;
}
@media (max-width: 599px) {
  .breadcrumb ul li {
    display: inline;
    flex: 0 0 40%;
  }
}
.breadcrumb ul li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  color: #777;
}

.box01 {
  border-radius: 20px;
  overflow: hidden;
  margin: 10px 0 40px;
}
.box01 .midashi {
  text-align: center;
  background: #c4d1e9;
  padding: 1.5rem 1.75rem 1.85rem;
  color: #003365;
  font-size: 1.8rem;
}
.box01 .txt {
  background: white;
  padding: 2.25rem 2.5rem;
  line-height: 2.5rem;
}

.box02 {
  border-radius: 20px;
  overflow: hidden;
  margin: 10px 0 40px;
  border: #003365 1px solid;
}
.box02 .midashi {
  text-align: left;
  padding: 1.75rem 2.5rem 1.85rem;
  border-bottom: #003365 1px solid;
  font-size: 1.8rem;
}
.box02 .txt {
  padding: 2.25rem 2.5rem;
  line-height: 2.5rem;
}

.wrap_flow {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .wrap_flow {
    min-width: 1000px;
    padding: 0 6%;
  }
}
@media (max-width: 599px) {
  .wrap_flow {
    padding: 0 8%;
  }
}
.wrap_flow .inner {
  width: 28%;
  position: relative;
}
.wrap_flow .inner .img {
  width: 100%;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 20px;
}
.wrap_flow .inner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.wrap_flow .inner .txt h3 {
  color: #003365;
  margin: 0;
  padding: 1.5rem 0 0;
  border: none;
  font-size: 2rem;
}
.wrap_flow .inner .txt p {
  margin: 1rem 0 2rem;
}
.wrap_flow .inner::after {
  position: absolute;
  content: "";
  top: 30%;
  right: -15%;
  width: 20px;
  height: 20px;
  border-top: 4px solid #003365;
  border-right: 4px solid #003365;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .wrap_flow .inner::after {
    top: 24%;
    right: -15%;
  }
}
.wrap_flow .inner:last-child::after {
  display: none;
}
.wrap_flow.column_four .inner {
  width: 22%;
}
.wrap_flow.column_four .inner::after {
  right: -11%;
}
@media (max-width: 1024px) {
  .wrap_flow.column_four .inner::after {
    right: -11%;
    width: 14px;
    height: 14px;
    border-top: 3px solid #003365;
    border-right: 3px solid #003365;
  }
}

.wrap_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wrap_box {
    flex-wrap: wrap;
  }
}
.wrap_box .box_l {
  width: 30%;
}
@media (max-width: 1024px) {
  .wrap_box .box_l {
    width: 100%;
  }
}
.wrap_box .box_r {
  width: 60%;
}
@media (max-width: 1024px) {
  .wrap_box .box_r {
    width: 100%;
  }
}
.wrap_box .box_r img {
  width: 100%;
  height: auto;
}

.wrap_slider_scroll {
  overflow: hidden;
  max-height: 240px;
  margin: 40px auto 60px;
}

/* よくある質問 */
ul#toggle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 40px 0;
  padding: 0;
  width: 100%;
  transition: 0.3s;
}
ul#toggle li {
  width: 49%;
  margin: 0;
  padding: 2em 1.5em;
  border-top: 1px solid #CBCED2;
  transition: 0.3s;
}
ul#toggle li .qa-q {
  background: url(../images/common/qa_plus.svg) right 0.5em no-repeat;
  padding: 0.5em 2em 0.5em 56px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
ul#toggle li .qa-q::before {
  position: absolute;
  content: "";
  background: url(../images/common/qa_q.svg) left top no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
ul#toggle li .qa-q.active {
  background: url(../images/common/qa_minus.svg) right 1.15em no-repeat;
}
ul#toggle li .qa-q:hover {
  opacity: 0.8;
}
ul#toggle li .qa-a {
  display: none;
  background: url(../images/common/qa_a.svg) left top no-repeat;
  padding: 0.5em 2em 0.5em 56px;
  margin: 1em 0 0;
}
@media (max-width: 599px) {
  ul#toggle li .qa-a {
    padding: 0.5em 0 0.5em 56px;
  }
}
@media (max-width: 599px) {
  ul#toggle li {
    width: 100%;
    padding: 1.5em 0;
  }
}

/* 新着情報 */
.newlist {
  border-top: #CBCED2 1px solid;
  list-style: none;
  padding: 0;
}
.newlist li {
  border-bottom: #CBCED2 1px solid;
}
.newlist li a {
  position: relative;
  display: block;
  padding: 2em 2.95em 2em 9em;
  text-decoration: none;
}
@media (max-width: 599px) {
  .newlist li a {
    padding: 1.5em 2.95em 1.5em 0.5em;
  }
}
.newlist li a .date {
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  left: 1.5em;
}
@media (max-width: 599px) {
  .newlist li a .date {
    font-size: 1.4rem;
    position: static;
    display: inline-block;
    width: 100%;
    padding-bottom: 0.25rem;
  }
}
.newlist li a:after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 2em;
  width: 12px;
  height: 12px;
  border-top: 2px solid #003365;
  border-right: 2px solid #003365;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 599px) {
  .newlist li a:after {
    top: calc(50% - 5px);
    right: 1em;
    width: 10px;
    height: 10px;
  }
}
.newlist li a:hover {
  background: #eeeeef;
  opacity: 1;
}
.newlist li a:hover:after {
  right: 1.5em;
}
@media (max-width: 599px) {
  .newlist li a:hover:after {
    right: 0.5em;
  }
}

.datettime {
  text-align: right;
  display: inline-block;
  width: 100%;
  color: #828282;
}

.wrap_sub_menu {
  margin: 100px 0 0;
}
@media (max-width: 599px) {
  .wrap_sub_menu {
    margin: 60px 0 0;
  }
}

.sub_menu {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: top;
}
.sub_menu li {
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .sub_menu li {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .sub_menu li:nth-child(4n-3) {
    border-left: #CBCED2 1px solid;
  }
}
@media (max-width: 599px) {
  .sub_menu li:nth-child(2n-1) {
    border-left: #CBCED2 1px solid;
  }
}
.sub_menu li a {
  display: inline-block;
  width: 100%;
  padding: 2.5rem 2rem 2.5rem 5rem;
  text-decoration: none;
  border-right: #CBCED2 1px solid;
  border-left: none;
  position: relative;
}
@media (max-width: 599px) {
  .sub_menu li a {
    padding: 1.5rem 2rem 1.5rem 5rem;
  }
}
.sub_menu li a:before {
  position: absolute;
  content: "";
  left: 2rem;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003365;
}
.sub_menu li a:after {
  position: absolute;
  content: "";
  left: 2.6rem;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
.sub_menu li a:hover {
  opacity: 1;
  background: #eeeeef;
}
.sub_menu:after {
  content: "";
  display: block;
  width: 25%;
  height: 0;
}
.sub_menu:before {
  content: "";
  display: block;
  width: 25%;
  height: 0;
  order: 1;
}

.wp-pagenavi {
  clear: both;
  margin: 40px auto 100px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  border-color: #000;
}
.wp-pagenavispan.current {
  font-weight: bold;
}

/* 入荷情報･最新情報 */
.bloglist {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bloglist li {
  width: 23%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 2%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 599px) {
  .bloglist li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.bloglist li a {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  text-decoration: none;
}
.bloglist li a .img {
  position: relative;
  padding-top: 64%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 599px) {
  .bloglist li a .img {
    padding-top: 100%;
  }
}
.bloglist li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.3s all;
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .bloglist li a .img img {
    width: auto;
    height: 100%;
  }
}
.bloglist li a:hover {
  opacity: 1;
}
.bloglist li a:hover .img img {
  width: 110%;
  height: auto;
}
.bloglist li a .txt {
  padding: 10px 0;
  font-size: 1.4rem;
}
.bloglist li:hover {
  opacity: 1;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.bloglist:after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}
.bloglist:before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
  order: 1;
}

/* お問い合わせ */
.wrap_img {
  max-width: 600px;
  width: 40%;
  height: auto;
  position: relative;
  padding-top: 30%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
.wrap_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.3s all;
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .wrap_img img {
    width: auto;
    height: 100%;
  }
}

.table01 {
  margin: 40px 0;
  width: 100%;
  border-top: #CBCED2 1px solid;
}
.table01 tr {
  border-bottom: #CBCED2 1px solid;
}
.table01 th,
.table01 td {
  padding: 2em 1em;
}
@media (max-width: 599px) {
  .table01 th,
.table01 td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .table01 th {
    padding: 2em 1em 0.5em;
  }
}
@media (max-width: 599px) {
  .table01 td {
    padding: 0.5em 1em 2em;
  }
}
.table01.table-access {
  margin: 0 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.table01.table-access tr:nth-child(odd) {
  background-color: #eeeeef;
}
@media (max-width: 599px) {
  .table01.table-access th,
.table01.table-access td {
    padding: 1em 0.5em;
    display: table-cell;
  }
}
@media (max-width: 599px) {
  .table01.table-access th {
    width: 30%;
  }
}
@media (max-width: 599px) {
  .table01.table-access td {
    width: 70%;
  }
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  border: 1px solid #eee;
  padding: 12px 10px;
  border-radius: 6px;
}

input[type=text]:focus,
input[type=email]:focus {
  outline: 0;
}

input[type=submit] {
  display: block;
  width: 300px;
  margin: 40px auto 0;
  position: relative;
  padding: 20px 10px;
  border: 1px solid #1e923d;
  font-size: 16px;
  text-align: center;
  background-color: #1e923d;
  cursor: pointer;
  color: white;
  border-radius: 6px;
}

input[type=submit]:hover {
  opacity: 0.8;
}

.wrap_store {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap_store .store_img {
  width: 30%;
  border-radius: 40px;
}
@media (max-width: 599px) {
  .wrap_store .store_img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wrap_store .store_img img {
  width: 100%;
  height: auto;
}
.wrap_store .store_table {
  width: 66%;
}
@media (max-width: 599px) {
  .wrap_store .store_table {
    width: 100%;
  }
}

.wrap_access {
  max-width: 1200px;
  margin: 0 auto 60px;
}
.wrap_access ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap_access ul li {
  width: 24%;
  margin-bottom: 4%;
}
@media (max-width: 599px) {
  .wrap_access ul li {
    width: 48%;
  }
}
.wrap_access ul li img {
  width: 100%;
  height: auto;
}
.wrap_access ul:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
@media (max-width: 599px) {
  .wrap_access ul:after {
    width: 48%;
  }
}
.wrap_access ul:before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
@media (max-width: 599px) {
  .wrap_access ul:before {
    width: 48%;
  }
}/*# sourceMappingURL=style.css.map */