@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- トップ　ページのパーツ
---------------------------------------------------- */
#home .base_wide {
  min-width: 290px;
}

#home .content__asnav {
  display: none;
}

.home_ttl {
  text-align: center;
  margin-bottom: 36px;
}

.home_ttl.ttl_left {
  text-align: left;
}

@media screen and (max-width: 899px) {
  .home_ttl.ttl_left {
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  .home_ttl {
    margin-bottom: 20px;
  }
}

.home_ttl__set {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}

.home_ttl__set > .__en {
  display: block;
  height: 29px;
}

@media screen and (max-width: 639px) {
  .home_ttl__set > .__en {
    height: 21px;
  }
}

.home_ttl__set > .__en > img {
  height: 100%;
}

.home_ttl__set > .__jp {
  display: block;
  margin: 18px 0 0;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  font-feature-settings: 'palt';
  letter-spacing: 0.2em;
}

@media screen and (max-width: 639px) {
  .home_ttl__set > .__jp {
    margin: 12px 0 0;
    font-size: 14px;
  }
}

.home_visual {
  position: relative;
  background-color: #2c97d2;
  background-image: url(../images/home/mainvisual_bg-horizontal.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 740px;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .home_visual {
    height: 48.90vw;
    background-size: auto 112%;
  }
}

@media screen and (max-width: 639px) {
  .home_visual {
    background-image: url(../images/home/mainvisual_bg-vertical.jpg);
    background-size: auto 100%;
    height: 453px;
  }
}

.home_visual__item {
  position: absolute;
  top: 130px;
  left: calc( 50% - 600px);
}

@media screen and (max-width: 899px) {
  .home_visual__item {
    width: 34.531%;
    top: 55px;
    left: 5.3%;
  }
}

@media screen and (max-width: 639px) {
  .home_visual__item {
    width: 256px;
    top: 204px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home_visual__item > ._ttl {
  width: 480px;
  margin-bottom: 56px;
}

@media screen and (max-width: 899px) {
  .home_visual__item > ._ttl {
    width: 100%;
    margin-bottom: 24px;
  }
}

.home_visual__item > ._ttl > img {
  display: inline-block;
  margin-left: -5%;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .home_visual__item > ._ttl > img {
    display: none;
  }
}

.home_visual__item > ._ttl > img + img {
  display: none;
}

@media screen and (max-width: 639px) {
  .home_visual__item > ._ttl > img + img {
    display: inline-block;
  }
}

.home_visual__item > ._link > a {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  background-position: right;
  background-size: 100% auto;
  width: 100%;
  max-width: 280px;
  height: 44px;
  padding: 13px 0 15px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: background 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}

@media screen and (max-width: 899px) {
  .home_visual__item > ._link > a {
    height: 40px;
    padding: 10px 0 14px;
  }
}

.home_visual__item > ._link > a > span {
  display: inline-block;
}

.home_visual__item > ._link > a > span::after {
  content: "\f105";
  position: absolute;
  right: 18px;
  top: 50%;
  display: inline-block;
  color: #fff;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 16px;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
  letter-spacing: 0;
}

@media screen and (max-width: 899px) {
  .home_visual__item > ._link > a > span::after {
    right: 10px;
  }
}

.home_visual__item > ._link > a:hover {
  background-size: 200% auto;
  letter-spacing: 0.06em;
}

.home_visual__list {
  position: absolute;
  top: 57px;
  left: calc( 50% - 120px);
  background-image: url(../images/home/mainvisual_design-element.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 840px;
  height: 526px;
  /*padding-bottom: 36.275%;*/
}

@media screen and (max-width: 899px) {
  .home_visual__list {
    width: 46.093%;
    height: 60%;
    left: 48.6%;
  }
}

@media screen and (max-width: 639px) {
  .home_visual__list {
    width: 295px;
    height: 187px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home_visual__list > li {
  position: absolute;
  top: 0;
}

.home_visual__list > li > img {
  width: 100%;
}

.home_visual__svg {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

@media screen and (max-width: 899px) {
  .home_visual__svg {
    bottom: calc( 25.482vw - 230.088px);
  }
}

@media screen and (max-width: 639px) {
  .home_visual__svg {
    bottom: -67px;
  }
}

.home_philosophy {
  padding: 0 0 80px;
}

@media screen and (max-width: 899px) {
  .home_philosophy {
    padding: 0 calc( 25.062vw - 125.313px) calc( 9.652vw - 26.776px);
  }
}

@media screen and (max-width: 639px) {
  .home_philosophy {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 499px) {
  .home_philosophy {
    padding: 0 0 35px;
  }
}

.home_philosophy__block {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 900px;
  padding: 33px 0 34px;
  margin: 0 auto;
  border: solid 1px #ff9415;
  text-align: center;
  z-index: 12;
}

@media screen and (max-width: 639px) {
  .home_philosophy__block {
    padding: 22px 0 28px;
  }
}

.home_philosophy__block > ._ttl {
  margin-bottom: 28px;
}

.home_philosophy__block > ._ttl > img {
  width: 154px;
}

@media screen and (max-width: 639px) {
  .home_philosophy__block > ._ttl > img {
    width: 123px;
  }
}

.home_philosophy__block > ._text > img {
  width: 335px;
}

@media screen and (max-width: 639px) {
  .home_philosophy__block > ._text > img {
    width: 244px;
  }
}

.home_service {
  background-color: #f1f5f8;
  background-image: url(../images/home/bg_service.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  padding: 80px 0;
}

@media screen and (max-width: 899px) {
  .home_service {
    margin: 0 -15px;
    padding: calc( 9.652vw - 26.776px) 15px;
  }
}

@media screen and (max-width: 639px) {
  .home_service {
    margin: 0 -15px;
    padding: 35px 15px;
  }
}

.home_service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -24px -16px 0;
}

@media screen and (max-width: 899px) {
  .home_service__list {
    margin: calc( -4.633vw + 17.65px) 0 0;
  }
}

@media screen and (max-width: 639px) {
  .home_service__list {
    margin: 0;
  }
}

.home_service__list > li {
  width: 276px;
  margin: 24px 16px 0;
}

@media screen and (max-width: 899px) {
  .home_service__list > li {
    width: calc(33.333% - ( 2.01vw - 6.07px ));
    margin: calc( 4.633vw - 17.65px) 12px 0;
  }
}

@media screen and (max-width: 639px) {
  .home_service__list > li {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 639px) {
  .home_service__list > li:not(:first-child) {
    margin-top: 12px;
  }
}

.home_service__link {
  display: block;
  transition: opacity 0.2s ease-out;
}

.home_service__link:hover {
  opacity: 0.8;
}

.home_service__item {
  display: flex;
  flex-wrap: wrap;
}

.home_service__item > ._ttl {
  order: 2;
  width: 100%;
  padding: 17px 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .home_service__item > ._ttl {
    padding: 12px 0;
  }
}

@media screen and (max-width: 639px) {
  .home_service__item > ._ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 50%;
  }
}

.home_service__item > ._ttl > span {
  font-size: 17px;
  font-weight: 500;
  color: #1c1f87;
  font-feature-settings: 'palt';
  transition: color 0.2s ease-out;
}

@media screen and (max-width: 899px) {
  .home_service__item > ._ttl > span {
    font-size: 15px;
    line-height: 1.333;
  }
}

.home_service__item > ._ttl > span > br {
  display: none;
}

@media screen and (max-width: 459px) {
  .home_service__item > ._ttl > span > br {
    display: inline-block;
  }
}

.link_hover:hover .home_service__item > ._ttl > span {
  color: #ff9416;
}

.home_service__item > ._photo {
  order: 1;
  position: relative;
  width: 100%;
  padding-bottom: 56.149%;
}

@media screen and (max-width: 639px) {
  .home_service__item > ._photo {
    width: 50%;
    padding-bottom: calc( 21.943vw + 29.78px);
    overflow: hidden;
  }
}

@media screen and (max-width: 320px) {
  .home_service__item > ._photo {
    padding-bottom: 100px;
  }
}

.home_service__item > ._photo::after {
  content: "\f105";
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  width: 36px;
  height: 36px;
  padding: 1px 0 0 0px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  transition: border 0.2s ease-out;
}

@media screen and (max-width: 899px) {
  .home_service__item > ._photo::after {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}

.home_service__item > ._photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  .home_service__item > ._photo > img {
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}

.home_news {
  padding: 80px 0;
}

@media screen and (max-width: 899px) {
  .home_news {
    padding: calc( 9.652vw - 26.776px) 0;
  }
}

@media screen and (max-width: 639px) {
  .home_news {
    padding: 35px 0;
  }
}

.home_news__separate {
  display: flex;
  flex-wrap: wrap;
}

.home_news__separate > ._ttl {
  width: calc(100% - 720px);
}

@media screen and (max-width: 899px) {
  .home_news__separate > ._ttl {
    width: 100%;
  }
}

.home_news__separate > ._cont {
  width: 720px;
}

@media screen and (max-width: 899px) {
  .home_news__separate > ._cont {
    width: 100%;
  }
}

.home_news__link {
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0;
}

.home_news__link.sp_hide {
  margin-top: -4px;
}

@media screen and (max-width: 899px) {
  .home_news__link.sp_hide {
    display: none;
  }
}

.home_news__link.sp_show {
  display: none;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .home_news__link.sp_show {
    display: block;
    margin-top: 36px;
  }
}

@media screen and (max-width: 639px) {
  .home_news__link.sp_show {
    margin-top: 24px;
  }
}

.home_news__link > a {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  background-position: right;
  background-size: 100% auto;
  width: 100%;
  max-width: 248px;
  height: 44px;
  padding: 13px 0 15px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: background 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}

.home_news__link > a > span {
  display: inline-block;
}

.home_news__link > a > span::after {
  content: "\f105";
  position: absolute;
  right: 18px;
  top: 50%;
  display: inline-block;
  color: #fff;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 16px;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
  letter-spacing: 0;
}

@media screen and (max-width: 899px) {
  .home_news__link > a > span::after {
    right: 10px;
  }
}

.home_news__link > a:hover {
  background-size: 200% auto;
  letter-spacing: 0.06em;
}

.news_list > li {
  border-bottom: solid 1px #d3d3d3;
}

.news_list > li:first-child {
  border-top: solid 1px #d3d3d3;
}

.news_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
  font-feature-settings: 'palt';
  vertical-align: top;
  padding: 16px 52px 16px 20px;
}

@media screen and (max-width: 639px) {
  .news_list > li > a {
    display: block;
    padding: 19px 28px 15px 10px;
  }
}

.news_list > li > a::before {
  position: absolute;
  top: 50%;
  right: 16px;
  height: 1em;
  font-family: "FontAwesome";
  color: #d3d3d3;
  content: "\f105";
  font-size: 1em;
  font-weight: 900;
  font-size: 16px;
  transform: translateY(-50%);
  transition: color 0.1s ease-out;
}

@media screen and (max-width: 639px) {
  .news_list > li > a::before {
    right: 4px;
  }
}

.news_list > li > a > time {
  display: inline-block;
  width: 80px;
  font-size: 15px;
  color: #8d8d8d;
  font-weight: 500;
  vertical-align: top;
}

.news_list > li > a > span {
  display: inline-block;
  padding: 6px 8px;
  margin: 0 16px 0 20px;
  width: 100px;
  background: #eaeaea;
  content: "";
  border-radius: 14px;
  vertical-align: top;
  text-align: center;
  color: #555f6d;
  font-style: normal;
  font-size: 13px;
  line-height: 1.25;
}

@media screen and (max-width: 639px) {
  .news_list > li > a > span {
    margin: -7px 15px 13px 15px;
  }
}

.news_list > li > a > p {
  display: inline-block;
  width: calc( 100% - 216px);
  vertical-align: top;
  transition: color 0.2s ease-out;
  font-size: 15px;
  max-height: 100%;
  margin-top: -5.0025px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
}

@media screen and (max-width: 899px) {
  .news_list > li > a > p {
    font-size: 14px;
    max-height: 100%;
    margin-top: -3.003px;
    margin-bottom: -3.003px;
    line-height: 1.429;
  }
}

@media screen and (max-width: 639px) {
  .news_list > li > a > p {
    display: block;
    width: 100%;
  }
}

.news_list > li > a.link_hover:hover::before {
  color: #ff9416;
}

.news_list > li > a.link_hover:hover > p {
  color: #ff9416;
}

.home_facility {
  background-color: #f1f5f8;
  background-image: url(../images/home/bg_faciluties.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  padding: 80px 0;
}

@media screen and (max-width: 899px) {
  .home_facility {
    margin: 0 -15px;
    padding: calc( 9.652vw - 26.776px) 15px;
  }
}

@media screen and (max-width: 639px) {
  .home_facility {
    margin: 0 -15px;
    padding: 35px 15px;
  }
}

.home_facility__swipe_scroll {
  padding: 0 8px;
}

@media screen and (max-width: 799px) {
  .home_facility__swipe_scroll {
    padding: 0;
  }
}

.home_facility__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  margin: 0 15px;
}

@media screen and (max-width: 799px) {
  .home_facility__item {
    margin: 0 12px;
  }
}

.home_facility__item > ._ttl {
  order: 2;
  padding: 22px 20px 18px;
  font-size: 17px;
  color: #1c1f87;
  font-feature-settings: 'palt';
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._ttl {
    padding: 17px 20px 13px;
    font-size: 15px;
    line-height: 1.4;
  }
}

.home_facility__item > ._cont {
  order: 3;
  padding: 0 20px 96px;
}

.home_facility__item > ._cont > .__text {
  font-size: 15px;
  max-height: 100%;
  margin-top: -5.0025px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._cont > .__text {
    font-size: 14px;
    max-height: 100%;
    margin-top: -3.003px;
    margin-bottom: -3.003px;
    line-height: 1.429;
  }
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._cont > .__text > br.sp_hide {
    display: none;
  }
}

.home_facility__item > ._cont > .__text > br.sp_show {
  display: none;
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._cont > .__text > br.sp_show {
    display: inline-block;
  }
}

.home_facility__item > ._cont > .__tll {
  padding: 15px 0 20px;
  font-feature-settings: 'palt';
  font-size: 15px;
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._cont > .__tll {
    padding: 12px 0 17px;
    font-size: 14px;
  }
}

.home_facility__item > ._cont > .__service > dt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._cont > .__service > dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.home_facility__item > ._cont > .__service > dd {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  max-height: 100%;
  margin-top: 2.4975px;
  margin-bottom: -6.5025px;
  line-height: 1.867;
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._cont > .__service > dd {
    font-size: 14px;
    max-height: 100%;
    margin-top: 3.998px;
    margin-bottom: -2.002px;
    line-height: 1.286;
  }
}

.home_facility__item > ._cont > .__service > dd::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -2px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #ff9415;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._cont > .__service > dd::before {
    top: 1px;
  }
}

.home_facility__item > ._cont > .__link {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.home_facility__item > ._cont > .__link > a {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  background-position: right;
  background-size: 100% auto;
  width: 100%;
  max-width: 248px;
  height: 44px;
  padding: 13px 0 15px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: background 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}

.home_facility__item > ._cont > .__link > a > span {
  display: inline-block;
}

.home_facility__item > ._cont > .__link > a > span::after {
  content: "\f105";
  position: absolute;
  right: 18px;
  top: 50%;
  display: inline-block;
  color: #fff;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 16px;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
  letter-spacing: 0;
}

@media screen and (max-width: 899px) {
  .home_facility__item > ._cont > .__link > a > span::after {
    right: 10px;
  }
}

.home_facility__item > ._cont > .__link > a:hover {
  background-size: 200% auto;
  letter-spacing: 0.06em;
}

.home_facility__item > ._photo {
  order: 1;
  position: relative;
  width: 100%;
  padding-bottom: 56.149%;
}

.home_facility__item > ._photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.home_facility .slick-prev, .home_facility .slick-next {
  top: 20%;
  width: 48px;
  height: 48px;
  background-color: transparent;
  z-index: 2;
}

@media screen and (max-width: 899px) {
  .home_facility .slick-prev, .home_facility .slick-next {
    top: calc( 12.308vw + 1.231px);
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 639px) {
  .home_facility .slick-prev, .home_facility .slick-next {
    top: calc( 28.75vw + -20px);
  }
}

@media screen and (max-width: 320px) {
  .home_facility .slick-prev, .home_facility .slick-next {
    top: 72px;
  }
}

.home_facility .slick-prev:before, .home_facility .slick-next:before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #777a7d;
  border: solid 4px #fff;
  padding-top: 1px;
  border-radius: 50%;
  opacity: 1;
  color: white;
}

@media screen and (max-width: 899px) {
  .home_facility .slick-prev:before, .home_facility .slick-next:before {
    width: 36px;
    height: 36px;
    border: solid 3px #fff;
  }
}

.home_facility .slick-prev {
  left: -8px;
}

@media screen and (max-width: 899px) {
  .home_facility .slick-prev {
    left: -2px;
  }
}

.home_facility .slick-prev::before {
  content: "\f053";
}

.home_facility .slick-next {
  right: -8px;
}

@media screen and (max-width: 899px) {
  .home_facility .slick-next {
    right: -2px;
  }
}

.home_facility .slick-next::before {
  content: "\f054";
}

.home_facility .slick-dots {
  bottom: -45px;
}

.home_facility .slick-dots li {
  margin: 0;
}

.home_facility .slick-dots li button:before {
  content: '';
  opacity: 1;
  background: #999;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 5px;
}

.home_facility .slick-dots li.slick-active button:before {
  background: #fff;
  border: solid 2px #ff7a00;
}

.home_link_other {
  padding: 80px 0 0;
}

@media screen and (max-width: 899px) {
  .home_link_other {
    padding: calc( 9.652vw - 26.776px) 0 0;
  }
}

@media screen and (max-width: 559px) {
  .home_link_other {
    padding-right: calc( 42.328vw - 156.613px);
    padding-left: calc( 42.328vw - 156.613px);
  }
}

@media screen and (max-width: 369px) {
  .home_link_other {
    padding: 35px 0 0;
  }
}

.home_link_other__separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 899px) {
  .home_link_other__separate > li {
    width: 100%;
  }
}

.home_link_other__block.block_card {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 899px) {
  .home_link_other__block.block_card {
    justify-content: space-between;
    margin-bottom: 3.333vw;
  }
}

@media screen and (max-width: 559px) {
  .home_link_other__block.block_card {
    margin-bottom: calc( 6.349vw - 11.492px);
  }
}

@media screen and (max-width: 369px) {
  .home_link_other__block.block_card {
    margin-bottom: 12px;
  }
}

.home_link_other__block.block_card > li {
  width: 348px;
}

.home_link_other__block.block_card > li:first-child {
  margin-right: 24px;
}

@media screen and (max-width: 899px) {
  .home_link_other__block.block_thin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.home_link_other__block.block_thin > li {
  width: 431px;
}

.home_link_other__block.block_thin > li:first-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 899px) {
  .home_link_other__block.block_common > li {
    width: calc( 50% - 1.666vw);
  }
}

@media screen and (max-width: 559px) {
  .home_link_other__block.block_common > li {
    width: 100%;
  }
}

@media screen and (max-width: 899px) {
  .home_link_other__block.block_common > li:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 559px) {
  .home_link_other__block.block_common > li:first-child {
    margin-bottom: calc( 6.349vw - 11.492px);
  }
}

@media screen and (max-width: 369px) {
  .home_link_other__block.block_common > li:first-child {
    margin-bottom: 12px;
  }
}

.home_link_other__link {
  position: relative;
  display: block;
  transition: opacity 0.2s ease-out;
}

.home_link_other__link::after {
  content: "\f105";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  width: 24px;
  height: 24px;
  padding: 6px 0 0 9px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  font-size: 13px;
  transition: border 0.2s ease-out;
}

.home_link_other__link:hover {
  opacity: 0.8;
}

.home_link_other__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f1f5f7;
}

.home_link_other__item > ._ttl {
  order: 2;
  font-feature-settings: 'palt';
  font-weight: 500;
}

.home_link_other__item > ._ttl > .__jp {
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  font-size: 17px;
  transition: color 0.2s ease-out;
}

@media screen and (max-width: 899px) {
  .home_link_other__item > ._ttl > .__jp {
    margin-bottom: 9px;
    font-size: 15px;
  }
}

.link_hover:hover .home_link_other__item > ._ttl > .__jp {
  color: #ff9416;
}

.home_link_other__item > ._ttl > .__en {
  display: block;
  color: #ff752e;
  font-size: 13px;
}

@media screen and (max-width: 899px) {
  .home_link_other__item > ._ttl > .__en {
    font-size: 11px;
  }
}

.home_link_other__item > ._photo {
  order: 1;
}

.home_link_other__item > ._photo > img {
  width: 100%;
}

.home_link_other__item > ._picto {
  order: 1;
  background: #fff;
  width: 96px;
  border-radius: 50%;
}

@media screen and (max-width: 899px) {
  .home_link_other__item > ._picto {
    width: 68px;
  }
}

.home_link_other__item > ._picto > img {
  width: 100%;
}

.home_link_other__item.item_card > ._ttl {
  padding: 21px 0 21px 25px;
}

@media screen and (max-width: 899px) {
  .home_link_other__item.item_card > ._ttl {
    padding: 18px 0 19px 20px;
  }
}

.home_link_other__item.item_thin {
  height: 128px;
  padding: 0 0 0 24px;
}

@media screen and (max-width: 899px) {
  .home_link_other__item.item_thin {
    height: 84px;
    padding: 0 0 0 12px;
  }
}

.home_link_other__item.item_thin > ._ttl {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 899px) {
  .home_link_other__item.item_thin > ._ttl {
    padding: 0 0 0 14px;
  }
}
/*# sourceMappingURL=common_home.css.map */