@charset "UTF-8";
main {
  background: #fff;
  color: #000;
}

.fs-pt-carousel figure {
  margin: 0;
}

.fs-pt-carousel figure img {
  border: 0;
}

/* -----------------------------------------------
mv
----------------------------------------------- */
.mv_wrap .mv_list ul {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.mv_wrap .mv_list ul li {
  width: 32.1875%;
  margin-right: 1.71875%;
}
.mv_wrap .mv_list ul li:nth-child(3n) {
  margin-right: 0;
}
.mv_wrap .mv_list ul li:nth-child(n + 4) {
  margin-top: 20px;
}
.mv_wrap .mv_list ul li a {
  display: block;
}
.mv_wrap .link a span {
  position: relative;
  font-weight: bold;
}
.mv_wrap .link a span::after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .mv_wrap {
    margin-top: 30px;
  }
  .mv_wrap .inner_wrap {
    width: 100%;
  }
  .mv_wrap .campaign_mv + .mv_list {
    margin-top: 20px;
  }
  .mv_wrap .mv_list {
    overflow-x: scroll;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .mv_wrap .mv_list ul {
    width: 135%;
  }
  .mv_wrap .link {
    width: 89.33%;
    margin: 17px auto 0;
  }
  .mv_wrap .link a span {
    font-size: 1.4rem;
    padding-left: 30px;
  }
  .mv_wrap .link a span::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    margin-top: 40px;
  }
  .mv_wrap .campaign_mv + .mv_list {
    margin-top: 40px;
  }
  .mv_wrap .link {
    margin-top: 39px;
  }
  .mv_wrap .link a span {
    font-size: 18px;
    padding-left: 38px;
  }
  .mv_wrap .link a span::after {
    width: 28px;
    height: 28px;
  }
}

/* -----------------------------------------------
お知らせ
----------------------------------------------- */
.information {
  padding-bottom: 24px;
}

.info_heading h2 {
  line-height: 1.48;
  font-weight: bold;
}

.important_info .info_heading h2 {
  position: relative;
  color: #FF4646;
}

.important_info .info_heading h2::before {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_quotation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.info_list li {
  margin-top: 0!important;
}

.info_list li:not(:first-child) {
  display: none;
}

.important_info .info_list li:nth-child(even) {
  border-top: none;
}

.important_info .info_list li:nth-child(even) .info_fx {
  padding-top: 0;
}

.info_list li a {
  display: block;
}

.info_list div.info_fx {
  font-weight: 300;
}

.info_list time {
  color: #000;
}

.info_list a {
  color: #0099CC;
}

.information .pr_acc {
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}

.information .pr_acc span:nth-child(2) {
  display: none;
}

.information .pr_acc.pr_open span:nth-child(2) {
  display: block;
}

.information .pr_acc.pr_open span:first-child {
  display: none;
}

.information .pr_acc::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  border-radius: 10px;
  background-color: #009CD0;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.information .pr_acc.pr_open::before {
  opacity: 0;
}

.information .pr_acc::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 10px;
  background-color: #009CD0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* .information .pr_wrap {
  display: none;
} */

@media screen and (max-width: 767px) {
  .information {
    margin-top: 110px;
    padding-bottom: 129px;
  }

  .info_heading {
    padding: 26px 0 17px;
    border-bottom: 1px solid #E5E5E5;
  }

  .info_heading h2 {
    font-size: 1.6rem;
  }

  .important_info .info_heading h2 {
    padding-left: 25px;
  }

  .important_info .info_heading h2::before {
    width: 18px;
    height: 18px;
  }

  .info_fx>* {
    line-height: 1.85;
  }

  .info_list {
    border-bottom: 1px solid #E6E6E6;
  }

  .info_list li {
    font-size: 1.4rem;
    border-top: 1px solid #E6E6E6;
  }

  .info_list li:first-child {
    border-top: none;
  }

  .info_list div.info_fx {
    display: block;
    padding: 16px 0 17px;
  }

  .pr_wrap .info_list div.info_fx {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pr_wrap .info_list .info_tag {
    flex: 1;
    /* padding-right: 20px; */
    margin-top: -5px;
  }

  .pr_wrap .info_list .info_tag span {
    padding: 0.5em 0.7em;
    background-color: #E8F6FB;
    font-size: 12px;
    margin: 5px 5px 0 0;
    display: inline-block;
    color: #009CD0;
    font-weight: 500;
    line-height: 1;
  }

  .info_list time,
  .info_list .info_fx > span {
    width: 100%;
    display: block;
  }

  .info_list span:after {
    content: none;
  }

  .pr_wrap .info_list time {
    width: 120px;
  }
  
  .pr_wrap .info_list span {
    flex: 1;
  }

  .pr_wrap .info_list .info_fx > span {
    width: 100%;
    flex: auto;
    margin-top: 10px;
  }

  .information .pr_acc {
    font-size: 1.4rem;
    /* width: 58px; */
    /* margin-left: auto;
    margin-right: 0; */
    margin-top: 20px;
    position: relative;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .information {
    margin-top: 96px;
  }

  .information .info_wrap.important_info {
    border-top: 1px solid #E5E5E5;
  }

  .information .info_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
  }

  /* .information .pr_wrap {
    display: none;
  } */

  /* .information .info_wrap.pr_wrap_open {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  } */

  .info_heading {
    width: 180px;
    padding: 18px 0 16px;
  }

  .info_heading h2 {
    font-size: 16px;
  }

  .important_info .info_heading h2 {
    padding-left: 38px;
  }

  .important_info .info_heading h2::before {
    width: 28px;
    height: 28px;
  }

  .info_list {
    flex: 1;
  }

  .info_list div.info_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 0 16px;
  }

  .pr_wrap .info_list div.info_fx {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info_fx>* {
    line-height: 1.48;
  }

  .info_list li {
    font-size: 16px;
    border-top: 1px solid #E6E6E6;
    margin-top: 0 !important;
  }
  
  .info_list li:first-child {
    border-top: none;
    padding-right: 120px;
  }

  .pr_wrap .info_list .info_tag {
    flex: 1;
    /* padding-right: 20px; */
    margin-top: -10px;
  }

  .pr_wrap .info_list .info_tag span {
    padding: 0.3em 1em;
    background-color: #E8F6FB;
    font-size: 14px;
    margin: 10px 10px 0 0;
    display: inline-block;
    color: #009CD0;
    font-weight: 500;
  }

  .info_list time {
    width: 140px;
  }
  
  .info_list span {
    flex: 1;
  }

  .pr_wrap .info_list .info_fx > span {
    width: 100%;
    flex: auto;
    margin-top: 14px;
  }

  .information .pr_acc {
    font-size: 16px;
    /* width: 106px; */
    padding: 15px 30px 14px 0;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* -----------------------------------------------
商品・サービス
----------------------------------------------- */
.category .arrow {
  position: relative;
  display: inline-block !important;
  padding-left: 38px;
}
.category .arrow:after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .category {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .category {
    padding-bottom: 30px;
  }

  .category div.head_wrap {
    padding-top: 60px;
  }

  .category div.head_wrap h2 {
    margin-bottom: 42px;
  }

  .category .cat_column a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .category .cat_column a:nth-child(n + 4) {
    margin-top: 30px;
  }

  .cat_section .cat_column .width_3col {
    width: 31.6%;
    margin-right: 2.5%;
  }

  .cat_section .cat_column .width_3col + a:not(.width_3col) {
    margin-right: 2.66%;
  }

  .cat_section .margin_0 {
    margin-right: 0!important;
  }

  .cat_section .cat_column .width_2col {
    width: 48.66%;
    margin-right: 2.66%;
  }

  .cat_section .cat_column .width_3col + a:not(.width_3col) {
    margin-right: 2.66%;
  }
}

/* -----------------------------------------------
about_01_wrap
----------------------------------------------- */
.about_01_wrap {
  position: relative;
  z-index: 1;
}

.about_01_wrap::after {
  content: '';
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

/* .about_01 {
  position: relative;
  z-index: 1;
  padding-top: 115px;
}

.about_01::after {
  content: '';
  display: inline-block;
  background-image: url(../img/top/about_01_pc.jpg);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  width: 78.95%;
  max-width: 889px;
  height: 568px;
  border-radius: 8px 0 0 8px;
  position: absolute;
  top: 0;
  left: 68%;
  z-index: -1;
  transform: translateX(-50%);
} */

.about_01 div.head_wrap {
  padding-top: 0;
}

.about_01 .con_item {
  background: #009CD0;
  color: #fff;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about_01 .con_item dt {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.about_01 .con_item dd {
  text-align: center;
  line-height: 1;
  margin-left: 0;
  font-weight: bold;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.about_01 .con_item dd .font_l {
  font-family: 'Inter', sans-serif;
}

.about_01 .con_item dd.att {
  margin-bottom: 0;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .about_01_wrap {
    margin-top: 134px;
  }

  .about_01_wrap::after {
    background-image: url(../img/top/about_01_sp.jpg);
    background-position: center center;
    width: 100%;
    height: 260px;
    border-radius: 0;
    top: 71px;
    left: 0;
  }

  .about_01 div.head_wrap h2 {
    margin-bottom: 192px;
  }

  .about_01 .con_item {
    width: 100%;
    min-height: 155px;
    border-radius: 6px;
    padding: 0 0.5em;
  }

  .about_01 .con_item:nth-child(2) {
    margin-top: 10px;
  }

  .about_01 .con_item dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .about_01 .con_item dd {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .about_01 .con_item dd .font_s {
    padding-bottom: 7px;
  }

  .about_01 .con_item dd .font_l {
    font-size: 4.6rem;
    margin: 0 6px 0 7px;
  }

  .about_01 .con_item dd .font_m {
    font-size: 2rem;
    padding-bottom: 7px;
  }

  .about_01 .con_item dd.att {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (min-width: 768px) {
  .about_01_wrap {
    padding-top: 139px;
    margin-top: 166px;
  }

  .about_01_wrap::after {
    background-image: url(../img/top/about_01_pc.jpg);
    background-position: left center;
    width: 65.08%;
    height: 568px;
    border-radius: 8px 0 0 8px;
    top: 0;
    right: 0;
  }

  .about_01 .con_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about_01 div.head_wrap h2 {
    margin-bottom: 138px;
    line-height: 1.7;
  }

  .about_01 .con_item {
    width: 48.66%;
    height: 246px;
    border-radius: 8px;
    padding: 0 1em;
  }

  .about_01 .con_item dt {
    font-size: 1.61vw;
    margin-bottom: 24px;
  }

  .about_01 .con_item dd {
    font-size: 1.75vw;
    margin-bottom: 15px;
  }

  .about_01 .con_item dd .font_s {
    padding-bottom: 15px;
  }

  .about_01 .con_item dd .font_l {
    font-size: 5.41vw;
    margin: 0 6px 0 13px;
  }

  .about_01 .con_item dd .font_m {
    font-size: 2.19vw;
    padding-bottom: 15px;
  }

  .about_01 .con_item dd.att {
    font-size: 14px;
    line-height: 1.42;
  }
}

@media screen and (min-width: 1366px) {
  .about_01 .con_item dt {
    font-size: 22px;
  }
  .about_01 .con_item dd {
    font-size: 24px;
  }
  .about_01 .con_item dd .font_l {
    font-size: 74px;
  }
  .about_01 .con_item dd .font_m {
    font-size: 30px;
  }

  .about_01 .con_fx {
    position: absolute;
    bottom: 0;
    width: 93.7%;
    max-width: 1280px;
  }

  .about_01 div.head_wrap h2 {
    margin-bottom: 30.9vw;
  }

  .about_01_wrap::after {
    padding-top: 41.58%;
    height: 0;
  }
}

/* -----------------------------------------------
about_02_wrap
----------------------------------------------- */
.about_02_wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about_02_wrap .content p {
  font-weight: 500;
}

.about_02_wrap .content a {
  background: #fff;
  text-align: center;
  /* display: block; */
  display: inline-block;
  padding: 0 10px;
}

.about_02_wrap .content a span {
  position: relative;
  font-weight: bold;
}

.about_02_wrap .content a span::after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .about_02_wrap {
    background-image: url(../img/top/about_02_2310_sp.jpg);
    min-height: 573px;
    margin-top: 120px;
  }

  .about_02_wrap div.head_wrap {
    padding-top: 61px;
  }

  .about_02_wrap div.head_wrap h2 {
    margin-bottom: 19px;
  }

  .about_02_wrap .content p {
    font-size: 1.4rem;
    line-height: 1.85;
    margin: 0 0 19px 0;
    width: 100.1%;
  }

  .about_02_wrap .content a {
    /* width: 165px; */
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
  }

  .about_02_wrap .content a span {
    font-size: 1.4rem;
    padding-left: 30px;
  }

  .about_02_wrap .content a span::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .about_02_wrap {
    background-image: url(../img/top/about_02_2310_pc.jpg);
    height: 667px;
    margin-top: 180px;
  }

  .about_02_wrap div.head_wrap {
    padding-top: 140px;
  }

  .about_02_wrap div.head_wrap h2 {
    margin-bottom: 41px;
  }

  .about_02_wrap .content p {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 24px 0;
  }

  .about_02_wrap .content a {
    /* width: 205px; */
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
  }

  .about_02_wrap .content a span {
    font-size: 18px;
    padding-left: 38px;
  }

  .about_02_wrap .content a span::after {
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 1366px) {
  .about_02_wrap {
    height: 0;
    padding-top: 50.3%;
    position: relative;
  }

  .about_02_wrap .inner_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

/* トップページ 検索窓 */
.top_search_window_area {
  padding-top: 60px;
}
.top_search_window_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_search_window_wrap .search {
  flex: 1;
  position: relative;
}
.top_search_window_wrap .search span {
  display: block;
  padding: 0;
}
.top_search_window_wrap .search input {
  height: 55px;
  background-color: #E8F6FB;
  border-radius: 8px;
  border: none;
  padding: 20px;
  font-size: 15px;
  /* font-size: 1.09vw; */
}
.top_search_window_wrap .search input::placeholder {
  color: rgba(0,0,0,.4);
}
.top_search_window_wrap .search button {
  width: 40px;
  height: 40px;
  background-color: none;
  background-image: url(../img/common/icon_search_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: none;
}
.top_search_window_wrap .close_mark {
  width: 40px;
  height: 56px;
  margin-left: 20px;
  position: relative;
}
.top_search_window_wrap .close_mark div {
  position: relative;
  width: 40px;
  height: 34px;
}
.top_search_window_wrap .close_mark div::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #4B4B4B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top_search_window_wrap .close_mark div::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #4B4B4B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top_search_window_wrap .close_mark span {
  font-size: 11px;
  font-weight: 500;
  margin-top: 7px;
  display: block;
  text-align: center;
}
.top_search_window_area .top_search_word_wrap {
  margin-top: 25px;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_search_window_area .top_search_word_heading strong {
  font-size: 15px;
  font-weight: bold;
  margin-right: 50px;
  margin-bottom: 20px;
  display: block;
}
.top_search_window_area .top_search_word {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top_search_window_area .top_search_word a {
  font-size: 15px;
  color: #009CD0;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top_search_window_area {
    padding-top: 19px;
  }
  .top_search_window_wrap .search input {
    height: 50px;
  }
  .top_search_window_wrap .close_mark {
    display: none;
  }
  .top_search_window_area .top_search_word_wrap {
    display: none;
  }
}

@media screen and (min-width: 1366px) {
  .top_search_window_wrap .search input {
    font-size: 15px;
  }
}