@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5D656C;
  word-break: break-word;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, form {
    letter-spacing: 0.08em;
  }
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #5D656C;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  input, button, textarea, select {
    letter-spacing: 0.08em;
  }
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

*, *:after, *:before {
  box-sizing: border-box;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
p, dt, dd, li, th, td,
input, button, textarea, select {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  p, dt, dd, li, th, td,
  input, button, textarea, select {
    font-size: 1.4rem;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
}
/* ---------------------------------------------
  レイアウト
-----------------------------------------------*/
.l-wrap {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 3rem);
  }
}
.l-wrap.-l {
  max-width: 130rem;
}
.l-wrap.-s {
  max-width: 80rem;
}

.l-container {
  overflow: hidden;
}

/* ---------------------------------------------
  装飾
-----------------------------------------------*/
.u-bold {
  font-weight: 700;
}

.u-underline {
  text-decoration: underline;
}

.u-yellow {
  color: #FFFF81;
}

.u-kakko {
  position: relative;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .u-kakko {
    padding: 0 2rem;
  }
}
.u-kakko::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.62rem;
  height: 7.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_kakko_left.svg);
  background-color: #88C8E0;
}
@media screen and (max-width: 767px) {
  .u-kakko::before {
    width: 0.5rem;
    height: 4rem;
  }
}
.u-kakko::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.62rem;
  height: 7.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_kakko_right.svg);
  background-color: #88C8E0;
}
@media screen and (max-width: 767px) {
  .u-kakko::after {
    width: 0.5rem;
    height: 4rem;
  }
}
.u-kakko.-white::before, .u-kakko.-white::after {
  background-color: #fff;
}
.u-kakko.-s {
  padding: 0 2rem;
}
.u-kakko.-s::before, .u-kakko.-s::after {
  width: 0.5rem;
  height: 4.5rem;
}
.u-kakko.-l::before, .u-kakko.-l::after {
  width: 1.3rem;
  height: 10.5rem;
}
@media screen and (max-width: 767px) {
  .u-kakko.-l::before, .u-kakko.-l::after {
    width: 0.7rem;
    height: 5rem;
  }
}
.u-kakko.-ll {
  display: inline-block;
  padding: 0 5.5rem;
}
.u-kakko.-ll::before, .u-kakko.-ll::after {
  width: 1.3rem;
  height: 10.5rem;
}
@media screen and (max-width: 767px) {
  .u-kakko.-ll::before, .u-kakko.-ll::after {
    width: 0.9rem;
    height: 6rem;
  }
}
.u-kakko.c-secttl {
  display: inline-block;
}

.u-map a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #88C8E0;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .u-map a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .u-map a:hover {
    opacity: 0.7;
  }
}
.u-map a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
  width: 1.1rem;
  height: 1.4rem;
  background: url(../img/common/icon_map.svg) no-repeat center center/contain;
}
.u-map a.-gray {
  color: #81919F;
}
.u-map a.-gray::before {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_map.svg);
  background: #81919F;
}

/* ---------------------------------------------
  パーツ
-----------------------------------------------*/
/* ボタン
--------------------------------*/
.c-btn.-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn.-sp-center {
    text-align: center;
  }
}
.c-btn_link, .c-btn input {
  display: inline-block;
  background-color: #88C8E0;
  border: 1px solid #88C8E0;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 6rem;
  border-radius: 5rem;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn_link, .c-btn input {
    font-size: 1.6rem;
    padding: 1.4rem 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn_link:hover, .c-btn input:hover {
    background-color: #fff;
    color: #88C8E0;
  }
}
.c-btn_link.-l, .c-btn input.-l {
  padding: 1.8rem 11rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn_link.-l, .c-btn input.-l {
    font-size: 1.6rem;
    padding: 1.4rem 4rem;
    width: 100%;
  }
}
.c-btn_link.-white, .c-btn input.-white {
  background-color: #fff;
  color: #88C8E0;
  border: 1px solid #88C8E0;
}
@media screen and (min-width: 768px) {
  .c-btn_link.-white:hover, .c-btn input.-white:hover {
    background-color: #88C8E0;
    color: #fff;
    border: 1px solid #fff;
  }
}
.c-btn_link.-s, .c-btn input.-s {
  font-size: 1.6rem;
  padding: 0.7rem 6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-btn_link.-s, .c-btn input.-s {
    font-size: 1.4rem;
    padding: 0.6rem 5rem;
  }
}
.c-btn_link.-transparent, .c-btn input.-transparent {
  background-color: transparent;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-btn_link.-transparent:hover, .c-btn input.-transparent:hover {
    background-color: #fff;
    color: #88C8E0;
  }
}

/* タイトル
--------------------------------*/
.c-secttl-en {
  display: inline-block;
  font-size: 5.6rem;
  font-weight: 500;
  color: #88C8E0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-secttl-en {
    font-size: 3.3rem;
  }
}
.c-secttl-en.-l {
  font-size: 6.8rem;
}
@media screen and (max-width: 767px) {
  .c-secttl-en.-l {
    font-size: 3.3rem;
  }
}
.c-secttl-en.-s {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-secttl-en.-s {
    font-size: 2.3rem;
  }
}
.c-secttl-jp {
  font-size: 1.8rem;
  font-weight: 500;
  color: #88C8E0;
  display: block;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-secttl-jp {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.c-secttl-jp.-s {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-secttl-jp.-s {
    font-size: 1.4rem;
  }
}
.c-secttl-jp.-l {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-secttl-jp.-l {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
  }
}
.c-secttl.-center {
  text-align: center;
}
.c-secttl.-center * {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-secttl.-sp-center {
    text-align: center;
  }
  .c-secttl.-sp-center * {
    text-align: center;
  }
}
.c-secttl.-gray * {
  color: #81919F;
}
.c-secttl.-white * {
  color: #fff;
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
  transition: 0.3s;
}
.is-fixed .l-header {
  background-color: transparent;
  border: none;
}
.l-header.-transparent {
  border: none;
  background-color: transparent;
}
.l-header.-transparent.is-active {
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}
.is-fixed .l-header.-transparent.is-active {
  background-color: transparent;
  border: none;
}
.l-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 4.6rem 1.8rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    padding: 1.5rem;
    display: block;
    position: relative;
  }
}
.l-header_left .logo {
  width: 19.2rem;
}
@media screen and (max-width: 767px) {
  .l-header_left .logo {
    width: 12.6rem;
    height: 3rem;
    margin: 0 auto;
  }
}
.l-header_left .logo a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header_left .logo a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header_left .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-header_left .logo a {
    width: 100%;
    height: 100%;
  }
  .l-header_left .logo a::before {
    content: "";
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 12.6rem;
    height: 3rem;
    background: url(../img/common/logo.svg) no-repeat center center/contain;
  }
  .is-fixed .l-header_left .logo a::before {
    background: url(../img/common/logo_white.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .l-header_left .logo a img {
    display: none;
  }
}
.l-header_right {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-header_right .menu {
    display: none;
  }
}
.l-header_right .menu .list {
  display: flex;
  align-items: center;
  gap: 4.4rem;
}
@media screen and (min-width: 768px) {
  .l-header_right .menu .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header_right .menu .list_item a:hover {
    opacity: 0.7;
  }
}
.l-header_right .menu .list_item_en {
  display: block;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
}
.l-header_right .menu .list_item_jp {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header_right .btn {
    display: none;
  }
}
.l-header_right .btn_link {
  background-color: #88C8E0;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  padding: 1rem 4rem;
  border-radius: 2.2rem;
  color: #fff;
  border: 1px solid #88C8E0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header_right .btn_link:hover {
    background-color: #fff;
    color: #88C8E0;
  }
}
.l-header_right .menu-trigger {
  position: absolute;
  right: 1.5rem;
  top: 1.9rem;
  width: 4.3rem;
  height: 1.8rem;
}
.l-header_right .menu-trigger span {
  width: 100%;
  height: 1px;
  background-color: #5D656C;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s;
}
.is-fixed .l-header_right .menu-trigger span {
  top: 50%;
  transform: translateX(-50%) rotate(200deg);
  background-color: #fff;
}
.l-header_right .menu-trigger span:nth-child(2) {
  top: 100%;
}
.is-fixed .l-header_right .menu-trigger span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) rotate(-200deg);
}

.gnavi {
  background-color: #88C8E0;
  position: fixed;
  z-index: 100;
  top: 0;
  padding: 8rem 0 1.8rem;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  transition: 0.3s;
}
.is-fixed .gnavi {
  transform: translate(0);
}
.gnavi_inner {
  overflow-y: scroll;
  height: 100%;
  padding: 0 1.5rem 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.gnavi_inner .menu .list_item:nth-child(n+2) {
  margin-top: 1.8rem;
}
.gnavi_inner .menu .list_item a {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
.gnavi_inner .menu .list_item a span {
  display: block;
  font-size: 1.7rem;
}
.gnavi_inner .sns {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.gnavi_inner .sns_item {
  width: 4.4rem;
}
.gnavi_inner .copyright {
  padding-top: 3.5rem;
  margin-top: auto;
  text-align: center;
}
.gnavi_inner .copyright small {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.l-footer {
  padding: 14rem 0;
  background-color: #88C8E0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5.2rem 0 1rem;
    position: relative;
  }
}
.l-footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer .flex {
    display: block;
  }
}
.l-footer .flex .logo {
  width: 36.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer .flex .logo {
    width: 28.7rem;
    margin: 0 auto;
  }
}
.l-footer .flex .menu {
  width: 65rem;
}
@media screen and (max-width: 767px) {
  .l-footer .flex .menu {
    width: 100%;
  }
}
.l-footer .flex .menu .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer .flex .menu .list {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .flex .menu .list_item {
    text-align: center;
  }
}
.l-footer .flex .menu .list_item a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer .flex .menu .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer .flex .menu .list_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .flex .menu .list_item a .sp {
    font-size: 1.6rem;
    display: block;
  }
}
.l-footer .sns {
  margin-top: 6.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
  margin-right: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer .sns {
    margin-top: 3rem;
    justify-content: center;
    margin-right: 0;
  }
}
.l-footer .sns_item {
  width: 3.3rem;
}
@media screen and (min-width: 768px) {
  .l-footer .sns_item {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer .sns_item:hover {
    opacity: 0.7;
  }
}
.l-footer .copyright {
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
  }
}
.l-footer .copyright small {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright small {
    letter-spacing: 0.1em;
  }
}
.l-footer .page-top {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
.l-footer .page-top a {
  padding-right: 1.6rem;
  position: relative;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
}
.l-footer .page-top a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.2rem;
  height: 1.1rem;
  background: url(../img/common/arrow_page-top.svg) no-repeat center center/contain;
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
.p-heading {
  padding: 14rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-heading {
    padding: 8rem 0;
  }
}
.p-heading .c-secttl {
  margin-top: 5rem;
}
.p-heading .c-secttl-en {
  line-height: 1.4;
}

.c-breadcrumb .list {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-breadcrumb .list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .list {
    width: calc(100% + 3rem);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: -1.5rem;
    padding-bottom: 1rem;
  }
}
.c-breadcrumb .list_item {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.c-breadcrumb .list_item_link {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #88C8E0;
  padding-right: 1.5rem;
  margin-inline-end: 1rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb .list_item_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-breadcrumb .list_item_link:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb .list_item_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.62rem;
  height: 0.72rem;
  background: url(../img/common/arrow_right_gray.svg) no-repeat center center/contain;
}

.c-contact {
  padding: 15rem 0;
  background: url(../img/common/bg_contact.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 7.5rem 0;
  }
}
.c-contact .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-contact .flex {
    display: block;
  }
}
.c-contact .flex .u-kakko {
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .c-contact .flex .u-kakko {
    padding: 0 1.5rem;
  }
}
.c-contact .flex .u-kakko::before {
  width: 1.3rem;
  height: 11.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact .flex .u-kakko::before {
    width: 0.7rem;
    height: 5.6rem;
  }
}
.c-contact .flex .u-kakko::after {
  width: 1.3rem;
  height: 11.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact .flex .u-kakko::after {
    width: 0.7rem;
    height: 5.6rem;
  }
}
.c-contact .flex .txt {
  margin-top: 5rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact .flex .txt {
    margin-top: 2rem;
  }
}
.c-contact .flex .lead {
  font-size: 3.1rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contact .flex .lead {
    margin-top: 1rem;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
}
.c-contact .flex .btn-box {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 3.7rem;
}
@media screen and (max-width: 767px) {
  .c-contact .flex .btn-box {
    flex-direction: column;
    gap: 2rem;
  }
}
.c-contact .flex .btn-box .btn_link {
  width: 30.7rem;
  height: 5.7rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-contact .flex .btn-box .btn_link:hover {
    background-color: #fff;
    color: #88C8E0;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .flex .btn-box .btn_link {
    font-size: 1.4rem;
    width: 23rem;
    height: 4.3rem;
  }
}

.c-news-list .list_item a {
  display: block;
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
@media screen and (min-width: 768px) {
  .c-news-list .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-news-list .list_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list .list_item a {
    padding: 2.5rem 0;
  }
}
.c-news-list .list_item:first-child {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.c-news-list .list_item_category {
  width: 13rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #88C8E0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .c-news-list .list_item_category {
    width: auto;
    padding: 0 1.5rem;
    font-size: 1.2rem;
    border-radius: 1.4rem;
    font-weight: 400;
    height: 2.7rem;
  }
}
.c-news-list .list_item_date {
  color: #A0A0A0;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-news-list .list_item_date {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
.c-news-list .list_item_ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-list .list_item_ttl {
    font-size: 1.4rem;
  }
}

.p-fixed-line {
  width: 9rem;
  height: 9rem;
  position: fixed;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: -0.2rem;
}
.p-fixed-line a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-fixed-line a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-fixed-line a:hover {
    opacity: 0.7;
  }
}
.p-fixed-line a img {
  width: 100%;
}

/* ------------------------------
    フェードインアニメーション
------------------------------ */
.fade-box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time10 {
  animation-delay: 1s;
}/*# sourceMappingURL=common.css.map */