@charset "UTF-8";
/*************************************************
 * Reset CSS
 *************************************************/
html,
body {
  height: 100%;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
table,
tr,
td,
section,
article,
ul,
ol,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'BIZ UDGothic', sans-serif;
  font-size: 1rem;
  word-break: break-all;
  overflow-x: hidden;
  color: #302d2c;
}

button {
  background: none;
  border: none;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

a {
  color: #302d2c;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

body,
input,
textarea,
select {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
iframe {
  border: none;
}
sup {
  vertical-align: 0.52em;
  font-size: 0.6em;
}
sup.u-brackets {
  margin-left: -0.7em;
  margin-right: 0.3em;
}

/*************************************************
 * Contents
 *************************************************/
.l-bread-list {
  padding-top: 20px;
  margin-bottom: 30px;
}
.l-bread-list__ul {
  display: flex;
}
.l-bread-list__li {
  line-height: 1;
}
.l-bread-list__li:first-child {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzEwOTkiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDEwOTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OSAyNzYpIiBmaWxsPSIjMzAyZDJjIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iaWNvbl9icmVhZF9hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU5IC0yNzYpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPGcgaWQ9ImFycm93LXBvaW50LXRvLXJpZ2h0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NyAyNzYpIj4NCiAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMjE3OSIgZGF0YS1uYW1lPSLjg5HjgrkgMjE3OSIgZD0iTTcuNjQ1LDUuNWwtNC4zLDQuM2EuNy43LDAsMCwxLS45OS0uOTlMNi4xNiw1bC0zLjgtMy44YS43LjcsMCwxLDEsLjk5LS45OWw0LjMsNC4zYS43LjcsMCwwLDEsMCwuOTlaIiBmaWxsPSIjMzAyZDJjIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==) no-repeat right center;
  padding-right: 16px;
  margin-right: 10px;
}
.l-bread-list__text {
  font-size: 1em;
  color: #302d2c;
  font-weight: normal;
}

.l-fixed-footer {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .l-fixed-footer {
    display: block;
    height: 100%;
  }
}
.l-fixed-footer__body {
  z-index: 20;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.l-fixed-footer__ul {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(72, 74, 75, 0.2);
  pointer-events: visible;
  height: 64px;
}
.l-fixed-footer__li {
  border-right: 1px solid #00747a;
  width: 33%;
  text-align: center;
}
.l-fixed-footer__li:last-child {
  border: none;
}
.l-fixed-footer__a {
  font-size: 0.8125em;
  color: #00747a;
  display: block;
  padding: 9px 0 7px 0;
}
.l-fixed-footer__img {
  vertical-align: bottom;
}
.l-fixed-footer__text {
  display: block;
}

.l-footer {
  padding: 29px 0;
}
.l-footer__padding {
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
}
.l-footer__copyright {
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    margin: 0;
  }
  .l-footer__padding {
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer__copyright {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 400px) {
  .l-footer__copyright {
    font-size: 3.1vw;
  }
}

.l-header {
  /**************************
  メインエリア
  **************************/
  /**************************
  ハンバーガーメニュー
  **************************/
  /**************************
  下層で出てくるアテンションエリア
  **************************/
  /**************************
  ナビ
  **************************/
}
.l-header__padding {
  max-width: 966px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-header__padding {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding-top: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-main {
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
.l-header-main__body {
  position: relative;
  height: 64px;
}
@media only screen and (max-width: 767px) {
  .l-header-main__body {
    height: 58px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background-color: #fff;
    z-index: 5;
  }
}
.l-header-main__logo {
  position: absolute;
  top: 15px;
  left: 30px;
}
.l-header-main__logo img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .l-header-main__logo {
    left: 20px;
    top: 12px;
  }
}
.l-header-main__right {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header-main__right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-header-main__right-text {
    font-size: 0.75em;
  }
}
.l-header-btn-menu {
  width: 58px;
  height: 58px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-btn-menu__center {
  width: 1px;
  height: 1px;
  position: relative;
}
.l-header-btn-menu__text {
  display: none;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
}
.l-header-btn-menu__line {
  display: block;
  position: absolute;
  background-color: #302d2c;
  height: 2px;
}
@keyframes animLineClose0 {
  0% {
    top: 0;
    transform: rotateZ(-135deg);
  }
  50% {
    top: 0;
    transform: rotateZ(0);
  }
  100% {
    top: -9px;
    transform: rotateZ(0);
  }
}
@keyframes animLineClose1 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animLineClose2 {
  0% {
    top: 0;
    transform: rotateZ(135deg);
  }
  50% {
    top: 0;
    transform: rotateZ(0);
  }
  100% {
    top: 9px;
    transform: rotateZ(0);
  }
}
@keyframes animLineOpen0 {
  0% {
    top: -9px;
    transform: rotateZ(0);
  }
  50% {
    top: 0;
    transform: rotateZ(0);
  }
  100% {
    top: 0;
    transform: rotateZ(-135deg);
  }
}
@keyframes animLineOpen1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
@keyframes animLineOpen2 {
  0% {
    width: 18px;
    top: 9px;
    transform: rotateZ(0);
  }
  50% {
    width: 18px;
    top: 0;
    transform: rotateZ(0);
  }
  100% {
    width: 28px;
    top: 0;
    transform: rotateZ(135deg);
  }
}
.l-header-btn-menu__line--0 {
  width: 33px;
  left: -15px;
  top: -9px;
}
.l-header-btn-menu__line--1 {
  width: 33px;
  left: -15px;
}
.l-header-btn-menu__line--2 {
  width: 33px;
  left: -15px;
  top: 9px;
}
.l-header-btn-menu--close .l-header-btn-menu__line--0 {
  animation-duration: 0.2s;
  animation-name: animLineClose0;
}
.l-header-btn-menu--close .l-header-btn-menu__line--1 {
  animation-duration: 0.2s;
  animation-name: animLineClose1;
}
.l-header-btn-menu--close .l-header-btn-menu__line--2 {
  animation-duration: 0.2s;
  animation-name: animLineClose2;
}
.l-header-btn-menu--open .l-header-btn-menu__line--0 {
  top: 0;
  transform: rotateZ(-135deg);
  animation-duration: 0.2s;
  animation-name: animLineOpen0;
}
.l-header-btn-menu--open .l-header-btn-menu__line--1 {
  transform: scale(0);
  animation-duration: 0.2s;
  animation-name: animLineOpen1;
}
.l-header-btn-menu--open .l-header-btn-menu__line--2 {
  top: 0;
  transform: rotateZ(135deg);
  animation-duration: 0.2s;
  animation-name: animLineOpen2;
}
.l-header-attention {
  background: #0086d1;
  margin: 0 0 12px;
  padding: 3px 18px;
  text-align: center;
}
.l-header-attention img {
  vertical-align: bottom;
  max-height: 44px;
}

.l-header-navi {
  position: relative;
  background: #E1ECF4;
}
@media only screen and (max-width: 767px) {
  .l-header-navi {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 8;
    top: 0;
    background-color: #fff;
    border-top: 1px solid #d1d4e8;
    box-sizing: border-box;
    transform: translateY(-100%);
    transition: transform 0.45s ease-in-out;
  }

  .l-header-attention {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-navi--open {
    transform: translateY(0%);
  }
}
.l-header-navi__body {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-header-navi__body {
    padding: 73px 10px 0 10px;
  }
}
.l-header-navi__ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-header-navi__ul {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-navi__li {
    border-bottom: 1px solid #302d2c;
  }
}
.l-header-navi__a {
  font-size: 0.85em;
  position: relative;
  display: flex;
  width: 100%;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: #302d2c;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: color 0.2s linear;
}
.l-header-navi__a:hover {
  color: #0086d1;
}
.l-header-navi__a:not([href]) {
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .l-header-navi__a {
    font-size: 1.17em;
    justify-content: flex-start;
    height: auto;
    padding: 17px 0;
    letter-spacing: normal;
  }
}

.l-main {
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .l-main.teaser {
    padding-bottom: 0;
  }
}

.l-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.l-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 74, 75, 0.6);
}
.l-modal__flex {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-modal__body {
  text-align: center;
}
.l-modal__body img {
  vertical-align: bottom;
}
.l-modal__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.top-mv__image-main {
  background: linear-gradient(to left, #fef7b6, #fef7b6 50%, #e2fafa 50%);
  text-align: center;
}
.top-mv__image-main img {
  width: 100%;
  max-width: 1060px;
  vertical-align: bottom;
}
.top-mv2__image-main {
  text-align: center;
}
.top-mv2__image-main img {
  width: 100%;
  vertical-align: bottom;
}

.c-btn-box-arrow {
  transition: opacity 0.25s linear;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  font-weight: normal;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .c-btn-box-arrow:hover {
    opacity: 0.8;
  }
}
.c-btn-box-arrow.disabled {
  pointer-events: none;
  background-color: #000!important;
  opacity: 0.2;
}
.c-btn-box-arrow .auto-width {
  width: auto;
}
.c-btn-box-arrow__inner {
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  padding: 35px 0;
}
.c-btn-box-arrow__subInner {
  position: relative;
  top: -3px;
  font-size: 24px;
  vertical-align: baseline;
}
.c-btn-box-arrow.size-s {
  max-width: 340px;
  border-radius: 35px;
  font-size: 20px;
  letter-spacing: 0.08em;
  padding: 0 25px;
}
.c-btn-box-arrow.size-s .c-btn-box-arrow__inner {
  padding: 20px 0;
}

.c-btn-box-arrow.size-m {
  border-radius: 35px;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: normal;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .p-qa-item__button .c-btn-box-arrow.size-m {
    font-size: 23px;
  }
}

.c-btn-box-arrow.size-m .c-btn-box-arrow__inner {
  padding: 17px 0;
}
.c-btn-box-arrow.size-m2 {
  padding: 0 22px;
  letter-spacing: normal;
  line-height: 1.35;
  font-size: 20px;
}
.c-btn-box-arrow.size-m2 .c-btn-box-arrow__inner {
  padding: 18px 0;
}
.c-btn-box-arrow.size-rows2 {
  letter-spacing: normal;
  font-size: 17.4px;
}
.c-btn-box-arrow.size-rows2 .c-btn-box-arrow__inner {
  padding: 8px 0;
}

.c-btn-box-arrow.size-l {
  border-radius: 35px;
  font-size: 31px;
  padding: 0 40px;
}
.c-btn-box-arrow.size-l .c-btn-box-arrow__inner {
  padding: 19.5px 0;
}
.c-btn-box-arrow.fontsize-l {
  font-size: 2.04em;
}
.c-btn-box-arrow.size-l.fontsize-l .c-btn-box-arrow__inner {
  padding-top: 31px;
  padding-bottom: 32px;
}

.c-btn-box-arrow.gray {
  background-color: #e6e6e6;
  box-shadow: 10px 10px 0 0 #8c8c8c;
  color: #646464;
}
.c-btn-box-arrow.gray .c-btn-box-arrow__inner {
  background-image: url(../img/icon_btn_link--gray.svg);
  background-size: 32px auto;
}
.c-btn-box-arrow.yellow {
  background-color: #fff7b6;
  box-shadow: 10px 10px 0 0 #DD9A0A;
  color: #302d2c;
}
.c-btn-box-arrow.yellow .c-btn-box-arrow__inner {
  background-image: url(../img/icon_btn_link--yellow.svg);
  background-size: 32px auto;
}


@media only screen and (max-width: 767px) {
  .c-btn-box-arrow {
    letter-spacing: normal;
  }

  .c-btn-box-arrow__inner {
    padding: 19px 0 21px;
  }
  .c-btn-box-arrow.size-m {
    letter-spacing: normal;
    font-size: 16px;
    padding: 0 18px;
  }
  .c-btn-box-arrow.size-m2 {
    padding: 0 20px;
  }
  .c-btn-box-arrow.size-m .c-btn-box-arrow__inner {
    padding: 14px 0;
  }
  .c-btn-box-arrow.size-rows2 {
    font-size: 14.5px;
  }
  .c-btn-box-arrow.size-rows2 .c-btn-box-arrow__inner {
    padding: 5px 0;
  }
  .c-btn-box-arrow.size-s {
    max-width: 280px;
    padding: 0 20px;
    letter-spacing: normal;
    font-size: 15px;
  }
  .c-btn-box-arrow.size-s .c-btn-box-arrow__inner {
    padding: 16px 0;
  }

  .c-btn-box-arrow.size-l {
    padding: 0 8px;
    font-size: 15px;
  }
  .c-btn-box-arrow.size-l .c-btn-box-arrow__inner {
    padding: 11px 0;
  }
  .c-btn-box-arrow__subInner {
    position: static;
    display: inline-block;
    margin-top: 7px;
    padding-right: 20px;
    font-size: 15px;
  }

  .c-btn-box-arrow.fontsize-l {
    font-size: 1em;
  }
  .c-btn-box-arrow.size-l.fontsize-l .c-btn-box-arrow__inner {
    padding-top: 19px;
    padding-bottom: 21px;
  }
  .c-btn-box-arrow.gray {
    box-shadow: 6px 6px 0 0 #8c8c8c;
  }
  .c-btn-box-arrow.gray .c-btn-box-arrow__inner,
  .c-btn-box-arrow.yellow .c-btn-box-arrow__inner {
    background-size: 15px auto;
  }
}

.c-btn-box-arrow.gray.size-s {
  box-shadow: 0 2px 0 #034c50;
}
.c-btn-box-arrow.yellow.size-s {
  box-shadow: 0 2px 0 #034c50;
}
.c-btn-box-arrow.blue {
  background-color: #0086d1;
  color: #fff;
}
.c-btn-box-arrow.blue .c-btn-box-arrow__inner {
  background-image: url(../img/icon_btn_link--white.svg);
  background-size: 16px auto;
}
.c-btn-box-arrow.blue.size-m .c-btn-box-arrow__inner {
  background-size: 16px auto;
}
.c-btn-box-arrow.blue.size-s .c-btn-box-arrow__inner {
  background-size: 18px auto;
}

.c-btn-box-arrow.transparent {
  color: #0086d1;
}
.c-btn-box-arrow.transparent .c-btn-box-arrow__inner {
  background-image: url(../img/icon_btn_link--blue.svg);
  background-size: 16px auto;
}
.c-btn-box-arrow.transparent.size-s {
  padding: 0 32px 0 8px;
  font-size: 19px;
  font-weight: normal;
}
.c-btn-box-arrow.transparent.size-s .c-btn-box-arrow__inner {
  background-size: 12px auto;
  background-position: right 10px top 50%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .c-btn-box-arrow.blue .c-btn-box-arrow__inner,
  .c-btn-box-arrow.blue.size-m .c-btn-box-arrow__inner {
    background-size: 12px auto;
  }
  .c-btn-box-arrow.blue.size-l .c-btn-box-arrow__inner,
  .c-btn-box-arrow.blue.size-m .c-btn-box-arrow__inner {
    background-size: 12px auto;
  }
  .c-btn-box-arrow.blue.size-s .c-btn-box-arrow__inner {
    background-size: 15px auto;
  }

  .c-btn-box-arrow.transparent.size-s {
    width: auto;
    padding: 0;
    font-size: 13px;
  }
  .c-btn-box-arrow.transparent.size-s .c-btn-box-arrow__inner {
    background-size: 8px auto;
    padding-right: 18px;
  }
}
.c-btn-box-arrow.blank .c-btn-box-arrow__inner {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMTEwNiIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMTEwNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDAuNDU5IDE4KSIgZmlsbD0iI2ZmZiIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Imljb25fYmxhbmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMDAuNDU5IC0xOCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICA8cGF0aCBpZD0idGFicyIgZD0iTTE1LjQyOSwwSDRhLjU3MS41NzEsMCwwLDAtLjU3MS41NzFWMy40MjlILjU3MUEuNTcxLjU3MSwwLDAsMCwwLDRWMTUuNDI5QS41NzEuNTcxLDAsMCwwLC41NzEsMTZIMTJhLjU3MS41NzEsMCwwLDAsLjU3MS0uNTcxVjEyLjU3MWgyLjg1N0EuNTcxLjU3MSwwLDAsMCwxNiwxMlYuNTcxQS41NzEuNTcxLDAsMCwwLDE1LjQyOSwwWm0tNCwxNC44NTdIMS4xNDNWNC41NzFIMTEuNDI5VjE0Ljg1N1ptMy40MjktMy40MjlIMTIuNTcxVjRBLjU3MS41NzEsMCwwLDAsMTIsMy40MjlINC41NzFWMS4xNDNIMTQuODU3VjExLjQyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMC40NTkgMTgpIiBmaWxsPSIjZmZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
}

.c-list-dot {
  position: relative;
  margin-left: 12px;
}
.c-list-dot:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.c-list-dot__inner {
  padding-left: 12px;
}
.c-list-dot a {
  text-decoration: underline;
}

.c-list-dot2 {
  position: relative;
}
.c-list-dot2:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #0086d1;
}
.c-list-dot2__inner {
  padding-left: 1.2em;
}
.c-list-dot2 a {
  text-decoration: underline;
}

.c-text-body {
  font-size: 1.14em;
  line-height: 1.64;
}
.c-text-body.size--14 {
  font-size: 0.875em;
}
.c-text-body.size--h2 {
  font-size: 1.375em;
}
.c-text-body.size--s {
  font-size: 1.05em;
}
.c-text-body.size--l {
  font-size: 1.28em;
}
.c-text-body.bold {
  font-weight: bold;
}

.text-brackets {
  position: relative;
  padding: 6px 0;
}
.text-brackets::before,
.text-brackets::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 auto;
  width: 4%;
  height: 100%;
}
.text-brackets::before {
  left: -4%;
  background-image: url(../img/brackets_open.svg);
  background-position: 50% 50%;
}
.text-brackets::after {
  right: -4%;
  background-image: url(../img/brackets_close.svg);
  background-position: 50% 50%;
}

.c-text-h2 {
  position: relative;
  z-index: 1;
  background: #0086d1;
  margin-bottom: 25px;
  padding: 13px 15px;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #fff;
}
.c-text-h2-2 {
  margin-bottom: 17px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.c-text-h2-2::before {
  content: "■";
  margin-right: 7px;
  color: #0086d1;
}

.c-text-h3 {
  border-bottom: 2px solid #0086d1;
  line-height: 1.5;
  font-size: 1.4em;
  margin-bottom: 15px;
  padding: 0 0 8px;
}
.c-text-h3.size--16 {
  font-size: 1em;
}
.c-text-h3.color--green {
  color: #00747a;
}
.c-text-h3.center {
  text-align: center;
}

.c-text-h4 {
  font-size: 1.3em;
  margin-bottom: 30px;
  padding: 0 6px;
}

@media only screen and (max-width: 767px) {
  .c-list-dot {
    margin-left: 5px;
  }
  .c-list-dot__inner {
    padding-left: 8px;
  }

  .c-list-dot2 {
    margin-left: 5px;
  }
  .c-list-dot2__inner {
    padding-left: 1.2em;
  }

  .c-text-body {
    font-size: 1em;
  }
  .c-text-body.size--l {
    font-size: 1em;
  }

  .c-text-h2 {
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 1.2em;
    letter-spacing: normal;
  }
  .c-text-h2-2 {
    font-size: 1.2em;
    letter-spacing: normal;
  }
  .c-text-h3 {
    font-size: 1.1em;
    margin-bottom: 15px;
  }

  .text-brackets {
    padding: 0 12%;
  }
  .text-brackets::before,
  .text-brackets::after {
    width: 12%;
  }
  .text-brackets::before {
    left: -2%;
  }
  .text-brackets::after {
    right: -2%;
  }
}

.c-title-box {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1.14em;
  line-height: 1.64;
}
.c-title-box .size--s {
  font-size: 0.94em;
}
.c-title-box .note {
  margin-top: 8px;
  font-size: 0.94em;
}
.c-title-box .size--l {
  font-size: 1.12em;
}
.c-title-box .title {
  margin-bottom: 10px;
  font-size: 1.12em;
  font-weight: bold;
}
.c-title-box caption {
  display: none;
}
.c-title-box__th,
.c-title-box__td {
  border: 1px solid #000;
  padding: 20px 30px;
  height: 76px;
}
.c-title-box__th {
  white-space: nowrap;
  background-color: #0086d1;
  width: 21.2%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #fff;
}
.c-title-box__item .p-textlist {
  font-size: 1em;
}

.c-title-box2 {
  width: 100%;
  font-size: 1.14em;
  line-height: 1.64;
}
.c-title-box2 caption {
  display: none;
}
.c-title-box2__th,
.c-title-box2__td {
  border: 1px solid #000;
  padding: 4.3px 25px;
  font-weight: normal;
}
.c-title-box2__td {
  width: 3em;
  white-space: nowrap;
}
thead .c-title-box2__th,
thead .c-title-box2__td {
  background: #DAEFFC;
  text-align: center;
  font-weight: bold;
}
tbody .c-title-box2__th {
  text-align: left;
}
tbody .c-title-box2__td {
  padding-right: calc(25px + 1em);
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .c-title-box {
    font-size: 1em;
  }
  .c-title-box__th {
    width: 80px;
  }
  .c-title-box__td {
    padding: 15px 10px 15px 15px;
  }

  .c-title-box2 {
    font-size: 1em;
  }
  .c-title-box2__th {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.c-video-box {
  display: block;
  box-sizing: border-box;
}
.c-video-box.video-box-a {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .c-video-box {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.c-video-box__relative {
  position: relative;
  display: block;
  padding-top: 56.25%;
  transition: opacity 0.25s linear;
}
@media only screen and (min-width: 768px) {
  .c-video-box__relative:hover {
    opacity: 0.8;
  }
}
.c-video-box__absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-video-box__video {
  width: 100%;
  height: 100%;
}
.c-video-box__button {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: opacity 0.2s linear;
}
.c-video-box__button.hide {
  opacity: 0;
  pointer-events: none;
}
.c-video-box__button img {
  width: 100%;
  vertical-align: bottom;
}
.c-video-box__poster {
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-video-box__poster {
    width: 100%;
  }
}
.c-video-box__arrow-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-video-box__arrow {
  transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-video-box__arrow {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .c-video-box__relative:hover .c-video-box__arrow {
    transform: scale(1.1);
  }
}

.p-address-box {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .p-address-box {
    padding-bottom: 20px;
  }
}
.p-address-box__columns {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-address-box__columns {
    display: block;
  }
}
.p-address-box__left {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .p-address-box__left {
    width: 100%;
  }
}
.p-address-box__right {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .p-address-box__right {
    width: 100%;
  }
}
.p-address-box__text {
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .p-address-box__text {
    font-size: 0.875em;
  }
}
.p-address-box__iframe {
  width: 100%;
}
.p-address-box__iframe-padding {
  padding-top: 54.5454545455%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-address-box__iframe-padding {
    padding-top: 65.671641791%;
  }
}
.p-address-box__iframe-body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.p-address-box__iframe-body iframe {
  width: 100%;
  height: 100%;
}

.p-announce-post {
  position: relative;
  z-index: 1;
  background: linear-gradient(to left, #eaf9fc, #eaf9fc 50%, #fff7b6 50%);
}
.p-announce-post::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  background: linear-gradient(to top left, #eaf9fc 50%, #fff7b6 50%) ;
  width: 88px;
  height: 100%;
  margin-left: -44px;
}
.p-announce-post__padding {
  margin: auto;
  box-sizing: border-box;
  max-width: 576px;
  padding-top: 48px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .p-announce-post__padding {
    padding: 15px 30px 20px;
  }
}

.p-announce-post__text {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 1.92em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-announce-post__text {
    font-size: 0.9em;
    margin-bottom: 13px;
  }
}

.p-before-term {
  border: 1px solid #0086d1;
  max-width: 1008px;
  margin: 13px auto 0;
  text-align: center;
}
.p-before-term__text {
  background: #0086d1;
  padding: 5px 0 5.5px;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 1.85em;
  font-weight: bold;
  color: #fff;
}
.p-before-term__img {
  margin: 18px 0;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .p-before-term {
    padding: 0 30px;
  }
  .p-before-term__text {
    font-size: 1.2em;
    padding: 5px 0;
    margin: 0 -30px;
  }
  .p-before-term__img {
    margin: 15px 0;
  }
}

.p-howto-before__header-padding {
  position: relative;
  background: #DAEFFC;
  max-width: 960px;
  padding: 36px 30px 33px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 26px;
  text-align: center;
}
.p-howto-before__header-check {
  position: absolute;
  top: -15px;
  left: 55px;
}

@media only screen and (max-width: 767px) {
  .p-howto-before__header-padding {
    border-radius: 0;
    padding: 35px 0 38px;
  }
  .p-howto-before__header-check {
    width: 82px;
    top: -17px;
    left: 34px;
  }
}

.p-howto-before__header-title {
  line-height: 1.55;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .p-howto-before__header-title {
    margin-bottom: 12px;
    line-height: 1.65;
    font-size: 17px;
  }
}
.p-howto-before__header-text {
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .p-howto-before__header-text {
    font-size: 11.5px;
  }
}
.p-howto-before__body {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 42px 0 0;
}
.top-preview {
  margin-bottom: 50px;
}
.top-preview .p-howto-before__body {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .top-preview {
    margin-bottom: 20px;
  }
  .p-howto-before__body {
    padding: 25px 20px 0;
  }
}

.p-howto-before__columns {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-howto-before__columns {
    display: block;
  }
}
.p-howto-before__column {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  width: 31.2%;
  padding: 28px 28px 80px;
}
@media only screen and (max-width: 767px) {
  .p-howto-before__column {
    width: 100%;
    padding: 14px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto-before__columns-sp {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto-before__text-container {
    width: 56.5%;
    min-height: 120px;
  }
}
.p-howto-before__title {
  letter-spacing: 0.02em;
  font-size: 1.55em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 15px;
}
.p-howto-before__text {
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .p-howto-before__title {
    text-align: left;
    padding: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .p-howto-before__text {
    font-size: 11px;
  }
}

.p-howto-before__image {
  text-align: center;
}
.p-howto-before__image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-howto-before__image {
    width: 38%;
  }
}
.p-howto-before__button {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-howto-before__button {
    bottom: 16px;
    left: 44%;
    text-align: left;
  }
}

.p-link-buttons__padding {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 91px;
  padding-bottom: 35px;
}
.p-link-buttons__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}
.p-link-buttons__column {
  box-sizing: border-box;
  width: 30%;
  margin-bottom: 32px;
}

@media only screen and (max-width: 940px) and (min-width: 768px) {
  .p-link-buttons__column {
    width: 40%;
    padding: 0 2%;
  }
}

@media only screen and (max-width: 767px) {
  .p-link-buttons__padding {
    padding: 25px 28px 0;
  }
  .p-link-buttons__columns {
    display: block;
  }
  .p-link-buttons__column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-measures-list__padding {
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
  padding-top: 65px;
  padding-bottom: 108px;
}
.p-measures-list__padding.padding2 {
  padding-top: 128px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-measures-list__padding {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .p-measures-list__padding.padding2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.p-measures-list__caption {
  text-align: center;
  margin-bottom: 30px;
}
.p-measures-list__caption__text {
  font-size: 1.25em;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-measures-list__caption {
    text-align: left;
  }
  .p-measures-list__caption__text {
    font-size: 1em;
  }
}

.p-measures-list__title {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-size: 2.36em;
}
@media only screen and (max-width: 767px) {
  .p-measures-list__title {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}
.p-measures-list__box:first-child {
  margin-bottom: 60px;
}
.p-measures-list__columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-measures-list__box:first-child {
    margin-bottom: 40px;
  }
  .p-measures-list__columns {
    justify-content: space-between;
  }
}
.p-measures-list__column {
  width: 22%;
  max-width: 240px;
  margin-bottom: 70px;
  padding: 0 10px;
}
.p-measures-list__image {
  max-width: 220px;
}
.p-measures-list__text {
  margin-top: 22px;
  text-align: center;
  line-height: 1.25;
  font-size: 1.55em;
  font-weight: 600;
}
.p-measures-list__button {
  box-sizing: border-box;
  max-width: 576px;
  margin: auto;
  padding-top: 20px;
}

@media only screen and (min-width: 1000px) {
  .p-measures-list__text {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 999px) {
  .p-measures-list__text .u-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .p-measures-list__columns.list-b {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .list-b .p-measures-list__column {
    width: 24.5%;
  }
}

@media only screen and (max-width: 767px) {
  .p-measures-list__column {
    width: 46%;
    padding: 0;
    margin-bottom: 20px;
  }
  .p-measures-list__text {
    margin-top: 8px;
    font-size: 0.88em;
  }
  .p-measures-list__button {
    padding-top: 20px;
  }
}

.top-movie__padding {
  box-sizing: border-box;
  max-width: 960px;
  margin: auto;
  padding: 82px 0 100px;
}
@media only screen and (min-width: 768px) {
  .top-preview .top-movie__padding {
    padding-bottom: 82px;
  }
}
.top-movie__video {
  text-align: center;
  margin-bottom: 70px;
}
.top-movie__columns {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto;
}
.top-movie__column {
  width: 48%;
}
.top-movie__title {
  margin: 0 0 15px;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .top-movie__padding {
    padding: 35px 0 20px;
  }
  .top-movie__video {
    margin-bottom: 35px;
    padding: 0 15px;
  }
  .top-movie__columns {
    display: block;
    margin: 0 28px;
  }
  .top-movie__column {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-movie__title {
    margin: 0 0 10px;
    font-size: 16px;
  }
}

.p-qa-item {
  border-top: 1px solid #b2b2b2;
  margin-bottom: 28px;
  padding-top: 28px;
  font-size: 1.14em;
  line-height: 1.64;
}
.p-qa-item__q-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-qa-item__q-icon {
  width: 58px;
}
.p-qa-item__q-icon-text {
  display: block;
  background: #0086d1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.p-qa-item__q-text {
  flex: 1;
}

.p-qa-item__q-arrow {
  width: 40px;
  height: 20px;
  text-align: right;
}
.p-qa-item__q-arrow img {
  transform-origin: 50% 50%;
  transition: transform 0.2s ease-in-out;
  transform: scaleY(-1);
}
.p-qa-item__q-arrow.open img {
  transform: scaleY(1);
}
.p-qa-item__a-mask {
  overflow: hidden;
  height: 0;
}
.p-qa-item__a-body {
  padding-top: 26px;
}
.p-qa-item__a-bg {
  background-color: #DAEFFC;
}
.p-qa-item__a-padding {
  padding: 30px;
}
.p-qa-item__a-columns {
  display: flex;
}

.p-qa-item__a-icon {
  width: 58px;
}
.p-qa-item__a-icon-text {
  display: block;
  border: 2px solid #0086d1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #0086d1;
}
.p-qa-item__a-box {
  flex: 1;
}
.p-qa-item__a-text {
  font-size: 1em;
}
.p-qa-item__a-text.size-s {
  font-size: 0.8em;
}
.p-qa-item__button {
  padding: 40px 20px 30px;
  max-width: 472px;
  margin: 0 auto;
}

@media only screen and (max-width: 350px) {
  .p-qa-item__button {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-sub-fv__padding {
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .p-qa-item {
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 1em;
  }
  .p-qa-item__a-body {
    padding-top: 15px;
  }
  .p-qa-item__a-padding {
    padding: 18px 15px;
  }
  .p-qa-item__q-icon,
  .p-qa-item__a-icon {
    width: 48px;
  }
  .p-qa-item__q-icon-text {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
  }
  .p-qa-item__a-icon-text {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
  }
  .p-qa-item__q-arrow {
    width: 34px;
  }
  .p-qa-item__q-arrow img {
    width: 20px;
  }

  .p-qa-item__button {
    padding-top: 30px;
  }

  .p-sub-fv__padding {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.about__image {
  margin: auto;
}
.about__figure {
  vertical-align: bottom;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .about__image.fig0 {
    width: 100%;
  }
  .about__image.fig4 {
    width: 90%;
  }
  .about__figure {
    width: 100%;
  }
}

.about__spacer {
  width: 1px;
  height: 15px;
}
.about-fill-box {
  background-color: #edf3f9;
  padding: 15px;
  border-radius: 10px;
}

.about-caption-list.list-a {
  margin: -20px 0 0;
  line-height: 1.3;
  font-size: 0.88em;
}
.about-caption-list.list-b {
  margin: -25px 0 0;
  line-height: 1.3;
  font-size: 0.88em;
}
.about-caption-list.list-b li {
  margin-bottom: 8px;
}

.about-caption {
  margin-bottom: 5px;
}

.covid-video {
  position: relative;
  z-index: 1;
  background: linear-gradient(to left, #fff7b6, #fff7b6 50%, #eaf9fc 50%);
  padding: 41px 0 55px;
  text-align: center;
}
.covid-video::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  background: linear-gradient(to top left, #fff7b6 50%, #eaf9fc 50%) ;
  width: 88px;
  height: 100%;
  margin-left: -44px;
}
.covid-video__title {
  font-size: 2.4em;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  line-height: 1.3;
}
.covid-video__padding {
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
}
.covid-video__text {
  font-size: 1.14em;
  line-height: 1.64;
}

@media only screen and (max-width: 767px) {
  .about-caption-list.list-a,
  .about-caption-list.list-b {
    margin: -30px 0 0;
    font-size: 0.8em;
  }

  .covid-video {
    padding: 25px 0 40px;
  }
  .covid-video__title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .covid-video__text {
    text-align: left;
    font-size: 1em;
  }
  .covid-video__padding {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.covid-video__body {
  max-width: 628px;
  margin: auto;
}
.covid-bottom {
  text-align: center;
}
.covid-bottom__padding {
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .covid-bottom__padding {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .covid-bottom__padding {
    padding-top: 50px;
  }
}
.covid-bottom__title {
  font-size: 1.625em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .covid-bottom__title {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .covid-bottom__text {
    text-align: left;
  }
}
.covid-bottom__button {
  max-width: 500px;
  margin: auto;
}

.gallery__columns-s {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  padding: 0 40px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .gallery__columns-s {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery__columns-s {
    display: block;
  }
}
.gallery__columns-s--left {
  width: 44%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gallery__columns-s--left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.gallery__columns-s--right {
  width: 44%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gallery__columns-s--right {
    width: 100%;
  }
}
.gallery__single-m {
  max-width: 680px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gallery__single-m {
    max-width: none;
  }
}
.gallery__single-s {
  max-width: 560px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gallery__single-s {
    max-width: none;
  }
}
.gallery__max-width {
  margin: auto;
}
.gallery__max-width.w335 {
  max-width: 335px;
}
@media only screen and (max-width: 767px) {
  .gallery__max-width.w335 {
    max-width: none;
  }
}
.gallery__btn-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 30;
  display: none;
}
.gallery__btn-close.show {
  display: block;
}

.howto__image {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .howto__image.fig4 {
    width: 90%;
  }
}
.howto__figure {
  vertical-align: bottom;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .howto__figure {
    width: 100%;
  }
}
.howto__spacer {
  width: 1px;
  height: 15px;
}

.top-fv {
  text-align: center;
}
.top-fv h1 {
  margin: 30px 0 34px;
}
.top-fv__padding {
  padding: 38px 0 0;
}
.top-fv__text {
  font-size: 1.25em;
  line-height: 1.5;
}
.top-fv__btn {
  max-width: 890px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-fv h1 {
    margin: 12px 0;
  }
  .top-fv__padding {
    padding: 10px 15px 0;
  }
  .top-fv__text {
    font-size: 0.7em;
  }

  .top-fv__btn {
    padding: 0 10px;
  }
  .top-fv__btn .c-btn-box-arrow__inner {
    background: none!important;
  }
  .top-fv__btn .c-btn-box-arrow__subInner {
    background: url(../img/icon_btn_link--white.svg) no-repeat center right;
    background-size: 10px auto;
  }
}

.top-fv__image-main {
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-fv__image-main {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.top-fv__image-main img {
  width: 100%;
  max-width: 898px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .top-fv__image-main {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__image-text {
    margin-right: 0;
    width: 100%;
  }
}
.initial-teaser .top-fv__image-text {
  margin-right: 0;
}
.top-fv__image-date img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .top-fv__image-date {
    margin-bottom: 30px;
    width: 100%;
  }

  .top-fv__term1 {
    margin: 0 13%;
  }
  .top-fv__term2 {
    margin: 0 9% 30px;
  }
}
.top-body {
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top-body {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.p-textlist {
  font-size: 1.14em;
  line-height: 1.64;
}
.p-textlist .size--s {
  font-size: 1.05em;
}
.p-links {
  line-height: 1.5;
  font-size: 1.15em;
  letter-spacing: 0.02em;
}
.p-links .c-list-dot {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .p-textlist,
  .p-links {
    font-size: 1em;
  }
  .p-textlist .size--s {
    font-size: 0.9em;
  }
}

/**********************************************************
 ユーティリティ
**********************************************************/
@media only screen and (min-width: 768px) {
  .u-sp {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  .u-pc {
    display: none!important;
  }
}

.u-flex {
  display: flex;
}
.u-flex__columns2 {
  display: flex;
  justify-content: space-between;
}
.u-flex__columns2--left {
  width: 47%;
}
.u-flex__columns2--right {
  width: 47%;
}

@media only screen and (max-width: 767px) {
  .u-flex__columns2 {
    display: block;
  }
  .u-flex__columns2--left {
    width: 100%;
  }
  .u-flex__columns2--right {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .u-global__pc {
    display: none;
  }
}
.u-global__sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-global__sp {
    display: block;
  }
}
.u-global__sp-inline {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-global__sp-inline {
    display: inline;
  }
}
.u-global__base-padding {
  max-width: 966px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
}
.u-global__base-inner {
  max-width: none;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .u-global__base-padding {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.u-global__img {
  vertical-align: bottom;
}
.u-global__img100 {
  vertical-align: bottom;
  width: 100%;
}
.u-global__link {
  color: #0086d1;
  text-decoration: underline;
}
.u-global__green {
  color: #00747a;
  font-weight: 600;
}
.u-global__red {
  color: #ff3000;
  font-weight: 600;
}
.u-global__relative {
  position: relative;
}
.u-global__anchor {
  position: absolute;
  top: -70px;
  width: 2px;
  height: 2px;
}

/* margin */
.u-margin__left--10 {margin-left: 10px;}
.u-margin__right--10 {margin-right: 10px;}
.u-margin__right--15 {margin-right: 15px;}

.u-margin__bottom--5 {margin-bottom: 5px;}
.u-margin__bottom--10 {margin-bottom: 10px;}
.u-margin__bottom--15 {margin-bottom: 15px;}
.u-margin__bottom--20 {margin-bottom: 20px;}
.u-margin__bottom--25 {margin-bottom: 25px;}
.u-margin__bottom--30 {margin-bottom: 30px;}
.u-margin__bottom--40 {margin-bottom: 40px;}
.u-margin__bottom--50 {margin-bottom: 50px;}
.u-margin__bottom--70 {margin-bottom: 70px;}
.u-margin__bottom--75 {margin-bottom: 75px;}
.u-margin__bottom--80 {margin-bottom: 80px;}
.u-margin__bottom--90 {margin-bottom: 90px;}
.u-margin__bottom--100 {margin-bottom: 100px;}
.u-margin__bottom--150 {margin-bottom: 150px;}
.u-margin__bottom--200 {margin-bottom: 200px;}

@media only screen and (max-width: 767px) {
  .u-margin__bottom--0-sp {margin-bottom: 0;}
  .u-margin__bottom--5-sp {margin-bottom: 5px;}
  .u-margin__bottom--10-sp {margin-bottom: 10px;}
  .u-margin__bottom--15-sp {margin-bottom: 15px;}
  .u-margin__bottom--20-sp {margin-bottom: 20px;}
  .u-margin__bottom--25-sp {margin-bottom: 25px;}
  .u-margin__bottom--30-sp {margin-bottom: 30px;}
  .u-margin__bottom--40-sp {margin-bottom: 40px;}
  .u-margin__bottom--50-sp {margin-bottom: 50px;}
  .u-margin__bottom--70-sp {margin-bottom: 70px;}
  .u-margin__bottom--100-sp {margin-bottom: 100px;}
}

/* padding */
.u-padding__page-bottom {padding-bottom: 120px;}

@media only screen and (max-width: 767px) {
  .u-padding__page-bottom {padding-bottom: 70px;}
}

.u-padding__top--20 {padding-top: 20px;}
.u-padding__bottom--220 {padding-bottom: 220px;}

@media only screen and (max-width: 767px) {
  .u-padding__bottom--100-sp {padding-bottom: 100px;}
}

/* align */
.u-align__center {text-align: center;}
.u-align__right {text-align: right;}

@media only screen and (min-width: 768px) {
  .u-align__center-pc {text-align: center;}
  .u-align__right-pc {text-align: right;}
}

@media only screen and (max-width: 767px) {
  .u-align__center-sp {text-align: center;}
  .u-align__right-sp {text-align: right;}
}

/* sise */
@media only screen and (max-width: 767px) {
  .u-font__size--s-sp {
    font-size: 95%;
  }
}