@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, input, figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  /*font-family: "Noto Sans JP", serif;*/
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #292423;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  hanging-punctuation: allow-end;
}
a {
  text-decoration: none;
  color: #292423;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img, figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, p {
  text-align: justify;
  text-justify: distribute;
  line-height: 1.5;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.wrap {
  max-width: 1200px;
  width: 92%;
  margin: auto;
}
.en {
  /*font-family: "Almarai", serif;*/
  font-family: "Almarai", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.font_mont {
  font-family: "Montserrat", sans-serif;
}
.btn {
  text-align: center;
}
.btn a {
  background: #fff;
  display: block;
  border: 1px solid #135D9C;
  border-radius: 36px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #135D9C;
  line-height: 1;
  padding: 25.5px 10px;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
.btn a::after {
  background: url(../img/icon_btn.svg) no-repeat;
  background-size: 11px 11px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5.5px;
  transition: right .3s;
}
.btn a:hover {
  background: #E6EBF0;
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.btn a:hover::after {
  right: 14px;
}
.btn a.gr {
  background: #fff;
  border: 1px solid #6AB158;
  color: #6AB158;
}
.btn a.gr::after {
  background-image: url(../img/icon_btn_gr.svg);
}
.btn a.gr:hover {
  background: #ffa92f;
  border: 1px solid #ffa92f;
  color: #fff;
}
.btn a.gr:hover::after {
  background-image: url(../img/icon_btn_gr_hover.svg);
}
.bg_gray {
  background: #F7F7F7;
}
.bg_blue {
  background: #E6EBF0;
}
.bg_green {
  background: #F6FFF4;
}
.btn_short {
  text-align: center;
}
.btn_short a {
  background: #fff;
  display: block;
  border: 1px solid #135D9C;
  border-radius: 24px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #135D9C;
  line-height: 1;
  padding: 16px 10px;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
.btn_short a::after {
  background: url(../img/icon_btn.svg) no-repeat;
  background-size: 11px 11px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5.5px;
  transition: right .3s;
}
.btn_short a:hover {
  background: #E6EBF0;
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.btn_short a:hover::after {
  right: 14px;
}
.btn_short.type02 a {
  max-width: 290px;
}
.application_btn a {
  background: #fff;
  display: block;
  border: 1px solid #135D9C;
  border-radius: 44px;
  font-size: 2rem;
  font-weight: bold;
  color: #135D9C;
  line-height: 1;
  padding: 16.5px 10px;
  text-align: center;
  max-width: 360px;
  position: relative;
}
.application_btn a::after {
  background: url(../img/icon_btn.svg) no-repeat;
  background-size: 11px 11px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5.5px;
  transition: right .3s;
}
.application_btn a:hover {
  background: #E6EBF0;
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.application_btn a:hover::after {
  right: 14px;
}
.application_btn a span {
  display: block;
  font-size: 1.2rem;
  color: #4E4847;
  margin-top: 7px;
}
.tab, .tab-sp {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 1200px){
  .pc, .pc-sp {
    display: none;
  }
  .tab, .tab-sp {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .pc, .tab, .pc-tab {
    display: none;
  }
  .sp, .pc-sp {
    display: block;
  }
  .bg_green {
    background: linear-gradient(180deg, #F6FFF4 0%, #F6FFF4 257vw, transparent 257vw, transparent 100%);
  }
  .btn a {
    border-radius: 28px;
    font-size: 1.4rem;
    padding: 20px 10px;
    max-width: 280px;
  }
  .btn a::after {
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    right: 28px;
    margin-top: -5px;
  }
  .btn a:hover::after {
    right: 20px;
  }
  .application_btn a {
    margin: 0 auto;
    max-width: 305px;
  }
  .application_btn a::after {
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    right: 14px;
    margin-top: -5px;
  }
  .application_btn a:hover::after {
    right: 8px;
  }
}

/* フェードイン */
/* .fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.6s;
}
.fadeup.on {
  opacity: 1;
  transform: translateY(0);
}
.fadeup_new, .fadeup01, .fadeup02 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.8s ease-in-out, transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.fadeup_new.on {
  opacity: 1;
  transform: translateY(0);
}
.fadeup01.on {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.fadeup02.on {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px){
  .fadeup_new, .fadeup01, .fadeup02 {
    transition: opacity 1.3s ease-in-out, transform 1.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .fadeup01.on {
    transition-delay: 0.2s;
  }
  .fadeup02.on {
    transition-delay: 0.4s;
  }
} */

/* テキストアニメーション */
.bg_text {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -18px;
  z-index: 1;
  overflow: hidden;
}
.bg_text .text_item {
  padding: 0 30px;
  min-width: auto;
  min-height: auto;
  white-space: nowrap;
  animation: flowing 40s linear infinite;
  transform: translateX(0);
}
.bg_text .text_item img {
  min-width: 1600px;
}
.bg_text .text_item img.disp_sp {
  display: none;
}
@keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px){
  .bg_text {
    bottom: -15px;
  }
  .bg_text .text_item {
    padding: 0 15px;
  }
  .bg_text .text_item img {
    min-width: 686px;
  }
  .bg_text .text_item img.disp_pc {
    display: none;
  }
  .bg_text .text_item img.disp_sp {
    display: block;
  }
}

/* 省略 */
.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header_menu {
  display: flex;
  padding-left: 50px;
  height: 110px;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.header_menu .logo_area {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-right: auto;
}
.header_menu .logo_area p.tx {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.header_navi .menu_list {
  display: flex;
  height: 110px;
}
.header_navi .menu_list .link_item {
  cursor: pointer;
  padding: 26px 0 29px;
  position: relative;
}
.header_navi .menu_list .link_item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 60px;
  color: #fff;
  text-align: center;
  border-left: 1px dashed #fff;
  padding: 0 51px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.header_navi .menu_list .link_item:last-child > a {
  border-right: 1px dashed #fff;
}
.header_navi .menu_list .link_item > a::after {
  background: url(../img/icon_menu.svg) no-repeat;
  background-size: 12px 6px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 15%;
}
.header_navi .menu_list .link_item:hover > a::after {
  transform: rotate(-180deg);
}
.header_navi .menu_list .link_item .en {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%
}
.header_navi .menu_list .link_item .jp {
  height: 15px;
  line-height: 15px;
}
.header_navi .menu_list .link_item_second {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 6px;
  transition: opacity .3s cubic-bezier(.19,1,.22,1);
  width: 375px;
}
.header_navi .menu_list .link_item:hover .link_item_second {
  pointer-events: inherit;
  opacity: 1;
}
.header_navi .menu_list .link_second_box {
  background: #fff;
  border: 1px solid #135D9C;
  transform: translateY(10px);
  transition: transform .4s cubic-bezier(.19,1,.22,1);
}
.header_navi .menu_list .link_item:hover .link_second_box {
  transform: translateY(0);
}
.header_navi .menu_list .link_item_second .tl {
  padding: 22px 16px;
  color: #135D9C;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #135D9C;
  font-size: 1.3rem;
  font-weight: bold;
}
.header_navi .menu_list .link_item_second .tl .en {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  padding-right: 8px;
  width: auto;
}
/*.header_navi .menu_list .link_item_second ul {
  padding: 24px 34px;
}
.header_navi .menu_list .link_item_second ul li {
  margin-bottom: 19px;
}*/
.header_navi .menu_list .link_item_second ul {
  padding: 18px 0;
}
.header_navi .menu_list .link_item_second ul li {
  position: relative;
}
.header_navi .menu_list .link_item_second ul li a {
  color: #135D9C;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px 34px;
  position: relative;
}
.header_navi .menu_list .link_item_second ul li a:hover {
  color: #E89112;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.header_navi .menu_list .link_item_second ul li a {
  color: #135D9C;
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 10px 34px;
}
.header_navi .menu_list .link_item_second ul li a span {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.header_navi .menu_list .link_item_second ul li a.blk span {
  padding-right: 22px;
}
.header_navi .menu_list .link_item_second ul li a span::before {
  background: #799EBC;
  content: "";
  height: 1px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 11px;
}
.header_navi .menu_list .link_item_second ul li a:hover span::before {
  background: #E89112;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_navi .menu_list .link_item_second ul li a.blk span::after {
  background: url(../img/icon_blk.svg) no-repeat center center;
  background-size: 10px 10px;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 6px;
}
.header_navi .menu_list .link_item_second ul li a.blk:hover span::after {
  background-image: url(../img/icon_blk_hover.svg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_navi .menu_list .link_item_second ul li.hover {
  position: relative;
}
.header_navi .menu_list .link_item_second ul li.hover:hover {
  background: #e6ebf0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_navi .menu_list .link_item_second ul li.hover > a:hover {
  color: #135D9C;
}
.header_navi .menu_list .link_item_second ul li.hover::before {
  background: url(../img/icon_gnav02.svg) no-repeat center center;
  background-size: 9px 9px;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4.5px;
}
.header_navi .menu_list .link_item_second ul li.hover > a:hover span::before {
  background: #135D9C;
}
.header_navi .menu_list .link_item_second ul li .link_second_box {
  pointer-events: none;
  position: absolute;
  left: 373px;
  top: 0;
  width: 410px;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.19,1,.22,1);
}
.header_navi .menu_list .link_item_second ul li.hover:hover .link_second_box {
  pointer-events: inherit;
  opacity: 1;
}
.header_navi .menu_list .link_item_second ul li .link_second_box a span::before {
  background: url(../img/icon_gnav.svg) no-repeat center center;
  background-size: 6px 6px;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 7px;
}
.header_navi .menu_list .link_item_second ul li .link_second_box a:hover span::before {
  background-image: url(../img/icon_gnav_hover.svg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_menu form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 235px;
  height: 42px;
  margin: 0 40px 0 34px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #E6EBF0;
  border-radius: 20px;
}
.header_menu form .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header_menu form input {
  width: 100%;
  font-size: 1.2rem;
}
.header_menu form input::placeholder {
  color: #879caf;
}
.header_menu form .submit {
  width: 17px;
  height: 17px;
  background: url(../img/icon_submit.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.header_menu form .submit:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1780px){
  .header_menu .logo_area p.tx {
    font-size: 1.2rem;
  }
  .header_navi .menu_list .link_item > a {
    padding: 0 40px;
  }
  .header_menu form {
    max-width: 230px;
    margin: 0 30px 0 24px;
  }
}
@media screen and (max-width: 1500px){
  .header_menu .logo img {
    height: 60px;
  }
  .header_menu {
    padding-left: 10px;
  }
  .header_menu .logo_area {
    gap: 0 10px;
  }
  .header_menu .logo_area p.tx {
    font-size: 1.4rem;
    padding-right: 4px;
  }
  .header_navi .menu_list .link_item > a {
    font-size: 1.15rem;
    padding: 0 18px;
  }
  .header_navi .menu_list .link_item .en {
    font-size: 1.7rem;
  }
  .header_menu form {
    max-width: 190px;
    margin: 0 14px 0 8px;
  }
}
@media screen and (max-width: 980px){
  .header_menu .logo img {
    height: 40px;
  }
  .header_menu .logo_area {
    gap: 0 10px;
  }
  .header_menu {
    height: 55px;
    padding-left: 15px;
  }
  .header_menu .logo_area p.tx {
    font-size: 1.1rem;
  }
  .header_navi .menu_list, 
  .header_menu form {
    display: none;
  }
}

/* btn_menu */
.btn_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 110px;
  cursor: pointer;
  z-index: 10;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.btn_menu.active,
.btn_menu:hover{
  background: #135D9C;
}
.btn_menu > span {
  content: "MENU";
  font-size: 1.2rem;
  color: #fff;
}
.toggle {
  position: relative;
  display: block;
  width: 48px;
  height: 12px;
}
.toggle span{
  display: inline-block;
  transition: .3s;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  margin: auto;
  background-color: #fff;
}
.toggle span:nth-of-type(1) {
  top: 0;
}
.toggle span:nth-of-type(2){
  bottom: 0;
}
.btn_menu.active .toggle span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}
.btn_menu.active .toggle span:nth-of-type(2) {
  top: 0;
  bottom: auto;
  transform: translateY(9px) rotate(-45deg);
}
/* header_gnav */
body.gnav_fixed {
  overflow: hidden;
}
.header_gnav {
  position: fixed;
  width: 375px;
  height: calc(100vh - 11rem);
  top: 11rem;
  right: -100%;
  background: #fff;
  border-right: none;
  border-left: 1px solid #DEDEDE;
  transition: .3s;
  z-index: 10;
  overflow: scroll;
}
.header_gnav.active {
  right: 0;
}
.header_gnav .gnav_group > a {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #135D9C;
  border-top: 1px solid #135D9C;
  position: relative;
  cursor: pointer;
}
.header_gnav .gnav_group > a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.header_gnav .gnav_group:first-child > a {
  border-top: none;
}
.header_gnav .gnav_group:last-child > a {
  border-bottom: 1px solid #135D9C;
}
.header_gnav .gnav_group > a.active {
  border-bottom: 1px solid #135D9C;
}
.header_gnav .gnav_group > a .open_icon {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #E6EBF0;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header_gnav .gnav_group > a .open_icon .icon {
  position: absolute;
  width: 0.8rem;
  height: 2px;
  background: #4E4847;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.header_gnav .gnav_group > a .open_icon .icon::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0.8rem;
  background: #4E4847;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.header_gnav .gnav_group > a.active .open_icon .icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.header_gnav .gnav_group > a .en {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding-right: 10px;
  letter-spacing: 0.02em;
}
.header_gnav .gnav_group > ul {
  padding: 25px 15px 30px 50px;
}
.header_gnav .gnav_group .gnav_acc + ul {
  display: none;
}
.header_gnav .gnav_group > ul li {
  margin-bottom: 20px;
}
.header_gnav .gnav_group > ul li:last-child {
  margin-bottom: 0;
}
.header_gnav .gnav_group > ul li a {
  color: #135D9C;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}
.header_gnav .gnav_group > ul li a:hover {
  color: #E89112;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.header_gnav .gnav_group > ul li a span {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.header_gnav .gnav_group > ul li a.blk span {
  padding-right: 16px;
}
.header_gnav .gnav_group > ul > li > a span::before {
  background: #799EBC;
  content: "";
  height: 1px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
.header_gnav .gnav_group > ul > li > a:hover span::before {
  background: #E89112;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_gnav .gnav_group > ul li a.blk span::after {
  background: url(../img/icon_blk.svg) no-repeat center center;
  background-size: 10px 10px;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 6px;
}
.header_gnav .gnav_group > ul > li a:hover span::before {
  background-image: url(../img/icon_gnav_hover.svg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_gnav .gnav_group > ul li a.blk:hover span::after {
  background-image: url(../img/icon_blk_hover.svg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_gnav .gnav_group > ul > li > ul {
  margin-top: 15px;
  margin-left: 12px;
}
.header_gnav .gnav_group > ul > li > ul li {
  margin-bottom: 13px;
}
.header_gnav .gnav_group > ul > li > ul li a {
  padding-left: 13px;
}
.header_gnav .gnav_group > ul > li > ul li a span::before {
  background: url(../img/icon_gnav.svg) no-repeat center center;
  background-size: 6px 6px;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 1500px){
  .btn_menu {
    width: 110px;
  }
}
@media screen and (max-width: 980px){
  body.menu_fixed {
    overflow: hidden;
  }
  /* btn_menu */
  .btn_menu {
    height: 55px;
    width: 70px;
  }
  .toggle {
    width: 36px;
  }
  .btn_menu.active .toggle span:nth-of-type(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .btn_menu.active .toggle span:nth-of-type(2) {
    transform: translateY(5px) rotate(-45deg);
  }
  /* header_gnav */
  .header_gnav {
    width: 100%;
    height: calc(100vh - 55px);
    top: 55px;
    border-left: none;
  }
  .header_gnav .gnav_group > ul {
    padding: 25px 40px 30px;
  }
}

/* header_gnav_sp */
.header_gnav_sp {
  border-bottom: 1px solid #fff;
  height: 45px;
}
.header_gnav_sp .menu_list {
  display: flex;
}
.header_gnav_sp .menu_list .link_item {
  border-right: 1px solid #fff;
  width: calc( 100% / 3 );
}
.header_gnav_sp .menu_list .link_item:last-child {
  border-right: none;
}
.header_gnav_sp .menu_list .link_item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.header_gnav_sp .menu_list .link_item > a:hover {
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.header_gnav_sp .menu_list .link_item > a span {
  position: relative;
  padding-right: 16px;
  line-height: 1;
}
.header_gnav_sp .menu_list .link_item > a span::after {
  background: url(../img/icon_menu02.svg) no-repeat;
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 4px;
}
.header_gnav_sp .menu_list .link_item_second {
  background: #FFF;
  border: 1px solid #135D9C;
  margin-top: -1px;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
  max-height: calc(100vh - 100px);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.25s;
  z-index: 10;
  overflow: scroll;
}
.header_gnav_sp .menu_list .link_item.active > a {
  background: #135D9C;
  color: #fff;
}
.header_gnav_sp .menu_list .link_item.active > a span::after {
  transform: rotate(-180deg);
}
.header_gnav_sp .menu_list .link_item.active .link_item_second {
  opacity: 1;
  visibility: visible;
}
.header_gnav_sp .menu_list .link_item_second .tl {
  padding: 25px 16px;
  color: #135D9C;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #135D9C;
  font-size: 1.3rem;
  font-weight: bold;
}
.header_gnav_sp .menu_list .link_item_second .tl .en {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding-right: 8px;
  width: auto;
}
.header_gnav_sp .menu_list .link_item_second ul {
  padding: 25px 28px 30px;
}
.header_gnav_sp .menu_list .link_item_second ul li {
  margin-bottom: 15px;
}
.header_gnav_sp .menu_list .link_item_second ul li:last-child {
  margin-bottom: 0;
}
.header_gnav_sp .menu_list .link_item_second ul li a {
  color: #135D9C;
  display: block;
  font-size: 1.35rem;
  line-height: 1.6;
  position: relative;
}
.header_gnav_sp .menu_list .link_item_second ul li a:hover {
  color: #E89112;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.header_gnav_sp .menu_list .link_item_second ul li a span.txt {
  padding-left: 13px;
  position: relative;
}
.header_gnav_sp .menu_list .link_item_second ul li a span.txt::before {
  background: #799EBC;
  content: "";
  height: 1px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
.header_gnav_sp .menu_list .link_item_second ul li a:hover span.txt::before {
  background: #E89112;
}
.header_gnav_sp .menu_list .link_item_second ul li a.blk span.txt {
  padding-right: 30px;
}
.header_gnav_sp .menu_list .link_item_second ul li a.blk span.txt::after {
  background: url(../img/icon_blk.svg) no-repeat center center;
  background-size: 10px 10px;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 6px;
}
.header_gnav_sp .menu_list .link_item_second ul li a.blk:hover span.txt::after {
  background-image: url(../img/icon_blk_hover.svg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_gnav_sp .menu_list .link_item_second ul li ul {
  margin-top: 15px;
  margin-left: 12px;
  padding: 0;
}
.header_gnav_sp .menu_list .link_item_second ul li ul li a span.txt::before {
  background: url(../img/icon_gnav.svg) no-repeat center center;
  background-size: 6px 6px;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 8px;
}
.header_gnav_sp .menu_list .link_item_second ul li ul li a:hover span.txt::before {
  background-image: url(../img/icon_gnav_hover.svg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_gnav_sp .menu_list .link_item_second ul li > a .open_icon {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #E6EBF0;
  border-radius: 50%;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.header_gnav_sp .menu_list .link_item_second ul li > a .open_icon .icon {
  position: absolute;
  width: 0.8rem;
  height: 2px;
  background: #4E4847;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.header_gnav_sp .menu_list .link_item_second ul li > a .open_icon .icon::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0.8rem;
  background: #4E4847;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.header_gnav_sp .menu_list .link_item_second ul li > a.open .open_icon .icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.header_gnav_sp .menu_list .link_item_second ul li a.inner_link {
  cursor: pointer;
}
.header_gnav_sp .menu_list .link_item_second ul li a.inner_link + ul {
  display: none;
}
.header_gnav_sp .menu_list .link_item_second ul li a.inner_link:hover {
  color: #135D9C;
}
.header_gnav_sp .menu_list .link_item_second ul li a.inner_link:hover span.txt::before {
  background: #799EBC;
}
@media screen and (max-width: 980px){
  .header_gnav_sp {
    display: block;
  }
}

/* fixed */
.fixed .header_menu {
  background: #fff;
  border-bottom: 1px solid #135D9C;
}
.fixed .header_menu .logo_area p.tx {
  color: #135D9C;
}
.fixed .header_navi .menu_list .link_item > a {
  color: #135D9C;
  border-left: 1px dashed #135D9C;
}
.fixed .header_navi .menu_list .link_item:last-child > a {
  border-right: 1px dashed #135D9C;
}
.fixed .header_navi .menu_list .link_item > a::after {
  background-image: url(../img/icon_menu_hover.svg);
}
.fixed .btn_menu {
  border-left: 1px solid #135D9C;
  border-bottom: 1px solid #135D9C;
}
.fixed .header_menu form {
  background: #E6EBF0;
}
.fixed .toggle span {
  background-color: #135D9C;
}
.fixed .btn_menu:hover .toggle span,
.fixed .btn_menu.active .toggle span {
  background-color: #fff;
}
.fixed .header_gnav_sp {
  background: #fff;
  border-bottom: 1px solid #135D9C;
}
.fixed .header_gnav_sp .menu_list .link_item {
  border-right: 1px solid #135D9C;
}
.fixed .header_gnav_sp .menu_list .link_item > a {
  color: #135D9C;
}
.fixed .header_gnav_sp .menu_list .link_item.active > a {
  color: #fff;
}
.fixed .header_gnav_sp .menu_list .link_item > a span::after {
  background-image: url(../img/icon_menu02_hover.svg);
}
.fixed .header_gnav_sp .menu_list .link_item.active > a span::after {
  background-image: url(../img/icon_menu02.svg);
}
/* lower header */
body.lower .header_menu {
  background: #fff;
  border-bottom: 1px solid #135D9C;
}
body.lower .header_menu .logo_area p.tx {
  color: #135D9C;
}
body.lower .header_navi .menu_list .link_item > a {
  color: #135D9C;
  border-left: 1px dashed #135D9C;
}
body.lower .header_navi .menu_list .link_item:last-child > a {
  border-right: 1px dashed #135D9C;
}
body.lower .header_navi .menu_list .link_item > a::after {
  background-image: url(../img/icon_menu_hover.svg);
}
body.lower .btn_menu {
  border-left: 1px solid #135D9C;
  border-bottom: 1px solid #135D9C;
}
body.lower .header_menu form {
  background: #E6EBF0;
}
body.lower .toggle span {
  background-color: #135D9C;
}
body.lower .btn_menu:hover .toggle span,
body.lower .btn_menu.active .toggle span {
  background-color: #fff;
}
body.lower .header_gnav_sp {
  background: #fff;
  border-bottom: 1px solid #135D9C;
}
body.lower .header_gnav_sp .menu_list .link_item {
  border-right: 1px solid #135D9C;
}
body.lower .header_gnav_sp .menu_list .link_item > a {
  color: #135D9C;
}
body.lower .header_gnav_sp .menu_list .link_item.active > a {
  color: #fff;
}
body.lower .header_gnav_sp .menu_list .link_item > a span::after {
  background-image: url(../img/icon_menu02_hover.svg);
}
body.lower .header_gnav_sp .menu_list .link_item.active > a span::after {
  background-image: url(../img/icon_menu02.svg);
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
footer {
  border-top: 1px solid #135D9C;
}
.footer_front {
  display: flex;
  align-items: center;
  padding: 50px 0 24px;
  border-bottom: 1px solid #E6EBF0;
}
.footer_front .logo {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-right: auto;
}
.footer_front .logo p.tx {
  color: #135D9C;
  font-size: 1.3rem;
  font-weight: bold;
}
.page_top {
  cursor: pointer;
}
.page_top span::after {
  background: url(../img/pagetop.svg) no-repeat 0 0;
  content: "";
  height: 12px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.page_top span {
  color: #135D9C;
  font-size: 1.2rem;
  font-weight: bold;
}
.page_top span:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.floating_top {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 9;
}
/*
.page_top span:hover::after {
  background-image: url(../img/pagetop_hover.svg);
}*/

.footer_menu {
  padding-top: 40px;
}
.footer_menu .sp {
  display: none;
}
.footer_menu .menu_flex {
  display: flex;
  align-items: center;
}
.footer_menu .menu_area {
  display: flex;
  /*justify-content: space-between;*/
  padding-right: 20px;
  width: 80.333%;
  border-right: 1px solid #E6EBF0;
}
.footer_menu .menu_area .tl {
  font-size: 1.6rem;
  font-weight: bold;
  /*letter-spacing: 0.06em;*/
  letter-spacing: normal;
  line-height: 1;
  color: #135D9C;
  margin-bottom: 20px;
}
.footer_menu .menu_area ul + .tl {
  margin-top: 35px;
}
.footer_menu .menu_area ul li {
  margin-bottom: 13px;
}
.footer_menu .menu_area ul li:last-child {
  margin-bottom: 0;
}
.footer_menu .menu_area ul li a {
  color: #135D9C;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}
.footer_menu .menu_area ul li a:hover {
  color: #E89112;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.footer_menu .menu_area ul li a.blk {
  padding-right: 20px;
}
.footer_menu .menu_area ul li a::before {
  background: url(../img/icon_gnav.svg) no-repeat center center;
  background-size: 6px 6px;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  left: 5px;
  top: 6px;
}
.footer_menu .menu_area ul li a.blk::after {
  background: url(../img/icon_blk.svg) no-repeat center center;
  background-size: 10px 10px;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 5px;
}
.footer_menu .menu_area ul li a:hover::before {
  background-image: url(../img/icon_gnav_hover.svg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_menu .menu_area ul li a.blk:hover::after {
  background-image: url(../img/icon_blk_hover.svg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_menu .menu_area ul + ul {
  margin-top: 35px;
}
.footer_menu .app_area {
  padding-left: 30px;
}
.footer_menu .app_area .img {
  margin-bottom: 15px;
}
.footer_menu .app_area ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 220px;
}
.footer_menu .app_area ul li {
  width: 48.64%;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0 48px;
}
.footer_bottom .sns_link {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.footer_bottom .sns_link .tl {
  background: #fff;
  border: 1px solid #135D9C;
  margin-right: 22px;
  padding: 6px 14px;
  color: #135D9C;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
.footer_bottom .sns_link .tl::before {
  background: url(../img/sns_triangle.gif) no-repeat center center;
  background-size: 5px 6px;
  content: "";
  height: 6px;
  width: 5px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -3px;
}
.footer_bottom .sns_link ul {
  display: flex;
  align-items: center;
}
.footer_bottom .sns_link ul li {
  margin-right: 16px;
}
.footer_bottom .sns_link ul li:nth-child(1) img {
  height: 19px;
  width: 20px;
}
.footer_bottom .sns_link ul li:nth-child(2) img {
  height: 19px;
  width: 26px;
}
.footer_bottom .other_link ul {
  display: flex;
}
.footer_bottom .other_link ul li a {
  color: #135D9C;
  font-size: 1.2rem;
}
.footer_bottom .other_link ul li a:hover {
  color: #E89112;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.footer_bottom .other_link ul li::after {
  color: #135D9C;
  content: "｜";
  font-size: 1.2rem;
  padding: 0 15px;
}
.footer_bottom .other_link ul li:last-child::after {
  content: none;
}
.copy {
  color: #28557B;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1300px){
  .footer_menu .menu_area {
    padding-right: 15px;
    width: 82%;
  }
  .footer_menu .menu_area .tl {
    font-size: 1.25rem;
  }
  .footer_menu .menu_area ul li a {
    font-size: 1.15rem;
  }
  .footer_menu .app_area {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px){
  .footer_menu .app_area ul {
    width: auto;
  }
}
@media screen and (min-width: 981px){
  .footer_menu .menu_area .menu_group {
    padding-right: 15px;
  }
}
@media screen and (max-width: 980px){
  footer .wrap {
    width: 100%;
  }
  .footer_front {
    padding: 24px 5%;
  }
  .footer_front .logo {
    display: none;
  }
  .page_top {
    margin-left: auto;
  }
  .floating_top {
    right: 10px;
    bottom: 90px;
  }
  
  .footer_menu {
    padding-top: 0;
  }
  .footer_menu .sp {
    display: block;
  }
  .footer_menu .pc, 
  .footer_menu .pc-tab {
    display: none;
  }
  .footer_menu .menu_flex {
    display: block;
  }
  .footer_menu .menu_area {
    display: block;
    padding-right: 0;
    width: 100%;
    border-right: none;
  }
  .footer_menu .menu_area .menu_group {
    border-bottom: 1px solid #E6EBF0;
    padding: 25px 7.5% 25px 5%;
  }
  .footer_menu .menu_area .tl {
    font-size: 1.6rem;
    padding: 0 7px;
  }
  .footer_menu .menu_area ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_menu .menu_area ul li {
    margin-bottom: 0;
    margin-top: 15px;
    width: 50%;
  }
  .footer_menu .menu_area ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .footer_menu .menu_area .menu_group:nth-child(3) ul li:nth-child(2n-1) {
    width: 45%;
  }
  .footer_menu .menu_area .menu_group:nth-child(3) ul li:nth-child(2n) {
    width: 55%;
  }
  .footer_menu .menu_area .menu_group:nth-child(4) ul li:nth-child(2n-1) {
    width: 60%;
  }
  .footer_menu .menu_area .menu_group:nth-child(4) ul li:nth-child(2n) {
    width: 40%;
  }
  .footer_menu .menu_area .menu_group:nth-child(7) ul li:nth-child(1) {
    width: 80%;
  }
  .footer_menu .menu_area .menu_group:nth-child(8) ul li:nth-child(2n-1) {
    width: 26%;
  }
  .footer_menu .menu_area .menu_group:nth-child(8) ul li:nth-child(2n) {
    width: 74%;
  }
  .footer_menu .menu_area ul li a {
    font-size: 1.4rem;
  }
  .footer_menu .menu_area ul li a::before {
    left: 0;
  }
  .footer_menu .menu_area ul li a.blk {
    padding-right: 17px;
  }
  .footer_menu .app_area {
    padding: 25px 5% 30px;
    border-bottom: 1px solid #E6EBF0;
  }
  .footer_menu .app_area .img {
    text-align: center;
  }
  .footer_menu .app_area ul {
    position: static;
    margin: 0 auto;
    width: 220px;
  }
  .footer_bottom {
    display: block;
    padding: 30px 5% 60px;
    text-align: center;
  }
  .footer_bottom .sns_link {
    display: block;
    margin-bottom: 25px;
  }
  .footer_bottom .sns_link .tl {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /*.footer_bottom .sns_link .tl::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    border: 4px solid transparent;
    border-top: 4px solid #FFF;
    z-index: 2;
    top: auto;
    right: auto;
    margin-top: 0;
  }
  .footer_bottom .sns_link .tl::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -8px;
    border: 6px solid transparent;
    border-top: 6px solid #135D9C;
    z-index: 1;
    top: auto;
    right: auto;
    margin-top: 0;
  }*/
  .footer_bottom .sns_link .tl::before {
    background-image: url(../img/sns_triangle02.png);
    background-size: 6px 5px;
    height: 5px;
    width: 6px;
    right: 50%;
    margin-right: -3px;
    bottom: -5px;
    top: auto;
    margin-top: 0;
  }
  .footer_bottom .sns_link ul {
    justify-content: center;
  }
  .footer_bottom .other_link {
    margin-bottom: 26px;
  }
  .footer_bottom .other_link ul {
    justify-content: center;
  }
  .copy {
    text-align: center;
  }
}
@media screen and (max-width: 400px){
  .footer_menu .menu_area ul li a {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  売る方法を選ぶ
* --------------------------------------------------------------------------------------------------*/
.service_list .service_item {
  background: #fff;
  border: 1px solid #135D9C;
  padding: 8px 12px 34px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service_list .service_item::before {
  content: "";
  background: #fff;
  border: 1px solid #135D9C;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -11px;
  left: -1px;
  z-index: -1;
}
.service_list .service_item::after {
  content: "";
  background: #fff;
  border: 1px solid #135D9C;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -6px;
  left: -1px;
  z-index: -2;
}
.service_list .service_item dl {
  margin-bottom: 25px;
}
.service_list .service_item dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #135D9C;
  margin-bottom: 20px;
  text-align: center;
}
.service_list .service_item dl dd {
  font-size: 1.3rem;
  color: #4E4847;
  line-height: 1.7;
  text-align: center;
}
.service_btn a span {
  height: 27px;
}
.service_btn {
  text-align: center;
}
.service_btn a, 
.service_btn span {
  background: #E6EBF0;
  display: block;
  border-radius: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #135D9C;
  line-height: 1;
  padding: 16.5px 10px;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}
.service_btn a::after, 
.service_btn span::after {
  background: url(../img/icon_btn.svg) no-repeat;
  background-size: 11px 11px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5.5px;
  transition: right .3s;
}
.service_list a.service_item:hover .service_btn span::after {
  right: 12px;
}
@media screen and (min-width: 769px){
  .service_list {
    display: flex;
  }
  .service_list .service_item {
    margin-right: 2.6667%;
    width: 23%;
  }
  .service_list .service_item:nth-child(4n) {
    margin-right: 0;
  }
  .service_list .service_item .image {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px){
  .service_list {
    flex-wrap: wrap;
  }
  .service_list .service_item {
    margin-top: 25px;
    margin-right: 2%;
    width: 49%;
  }
  .service_list .service_item:nth-child(2n) {
    margin-right: 0;
  }
  .service_list .service_item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .service_list .service_item {
    display: flex;
    align-items: center;
  }
  .service_list .service_item + .service_item {
    margin-top: 26px;
  }
  .service_list .service_item .image {
    margin-right: 15px;
    max-width: 80px;
  }
  .service_list .service_item dl {
    margin-bottom: 12px;
  }
  .service_list .service_item dl dt {
    font-size: 2.1rem;
    margin-bottom: 10px;
    text-align: left;
  }
  .service_list .service_item dl dd {
    text-align: left;
  }
  .service_btn a, 
  .service_btn span {
    border-radius: 20px;
    font-size: 1.2rem;
    padding: 10px;
    max-width: 150px;
    margin: 0;
  }
  .service_btn a::after, 
  .service_btn span::after {
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    right: 18px;
    margin-top: -4px;
  }
  .service_btn a:hover::after, 
  .service_btn span:hover::after {
    right: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  店頭買取品目以外についてはこちら
* --------------------------------------------------------------------------------------------------*/
.service_detail {
  background: #E6EBF0;
  padding: 90px 0 80px;
}
.service_detail h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #135D9C;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_detail h2:before,
.service_detail h2:after {
  content: "";
  display: block;
  width: 24px;
  border-top: double 6px #135D9C;
}
.service_detail h2:before {
  margin-right: 20px;
}
.service_detail h2:after {
  margin-left: 20px;
}
.service_detail_list .service_box {
  background: #fff;
  border: 1px solid #135D9C;
  position: relative;
  overflow: hidden;
}
.service_detail_list .service_box a {
  display: block;
  padding: 30px 10px 33px 25px;
}
.service_detail_list .service_box a:hover {
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.service_detail_list .service_box .box_in {
  display: flex;
  align-items: center;
}
.service_detail_list .service_box .link {
  background: #f7f7f7;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: absolute;
  right: -19px;
  bottom: -19px;
}
.service_detail_list .service_box .link::before {
  background: url(../img/icon_shop_link.svg) no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 22px;
  margin-top: -6px;
  transition: right .3s;
}
.service_detail_list .service_box a:hover .link {
  background: #135D9C;
}
.service_detail_list .service_box a:hover .link::before {
  background-image: url(../img/icon_shop_link_hover.svg);
  animation: .4s ease-out workArrow;
}
.service_detail_list .service_box a:hover .box_in {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
.service_detail_list .service_box a:hover .link {
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.service_detail_list .service_box .image {
  margin-right: 18px;
  max-width: 80px;
}
.service_detail_list .service_box dl dt {
  font-size: 2.4rem;
  color: #135D9C;
  margin-bottom: 15px;
  text-align: left;
}
.service_detail_list .service_box dl dd {
  font-size: 1.3rem;
  color: #4E4847;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 1400px){
  .service_detail_list .service_box a {
    padding: 30px 10px 33px 20px;
  }
  .service_detail_list .service_box .image {
    margin-right: 15px;
  }
  .service_detail_list .service_box dl dt {
    font-size: 2rem;
  }
  .service_detail_list .service_box dl dd {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px){
  .service_detail_list {
    display: flex;
    max-width: 1112px;
    margin: 0 auto;
  }
  .service_detail_list .service_box {
    margin-right: 1.4375%;
    width: 32.375%;
  }
  .service_detail_list .service_box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px){
  .service_detail_list {
    display: block;
  }
  .service_detail_list .service_box {
    margin-right: 0;
    width: 100%;
  }
  .service_detail_list .service_box + .service_box {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px){
  .service_detail {
    padding: 60px 0 70px;
  }
  .service_detail h2 {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }
  .service_detail h2:before,
  .service_detail h2:after {
    width: 14px;
  }
  .service_detail h2 h2:before {
    margin-right: 18px;
  }
  .service_detail h2 h2:after {
    margin-left: 18px;
  }
  .service_detail_list .service_box + .service_box {
    margin-top: 15px;
  }
  .service_detail_list .service_box a {
    padding: 30px 10px 30px 15px;
  }
  .service_detail_list .service_box .image {
    margin-right: 14px;
  }
  .service_detail_list .service_box dl dt {
    font-size: 2.1rem;
    margin-bottom: 13px;
  }
  .service_detail_list .service_box dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 400px){
  .service_detail_list .service_box dl dd {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  トイプラネット店舗一覧
* --------------------------------------------------------------------------------------------------*/
.shop_wrap h3 {
  display: flex;
  align-items: flex-end;
  color: #135D9C;
  padding-top: 30px;
  border-top: 1px solid #135D9C;
}
.shop_wrap h3 .jp {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
}
.shop_wrap h3.icon_no .jp {
  padding-left: 20px;
}
.shop_wrap h3 .jp::before {
  content: "";
  background: url("../img/icon_shop_ttl.svg") no-repeat center center;
  background-size: 18px 25px;
  width: 18px;
  height: 25px;
  position: absolute;
  left: 18px;
  top: 4px;
}
.shop_wrap h3.icon_no .jp::before {
  content: none;
}
.shop_wrap h3 .en {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 8px;
}
.shop_wrap h3 .en::before {
  content: "/";
}
.shop_wrap .shop_list + h3 {
  margin-top: 80px;
}
.shop_wrap .shop_list {
  margin-top: 31px;
}
.shop_list .shop_item {
  position: relative;
  background: #fff;
  border: 1px solid #135D9C;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.shop_list .shop_item>a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.shop_list .shop_item:hover {
  opacity: 0.7;
}
.shop_list .shop_item .name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  color: #135D9C;
  margin-bottom: 8px;
  position: relative;
}
.shop_list .shop_item.blk .name::after {
  background: url(../img/icon_blk_shop.svg) no-repeat center center;
  background-size: 15px 15px;
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  right: -30px;
  top: 21px;
}
.shop_list .shop_item .address {
  font-size: 1.3rem;
  color: #4E4847;
  line-height: 1.8;
  margin-bottom: 12px;
}
.shop_list .shop_item .link-btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.35;
  padding: 10px 0;
  border-radius: 100vw;
  color: #135D9C;
  background-color: #E6EBF0;
  transition: all .3s;
}
.shop_list .shop_item .link-btn::before{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/icon_btn.svg) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.shop_list .shop_item .link-btn:hover{
  opacity: 0.7;
}
.shop_list .shop_item .link-btn:hover::before{
  right: 10px;
}

.shop_list .shop_item .tel {
  font-size: 2.4rem;
  font-weight: bold;
  color: #4E4847;
  margin-bottom: 7px;
  display: flex;
  align-items: baseline;
}
.shop_list .shop_item .tel::before {
  content: "";
  background: url("../img/icon_tel.svg") no-repeat center center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.shop_list .shop_item .time {
  font-size: 1.3rem;
  color: #4E4847;
  line-height: 1.7;
}
.shop_list .shop_item .holiday {
  font-size: 1.3rem;
  color: #4E4847;
  line-height: 1.7;
}
.shop_list .shop_item .link {
  background: #f7f7f7;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: absolute;
  right: -23px;
  bottom: -23px;
}
.shop_list .shop_item .link::before {
  background: url(../img/icon_shop_link.svg) no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 20px;
  top: 22px;
  margin-top: -5.5px;
  transition: right .3s;
}
/* .shop_list .shop_item a:hover .link {
  background: #135D9C;
}
.shop_list .shop_item a:hover .link::before {
  background-image: url(../img/icon_shop_link_hover.svg);
  animation: .4s ease-out workArrow;
}
.shop_list .shop_item a:hover .item_in {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
.shop_list .shop_item a:hover .link {
  opacity: 1.0;
  filter: alpha(opacity = 100);
} */
@keyframes workArrow {
  0% {
    transform: translate(0);
    opacity: 1
  }
  40% {
    transform: translate(10px, 0);
    opacity: 0
  }
  60% {
    transform: translate(-10px, 0);
    opacity: 0
  }
  100% {
    transform: translate(0);
    opacity: 1
  }
}
.shop_cate ul {
  display: flex;
}
.shop_cate ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 48px;
  color: #135D9C;
  text-align: center;
  border-right: 1px dashed #135D9C;
  padding: 0 15px;
  position: relative;
}
.shop_cate ul li:first-child a {
  border-left: 1px solid #135D9C;
}
.shop_cate ul li:last-child a {
  border-right: 1px solid #135D9C;
}
.shop_cate ul li a::after {
  background: url(../img/scroll_link.svg) no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15%;
}
.shop_cate ul li .jp {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}
.shop_cate ul li .en {
  display: block;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
}
.shop_page .map_img img{
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1200px){
  .shop_cate ul {
    width: 100%;
  }
  .shop_cate ul li {
    width: 25%;
  }
}
@media screen and (min-width: 769px){
  .shop_list {
    display: flex !important;
    flex-wrap: wrap;
  }
  .shop_list .shop_item {
    margin-right: 1.6667%;
    margin-top: 30px;
    width: 49.167%;
  }
  .shop_list .shop_item:nth-child(2n) {
    margin-right: 0;
  }
  .shop_list .shop_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .shop_list .shop_item .item_in {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .shop_list .shop_item .image {
    max-width: 232px;
    width: 100%;
    flex-shrink: 0;
  }
  .shop_list .shop_item .image img{
    display: block;
    width: 100%;
  }

}
@media screen and (min-width: 769px) and (max-width: 1280px){
  .shop_list .shop_item {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  .shop_list .shop_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .shop_list .shop_item + .shop_item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px){
  .shop_wrap h3 {
    padding-top: 16px;
    cursor: pointer;
    position: relative;
  }
  .shop_wrap h3::after {
    background: url(../img/icon_acc.svg) no-repeat;
    background-size: 11px 7px;
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    position: absolute;
    right: 4.6%;
    bottom: 4px;
  }
  .shop_wrap h3.open::after {
    transform: rotate(-180deg);
  }
  .shop_wrap h3 .jp {
    font-size: 1.8rem;
    padding-left: 18px;
  }
  .shop_wrap h3.icon_no .jp {
    padding-left: 13px;
  }
  .shop_wrap h3 .jp::before {
    background-size: 12px 17px;
    width: 12px;
    height: 17px;
    left: 1px;
    top: 1px;
  }
  .shop_wrap h3 .en {
    font-size: 1.1rem;
    margin-left: 4px;
  }
  .shop_wrap .shop_list + h3 {
    margin-top: 40px;
  }
  .shop_wrap .shop_list {
    display: none;
    margin-top: 30px;
  }
  .shop_list .shop_item + .shop_item {
    margin-top: 12px;
  }
  .shop_list .shop_item .item_in {
    padding: 17px 16px;
  }
  .shop_list .shop_item .image {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .shop_list .shop_item .image img {
    max-width: 100px;
    margin-right: 24px;
    display: block;
  }
  .shop_list .shop_item .name {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .shop_list .shop_item .tel {
    font-size: 1.8rem;
  }
  .shop_cate ul li a {
    padding: 10px 10px 7px;
  }
  .shop_cate ul li a::after {
    background-image: url(../img/scroll_link_sp.svg);
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    right: 10%;
  }
  .shop_cate ul li .jp {
    font-size: 1.4rem;
  }
  .shop_cate ul li .en {
    font-size: 1rem;
  }
  .shop_list .shop_item .link-btn{
    max-width: none;
    width: 100%;
    font-size: 4vw;
    padding: 2.133333333333336vw 0;
  }
  .shop_list .shop_item .link-btn::before{
    right: 4vw;
    width: 2.93333333333333333vw;
    height: 2.93333333333333333vw;
  }
  .shop_list .shop_item .link-btn:hover::before{
    right: 3.2vw;
  }

}
@media screen and (max-width: 700px){
  .shop_cate ul li .jp {
    font-size: 1.25rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  お知らせ
* --------------------------------------------------------------------------------------------------*/
.news_list {
  margin-bottom: 60px;
}
.news_list .news_item .info {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin-bottom: 20px;
}
.news_list .news_item .date {
  font-size: 1.2rem;
  color: #4E4847;
}
.news_list .news_item .cat {
  display: flex;
  gap: 0 4px;
}
.news_list .news_item .cat a {
  display: block;
  color: #B2B2B2;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #B2B2B2;
  border-radius: 17px;
  padding: 5px 11px;
}
.news_list .news_item .cat a span {
  position: relative;
  padding-left: 13px;
}
.news_list .news_item .cat a span::before {
  content: "";
  background: #B2B2B2;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 6px;
}
.news_list .news_item .tl a {
  font-size: 1.6rem;
  color: #292423;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px){
  .news_list {
    display: flex;
    flex-wrap: wrap;
  }
  .news_list .news_item {
    margin-right: 8%;
    padding-top: 40px;
    width: 46%;
    position: relative;
  }
  .news_list .news_item:nth-child(2n) {
    margin-right: 0;
  }
  .news_list .news_item:nth-child(-n+2) {
    padding-top: 0;
  }
  .news_list .news_item::after {
    content: "";
    background: #E6EBF0;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -8%;
    top: 0;
  }
  .news_list .news_item:nth-child(2n)::after {
    content: none;
  }
}
@media screen and (max-width: 768px){
  .news_list {
    margin-bottom: 50px;
    padding: 0 4%;
  }
  .news_list .news_item + .news_item {
    margin-top: 35px;
  }
  .news_list .news_item .info {
    gap: 0 15px;
    margin-bottom: 14px;
  }
  .news_list .news_item .cat a {
    font-size: 1rem;
    border-radius: 12px;
    padding: 3px 8px;
  }
  .news_list .news_item .cat a span {
    padding-left: 10px;
  }
  .news_list .news_item .cat a span::before {
    height: 7px;
    width: 7px;
    top: 5px;
  }
  .news_list .news_item .tl a {
    font-size: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  コラム
* --------------------------------------------------------------------------------------------------*/
.more_btn {
  cursor: pointer;
}
.more_btn span {
  color: #135D9C;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.more_btn span:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_btn a::after {
  background: url(../img/icon_more.svg) no-repeat 0 0;
  content: "";
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.column_list .column_item {
  display: flex;
}
.column_list .column_item .img {
  margin-right: 20px;
}
.column_list .column_item .date {
  font-size: 1.2rem;
  color: #4E4847;
  min-width: 75px;
}
.column_list .column_item .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 4px;
}
.column_list .column_item .cat a {
  display: block;
  color: #B2B2B2;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #B2B2B2;
  border-radius: 17px;
  padding: 5px 11px;
}
.column_list .column_item .cat a span {
  display: inline-block;
  position: relative;
  padding-left: 13px;
}
.column_list .column_item .cat a span::before {
  content: "";
  background: #B2B2B2;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 3px;
}
.column_list .column_item .tl a {
  font-size: 1.6rem;
  color: #4E4847;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px){
  .column_list {
    display: flex;
    flex-wrap: wrap;
  }
  .column_list .column_item {
    margin-right: 8%;
    padding-top: 48px;
    width: 46%;
    position: relative;
  }
  .column_list .column_item:nth-child(2n) {
    margin-right: 0;
  }
  .column_list .column_item:nth-child(-n+2) {
    padding-top: 0;
  }
  .column_list .column_item .img {
    max-width: 160px;
  }
  .column_list .column_item::after {
    content: "";
    background: #E6EBF0;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -8%;
    top: 0;
  }
  .column_list .column_item:nth-child(2n)::after {
    content: none;
  }
  .column_list .column_item .info {
    display: flex;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px){
  .column_list .column_item {
    margin-right: 4%;
    width: 48%;
  }
  .column_list .column_item .img {
    margin-right: 15px;
    max-width: 130px;
  }
  .column_list .column_item::after {
    right: -4%;
  }
  .column_list .column_item .tl a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px){
  .top_column {
    padding: 70px 0;
  }
  .more_btn {
    text-align: center;
  }
  .more_btn span {
    font-size: 1.4rem;
  }
  .more_btn a::after {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    margin-left: 10px;
  }
  .top_column .top_title {
    border-bottom: none;
    margin-bottom: 35px;
    padding-bottom: 0;
  }
  .column_list {
    margin-bottom: 27px;
  }
  .column_list .column_item + .column_item {
    margin-top: 30px;
  }
  .column_list .column_item .img {
    margin-right: 8px;
    /*max-width: 96px;*/
    max-width: 150px;
    min-width: 150px;
  }
  .column_list .column_item .date {
    margin-bottom: 8px;
  }
  .column_list .column_item .cat a {
    font-size: 1rem;
    border-radius: 12px;
    padding: 3px 8px;
  }
  .column_list .column_item .cat a span {
    padding-left: 10px;
  }
  .column_list .column_item .cat a span::before {
    height: 7px;
    width: 7px;
    top: 2px;
  }
  .column_list .column_item .tl a {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .column_list .column_item .info {
    margin-bottom: 8px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  取り扱いアイテム一覧
* --------------------------------------------------------------------------------------------------*/
.item_list {
  margin-bottom: 60px;
}
.item_list .item_list_item a {
  display: block;
  background: #fff;
  padding: 7px 8px 22px;
  text-align: center;
}
.item_list .item_list_item a:hover {
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.item_list .item_list_item a .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item_list .item_list_item a .thumbnail img {
  width: 100%;
  transition: .3s;
}
.item_list .item_list_item a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item_list .item_list_item a p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4E4847;
  margin-top: 15px;
  text-align: center;
}
.item_list_note {
  margin-top: 70px;
}
.item_list_note dl {
  font-size: 1.2rem;
}
.item_list_note dl + dl {
  margin-top: 15px;
}
.item_list_note dl dt {
  line-height: 1.6;
  margin-bottom: 10px;
}
.item_list_note dl dt em {
  font-style: normal;
  font-weight: bold;
}
.item_list_note dl dd {
  line-height: 1.6;
}
.item_list_note dl dd ul li {
  line-height: 1.8;
}
@media screen and (min-width: 769px){
  .item_list {
    display: flex;
    flex-wrap: wrap;
  }
  .item_list .item_list_item {
    margin-right: 1.3333%;
    margin-top: 32px;
    width: 24%;
  }
  .item_list .item_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .item_list .item_list_item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px){
  .item_list .item_list_item {
    margin-right: 2%;
    margin-top: 25px;
    width: 32%;
  }
  .item_list .item_list_item:nth-child(4n) {
    margin-right: 2%;
  }
  .item_list .item_list_item:nth-child(-n+4) {
    margin-top: 25px;
  }
  .item_list .item_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .item_list .item_list_item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .item_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .item_list .item_list_item {
    margin-right: 3.206%;
    margin-top: 16px;
    width: 48.397%;
  }
  .item_list .item_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .item_list .item_list_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item_list .item_list_item a {
    padding: 5px 5px 14px;
  }
  .item_list .item_list_item a p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .item_list_note {
    margin-top: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  強化アイテム
* --------------------------------------------------------------------------------------------------*/
.item_list .item_list_item a {
  display: block;
  text-align: center;
}
.pickup_list .pickup_list_item a {
  background: #fff;
  display: block;
  border: 1px solid #F7F7F7;
  padding: 4px 4px 15px;
}
.pickup_list .pickup_list_item a:hover {
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.pickup_list .pickup_list_item a .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pickup_list .pickup_list_item a .thumbnail img {
  width: 100%;
  transition: .3s;
}
.pickup_list .pickup_list_item a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pickup_list .pickup_list_item a p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4E4847;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 769px){
  .pickup_list {
    display: flex;
    flex-wrap: wrap;
  }
  .pickup_list .pickup_list_item {
    margin-right: 1.66625%;
    margin-top: 30px;
    width: 18.667%;
  }
  .pickup_list .pickup_list_item:nth-child(5n) {
    margin-right: 0;
  }
  .pickup_list .pickup_list_item:nth-child(-n+5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px){
  .pickup_list .pickup_list_item {
    margin-right: 1.3333%;
    margin-top: 30px;
    width: 24%;
  }
  .pickup_list .pickup_list_item:nth-child(5n) {
    margin-right: 1.3333%;
  }
  .pickup_list .pickup_list_item:nth-child(-n+5) {
    margin-top: 30px;
  }
  .pickup_list .pickup_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .pickup_list .pickup_list_item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .pickup_list {
    display: flex;
    flex-wrap: wrap;
  }
  .pickup_list .pickup_list_item {
    margin-right: 1.45775%;
    margin-top: 24px;
    width: 32.3615%;
  }
  .pickup_list .pickup_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .pickup_list .pickup_list_item:nth-child(-n+3) {
    margin-top: 0;
  }
  .pickup_list .pickup_list_item a {
    padding: 2px 2px 20px;
    height: 100%;
  }
  .pickup_list .pickup_list_item a p {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  ストーリー
* --------------------------------------------------------------------------------------------------*/
.stories_list .stories_item a:hover {
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.stories_list .stories_item .icon {
  background: url(../img/top/stories_icon.svg) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6AB158;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  height: 63px;
  width: 84px;
  position: absolute;
  top: 5px;
  left: 0;
}
.stories_list .stories_item .icon span {
  margin-top: -6px;
}
.stories_list .stories_item .icon span::after {
  display: block;
  font-size: 2.3rem;
  line-height: 1;
}
.stories_list .stories_item:nth-child(1) .icon span::after {
  content: "01"
}
.stories_list .stories_item:nth-child(2) .icon span::after {
  content: "02"
}
.stories_list .stories_item:nth-child(3) .icon span::after {
  content: "03"
}
.stories_list .stories_item:nth-child(4) .icon span::after {
  content: "04"
}
.stories_list .stories_item:nth-child(5) .icon span::after {
  content: "05"
}
.stories_list .stories_item:nth-child(6) .icon span::after {
  content: "06"
}
.stories_list .stories_item a .thumbnail_wrap {
  position: relative;
}
.stories_list .stories_item a .thumbnail_wrap::before {
  content: "";
  background: url(../img/top/stories_item_bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -10px;
  bottom: -8px;
  height: 100%;
  width: 100%;
}
.stories_list .stories_item a .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 140px;
}
.stories_list .stories_item a .thumbnail img {
  width: 100%;
  transition: .3s;
}
.stories_list .stories_item a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.stories_list .stories_item .text_area {
  position: relative;
  margin-top: -43px;
}
.stories_list .stories_item .text_area .tl {
  display: inline-block;
  background: #fff;
  border-radius: 25px;
  font-size: 2rem;
  font-weight: bold;
  color: #6AB158;
  line-height: 1;
  padding: 13px 20px;
}
.stories_list .stories_item .text_area .text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4E4847;
  margin-top: 15px;
  letter-spacing: normal;
}
.stories_list02 .stories_item a {
  display: block;
  background: #fff;
  padding: 10px 10px 20px;
  text-align: center;
}
.stories_list02 .stories_item a:hover {
  opacity: 1.0;
  filter: alpha(opacity = 100);
}
.stories_list02 .stories_item a .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.stories_list02 .stories_item a .thumbnail img {
  width: 100%;
  transition: .3s;
}
.stories_list02 .stories_item a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.stories_list02 .stories_item a .text_area {
  padding: 0 11px;
}
.stories_list02 .stories_item a .tl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #135D9C;
  margin-top: 18px;
  text-align: center;
}
.stories_list02 .stories_item a .text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4E4847;
  margin-top: 12px;
  padding: 0 5px;
}
.link_arw {
  margin-top: 16px;
}
.link_arw .in {
  display: inline-block;
}
.link_arw a {
  color: #6AB158;
  display: flex;
  align-items: center;
}
.link_arw a:hover {
  opacity: 1;
}
.link_arw a span.arw {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_arw a span.arw img {
  width: 28px;
  height: 28px;
}
.link_arw a:hover span.arw img {
  animation: .4s ease-out workArrow
}
.link_arw a span.text {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-right: 12px;
  padding-bottom: 8px;
  overflow: hidden;
}
.link_arw a span.text::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #6AB158;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.link_arw a:hover span.text::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
@keyframes workArrow {
  0% {
    transform: translate(0);
    opacity: 1
  }
  40% {
    transform: translate(10px, 0);
    opacity: 0
  }
  60% {
    transform: translate(-10px, 0);
    opacity: 0
  }
  100% {
    transform: translate(0);
    opacity: 1
  }
}
@media screen and (min-width: 769px){
  .stories_list {
    display: flex;
    flex-wrap: wrap;
  }
  .stories_list .stories_item {
    margin-right: 3.0005%;
    margin-top: 70px;
    width: 31.333%;
  }
  .stories_list .stories_item:nth-child(3n) {
    margin-right: 0;
  }
  .stories_list .stories_item:nth-child(-n+3) {
    margin-top: 0;
  }
  .stories_list02 {
    display: flex;
    flex-wrap: wrap;
  }
  .stories_list02 .stories_item {
    margin-right: 1.374995%;
    margin-top: 25px;
    width: 32.41667%;
  }
  .stories_list02 .stories_item:nth-child(3n) {
    margin-right: 0;
  }
  .stories_list02 .stories_item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .stories_area .wrap {
    width: 88%;
  }
  .stories_list {
    display: flex;
    flex-wrap: wrap;
  }
  .stories_list .stories_item {
    margin-right: 4%;
    margin-top: 50px;
    width: 48%;
  }
  .stories_list .stories_item:nth-child(2n) {
    margin-right: 0;
  }
  .stories_list .stories_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .stories_list .stories_item a .thumbnail {
    border-radius: 20vw;
  }
  .stories_list .stories_item .text_area {
    margin-top: -35px;
  }
  .stories_list .stories_item .text_area .tl {
    border-radius: 22px;
    font-size: 2rem;
    padding: 11px 16px;
  }
  .stories_list .stories_item .text_area .text {
    font-size: 1.5rem;
  }
  .stories_list02 {
    display: flex;
    flex-wrap: wrap;
  }
  .stories_list02 .stories_item {
    margin-right: 4%;
    margin-top: 20px;
    width: 48%;
  }
  .stories_list02 .stories_item:nth-child(2n) {
    margin-right: 0;
  }
  .stories_list02 .stories_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .stories_list02 .stories_item a {
    padding: 5px 5px 12px;
  }
  .stories_list02 .stories_item a .tl {
    font-size: 1.9rem;
    margin-top: 13px;
  }
  .stories_list02 .stories_item a .text {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px){
  .stories_list {
    display: block;
  }
  .stories_list .stories_item {
    margin: 0;
    width: 100%;
  }
  .stories_list .stories_item + .stories_item {
    margin-top: 54px;
  }
  .stories_list .stories_item a .thumbnail_wrap::before {
    background-image: url(../img/top/stories_item_bg_sp.svg);
  }
  .stories_list .stories_item a .thumbnail {
    border-radius: 50vw;
  }
  .stories_list .stories_item .text_area {
    margin-top: -33px;
  }
  .stories_list .stories_item .text_area .tl {
    border-radius: 20px;
    font-size: 1.8rem;
    padding: 10px 14px;
  }
  .stories_list .stories_item .text_area .text {
    font-size: 1.6rem;
  }
  .stories_list02 {
    display: block;
  }
  .stories_list02 .stories_item {
    margin: 0;
    width: 100%;
  }
  .stories_list02 .stories_item + .stories_item {
    margin-top: 15px;
  }
}

.grecaptcha-badge{
  z-index: 10;
}

body.loaded #sub-loading{
  display:none;
}
#sub-loading{
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  display:none;
  justify-content:center;
  align-items:center;
}
/* .loaded-before #sub-loading{
  display:none;
} */
#sub-loading .loading_inner img{
  width: 350px;
  opacity: 0;
  animation: logoFade 4.8s ease forwards;
   /* animation: logoZoom 2s cubic-bezier(0.22, 1, 0.36, 1) forwards; */
}
@keyframes logoFade{
  0%{
    transform: scale(0.9);
    opacity:0;
  }
  40%{
    transform: scale(1.05);
    opacity:1;
  }
  80%{
    opacity:1;
  }
  100%{
    transform: scale(1);
    opacity:0;
  }
}
.test-top #top_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.test-top .sub-top_slider .slide{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
}
.test-top .sub-top_slider .slide.active{
  -webkit-animation: scale 8.5s linear 0s forwards, fade 1.5s ease-in-out 6s forwards;
  animation: scale 8.5s linear 0s forwards, fade 1.5s ease-in-out 6s forwards;
  z-index: 5;
}
.test-top .sub-top_slider .slide.active+.active {
  z-index: 4;
}
.test-top .sub-top_slider .slide-01{
  z-index: 3;
}
.test-top .sub-top_slider .slide-01{ background-image: url(../img/top/01.jpg);}
.test-top .sub-top_slider .slide-02{ background-image: url(../img/top/02.jpg);}
.test-top .sub-top_slider .slide-03{ background-image: url(../img/top/03.jpg);}
.test-top .sub-top_slider .slide-04{ background-image: url(../img/top/04.jpg);}
.test-top .sub-top_slider .slide-05{ background-image: url(../img/top/05.jpg);}
.test-top .sub-top_slider .slide-06{ background-image: url(../img/top/06.jpg);}
@media screen and (max-width: 768px){
  .test-top .sub-top_slider .slide-01{ background-image: url(../img/top/01_sp.jpg);}
  .test-top .sub-top_slider .slide-02{ background-image: url(../img/top/02_sp.jpg);}
  .test-top .sub-top_slider .slide-03{ background-image: url(../img/top/03_sp.jpg);}
  .test-top .sub-top_slider .slide-04{ background-image: url(../img/top/04_sp.jpg);}
  .test-top .sub-top_slider .slide-05{ background-image: url(../img/top/05_sp.jpg);}
  .test-top .sub-top_slider .slide-06{ background-image: url(../img/top/06_sp.jpg);}
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13)
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13)
  }
}
@-webkit-keyframes fade {
  0% {
      opacity: 1
  }
  to {
      opacity: 0
  }
}
@keyframes fade {
  0% {
      opacity: 1
  }
  to {
      opacity: 0
  }
}

.test-top .main_text_area .main_text{
  z-index: 5;
}
.test-top .main_text_area .main_text h2{
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.test-top .main_text_area .main_text .logo img{
  display: block;
  width: 330px;
  filter: drop-shadow(0 3px 4px rgba(0,0,0,0.2));
}
/* .test-top .main_text_area .main_text,
.test-top .main_text_area .fade-left{
  opacity: 0;
  transform:translateX(-40px);
  transition: all 0.8s ease;
}
.test-top .main_text_area .fade-left.show{
  opacity: 1;
  transform:translateX(0);
} */
@media screen and (max-width: 768px){
  #sub-loading .loading_inner img{
    width: 53.333333333333334vw;
    margin: 0 auto;
  }

}
