@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  position: relative;
  color: #222;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  font-size: 1.5em;
  line-height: 2;
}

a {
  color: #0077B6;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(0, 52.3076923077, 80);
}

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

video {
  width: 100%;
  height: auto;
}

/* language
----------------------------------*/
.ja {
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}

.en {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.num_font {
  font-family: "YakuHanJP", "Barlow", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.txt_gradation {
  background: linear-gradient(90deg, #0077B6, #008e4f);
  background: -webkit-linear-gradient(0deg, #0077B6, #008e4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* header
----------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  transition: all 0.3s ease;
}
#header .inner {
  margin: 0 auto;
  max-width: 95%;
  min-width: 1024px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#header #logo {
  width: 340px;
}
#header #logo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header #logo a img {
  width: 49%;
  background-color: #000;
  -o-object-fit: contain;
     object-fit: contain;
}
#header #head_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header .phone_txt {
  color: #222;
}
#header .phone_txt a {
  color: #0077B6;
}
#header .contact_btn {
  margin-right: 1em;
}
#header.static {
  position: static;
}
#header.is-fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
#header.is-hide {
  transform: translateY(-100%);
}

.underlayer #header {
  position: relative;
  background-color: #fff;
}
.underlayer #header .inner {
  padding: 16px 0;
}
.underlayer #header.is-fixed {
  position: fixed;
  z-index: 9999;
}

/* navi
----------------------------------*/
#navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 1em;
}
#navi > li {
  position: relative;
  padding: 0 16px;
}
#navi > li:last-child {
  display: none;
}
#navi > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%, -50%);
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.5;
}
#navi > li:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%, -50%);
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.5;
}
#navi > li a {
  color: #5e5e5e;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
#navi > li span {
  display: block;
  color: #222;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}
#navi .sub_link_list {
  display: none;
}

/* mega_menu
----------------------------------*/
.mega_parents:hover .mega_menu {
  opacity: 1;
  max-height: 9999px;
  padding: 48px;
}
.mega_parents::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  transform: translate(-50%, -200%) rotate(-45deg);
  opacity: 0.5;
}

.mega_menu {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 170%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 720px;
  max-height: 0;
  background: #f8f8f8;
  border-radius: 5px;
  transition: all 0.2s ease-in;
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_list li {
  width: 48.5%;
  margin-bottom: 3%;
}
.menu_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 600;
}
.menu_list li .menu_img {
  width: 32%;
  height: 80px;
}
.menu_list li .menu_btn {
  width: 64%;
  text-align: left;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 55px;
  right: 10px;
  z-index: 5;
}
#page-top a {
  display: inline-block;
  transition: 0.15s ease;
  text-decoration: none;
  color: #222;
  font-size: 1.4rem;
  line-height: 80px;
  font-feature-settings: "palt";
}
#page-top a:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  width: 15px;
  height: 15px;
  transition: 0.15s ease;
  transform: rotate(-45deg);
}

/* footer
----------------------------------*/
#footer {
  background-color: #03045E;
  color: #fff;
  font-size: 0.9em;
}
#footer .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 0;
}
#footer .foot_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 56px;
}
#footer .foot_address {
  width: 30%;
}
#footer .foot_link {
  width: 68%;
}
#footer .link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .link_list a {
  position: relative;
  color: #fff;
}
#footer .link_list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  transition: all 0.3s ease;
}
#footer .link_list a:hover:after {
  transform: scaleX(1);
}
#footer .link_list > li:first-child {
  display: none;
}
#footer .link_list > li > a {
  font-weight: 600;
}
#footer .link_list > li > a > span {
  display: none;
}
#footer .sub_link_list {
  margin-top: 8px;
  font-size: 1.3rem;
}
#footer .sub_link_list li {
  margin-top: 10px;
}
#footer .sub_link_list li a {
  position: relative;
  padding-left: 15px;
}
#footer .sub_link_list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #0077B6;
}
#footer .address {
  margin-bottom: 24px;
}
#footer .flogo {
  width: 320px;
  margin-bottom: 5px;
}
#footer .flogo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .flogo a img {
  width: 49%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
}
#footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}
#footer .foot_fas {
  margin-left: 1em;
  color: #fff;
}

/* outer-menu
----------------------------------*/
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu {
  display: none;
  position: relative;
  z-index: 6;
  width: 60px;
  height: 60px;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
  background-color: #222;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #222;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 300vw;
  height: 300vw;
  color: #222;
  background: #f8f8f8;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  display: block;
  margin: 2em 0;
  padding: 0;
  line-height: 1.4;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: block;
  cursor: pointer;
  transition: color 0.4s ease;
  color: #222;
}
.outer-menu .menu > div > div > ul > li > a span {
  display: block;
  color: #0077B6;
  font-size: 1.6rem;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.4s ease;
}
.outer-menu .menu > div > div > ul > li .sub_link_list {
  display: none;
}

/* contact_list
----------------------------------*/
.contact_list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.contact_list li {
  width: 40%;
  margin: 0 2%;
}
.contact_list li a {
  display: block;
  padding: 0.8em 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 5em;
}
.contact_list li a:before {
  margin-right: 10px;
}
.contact_list li a.tel_btn {
  background: #fff;
  color: #0077B6;
}
.contact_list li a.tel_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}
.contact_list li a.mail_btn {
  background: #0077B6;
  color: #fff;
}
.contact_list li a.mail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

/* sp_navi
----------------------------------*/
#sp_navi,
.humb-menu {
  display: none;
}

/* slideshow
----------------------------------*/
@media screen and (max-width: 1101px) {
  #slider_vajndc_1778644016.slider_wrapper {
    --swiper-wrapper-height: 100vw!important;
  }
}
#slide-wrap {
  position: relative;
}
#slide-wrap::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_2_line-1.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: 12%;
}

#slideshow {
  position: relative;
  overflow: hidden;
  max-width: 56%;
  margin-left: auto;
  margin-right: 0;
}

#catch {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 560px;
}

.swiper-container {
  max-width: 80%;
  margin-left: auto;
  margin-right: 0;
}

.swiper-slide {
  overflow: hidden;
  position: relative;
}

.slide-img {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@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_2_line-1 {
  margin-bottom: 50px;
}

/*contact__tel
--------------------------------*/
.contact__tel {
  margin-top: 40px;
  gap: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact__tel dl {
  gap: 40px;
  display: flex;
  align-items: center;
}
.contact__tel dl dt {
  font-size: 2rem;
}
.contact__tel dl dd {
  padding-left: 40px;
  border-left: 1px solid #DDD;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.contact__tel dl dd .call {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.contact__tel-note {
  font-size: 1.4rem;
}

/* contact_v2
----------------------------------*/
.contact_v2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_v2 .phone,
.contact_v2 .detail {
  padding: 0 2em;
}
.contact_v2 .phone {
  border-right: 1px dashed #aaa;
}
.contact_v2 .phone a {
  position: relative;
  color: #0077B6;
  font-size: 3.6rem;
  font-weight: 600;
}
.contact_v2 .phone a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 0.2em;
}
.contact_v2 .phone span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.contact_v2 .detail {
  width: 35%;
}
.contact_v2 .access {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

/* contact_area
----------------------------------*/
.contact_area_title {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: 600;
}
.contact_area_title span {
  display: block;
  color: #0077B6;
  font-size: 1.4rem;
}

.contact_area {
  display: flex;
  justify-content: space-between;
}
.contact_area .detail {
  width: 60%;
}
.contact_area .txt {
  margin-bottom: 16px;
}
.contact_area .contact_phone {
  margin-bottom: 16px;
  line-height: 1.2;
  text-align: center;
}
.contact_area .contact_phone a {
  position: relative;
  color: #0077B6;
  font-size: 4rem;
  font-weight: 600;
}
.contact_area .contact_phone a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 5px;
}
.contact_area .contact_phone span {
  display: block;
}
.contact_area .btn {
  width: 32;
}
.contact_area .link_txt a {
  position: relative;
  display: block;
  color: #0077B6;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px solid #999;
}
.contact_area .link_txt a:before {
  margin-right: 0.5em;
}
.contact_area .link_txt a:hover:after {
  width: 100%;
}
.contact_area .link_txt a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0077B6;
  transition: width 0.4s ease;
}
.contact_area .link_txt .link_txt_01 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_area .link_txt .link_txt_02 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f279";
  font-weight: 900;
}

/* contact_btn
----------------------------------*/
.contact_btn li a,
.contact_btn li button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.5em 3em;
  border-radius: 5em;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.contact_btn li a span,
.contact_btn li button span {
  position: relative;
}
.contact_btn li a:before,
.contact_btn li button:before {
  display: block;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}
.contact_btn li a:after,
.contact_btn li button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.contact_btn li a:hover:before,
.contact_btn li button:hover:before {
  width: 100%;
}
.contact_btn li .contact_other {
  background-color: #03045E;
  color: #fff;
}
.contact_btn li .contact_other:before {
  background-color: rgb(2.2113402062, 2.9484536082, 69.2886597938);
}
.contact_btn li .contact_mail {
  background-color: #0077B6;
  color: #fff;
}
.contact_btn li .contact_mail:before {
  background-color: rgb(0, 85.6538461538, 131);
}
.contact_btn li .contact_shop {
  background-color: #fff;
  border: 1px solid #0077B6;
  color: #0077B6;
  z-index: 1;
}
.contact_btn li .contact_shop:before {
  background-color: #0077B6;
}
.contact_btn li .contact_shop:hover {
  color: #fff;
  z-index: 1;
}
.contact_btn li .contact_w_01 {
  max-width: 340px;
  padding: 1em 3em;
}
.contact_btn li .contact_w_02 {
  margin: 30px auto 0;
}

/* contents
----------------------------------*/
.single_01 {
  margin: 0 auto;
  max-width: 1240px;
  padding-bottom: 80px;
}

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

.single_03 {
  margin: 0 auto;
  max-width: 80%;
  padding-bottom: 80px;
}

.single_04 {
  margin: 0 auto;
  max-width: 768px;
  padding-bottom: 80px;
}

.single_05 {
  margin: 0 auto;
  max-width: 1240px;
}

.single_06 {
  margin: 0 auto;
  max-width: 1024px;
}

.single_07 {
  margin: 0 auto;
  max-width: calc(100% - 100px);
}

.single_08 {
  margin: 0 auto;
  max-width: 768px;
}

.single_09 {
  padding-bottom: 80px;
}

/* bg
----------------------------------*/
.bg_common {
  padding-top: 80px;
}

.bg_b {
  margin-bottom: 80px;
}

.bg_contact {
  position: relative;
}
.bg_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/bg_contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0077B6;
  background-blend-mode: luminosity;
  opacity: 0.2;
}

.bg_gray {
  position: relative;
  background-color: #F4F4F4;
}

.bg_01 {
  position: relative;
}
.bg_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/bg_01.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  opacity: 0.7;
  filter: hue-rotate(225deg);
}

.bg_02 {
  position: relative;
  z-index: 0;
}
.bg_02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.bg_03 {
  position: relative;
  z-index: 0;
}
.bg_03::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -2;
}

/* column
----------------------------------*/
.half {
  display: flex;
  justify-content: space-between;
}
.half > .child {
  width: 50%;
}

.triple {
  display: flex;
  justify-content: space-between;
}
.triple .child {
  width: 33.3%;
}

.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column2 > .child {
  width: 48.44%;
  margin: 0 3% 3% 0;
}
.column2 > .child:nth-child(2n) {
  margin: 0 0 3% 0;
}

.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column3 > .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
}
.column3 > .child:nth-child(3n) {
  margin: 0 0 3% 0;
}

.column4 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column4 > .child {
  width: 22.7%;
  margin: 0 3% 3% 0;
}
.column4 > .child:nth-child(4n) {
  margin: 0 0 3% 0;
}

.nayami {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #0077B6;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.column5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
.column5 > .child {
  width: 18.4%;
  margin: 0 2% 2% 0;
}
.column5 > .child:nth-child(5n) {
  margin: 0 0 2% 0;
}

.column6 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
.column6 > .child {
  width: 15%;
  margin: 0 2% 2% 0;
}
.column6 > .child:nth-child(6n) {
  margin: 0 0 2% 0;
}

.column7 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
.column7 > .child {
  width: 12.5%;
  margin: 0 2% 2% 0;
}
.column7 > .child:nth-child(7n) {
  margin: 0 0 2% 0;
}

.align-center {
  align-items: center;
}

/* mtitle
----------------------------------*/
.mtitle_page {
  position: relative;
  z-index: 1;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.mtitle_page span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0em;
}
.mtitle_page.type1 {
  text-align: left;
}

.mtitle_big {
  position: relative;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.mtitle_big span {
  position: relative;
  margin-right: 0.2em;
  color: #0077B6;
  display: block;
  font-size: 5.4rem;
}
.mtitle_big.white span {
  color: #fff;
}
.mtitle_big.white span::before {
  background-color: #fff;
}

.mtitle_middle {
  position: relative;
  border-bottom: 3px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.mtitle_middle:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #0077B6;
}
.mtitle_middle span {
  margin-left: 1em;
  color: #0077B6;
  font-size: 1.2rem;
}

.mtitle_small {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 15px 30px;
  margin-bottom: 32px;
}
.mtitle_small:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: "";
  background: #03045E;
}

.mtitle {
  position: relative;
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.mtitle_top {
  margin-bottom: 24px;
  color: #0077B6;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.mtitle_sub {
  padding-left: 0.5em;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  border-left: 6px solid #0077B6;
  margin-bottom: 15px;
  color: #222;
  line-height: 1.4;
  text-align: left;
  font-size: 1.1em;
  font-weight: 600;
}

.mtitle_point {
  position: relative;
  margin-bottom: 24px;
  padding-top: 16px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.mtitle_news {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mtitle_ribon {
  position: absolute;
  top: -25px;
  left: -10px;
  width: 100%;
  z-index: 1;
}
.mtitle_ribon span {
  display: inline-block;
  background: #b60000;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 30px;
}
.mtitle_ribon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent rgb(0, 52.3076923077, 80) transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.mtitle_ribon.type1 span {
  background-color: #111;
  color: #fff017;
}

.mtitle_ribon2 {
  position: relative;
  width: 100%;
  z-index: 1;
}
.mtitle_ribon2 span {
  display: inline-block;
  background: #b60000;
  color: #fff;
  font-size: 2rem;
  padding: 2px 30px;
  margin-bottom: 10px;
}
.mtitle_ribon2.type1 span {
  background-color: #111;
  color: #fff017;
}

.mtitle_greeting {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
.mtitle_greeting span {
  position: relative;
  margin-right: 0.2em;
  color: #0077B6;
  font-size: 4.8rem;
}

.mtitle_balloon {
  font-size: 3.5rem;
  margin-bottom: 30px;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
  line-height: 1em;
  overflow: hidden;
  font-weight: 600;
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #222;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}

.mtitle_box {
  background: #0077B6;
  position: relative;
  padding: 12px 24px 12px 12px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
}
.mtitle_box.type1 {
  background: #03045E;
}

.mtitle_service {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.mtitle_service::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #0077B6;
  width: 100px;
}
.mtitle_service img {
  max-width: 200px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.mtitle_service span {
  display: block;
  color: #bababa;
  font-size: 1.2rem;
}

.read {
  position: relative;
  margin-bottom: 8px;
  padding-left: 56px;
  font-size: 2.2rem;
  font-weight: 600;
}
.read::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ccc;
}

.mtext1 {
  font-size: 1.2em;
  color: #0077B6;
  font-weight: 600;
}

.mtext2 {
  font-size: 1.2em;
  font-weight: 600;
}

.mtitle_catch {
  margin-bottom: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.mtitle_logo {
  margin: 0 auto 40px;
  max-width: 320px;
}

.mtitle_line {
  position: relative;
  text-align: center;
  font-size: 2rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 6px 0;
  margin-bottom: 30px;
  background-color: #03045E;
  color: #fff;
}

.title01 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.title01 span {
  padding: 4px 8px;
  color: #0077B6;
  display: inline-block;
  font-size: 1.3em;
  border: 1px solid #0077B6;
  margin-right: 5px;
}
.title01.red span {
  color: #EF4444;
  border: 1px solid #EF4444;
}

/* btn
----------------------------------*/
.btn_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 40px;
  padding: 1em 2em;
  max-width: 220px;
  transition: 0.3s;
  font-weight: 600;
}
.btn_common::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  transition: 0.3s;
}
.btn_common::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  transition: 0.3s;
}
.btn_common:hover::before, .btn_common:hover::after {
  right: -2.5em;
}

.btn_auto {
  margin: 40px auto 0;
}

.a_btn {
  background-color: #fff;
  border: 1px solid #0077B6;
  color: #0077B6;
}
.a_btn::before {
  background-color: #0077B6;
}
.a_btn::after {
  background-color: #0077B6;
}
.a_btn:hover {
  color: #0077B6;
}

.b_btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.b_btn::before {
  background-color: #fff;
}
.b_btn::after {
  background-color: #fff;
}
.b_btn:hover {
  background-color: #fff;
  color: #222;
}
.b_btn:hover::before {
  background-color: #222;
}
.b_btn:hover::after {
  background-color: #222;
}

.c_btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #222;
}
.c_btn::before {
  background-color: #222;
}
.c_btn::after {
  background-color: #222;
}

.d_btn {
  background-color: #fff;
  border: 1px solid #0077B6;
  color: #0077B6;
}
.d_btn::before {
  background-color: #0077B6;
}
.d_btn::after {
  background-color: #0077B6;
}
.d_btn:hover {
  color: #0077B6;
}

.btn_v2 {
  display: block;
  max-width: 320px;
  min-width: 160px;
  margin: 32px auto 0;
}
.btn_v2 .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  flex: 20%;
}
.btn_v2 .inner .button {
  position: relative;
  padding: 7% 0 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 119, 182, 0.1);
  color: #222;
  text-align: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn_v2 .inner .button .button_bnr .b-txt {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.btn_v2 .inner .button .button_bnr .b-txt::before, .btn_v2 .inner .button .button_bnr .b-txt::after {
  content: "";
  position: absolute;
  background: #222;
}
.btn_v2 .inner .button .button_bnr .b-txt::before {
  top: 15px;
  right: 20px;
  height: 1px;
  width: 42px;
}
.btn_v2 .inner .button .button_bnr .b-txt::after {
  top: 11px;
  right: 19px;
  height: 1px;
  width: 10px;
  transform: rotate(45deg);
}
.btn_v2 .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0077B6;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_v2 .inner:hover::before {
  background: rgba(0, 119, 182, 0.3);
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn_v2 .inner .border,
.btn_v2 .inner .border2 {
  position: absolute;
  background: none;
  transition: all 0.5s ease-in-out;
}
.btn_v2 .inner .border {
  top: 0;
  left: 0;
  border-left: 1px solid #0077B6;
  border-top: 1px solid #0077B6;
  width: 30px;
  height: 30px;
}
.btn_v2 .inner .border2 {
  bottom: 0;
  right: 0;
  border-right: 1px solid #0077B6;
  border-bottom: 1px solid #0077B6;
  width: 30px;
  height: 30px;
}
.btn_v2 .inner:hover .border, .btn_v2 .inner:hover .border2 {
  width: 100%;
  height: 100%;
}

.product_btn {
  position: relative;
  display: block;
  background-color: #fff;
  margin-top: 24px;
  padding: 8px;
  max-width: 270px;
  color: #0077B6;
  border: 1px solid #0077B6;
  border-radius: 3em;
  text-align: center;
}
.product_btn::after {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
.product_btn:hover {
  background-color: #0077B6;
  color: #fff;
}
.product_btn.product_btn_typeB {
  border: 1px solid #fff;
}
.product_btn.product_btn_typeB:hover {
  background-color: transparent;
  color: #fff;
}
.product_btn.product_btn_auto {
  margin: 24px auto 0;
}

.catalog_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -1%;
}
.catalog_list > li {
  width: 31.3%;
  margin: 0 3% 1% 0;
}
.catalog_list > li:nth-child(3n) {
  margin: 0 0 1% 0;
}
.catalog_list > li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 8px;
  color: #0077B6;
  font-size: 0.9em;
  border: 1px solid #0077B6;
  text-align: center;
}
.catalog_list > li a::after {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
.catalog_list > li a:hover {
  background-color: #0077B6;
  color: #fff;
}

.link-news {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.link-news .link {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  color: #0077B6;
  padding-right: 30px;
}
.link-news:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #0077B6;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.link-news:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #0077B6;
  border-right: 1px solid #0077B6;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
.link-news:hover:before {
  background: #0077B6;
}
.link-news:hover:after {
  border-color: #fff !important;
}

/* news
----------------------------------*/
.news-bl dt {
  float: left;
  width: 7em;
  margin-bottom: 10px;
  text-align: center;
}
.news-bl dd {
  padding: 0 0 10px 9em;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

.news_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_box .news_title {
  width: 24%;
}
.news_box .news_contents {
  width: 100%;
}

.news_list li {
  border-bottom: 1px solid #ccc;
}
.news_list li:first-child {
  border-top: 1px solid #ccc;
}
.news_list li a,
.news_list li .news_link {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 3em 1em;
  color: #222;
  transition: all 0.3s ease;
}
.news_list li a:hover,
.news_list li .news_link:hover {
  background-color: #f8f8f8;
}
.news_list li .news_date {
  margin-right: 20px;
  font-size: 1.2rem;
}
.news_list li .news_category {
  background: #fff;
  border: 1px solid #0077B6;
  color: #0077B6;
  padding: 5px;
  margin-right: 30px;
  min-width: 140px;
  text-align: center;
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
  background-color: #fff;
  color: #222;
}
.tbl th,
.tbl td {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #ccc;
}
.tbl th {
  background-color: #e1e1e1;
  font-weight: 600;
}
.tbl th.type1 {
  background-color: rgba(0, 119, 182, 0.1);
  color: #03045E;
}

.tbl_new {
  width: 100%;
  border-top: 1px dotted #ccc;
}
.tbl_new th,
.tbl_new td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  word-break: break-all;
}
.tbl_new th {
  text-align: left;
  font-weight: 500;
}

.president-profile {
  margin: 60px 0 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}
.president-profile .profile-caption {
  color: #0077B6;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  border-top: 2px solid #0077B6;
  padding-top: 20px;
  font-weight: bold;
}
.president-profile .profile-name-block {
  margin-bottom: 30px;
}
.president-profile .profile-name-block .title {
  color: #666666;
  margin-bottom: 5px;
}
.president-profile .profile-name-block .name {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 2rem;
  margin: 0;
}
.president-profile .profile-name-block .name .en-name {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 15px;
  color: #666666;
}
.president-profile .profile-name-block .origin {
  color: #666666;
  margin-top: 8px;
}
.president-profile .career-list {
  display: flex;
  flex-direction: column;
}
.president-profile .career-list .career-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  align-items: baseline;
}
.president-profile .career-list .career-item dt {
  width: 140px;
  flex-shrink: 0;
  font-weight: bold;
}
.president-profile .career-list .career-item dd {
  margin: 0;
  line-height: 1.7;
}
.president-profile .career-list .career-item.highlight {
  padding-top: 0;
}
.president-profile .career-list .career-item.highlight dt {
  color: transparent;
}
.president-profile .career-list .career-item.highlight dd {
  font-size: 0.95rem;
  color: rgb(76.5, 76.5, 76.5);
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}
.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #0077B6;
  color: #fff;
  font-weight: 600;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fafafa;
  border-width: 10px;
  border-left-color: #0077B6;
  margin-top: -10px;
}
.company td {
  background: #fafafa;
  padding-left: 20px;
}

.tbl_company {
  width: 100%;
}
.tbl_company th,
.tbl_company td {
  padding: 16px;
  vertical-align: middle;
}
.tbl_company th {
  border-bottom: 1px solid #0077B6;
  font-weight: 500;
  text-align: left;
}
.tbl_company td {
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.8em;
}

.tbl_fee {
  width: 100%;
  border-top: 1px dotted #ccc;
}
.tbl_fee th,
.tbl_fee td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  word-break: break-all;
}
.tbl_fee th {
  text-align: left;
  font-weight: 500;
}
.tbl_fee td {
  text-align: right;
}

.tbl_simple {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.tbl_simple th,
.tbl_simple td {
  vertical-align: middle;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
.tbl_simple th {
  background-color: #eee;
  font-weight: 600;
}

.cell_01 {
  width: 24%;
}

.cell_02 {
  width: 35%;
}

.cell_03 {
  width: 12%;
}

.mark {
  color: #0077B6;
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

.list_half {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.list_half li {
  width: 50%;
}

.list_check li {
  position: relative;
  padding: 0 0 5px 1.5em;
}
.list_check li:before {
  position: absolute;
  top: 0;
  left: 1.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  content: "\f14a";
  margin: 0 5px 0 -1.5em;
  padding: 1px;
}

.list_note li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.list_note li:last-child {
  margin-bottom: 0;
}
.list_note li:before {
  content: "※";
  margin: 0 5px 0 -1.5em;
  color: #ff0000;
}

.list_disc > li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.list_disc > li:last-child {
  margin-bottom: 0;
}
.list_disc > li:before {
  content: "・";
  margin: 0 5px 0 -1em;
  color: #0077B6;
}

.list_line li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.list_line li:after {
  position: absolute;
  right: 0;
  content: "/";
}
.list_line li:last-child:after {
  display: none;
}

.list_macker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.list_macker li {
  width: 18.4%;
  margin: 0 2% 1% 0;
}
.list_macker li:nth-child(5n) {
  margin: 0 0 1% 0;
}

.rounded-list {
  counter-reset: li;
  padding-left: 1em;
  list-style: none;
}
.rounded-list li {
  position: relative;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #fafafa;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}
.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #0077B6;
  color: #fff;
  height: 3em;
  width: 3em;
  line-height: 2.4em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

.drop_down {
  position: relative;
  cursor: pointer;
  padding-left: 15px;
}
.drop_down:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #0077B6;
}

.list_child {
  display: none;
  margin-bottom: 15px;
}
.list_child li:before {
  content: "・";
  margin: 0 5px 0 -1em;
  color: #0077B6;
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 40.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.ggmap_02 {
  padding-bottom: 20.25%;
}

.ggcalendar {
  position: relative;
  padding-bottom: 76.25%;
  height: 0;
  overflow: hidden;
}
.ggcalendar iframe,
.ggcalendar object,
.ggcalendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* article
----------------------------------*/
.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/article.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.article .article_image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article .article_detail {
  width: 50%;
  box-sizing: border-box;
  padding: 80px 0;
}
.article .article_detail .inner {
  margin: 0 auto;
  width: 70%;
}
.article.article_b {
  margin-bottom: 60px;
}
.article.article_white {
  background-color: #fff;
}
.article.article_01 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/point_05.jpg);
}
.article.article_02 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/point_06.jpg);
}
.article.article_03 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/parallax_01.jpg);
}
.article.article_04 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/plumbing_08.jpg);
}
.article.article_05 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/plumbing_09.jpg);
}
.article.article_06 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/gas_04.jpg);
}
.article.article_07 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/gas_05.jpg);
}
.article.article_08 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/article_08.jpg);
}
.article.article_09 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/article_09.jpg);
}
.article.article_10 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/article_10.jpg);
}
.article.article_11 .article_image {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/article_11.jpg);
}

/* top_blog
----------------------------------*/
.top_blog {
  display: block;
  position: relative;
  color: #222;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}
.top_blog:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #0077B6;
  transition: all 0.3s ease;
}
.top_blog:hover {
  color: #222;
}
.top_blog:hover:after {
  transform: scaleX(1);
}
.top_blog .inner {
  background-color: #fff;
  padding: 24px 24px 64px;
}

.date {
  display: block;
  color: #0077B6;
  font-size: 1.2rem;
}

.date_entry {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}

.top_blog_title {
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.top_blog_txt {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.more {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 1.2rem;
}
.more::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #03045E;
}

.top_blog_category {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  padding: 0.2em 2em;
  border: 1px solid #fff;
  border-radius: 5em;
  color: #fff;
  text-align: center;
}

.blog_topics li a {
  position: relative;
  display: block;
  padding: 16px;
  color: #222;
  border-bottom: 1px dotted #ccc;
}
.blog_topics li a::after {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #0077B6;
}
.blog_topics li a:hover {
  background-color: #f8f8f8;
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .image {
  width: 20%;
  height: 80px;
}
.blog_topics li a .topics_detail .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.blog_topics li a .topics_detail .text {
  width: 77%;
  margin-left: 3%;
}
.blog_topics li a .time_date {
  width: 80px;
  color: #0077B6;
  font-size: 1.2rem;
}

.btn_news {
  display: block;
  padding: 0.5em 2em;
  border: 1px solid #0077B6;
  background-color: #0077B6;
  color: #fff;
  text-align: center;
}
.btn_news::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-left: 1em;
}
.btn_news:hover {
  background-color: #fff;
  color: #0077B6;
}

/* blog
----------------------------------*/
.blog_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_contents .blog_main {
  width: 65%;
}
.blog_contents .blog_side {
  width: 30%;
  background-color: #fff;
  padding: 32px;
}

.category_nav li {
  border-bottom: 1px dotted #ccc;
}
.category_nav li a {
  display: block;
  padding: 10px 15px;
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 5px;
  margin-right: 5px;
  color: #0077B6;
}
.category_nav li a:hover {
  background-color: #f8f8f8;
}
.category_nav li:last-child a {
  border-bottom: none;
}

.blog_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
.blog_title:before {
  margin-right: 5px;
  color: #0077B6;
}
.blog_title.archive:before {
  font-family: "Font Awesome 5 Free";
  content: "\f187";
  font-weight: 900;
}
.blog_title.new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900;
}

.blog_article {
  padding: 0 30px 50px;
  background-color: #fff;
  margin-bottom: 50px;
}
.blog_article:last-child {
  margin-bottom: 0;
}

.blog_new {
  border-bottom: 1px dotted #0077B6;
}
.blog_new:last-child {
  border-bottom: none;
}
.blog_new a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px;
}
.blog_new a .image {
  width: 40%;
}
.blog_new a .detail {
  width: 50%;
}
.blog_new a .detail .entry_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pages {
  overflow: hidden;
  margin-top: 50px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
}
.pages .page_next a,
.pages .page_prev a {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
}
.pages .page_next {
  float: left;
}
.pages .page_prev {
  float: right;
}

.blog_category {
  margin-left: 1em;
  margin-bottom: 32px;
  padding: 0.2em 2em;
  border: 1px solid #0077B6;
  border-radius: 5em;
  color: #0077B6;
  text-align: center;
}

/* gallery
----------------------------------*/
.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.gallery_ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 420px;
}
.gallery_ul li a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.gallery_ul span {
  display: block;
  margin-top: 5px;
  text-align: center;
}
.gallery_ul.gallery_ul_01 li {
  width: 31.3%;
  margin: 0 3% 3% 0;
}
.gallery_ul.gallery_ul_01 li:nth-child(3n) {
  margin: 0 0 3% 0;
}
.gallery_ul.gallery_ul_02 li {
  width: 22.7%;
  margin: 0 3% 3% 0;
}
.gallery_ul.gallery_ul_02 li:nth-child(4n) {
  margin: 0 0 3% 0;
}
.gallery_ul.gallery_ul_03 li {
  width: 48.5%;
  margin: 0 3% 3% 0;
}
.gallery_ul.gallery_ul_03 li:nth-child(2n) {
  margin: 0 0 3% 0;
}
.gallery_ul.gallery_ul_04 li {
  width: 100%;
  margin: 0 0 3%;
}
.gallery_ul.gallery_ul_small a {
  height: 240px;
}

/* sns_list
----------------------------------*/
.sns_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sns_list li {
  width: 24%;
  margin-right: 1.2%;
}
.sns_list li:last-child {
  margin: 0;
}

.sns_btn {
  overflow: hidden;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.sns_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns_btn i {
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.sns_btn span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.sns_btn:hover {
  color: #fff;
}
.sns_btn:hover span {
  transform: rotateX(360deg);
}

.facebook_btn {
  background: #4267b2;
}

.insta_btn {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.insta_btn:before {
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.line_btn {
  background: #00b82b;
}

.twitter_btn {
  background: #55acee;
}

.sns li {
  display: inline-block;
  margin: 0 10px;
}
.sns li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.sns li a.instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns li a.facebook {
  background: #4267b2;
}
.sns li a.line {
  background: #00b82b;
}

/* thumb_list
----------------------------------*/
.thumb_list {
  display: block;
  color: #222;
  font-size: 1.4rem;
}
.thumb_list .thumb_image {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  background: #f5f8f5;
}
.thumb_list .thumb_image img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.thumb_list .thumb_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s;
}
.thumb_list .thumb_image:after {
  display: block;
  content: "";
  padding-top: 75%;
}
.thumb_list .thumb_image .detail_btn {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  text-align: center;
  transition: opacity 0.3s;
  background: #fff;
  padding: 3px 10px;
  font-size: 1.2rem;
}
.thumb_list .thumb_image .detail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #0077B6;
  margin-right: 5px;
}
.thumb_list .thumb_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
.thumb_list:hover {
  color: #222;
}
.thumb_list:hover .thumb_image img {
  transform: scale(1.2);
}
.thumb_list:hover .thumb_image .detail_btn {
  opacity: 1;
}
.thumb_list:hover .thumb_image:before {
  opacity: 1;
}

/* page_bnr
----------------------------------*/
.page_bnr {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
.page_bnr li {
  margin: 0 2% 2% 0;
}
.page_bnr li a {
  display: block;
  color: #222;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px;
}
.page_bnr li a:hover {
  color: #0077B6;
}
.page_bnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 10px;
  color: #0077B6;
}
.page_bnr.page_bnr_01 li {
  width: 49%;
}
.page_bnr.page_bnr_01 li:nth-child(2n) {
  margin: 0 0 2% 0;
}
.page_bnr.page_bnr_02 li {
  width: 32%;
}
.page_bnr.page_bnr_02 li:nth-child(3n) {
  margin: 0 0 2% 0;
}

/* feature
----------------------------------*/
.feature_image {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 15px;
}
.feature_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.feature_num {
  margin: -10px 0 8px;
  color: #0077B6;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1em;
}
.feature_num span {
  margin-left: 5px;
  font-size: 4.8rem;
}

.point_num {
  display: block;
  position: relative;
  z-index: 2;
  left: -10px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #03045E;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
}
.point_num p {
  padding-top: 13px;
  line-height: 1;
}
.point_num span {
  display: block;
  font-size: 2rem;
}

.point_v2 {
  position: relative;
}
.point_v2:nth-child(2n) {
  margin-top: 6em !important;
}
.point_v2 .inner {
  position: relative;
  background-color: #fff;
  margin: -3em auto 0;
  max-width: 88%;
  padding: 2em;
}
.point_v2 .point_v2_num {
  display: block;
  margin-bottom: 8px;
  color: #aaa;
  font-weight: 600;
  line-height: 1;
}
.point_v2 .point_v2_num em {
  margin-left: 0.2em;
  font-style: normal;
  font-size: 2em;
}
.point_v2 .point_title {
  position: absolute;
  right: 0;
  top: -0.8em;
  background-color: #03045E;
  padding: 0.8em 0;
  font-family: "YakuHanJP", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.2em;
  font-weight: 400;
  writing-mode: vertical-rl;
}

.point_v3 {
  position: relative;
}
.point_v3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: left top;
}

.point_v3_01::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/point_01.png);
}

.point_v3_02::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/point_02.png);
}

.point_v3_03::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/point_03.png);
}

.point_v3_04::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/point_04.png);
}

.icon_point {
  display: block;
  margin: 0 auto 8px;
  width: 57px;
}

/* features_contents
----------------------------------*/
.features_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.features_contents .features_image {
  position: relative;
  width: 40%;
}
.features_contents .features_detail {
  width: 55%;
}

.features_num {
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  z-index: 2;
  color: #0077B6;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1;
}
.features_num:after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 5px auto 0;
  background-color: #0077B6;
}

.features_title {
  margin-bottom: 10px;
  color: #0077B6;
  font-size: 2rem;
  font-weight: 600;
}

/* news
----------------------------------*/
.news {
  font-size: 1.3rem;
}
.news .child {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.news a {
  color: #222;
}
.news a:hover {
  color: #222;
}

/* top_main
----------------------------------*/
.top_main {
  position: relative;
  padding: 8% 0;
}
.top_main:before {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_main_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top_main .inner {
  width: 42%;
  text-align: center;
  line-height: 2.4;
}

/* top_sub
----------------------------------*/
.top_sub {
  position: relative;
}
.top_sub:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 55%;
  height: 119%;
  overflow: hidden;
}
.top_sub:after {
  content: "";
  position: absolute;
  bottom: -60px;
  z-index: -1;
  background-color: #f8f8f8;
  width: 66%;
  height: 90%;
}
.top_sub .top_sub_inner {
  padding: 40px 0;
}
.top_sub .sub_detail {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  width: 50%;
  padding: 90px 70px;
}
.top_sub.sub_right:before {
  left: 0;
}
.top_sub.sub_right:after {
  right: -60px;
}
.top_sub.sub_right .sub_detail {
  margin-left: auto;
}
.top_sub.sub_left:before {
  right: 0;
}
.top_sub.sub_left:after {
  left: -60px;
}
.top_sub.sub_left .sub_detail {
  margin-right: auto;
}
.top_sub.top_sub_01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_sub_01.jpg);
}
.top_sub.top_sub_02:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_sub_02.jpg);
}
.top_sub.top_sub_03:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_sub_03.jpg);
}

/* flex_type
----------------------------------*/
.flex_type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_type_01 .flex_image {
  width: 35%;
}
.flex_type_01 .flex_detail {
  width: 60%;
}

.flex_type_02 .flex_image {
  width: 20%;
}
.flex_type_02 .flex_detail {
  width: 75%;
}

.flex_type_03 .flex_image {
  width: 12%;
}
.flex_type_03 .flex_detail {
  width: 87%;
}

.order {
  order: 2;
}

/* mbox
----------------------------------*/
.mbox {
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  padding: 90px 70px;
}

.sbox {
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  padding: 60px;
}

.note {
  padding: 15px;
  background-color: #f8f8f8;
}

.space {
  padding: 0 32px;
}

.space_vertical {
  padding: 32px 0;
}

.space_all {
  padding: 32px;
}

/* faq
----------------------------------*/
.faq {
  border-bottom: 0.1rem solid #e1e0e0;
}
.faq:first-child {
  border-top: 0.1rem solid #e1e0e0;
}
.faq.active {
  background-color: #f8f8f8;
}
.faq.active dt::after {
  content: "－";
}
.faq dt {
  position: relative;
  padding: 4rem 0 4rem 7.6rem;
  cursor: pointer;
  transition: all 0.5s ease;
}
.faq dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #cac9c9;
  width: 1.6rem;
}
.faq dt::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 3.2rem;
  color: #0077B6;
  text-align: center;
}
.faq dt:hover {
  background-color: #f8f8f8;
}
.faq dd {
  position: relative;
  display: none;
  padding-left: 7.6rem;
  padding-bottom: 4rem;
}

.voice_faq {
  padding-top: 20px;
}
.voice_faq dl dt {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 10px 0 25px 72px;
  font-size: 1.8rem;
  font-weight: 600;
}
.voice_faq dl dt span {
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: #0077B6;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
.voice_faq dl dd {
  position: relative;
  padding: 0 40px 45px 72px;
}
.voice_faq dl dd span {
  position: absolute;
  left: 15px;
  top: -10px;
  display: block;
  color: #03045E;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.05rem;
}

/* flow
----------------------------------*/
.flow {
  padding-left: 80px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #efefef;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 5vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #0077B6;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -90px;
  z-index: 2;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0077B6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 90px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #0077B6;
  border-radius: 50%;
  left: 16px;
}
.flow > li dl::after {
  width: 40px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 21px;
}
.flow > li dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0077B6;
  margin-bottom: 1vh;
}

/* medical_link
----------------------------------*/
.medical_link {
  padding: 40px 20px;
  background-color: #fff;
}

/* belongs
----------------------------------*/
.belongs {
  position: relative;
  background: #fff;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  width: 90%;
  margin: -30px auto 0;
}

/* vertical_image
----------------------------------*/
.common_image {
  position: relative;
}
.common_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.common_image2 {
  position: relative;
}
.common_image2 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.vertical_image {
  height: 300px;
}

.top_image {
  height: 240px;
}

.point_image {
  height: 408px;
}

.merit_icon {
  width: 64px;
  margin: 0 auto 8px;
}

.album {
  position: relative;
  display: inline-block;
}
.album::after {
  content: "";
  position: absolute;
  top: auto;
  right: 5px;
  left: auto;
  bottom: 15px;
  z-index: -1;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  transform: rotate(3deg);
}

/* top_new
----------------------------------*/
.top_new {
  position: relative;
  width: 620px;
  margin-top: -120px;
  margin-bottom: 40px;
  padding: 80px 80px 0 80px;
  background-color: #fff;
}
.top_new .title {
  position: absolute;
  top: 40px;
  left: 0;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  line-height: 1.4;
}
.top_new .title span {
  display: block;
  color: #0077B6;
  font-size: 1.2rem;
}

/* about_box
----------------------------------*/
.about_box {
  position: relative;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}
.about_box .inner {
  position: relative;
  padding: 48px 24px 72px;
  color: #222;
}

.about_num {
  display: block;
  position: absolute;
  top: -40px;
  right: 5px;
  z-index: 2;
  color: #0077B6;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
.about_num span {
  margin-left: 0.2em;
  font-size: 5.6rem;
}

/* new_bnr
----------------------------------*/
.new_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new_bnr li {
  position: relative;
  overflow: hidden;
  width: 32%;
  height: 400px;
  box-sizing: border-box;
}
.new_bnr li .bg {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 3s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}
.new_bnr li .bg.bg_new_01 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/bg_new_01.jpg);
}
.new_bnr li .bg.bg_new_02 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/bg_new_02.jpg);
}
.new_bnr li .bg.bg_new_03 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/bg_new_03.jpg);
}
.new_bnr li .bg.bg_new_04 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/bg_new_04.jpg);
}
.new_bnr li a {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
}
.new_bnr li .text {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
.new_bnr li .text span {
  display: block;
  font-size: 1.2rem;
}
.new_bnr li .btn {
  position: absolute;
  bottom: 58px;
  right: 50px;
  z-index: 1;
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.12s ease-in 0s;
}
.new_bnr li .btn:before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  top: 25px;
  left: 24px;
  width: 6.5px;
  height: 6.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.12s ease-in 0s;
}
.new_bnr li:hover .bg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);
}
.new_bnr li:hover .btn {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background-color: #0077B6;
  border: 1px solid #0077B6;
}
.new_bnr li:hover .btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.img_shadow {
  position: relative;
  transition: all 0.5s ease-in 0s;
}
.img_shadow:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, black 100%);
  opacity: 0.65;
  transition: all 0.5s ease-in 0s;
}
.img_shadow:hover :after {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, black 100%);
  opacity: 0.85;
}

/* trouble
----------------------------------*/
.trouble li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 3rem;
  margin-bottom: 15px;
  border-bottom: 1px dotted #bbb;
}
.trouble li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/icon_trouble.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

/* story_list
----------------------------------*/
.story_list {
  list-style: none;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.story_list li {
  position: relative;
  width: 22.7%;
  margin-right: 3%;
  overflow: hidden;
  line-height: 1;
}
.story_list li:last-child {
  margin-right: 0;
}
.story_list li:before {
  content: "";
  display: block;
  padding-top: 91%;
}
.story_list li p {
  display: none;
}
.story_list li a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 100%;
}
.story_list li a:hover .num i:after {
  left: 100%;
}
.story_list li a:hover .num i:before {
  left: 0;
}
.story_list li a:hover .img span {
  width: 100%;
}
.story_list li a:hover .profile {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 250ms 250ms ease-in;
}
.story_list .num {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 17px;
  width: 16.7%;
  font-size: 1.8rem;
}
.story_list .num span {
  position: relative;
  left: 0;
  color: #0077B6;
}
.story_list .num i {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 20px;
  overflow: hidden;
}
.story_list .num i:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0077B6;
  left: -100%;
  top: 0;
  transition: all 0.2s ease 0.3s;
}
.story_list .num i:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0077B6;
  left: 0;
  top: 0;
  transition: all 0.2s ease 0s;
}
.story_list .list,
.story_list .pr {
  height: 100%;
}
.story_list .img {
  width: 91%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 2;
}
.story_list .img span {
  width: 0%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 300ms 0s ease-in;
}
.story_list .img span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 150ms 0s ease-in;
  background: linear-gradient(90deg, #03045E 20%, #0077B6 80%);
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-size: cover;
}
.story_list .profile {
  position: absolute;
  bottom: 45%;
  width: 91%;
  text-align: center;
  transition: all 200ms 0ms ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  z-index: 2;
}
.story_list .profile .name {
  font-size: 2.4rem;
}

.story_list_01 .img {
  background-image: url(https://placehold.jp/640x480.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story_list_02 .img {
  background-image: url(https://placehold.jp/640x480.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story_list_03 .img {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/recruit_06.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story_list_04 .img {
  background-image: url(https://placehold.jp/640x480.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* flow_v2
----------------------------------*/
.flow_v2 {
  padding-left: 0;
}
.flow_v2 > li {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 80px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/flow_arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom 40px;
}
.flow_v2 > li:last-child {
  background: none;
}
.flow_v2 figure {
  position: absolute;
  left: 52%;
  top: 72px;
  width: 550px;
}

.process {
  display: flex;
  align-items: center;
  background: #fff;
  width: 58%;
  min-height: 524px;
}
.process .box {
  max-width: 500px;
  margin-right: 20%;
  margin: 4em auto;
}

.application {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.application_title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

/* accordion
----------------------------------*/
.accordion {
  position: relative;
  cursor: pointer;
  padding-top: 48px;
}
.accordion::after {
  content: "＋";
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  line-height: 30px;
  color: #fff;
  background: #0077B6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.accordion.active::after {
  content: "－";
}

.accordion_contents {
  display: none;
}

/* parallax
----------------------------------*/
.parallax {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 48vh;
}

.parallax_01 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/parallax_01.jpg);
}

.parallax_02 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/parallax_02.jpg);
}

.parallax_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.parallax_txt span {
  display: block;
  padding-left: 15%;
  animation: animate-banner 20s linear infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 24rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.05;
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-115%);
  }
}
/* mask
----------------------------------*/
.mask {
  position: relative;
  clip-path: circle(0%);
  transition: 1.6s ease-in all;
}
.mask.on {
  clip-path: circle(120%);
}

/* restaurant
----------------------------------*/
.restaurant {
  position: relative;
  overflow: hidden;
}
.restaurant a {
  display: block;
  position: relative;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/affiliated.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6em;
  color: #03045E;
}
.restaurant a:hover .arrow {
  right: 24px;
}
.restaurant .inner {
  position: relative;
  background-color: #fff;
  color: #03045E;
  padding: 48px 48px 80px;
  max-width: 560px;
}
.restaurant .arrow {
  position: absolute;
  right: 32px;
  bottom: 36px;
  width: 50px;
  height: 8px;
  transition: 0.4s ease-out;
}
.restaurant .arrow::before, .restaurant .arrow::after {
  content: "";
  position: absolute;
  background-color: #0077B6;
}
.restaurant .arrow::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.restaurant .arrow::after {
  right: 2px;
  bottom: -1px;
  width: 1px;
  height: 10px;
  transform: rotate(-45deg);
  transform-origin: right;
}

/* greet_block
----------------------------------*/
.greet_block {
  position: relative;
  max-width: 1200px;
  margin: 240px 0 60px;
}
.greet_block:last-child {
  margin-bottom: 3%;
}

.greet_img {
  overflow: hidden;
  position: absolute;
  bottom: 0%;
  width: 50%;
  height: 140%;
}
.greet_img img {
  max-width: 100%;
  max-height: 560px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  -o-object-position: right center;
     object-position: right center;
}

.greet_txt {
  position: relative;
  z-index: 3;
  width: 50%;
  max-width: 560px;
  margin-right: 3em;
  padding: 56px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}

.greet_txt .design_reg {
  position: absolute;
  top: 56px;
  right: 56px;
  margin: 0;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #222;
}

.product_design_reg {
  margin-top: 24px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #222;
}

.greet_title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.type_b .greet_img {
  right: 0;
}
.type_b .greet_img img {
  -o-object-position: left center;
     object-position: left center;
}
.type_b .greet_txt {
  margin-right: 0;
  margin-left: 3em;
}

.goal .greet_txt::before {
  content: "GOAL";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16vw;
  line-height: 1;
  opacity: 0.06;
}

/* service_block
----------------------------------*/
.service_block {
  position: relative;
}
.service_block .service_image {
  overflow: hidden;
  position: absolute;
  top: 40px;
  z-index: 3;
  width: 50%;
  height: 100%;
}
.service_block .service_image figure {
  height: 100%;
}
.service_block .service_detail {
  position: relative;
  width: 56%;
  max-width: 1060px;
  margin-left: auto;
  padding: 64px 160px;
  background-color: #0077B6;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}
.service_block .service_detail .inner {
  max-width: 470px;
  margin-right: auto;
}
.service_block .title {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.service_block .title span {
  display: block;
  font-size: 1.4rem;
}
.service_block .explanation {
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.service_block.type_b .service_image {
  right: 0;
}
.service_block.type_b .service_detail {
  margin-left: inherit;
  nav-right: auto;
}
.service_block.type_b .service_detail .inner {
  margin-right: inherit;
  margin-left: auto;
}

.service_list {
  margin-top: 3%;
}
.service_list li {
  width: 48.5%;
}
.service_list a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #222;
  padding: 0.5em 2em;
  text-align: center;
}
.service_list a span {
  position: relative;
}
.service_list a:before {
  display: block;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.service_list a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.service_list a:hover:before {
  width: 100%;
}

.service_block_01 .service_detail {
  background-color: rgba(223, 243, 254, 0.7);
}
.service_block_01 .title {
  color: #0077B6;
}
.service_block_01 .service_list a {
  border: 1px solid #0077B6;
}
.service_block_01 .service_list a:before {
  background-color: #0077B6;
}
.service_block_01 .service_list a:after {
  color: #0077B6;
}
.service_block_01 .service_list a:hover {
  color: #fff;
}
.service_block_01 .service_list a:hover:after {
  color: #fff;
}

.service_block_02 .service_detail {
  background-color: rgba(254, 255, 211, 0.7);
}
.service_block_02 .title {
  color: #efb850;
}
.service_block_02 .service_list a {
  border: 1px solid #efb850;
}
.service_block_02 .service_list a:before {
  background-color: #efb850;
}
.service_block_02 .service_list a:after {
  color: #efb850;
}
.service_block_02 .service_list a:hover {
  color: #fff;
}
.service_block_02 .service_list a:hover:after {
  color: #fff;
}

/* promise
----------------------------------*/
.promise > li {
  padding: 1em;
  transition: all 0.3s ease;
}
.promise > li:hover {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
}
.promise > li > span {
  line-height: 1;
  color: #bababa;
  font-weight: 600;
}
.promise > li em {
  margin-left: 0.2em;
  font-style: normal;
  font-size: 2em;
}
.promise dt {
  font-size: 2rem;
  font-weight: 600;
}
.promise dt span {
  margin-left: 0.5em;
  font-size: 1.4rem;
}
.promise.merit > li {
  border-bottom: 1px dotted #ccc;
}

/* bnr_v2
----------------------------------*/
.bnr_v2 {
  display: block;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 100px 24px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.bnr_v2:hover .bnr_v2_image {
  transform: scale(1.2, 1.2);
}
.bnr_v2 .title {
  position: relative;
  z-index: 2;
  padding-right: 1.5em;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.bnr_v2 .title span {
  display: block;
  font-size: 1.6rem;
}
.bnr_v2 .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bnr_v2 .bnr_v2_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 1s all;
}
.bnr_v2 .bnr_v2_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* phone_txt
----------------------------------*/
.phone_txt {
  margin-bottom: 8px;
  line-height: 1.2;
}
.phone_txt a {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
}
.phone_txt a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 5px;
}
.phone_txt span {
  text-align: center;
  font-size: 1rem;
}

.phone_big_txt {
  margin-bottom: 8px;
  line-height: 1.2;
}
.phone_big_txt a {
  position: relative;
  display: block;
  font-size: 4rem;
  font-weight: 600;
}
.phone_big_txt a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 5px;
}
.phone_big_txt span {
  text-align: center;
  font-size: 1.5rem;
}

/* top_works
----------------------------------*/
.top_works {
  max-width: 83%;
  margin-left: auto;
  padding-bottom: 120px;
}

/* slide_list
----------------------------------*/
.slide_list {
  margin-bottom: 56px;
}
.slide_list .top_blog {
  margin-right: 32px;
}

/* area
----------------------------------*/
.bg_area {
  position: relative;
}
.bg_area::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/area.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

/* image_contents
----------------------------------*/
.image_contents {
  position: relative;
  overflow: hidden;
}
.image_contents .img_txt {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

/*top_v2
----------------------------------*/
/* top_v2
----------------------------------*/
.top_v2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_v2 li {
  width: 45.4%;
  margin-bottom: 1.6%;
}

.top_v2 li a {
  position: relative;
  display: block;
  padding: 40px 40px 40px 184px;
  background-color: #f9f7f0;
  font-weight: 600;
}

.top_v2 li a:hover::after {
  right: 8px;
}

.top_v2 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}

.top_v2 li a::after {
  content: "》";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-color: #3B5942;
  color: #fff;
  font-weight: 600;
  font-size: 0.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  line-height: 1;
  transition: all 0.3s ease;
}

.top_v2 li:nth-child(1) a::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_v2_01.jpeg);
}

.top_v2 li:nth-child(2) a::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_v2_02.png);
}

.top_v2 li:nth-child(3) a::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_v2_03.jpg);
}

.top_v2 li:nth-child(4) a::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_v2_04.jpg);
}

.top_v2 li:nth-child(5) a::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_v2_05.jpg);
}

.top_v2 li:nth-child(6) a::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_v2_06.jpg);
}

/*top_about_list*/
/* about_link
----------------------------------*/
.about_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_link li {
  width: 48%;
  margin-bottom: 2%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}

.about_link a {
  display: flex;
  justify-content: space-between;
  border-radius: 0.5em;
  align-items: center;
  overflow: hidden;
  font-weight: 600;
  background-color: #fff;
}

.about_link .icon {
  position: relative;
  background-color: #fff;
  width: 32%;
  height: 145px;
}
.about_link .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_link .list {
  width: 68%;
  padding: 40px 24px;
}
.about_link .list p {
  color: #222;
}

/* top_about_list
----------------------------------*/
.top_about_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_about_list .top_about_item {
  width: 50%;
}
.top_about_list .top_about_link {
  color: #222;
}
.top_about_list .top_about_link:hover .top_about_title {
  color: #0077B6;
}
.top_about_list .top_about_link:hover .top_about_image:before {
  opacity: 1;
}
.top_about_list .top_about_image {
  overflow: hidden;
  position: relative;
  height: 320px;
}
.top_about_list .top_about_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle;
}
.top_about_list .top_about_image:before {
  content: "VIEW MORE";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "YakuHanJP", "Barlow", sans-serif;
  text-align: center;
}
.top_about_list .top_about_textarea {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/bg_top_about_textarea.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 48px 96px 56px;
}
.top_about_list .top_about_title {
  color: #0077B6;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
}
.top_about_list .top_about_txt {
  margin-top: 16px;
  line-height: 2;
  text-align: center;
}
.top_about_list .top_about_txtlink {
  margin-top: 22px;
  text-align: center;
}
.top_about_list .top_about_txtlink:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  margin-right: 10px;
  color: #0077B6;
}

/* surprise_title
----------------------------------*/
.surprise_title {
  margin-bottom: 40px;
  text-align: center;
}

/* top_catch
----------------------------------*/
.top_catch {
  margin-bottom: 32px;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.sub_top_catch {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* etc
----------------------------------*/
.alert {
  border: 3px double #03045E;
  padding: 2em;
  font-size: 0.9em;
}

.case_num {
  display: block;
  margin-bottom: 8px;
  color: #03045E;
  font-weight: 600;
  line-height: 1;
}
.case_num em {
  margin-left: 0.2em;
  font-style: normal;
  font-size: 2em;
}

.font_ss {
  font-size: 1rem;
}

.font_s {
  font-size: 1.2rem;
}

.font_m {
  font-size: 1.4rem;
}

.font_l {
  font-size: 1.6rem;
}

.num {
  color: #03045E;
  font-size: 1.5em;
  margin: 0 5px;
}

.fly {
  display: block;
}
.fly figure {
  transition: all 0.3s;
}
.fly:hover figure {
  transform: translateY(-5px);
}

.macker {
  background-image: linear-gradient(left, transparent 50%, #03045E 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.3em;
  background-position: 0 1em;
  transition: all 3.5s ease;
  font-style: normal;
  font-weight: bold;
  padding: 0 5px;
}
.macker.active {
  background-position: -100% 0.8em;
}

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

/* is-animated
----------------------------------*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  overflow: hidden;
  position: relative;
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0077B6;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* animation
----------------------------------*/
.txt_animation {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.txt_animation.is-animated {
  clip-path: inset(0);
}

.zoomin {
  opacity: 0;
}
.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeup {
  opacity: 0;
}
.fadeup:nth-child(odd).is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.fadeup:nth-child(even).is-animated {
  animation: fadebottom 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadebottom {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.img_big {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: calc(50% - 50vw);
}
.img_big .inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.img_big .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  background: #f8f8f8;
  width: 690px;
  height: calc(100% + 100px);
  margin-left: 30px;
}
.img_big .inner div {
  position: relative;
  z-index: 1;
  max-width: 1035px;
  margin-right: 30px;
  margin-bottom: 60px;
  margin-left: auto;
}
.img_big .inner div img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 101%;
    width: 0;
  }
}
@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation.move .animation-bar:before {
  animation: animation-bar 1s ease 0s 1 normal forwards;
}
.animation.move .animation-txt {
  animation: animation-txt 0s ease 0.5s 1 normal forwards;
}
.animation .animation-box {
  display: block;
  text-align: center;
}
.animation .animation-bar {
  position: relative;
  /* display: inline-block; */
  transform: translate3d(0, 0, 0);
}
.animation .animation-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #0077B6;
}
.animation .animation-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 2s;
}
.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* page_title_box
----------------------------------*/
.page_title_box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.page_title_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page_title_box .inner {
  position: relative;
  padding: 80px 0;
}

.page_title_box_01 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/top_new.jpg);
  background-position: center 80%;
}

.page_title_box_02 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/page_title_box_02.jpg);
}

.page_title_box_03 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/page_title_box_03.jpg);
  background-position: center 68%;
}

.page_title_box_04 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/page_title_box_04.jpg);
}

.page_title_box_05 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/page_title_box_05.jpg);
}

.page_title_box_06 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/page_title_box_06.jpg);
}

/* page_title_box_v2
----------------------------------*/
.page_title_box_v2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 24px 0;
}
.page_title_box_v2 .inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  min-height: 360px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page_title_v2 {
  margin-bottom: 32px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.page_title_v2 span {
  display: block;
  color: #0077B6;
  font-size: 6.4rem;
}

.table_contents {
  border-left: 1px solid #0077B6;
  padding-left: 1.5em;
}
.table_contents li {
  margin-bottom: 8px;
}
.table_contents li::before {
  content: "・";
}
.table_contents li a {
  position: relative;
  color: #222;
}
.table_contents li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #0077B6;
  transition: all 0.3s ease;
}
.table_contents li a:hover:after {
  transform: scaleX(1);
}

.page_image {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 960px;
  height: 360px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

/* breadcrumb_box
----------------------------------*/
.breadcrumb_box {
  padding: 16px 0;
}
.breadcrumb_box .breadcrumb {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 0;
  font-size: 1.3rem;
}
.breadcrumb_box .breadcrumb li {
  display: inline;
}
.breadcrumb_box .breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
.breadcrumb_box .breadcrumb li a {
  color: #0077B6;
}
.breadcrumb_box .breadcrumb li .home:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}

/* form
----------------------------------*/
.form_dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dotted #ccc;
  padding: 2% 1%;
}
.form_dl dt {
  width: 30%;
  background-color: #eaeaea;
  padding: 1% 2% 1.5%;
}
.form_dl dd {
  width: 65%;
}

.form-contents form-pattern-1 {
  padding: 15px !important;
}

.form .required {
  position: relative;
  top: -1px;
  background: #0077B6;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
  font-size: 1.1rem;
}
.form .textarea,
.form textarea {
  border: none;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.form .textarea {
  height: 40px;
}
.form .textarea_02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea_02:last-child {
  margin-right: 0;
}
.form .textarea_03 {
  width: 20%;
  margin: 0 1%;
}
.form .selectarea {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px;
  box-sizing: border-box;
  height: 40px;
}
.form button {
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  width: 270px;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding: 0 0 3px 20px;
  display: inline-block;
  line-height: 1.2;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 1px;
  top: 3px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #0077B6;
  z-index: 1;
}
.form label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #f8f8f8;
}
.form label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
.form label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding: 0 0 3px 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.2;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #0077B6;
  border-bottom: 3px solid #0077B6;
  transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}

#ui-datepicker-div {
  z-index: 3 !important;
}

#medical-box {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
#medical-box #medical-side {
  width: 220px;
  position: sticky;
  left: 0;
  top: 80px;
  margin-bottom: 40px;
}
#medical-box #medical-main {
  flex: 1;
  margin-left: 60px;
}

.sidenavi_wrap {
  margin-top: 50px;
  background: #fff;
  padding: 0 10px;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 2px 2px 15px -5px rgba(34, 34, 34, 0.1);
}
.sidenavi_wrap .title-mini a {
  display: block;
  background: #fff;
  color: #111;
  text-align: center;
  padding: 4px 0;
  margin: 0 -10px;
}
.sidenavi_wrap .title-mini a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 4px;
  font-size: 14px;
  color: #0077B6;
}
.sidenavi_wrap .title-mini2 {
  background: #03045E;
  color: #fff;
  padding: 4px 0;
  margin: 0 -10px;
  text-align: center;
  font-size: 110%;
}
.sidenavi_wrap .side-navi {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 0;
}
.sidenavi_wrap .side-navi > li a {
  display: block;
  color: #222;
  position: relative;
  padding: 8px 0;
  transition: all 1s ease;
}
.sidenavi_wrap .side-navi > li a span {
  font-size: 90%;
}
.sidenavi_wrap .side-navi > li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  margin-right: 10px;
  color: #03045E;
  font-size: 0.5em;
}
.sidenavi_wrap .side-navi > li a:hover {
  background: #aaa;
}
.sidenavi_wrap .side-navi > li a:hover:before {
  color: #0077B6;
}
.sidenavi_wrap .side-navi > li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

/* is-animated
----------------------------------*/
.thumb-item li img,
.thumb-item-nav li img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}

.thumb-item li {
  position: relative;
  height: 280px;
  z-index: -1;
}

.thumb-item-nav li {
  height: 90px;
}

.property {
  padding-top: 40px;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 32px !important;
  height: 32px !important;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: auto !important;
  right: auto !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "" !important;
  width: 32px !important;
  height: 32px !important;
  filter: hue-rotate(133deg);
}

.slick-prev {
  left: 0 !important;
}

[dir=rtl] .slick-prev {
  right: 0 !important;
  left: auto !important;
}

.slick-prev:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/prev.png) no-repeat center !important;
  background-size: contain !important;
  border: none !important;
}

[dir=rtl] .slick-prev:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/next.png) no-repeat center !important;
  background-size: contain !important;
  border: none !important;
}

.slick-next {
  right: 0 !important;
}

[dir=rtl] .slick-next {
  right: auto !important;
  left: 0 !important;
}

.slick-next:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/next.png) no-repeat center !important;
  background-size: contain !important;
  border: none !important;
}

[dir=rtl] .slick-next:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28026/prev.png) no-repeat center !important;
  background-size: contain !important;
  border: none !important;
}

/* アイコン用ボックス */
.problem-icon-box {
  width: 64px;
  height: 64px;
  background: #F0F9FF;
  color: #0077B6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.amazon-link-container {
  margin-top: 15px;
}
.amazon-link-container .btn-amazon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  padding: 12px 20px;
  background-color: #FF9900;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 153, 0, 0.2);
}
.amazon-link-container .btn-amazon:hover {
  background-color: #e68a00;
  box-shadow: none;
  transform: translateY(1px);
}
.amazon-link-container .btn-amazon i {
  font-size: 12px;
  margin-left: 8px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .amazon-link-container .btn-amazon {
    max-width: 100%;
    font-size: 13px;
  }
}

.freezingbest {
  max-width: 200px;
  height: 60px;
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  background-color: #000;
}

.zerofire {
  max-width: 200px;
  margin-bottom: 8px;
}

.freezing_logo {
  width: 290px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.freezing_logo img {
  width: 49%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
}