@charset 'UTF-8';
@import url(https://use.fontawesome.com/releases/v5.4.1/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100i,300,300i,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Palanquin:wght@200&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,900&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
  background: #fff;
  color: #333;
  margin-top: calc(77 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  body {
    margin-top: 77px;
  }
}
@media screen and (max-width: 769px) {
  body {
    margin-top: calc(48 / 375 * 100vw);
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .is-sp {
    display: block;
  }
}
.is-sp-s {
  display: none;
}
@media screen and (max-width: 320px) {
  .is-sp-s {
    display: block;
  }
}
[data-anim-style] {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:link {
  color: inherit;
}
.main_visual {
  width: 100%;
}
.main_visual__inner {
  max-width: 600px;
  margin: auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .main_visual__inner {
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.main_visual__inner .main_visual_sub_title p {
  color: #faff03;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 769px) {
  .main_visual__inner .main_visual_sub_title p {
    font-size: calc(12 / 375 * 100vw);
  }
}
.main_visual__inner .main_visual_title {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .main_visual__inner .main_visual_title {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.main_visual__inner .main_visual_title h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  .main_visual__inner .main_visual_title h2 {
    font-size: calc(27 / 375 * 100vw);
  }
}
.main_visual__inner .main_visual_text {
  margin-top: 35px;
}
@media screen and (max-width: 769px) {
  .main_visual__inner .main_visual_text {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.main_visual__inner .main_visual_text p {
  color: #fff;
  font-size: 14px;
  line-height: 1.89;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .main_visual__inner .main_visual_text p {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .page_nav {
    display: none;
  }
}
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_nav ul li {
  position: relative;
}
.page_nav ul li + li {
  margin-left: 40px;
}
.page_nav ul li + li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 100%;
  left: -25px;
  background: url(../img/common/pic_small_arrow_icon.png) no-repeat center center/contain;
}
.page_nav ul li p {
  color: grey;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.1em;
}
.page_nav ul li a {
  display: block;
  color: #b8b8b8;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.06em;
}
.contact_block {
  width: 100%;
  background-color: #f5f5f5;
}
.contact_block__inner {
  padding: 80px 0 110px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .contact_block__inner {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(50 / 375 * 100vw);
  }
}
.contact_block__inner .contact_block_sub_title p {
  color: #808080;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .contact_block__inner .contact_block_sub_title p {
    font-size: calc(14 / 375 * 100vw);
  }
}
.contact_block__inner .contact_block_title {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .contact_block__inner .contact_block_title {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.contact_block__inner .contact_block_title h2 {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 769px) {
  .contact_block__inner .contact_block_title h2 {
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.contact_block__inner .contact_block_text {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .contact_block__inner .contact_block_text {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.contact_block__inner .contact_block_text p {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .contact_block__inner .contact_block_text p {
    font-size: calc(11 / 375 * 100vw);
  }
}
.contact_block__inner .contact_block_btn {
  margin-top: 55px;
}
@media screen and (max-width: 769px) {
  .contact_block__inner .contact_block_btn {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.contact_block__inner .contact_block_btn a {
  display: inline-block;
  width: 360px;
  border-radius: 6px;
  padding: 35px 0;
  background-color: #faff03;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.16em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_block__inner .contact_block_btn a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .contact_block__inner .contact_block_btn a {
    font-weight: 500;
    font-size: calc(13 / 375 * 100vw);
    width: calc(235 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) 0 calc(17 / 375 * 100vw);
  }
}
.header_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 769px) {
  .header_block {
    height: calc(50 / 375 * 100vw);
  }
}
.header_block__inner {
  padding: calc(17 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 3px 5px rgb(128, 128, 128, 0.5);
}
@media screen and (min-width: 1440px) {
  .header_block__inner {
    padding: 17px 30px;
  }
}
@media screen and (max-width: 769px) {
  .header_block__inner {
    padding: calc(15 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.header_block__inner .header_block_logo {
  z-index: 5;
}
.header_block__inner .header_block_logo h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.header_block__inner .header_block_logo h1 a .header_logo_image {
  width: calc(255 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .header_block__inner .header_block_logo h1 a .header_logo_image {
    width: 255px;
  }
}
@media screen and (max-width: 769px) {
  .header_block__inner .header_block_logo h1 a .header_logo_image {
    width: calc(140 / 375 * 100vw);
  }
}
.header_block__inner .header_block_logo h1 a .header_logo_image svg {
  width: 100%;
}
.header_block__inner .header_block_logo h1 a .header_logo_image svg .a {
  fill: currentColor;
}
.header_block__inner .header_block_logo h1 a span {
  font-size: calc(14 / 1440 * 100vw);
  letter-spacing: 0.1em;
  margin-left: 18px;
}
@media screen and (min-width: 1440px) {
  .header_block__inner .header_block_logo h1 a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .header_block__inner .header_block_logo h1 a span {
    margin-left: calc(10 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}
.header_block__inner .header_right_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .header_block__inner .header_right_block nav {
    display: none;
  }
}
.header_block__inner .header_right_block nav + .header_right_block__contact_btn {
  margin-left: 40px;
}
.header_block__inner .header_right_block nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_block__inner .header_right_block nav ul li + li {
  margin-left: calc(30 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .header_block__inner .header_right_block nav ul li + li {
    margin-left: 40px;
  }
}
.header_block__inner .header_right_block nav ul li a {
  display: block;
  font-size: calc(14 / 1440 * 100vw);
  letter-spacing: 0.1em;
}
.header_block__inner .header_right_block nav ul li a:hover {
  color: #808080;
}
@media screen and (min-width: 1440px) {
  .header_block__inner .header_right_block nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .header_block__inner .header_right_block__contact_btn {
    display: none;
  }
}
.header_block__inner .header_right_block__contact_btn a {
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  border-radius: 30px;
  padding: calc(13 / 1440 * 100vw) calc(25 / 1440 * 100vw);
  background-color: #faff03;
  font-size: calc(15 / 1440 * 100vw);
  letter-spacing: 0.08em;
}
.header_block__inner .header_right_block__contact_btn a:hover {
  background-color: #4d4d4d;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .header_block__inner .header_right_block__contact_btn a {
    padding: 13px 25px;
    font-size: 15px;
  }
}
.header_block__inner .sp_nav_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #333;
  width: calc(48 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
  z-index: 5;
}
.header_block__inner .sp_nav_btn.is_open button div span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.header_block__inner .sp_nav_btn.is_open button div span:nth-of-type(2) {
  opacity: 0;
}
.header_block__inner .sp_nav_btn.is_open button div span:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}
.header_block__inner .sp_nav_btn button {
  width: 100%;
  height: 100%;
  display: block;
}
.header_block__inner .sp_nav_btn button div {
  width: 24px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header_block__inner .sp_nav_btn button div span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}
.header_block__inner .sp_nav_btn button div span:nth-of-type(1) {
  top: 0;
}
.header_block__inner .sp_nav_btn button div span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header_block__inner .sp_nav_btn button div span:nth-of-type(3) {
  bottom: 0;
}
.sp_nav_menu {
  opacity: 0;
  display: none;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .sp_nav_menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 769px) {
  .sp_nav_menu ul {
    margin-top: calc(90 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 769px) {
  .sp_nav_menu ul li {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .sp_nav_menu ul li + li {
    margin-top: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .sp_nav_menu ul li a {
    display: block;
    color: #333;
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
}
.footer_block {
  background: #000;
}
.footer_block ul {
  padding-left: 0;
}
.footer_block a {
  color: inherit;
  text-decoration: none;
}
.footer_block a:link {
  color: inherit;
}
.footer_block a:visited {
  color: inherit;
}
.footer_block__wrapper {
  max-width: 1440px;
  padding: calc(60 / 1440 * 100vw) calc(220 / 1440 * 100vw) calc(35 / 1440 * 100vw);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper {
    padding: 60px 220px 35px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper {
    width: 100%;
    padding: calc(40 / 375 * 100vw) 20px calc(25 / 375 * 100vw);
  }
}
.footer_block__wrapper .footer_block_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.footer_block__wrapper .footer_block_top__title {
  width: calc(230 / 1440 * 100vw);
  margin-right: calc(105 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top__title {
    width: 230px;
    margin-right: 105px;
  }
}
.footer_block__wrapper .footer_block_top__title h2 {
  padding: 0;
  font-size: 0;
}
.footer_block__wrapper .footer_block_top__title h2 img {
  width: 100%;
  vertical-align: bottom;
}
.footer_block__wrapper .footer_block_top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item {
  width: calc(170 / 1440 * 100vw);
  margin-right: calc(55 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item {
    margin-right: 55px;
    width: 170px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item {
    width: calc(150 / 375 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item:first-of-type {
    margin-right: calc(27.5 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item:nth-of-type(2) {
    margin-right: 0;
  }
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item:last-of-type {
  margin-right: 0;
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item p {
  color: #9e9e9e;
  font-size: calc(17 / 1440 * 100vw);
  margin-bottom: calc(25 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item p {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item p {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item ul {
  color: #858585;
  font-size: calc(13 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item ul {
    font-size: 13px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item ul {
    font-size: calc(10 / 375 * 100vw);
  }
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item ul li {
  margin-bottom: calc(15 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item ul li {
    margin-bottom: calc(14 / 375 * 100vw);
  }
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item ul li:last-of-type {
  margin-bottom: 0;
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns {
    margin-top: calc(22.5 / 375 * 100vw);
  }
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns li {
  margin-bottom: 0;
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns li:nth-of-type(1) {
  margin-right: calc(20 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns li:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns li:nth-of-type(1) {
    margin-right: calc(15 / 375 * 100vw);
    margin-bottom: 0;
  }
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns li:nth-of-type(2) {
  padding-top: calc(2 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns li:nth-of-type(2) {
    padding-top: 2px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns li:nth-of-type(2) {
    padding-top: calc(4 / 375 * 100vw);
  }
}
.footer_block__wrapper .footer_block_top__list .footer_top_list_item__sns li a img {
  width: 100%;
  vertical-align: bottom;
}
.footer_block__wrapper .footer_block_bottom {
  color: #858585;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer_block__wrapper .footer_block_bottom p {
  font-size: calc(11 / 1440 * 100vw);
  margin-right: calc(30 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footer_block__wrapper .footer_block_bottom p {
    font-size: 11px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 769px) {
  .footer_block__wrapper .footer_block_bottom p {
    font-size: calc(10 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
  }
}
.footer_block__wrapper .footer_block_bottom p:last-of-type {
  margin-right: 0;
}
.footer_block__wrapper .footer_block_bottom__title {
  width: calc(200 / 375 * 100vw);
  margin: calc(50 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
}
.footer_block__wrapper .footer_block_bottom__title h2 img {
  width: 100%;
  vertical-align: bottom;
}
.faq_page .main_visual {
  background: url(../img/works/pic_main_visual_faq.jpg) no-repeat center center/cover;
}
.faq_page .content__inner {
  padding: 80px calc(30 / 1440 * 100vw) 150px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  .faq_page .content__inner {
    padding: 80px 30px 150px;
  }
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner {
    width: 100%;
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) calc(70 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item:not(:last-of-type) {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item.is-open .content_item_question::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.faq_page .content__inner .content_list__item .content_item_question {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px 80px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #e6e6e6;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_question {
    padding: calc(20 / 375 * 100vw) calc(55 / 375 * 100vw) calc(20 / 375 * 100vw)
      calc(20 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item .content_item_question::after {
  content: "";
  position: absolute;
  right: 3%;
  background: url(../img/faq/img_arrow_black.svg) no-repeat center center/contain;
  width: 25px;
  height: 15px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_question::after {
    top: calc(27 / 375 * 100vw);
    right: 5.5%;
    width: calc(25 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item .content_item_question__label {
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_question__label {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: calc(15 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item .content_item_question__label p {
  font-family: Palanquin, sans-serif;
  font-weight: 200;
  font-size: 38px;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_question__label p {
    font-size: calc(40 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item .content_item_question__detail h3 {
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_question__detail h3 {
    font-size: calc(13 / 375 * 100vw);
    font-weight: 500;
    line-height: 1.85;
  }
}
.faq_page .content__inner .content_list__item .content_item_answer {
  background-color: #faff03;
  padding: 20px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_answer {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw)
      calc(25 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item .content_item_answer__label {
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_answer__label {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: calc(15 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item .content_item_answer__label p {
  font-family: Palanquin, sans-serif;
  font-weight: 200;
  font-size: 34px;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_answer__label p {
    font-size: calc(38 / 375 * 100vw);
  }
}
.faq_page .content__inner .content_list__item .content_item_answer__detail a,
.faq_page .content__inner .content_list__item .content_item_answer__detail p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .faq_page .content__inner .content_list__item .content_item_answer__detail a,
  .faq_page .content__inner .content_list__item .content_item_answer__detail p {
    font-size: calc(13 / 375 * 100vw);
    font-weight: 500;
    line-height: 1.85;
  }
}
.faq_page .content__inner .content_list__item .content_item_answer__detail a {
  text-decoration: underline;
}
.feature_page .main_visual {
  background: url(../img/works/pic_main_visual_feature.jpg) no-repeat center center/cover;
}
.feature_page .title_block {
  text-align: center;
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .feature_page .title_block {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .feature_page .title_block.functions_title {
    padding-right: calc(20 / 375 * 100vw);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.feature_page .title_block h3 {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.18em;
  padding-bottom: 17px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 769px) {
  .feature_page .title_block h3 {
    font-size: calc(25 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
.feature_page .feature {
  background-color: #f5f5f5;
}
.feature_page .feature__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 75px calc(40 / 1440 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  .feature_page .feature__inner {
    padding: 75px 40px;
  }
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner {
    width: 100%;
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_title {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
.feature_page .feature__inner .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -80px 0;
}
@media screen and (max-width: 1060px) {
  .feature_page .feature__inner .feature_list {
    margin: 0 auto;
    max-width: 700px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list {
    margin: 0 0 calc(-120 / 375 * 100vw) 0;
    padding-left: 0;
  }
}
.feature_page .feature__inner .feature_list__item {
  position: relative;
  width: 320px;
  background-color: #fff;
  padding: 80px 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px 80px 0;
  border-radius: 0.5em;
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list__item {
    width: 100%;
    padding: calc(60 / 375 * 100vw) calc(40 / 375 * 100vw) calc(30 / 375 * 100vw);
    margin: 0 0 calc(120 / 375 * 100vw) 0;
  }
}
.feature_page .feature__inner .feature_list__item .feature_item_category {
  position: absolute;
  top: -40px;
  left: 25px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid;
  font-family: Montserrat;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list__item .feature_item_category {
    top: calc(-40 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.feature_page .feature__inner .feature_list__item .feature_item_category__label {
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list__item .feature_item_category__label {
    font-size: calc(11 / 375 * 100vw);
  }
}
.feature_page .feature__inner .feature_list__item .feature_item_category__number {
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list__item .feature_item_category__number {
    font-size: calc(43 / 375 * 100vw);
  }
}
.feature_page .feature__inner .feature_list__item .feature_item_img {
  width: 100px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list__item .feature_item_img {
    width: calc(100 / 375 * 100vw);
    margin: 0 auto calc(20 / 375 * 100vw);
  }
}
.feature_page .feature__inner .feature_list__item .feature_item_img.is-feature_01 {
  width: 140px;
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list__item .feature_item_img.is-feature_01 {
    width: calc(140 / 375 * 100vw);
  }
}
.feature_page .feature__inner .feature_list__item .feature_item_img img {
  width: 100%;
  vertical-align: bottom;
}
.feature_page .feature__inner .feature_list__item .feature_item_txt h4 {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.65;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list__item .feature_item_txt h4 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.feature_page .feature__inner .feature_list__item .feature_item_txt p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .feature_page .feature__inner .feature_list__item .feature_item_txt p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.feature_page .functions__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 75px calc(40 / 1440 * 100vw) 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  .feature_page .functions__inner {
    width: 1080px;
    padding: 75px 40px 200px;
  }
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner {
    width: 100%;
    padding: calc(70 / 375 * 100vw) 0 calc(70 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.feature_page .functions__inner .scroll_arrow {
  display: none;
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner .scroll_arrow {
    display: block;
    padding: 0 20px;
  }
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner .scroll_arrow span {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    display: block;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    height: 8px;
    border-bottom: 1px solid #dfd7c2;
  }
}
.feature_page .functions__inner .scroll_arrow span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #dfd7c2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -1px;
  bottom: 2px;
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner .functions_table {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: calc(30 / 375 * 100vw);
  }
}
.feature_page .functions__inner .functions_table table {
  table-layout: fixed;
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner .functions_table table {
    width: 800px;
    position: relative;
  }
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner .functions_table table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(20 / 375 * 100vw);
    height: 1px;
  }
}
.feature_page .functions__inner .functions_table table thead tr th {
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #808080;
  text-align: left;
  padding-bottom: 15px;
}
.feature_page .functions__inner .functions_table table thead tr .category {
  width: 170px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner .functions_table table thead tr .category {
    width: 150px;
  }
}
.feature_page .functions__inner .functions_table table thead tr .function {
  width: 210px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner .functions_table table thead tr .function {
    width: 200px;
  }
}
.feature_page .functions__inner .functions_table table thead tr .describe {
  width: calc(100% - 170px - 210px);
}
@media screen and (max-width: 769px) {
  .feature_page .functions__inner .functions_table table thead tr .describe {
    width: 450px;
  }
}
.feature_page .functions__inner .functions_table table tbody tr {
  border-top: 2px solid #c0c0c0;
}
.feature_page .functions__inner .functions_table table tbody tr td,
.feature_page .functions__inner .functions_table table tbody tr th {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.6;
}
.feature_page .functions__inner .functions_table table tbody tr th {
  font-size: 15px;
  letter-spacing: 0.08em;
  padding-left: 20px;
}
.feature_page .functions__inner .functions_table table tbody tr td {
  border-top: 2px solid #c0c0c0;
  font-size: 14px;
}
.feature_page .functions__inner .functions_table table tbody tr .function_txt {
  padding-right: 50px;
  letter-spacing: 0.08em;
  padding-left: 10px;
}
.feature_page .functions__inner .functions_table table tbody tr .describe_txt {
  letter-spacing: 0.04em;
}
.feature_page .functions__inner .functions_table table tbody tr .describe_txt__notes {
  font-size: 12px;
}
.index_page .index_common_title {
  text-align: center;
}
.index_page .index_common_title__sub_head p {
  color: #808080;
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .index_page .index_common_title__sub_head p {
    font-size: calc(14 / 375 * 100vw);
  }
}
.index_page .index_common_title__head {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .index_page .index_common_title__head {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.index_page .index_common_title__head h2 {
  display: inline-block;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 769px) {
  .index_page .index_common_title__head h2 {
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.index_page .index_common_more_btn {
  text-align: center;
}
.index_page .index_common_more_btn a {
  display: inline-block;
  padding: 20px 60px;
  border: 1px solid #333;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.index_page .index_common_more_btn a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .index_page .index_common_more_btn a {
    padding: calc(15 / 375 * 100vw) calc(60 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
}
.index_page .top_main_visual {
  width: 100%;
  background: #faff03;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual {
    height: calc(570 / 375 * 100vw);
  }
}
.index_page .top_main_visual__inner {
  position: relative;
  padding: calc(130 / 1440 * 100vw) 0 calc(85 / 1440 * 100vw);
  width: calc(1130 / 1440 * 100vw);
  max-width: 1130px;
  margin-inline: auto;
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual__inner {
    padding: 130px 0 85px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual__inner {
    padding: calc(50 / 375 * 100vw) 0 0;
    width: 100%;
  }
}
.index_page .top_main_visual__inner .top_main_visual_contents {
  position: relative;
  padding-left: calc(60 / 1440 * 100vw);
  width: calc(580 / 1440 * 100vw);
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual__inner .top_main_visual_contents {
    padding-left: 60px;
    width: 580px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual__inner .top_main_visual_contents {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.index_page .top_main_visual_contents hgroup {
  font-weight: 500;
}
.index_page .top_main_visual_contents .top_main_visual_sub_title {
  font-size: calc(20 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual_contents .top_main_visual_sub_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual_contents .top_main_visual_sub_title {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.46;
  }
}
.index_page .top_main_visual_contents .top_main_visual_title {
  font-size: calc(50 / 1440 * 100vw);
  line-height: 1.32;
  letter-spacing: 0.015em;
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual_contents .top_main_visual_title {
    font-size: 50px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual_contents .top_main_visual_title {
    font-size: calc(38 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    line-height: 1.21;
    letter-spacing: 0.032em;
  }
}
.index_page .top_main_visual_contents .top_main_visual_tool_name {
  font-size: calc(18 / 1440 * 100vw);
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual_contents .top_main_visual_tool_name {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual_contents .top_main_visual_tool_name {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.index_page .top_main_visual_contents .top_main_visual_contact_btn {
  margin-top: calc(30 / 1440 * 100vw);
  width: calc(340 / 1440 * 100vw);
  max-width: 340px;
}
.index_page .top_main_visual_contents .top_main_visual_contact_btn a {
  text-align: center;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  border-radius: 30px;
  padding: calc(20 / 1440 * 100vw) 0;
  background-color: #fff;
  font-size: calc(18 / 1440 * 100vw);
  letter-spacing: 0.08em;
}
.index_page .top_main_visual_contents .top_main_visual_contact_btn a:hover {
  background-color: #4d4d4d;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual_contents .top_main_visual_contact_btn a {
    padding: 20px 0;
    font-size: 18px;
  }
}
.index_page .top_main_visual__inner .top_main_visual_image {
  position: absolute;
  width: calc(550 / 1440 * 100vw);
  bottom: -1px;
  right: calc(-18 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual__inner .top_main_visual_image {
    right: -18px;
    width: 550px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual__inner .top_main_visual_image {
    position: relative;
    margin-top: calc(50 / 375 * 100vw);
    left: calc(60 / 375 * 100vw);
    width: calc(375 / 375 * 100vw);
  }
}
.index_page .top_main_visual__inner .top_main_visual_image img {
  width: 100%;
}
.index_page .top_main_visual__inner .top_main_visual_image_icon {
  position: absolute;
  width: calc(220 / 1440 * 100vw);
  right: 0;
  bottom: calc(60 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual__inner .top_main_visual_image_icon {
    width: 220px;
    bottom: 60px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual__inner .top_main_visual_image_icon {
    width: calc(140 / 375 * 100vw);
    right: calc(17 / 375 * 100vw);
    bottom: auto;
    top: calc(280 / 375 * 100vw);
  }
}
.index_page .top_main_visual_note {
  margin-top: calc(14 / 1440 * 100vw);
  font-size: 10px;
  text-align: right;
  color: #808080;
  width: calc(1130 / 1440 * 100vw);
  max-width: 1130px;
  margin-inline: auto;
  letter-spacing: 0.027em;
}
@media screen and (min-width: 1440px) {
  .index_page .top_main_visual_note {
    margin-top: 14px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .top_main_visual_note {
    width: revert;
    margin: calc(8 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
    text-align: left;
    font-size: calc(8 / 375 * 100vw);
  }
}
.index_page .advantage_block {
  width: 100%;
}
.index_page .advantage_block__inner {
  background-color: #fff;
  max-width: 950px;
  width: calc(950 / 1440 * 100vw);
  padding: calc(110 / 1440 * 100vw) 0 calc(65 / 1440 * 100vw);
  margin-inline: auto;
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner {
    padding: 110px 0 65px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner {
    width: 85%;
    top: 0;
    padding: calc(50 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
  }
}
.index_page .advantage_block__inner .advantage_block_title__head {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_title__head {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.index_page .advantage_block__inner .advantage_block_title__head h2 {
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.056em;
  padding-bottom: 5px;
  border-bottom: 2px solid #666;
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_title__head h2 {
    font-size: calc(19 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.index_page .advantage_block__inner .advantage_block_title__head h2 span {
  font-size: 49px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_title__head h2 span {
    font-size: calc(30 / 375 * 100vw);
  }
}
.index_page .advantage_block__inner .advantage_block_contents {
  margin-top: calc(50 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.index_page .advantage_block__inner .advantage_block_contents .l_text_left_item .item_l_text {
  right: calc(-65 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents .l_text_left_item .item_l_text {
    right: -65px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents .l_text_left_item .item_l_text {
    right: 0;
  }
}
.index_page .advantage_block__inner .advantage_block_contents .l_text_right_item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: calc(75 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents .l_text_right_item {
    padding-left: 75px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents .l_text_right_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}
.index_page .advantage_block__inner .advantage_block_contents .l_text_right_item .item_l_text {
  left: calc(-50 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents .l_text_right_item .item_l_text {
    left: -50px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents .l_text_right_item .item_l_text {
    left: calc(-20 / 375 * 100vw);
  }
}
.index_page .advantage_block__inner .advantage_block_contents__item {
  padding: calc(50 / 1440 * 100vw) calc(35 / 1440 * 100vw) calc(50 / 1440 * 100vw) 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents__item {
    padding: 50px 35px 50px 0;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents__item {
    padding: calc(30 / 375 * 100vw) 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.index_page
  .advantage_block__inner
  .advantage_block_contents__item
  + .advantage_block_contents__item {
  padding-top: calc(125 / 1440 * 100vw);
  border-top: 1px solid #c0c0c0;
}
@media screen and (min-width: 1440px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    + .advantage_block_contents__item {
    padding-top: 125px;
  }
}
@media screen and (max-width: 769px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    + .advantage_block_contents__item {
    margin-top: 0;
  }
}
.index_page .advantage_block__inner .advantage_block_contents__item .item_image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.index_page .advantage_block__inner .advantage_block_contents__item .item_image .item_image_number {
  width: calc(85 / 1440 * 100vw);
  margin-top: calc(-50 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_image
    .item_image_number {
    width: 85px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 769px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_image
    .item_image_number {
    margin-top: 0;
    margin-bottom: calc(-10 / 375 * 100vw);
    width: calc(80 / 375 * 100vw);
  }
}
.index_page
  .advantage_block__inner
  .advantage_block_contents__item
  .item_image
  .item_image_number
  img {
  width: 100%;
}
.index_page .advantage_block__inner .advantage_block_contents__item .item_image .item_image_main {
  width: calc(245 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_image .item_image_main {
    width: 245px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_image .item_image_main {
    width: calc(220 / 375 * 100vw);
    margin: auto;
  }
}
.index_page
  .advantage_block__inner
  .advantage_block_contents__item
  .item_image
  .item_image_main
  img {
  width: 100%;
}
.index_page .advantage_block__inner .advantage_block_contents__item .item_detail {
  position: relative;
  width: calc(435 / 1440 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_detail {
    width: 435px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_detail {
    width: 100%;
    padding: calc(15 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

@media screen and (max-width: 769px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_detail
    .item_detail_title {
    text-align: center;
  }
}
.index_page
  .advantage_block__inner
  .advantage_block_contents__item
  .item_detail
  .item_detail_title
  h3 {
  font-size: calc(48 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1440px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_detail
    .item_detail_title
    h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 769px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_detail
    .item_detail_title
    h3 {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.33;
  }
}
.index_page .advantage_block__inner .advantage_block_contents__item .item_detail .item_detail_text {
  margin-top: calc(30 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_detail
    .item_detail_text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 769px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_detail
    .item_detail_text {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.index_page
  .advantage_block__inner
  .advantage_block_contents__item
  .item_detail
  .item_detail_text
  p {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1440px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_detail
    .item_detail_text
    p {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .index_page
    .advantage_block__inner
    .advantage_block_contents__item
    .item_detail
    .item_detail_text
    p {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.57;
    letter-spacing: 0.06em;
  }
}
.index_page .advantage_block__inner .advantage_block_contents__item .item_l_text {
  position: absolute;
  bottom: calc(-200 / 1440 * 100vw);
  display: inline-block;
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_l_text {
    bottom: -200px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_l_text {
    width: calc(375 / 375 * 100vw);
    bottom: calc(-80 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
    text-align: center;
  }
}
.index_page .advantage_block__inner .advantage_block_contents__item .item_l_text p {
  color: #f4f5f6;
  font-size: calc(180 / 1440 * 100vw);
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}
@media screen and (min-width: 1440px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_l_text p {
    font-size: 180px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .advantage_block__inner .advantage_block_contents__item .item_l_text p {
    color: #eceef0;
    font-size: calc(80 / 375 * 100vw);
  }
}
.index_page .feature_block {
  width: 100%;
  background-color: #e5e5e5;
}
.index_page .feature_block__inner {
  max-width: 1280px;
  padding: calc(75 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(90 / 1440 * 100vw);
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .index_page .feature_block__inner {
    padding: 75px 80px 90px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner {
    padding: calc(50 / 375 * 100vw) calc(30 / 375 * 100vw) calc(55 / 375 * 100vw);
  }
}
.index_page .feature_block__inner .feature_block_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner .feature_block_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(25 / 375 * 100vw);
  }
}
.index_page .feature_block__inner .feature_block_contents__item {
  width: calc(316 / 1440 * 100vw);
  padding: calc(60 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 1440px) {
  .index_page .feature_block__inner .feature_block_contents__item {
    width: 316px;
    padding: 60px 40px 20px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner .feature_block_contents__item {
    width: 100%;
    padding: calc(50 / 375 * 100vw) calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
  .index_page .feature_block__inner .feature_block_contents__item + .feature_block_contents__item {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.index_page .feature_block__inner .feature_block_contents__item .item_image {
  width: calc(210 / 1440 * 100vw);
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .index_page .feature_block__inner .feature_block_contents__item .item_image {
    width: 210px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner .feature_block_contents__item .item_image {
    width: calc(185 / 375 * 100vw);
  }
}
.index_page .feature_block__inner .feature_block_contents__item .item_image img {
  width: 100%;
}
.index_page .feature_block__inner .feature_block_contents__item .item_head {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner .feature_block_contents__item .item_head {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.index_page .feature_block__inner .feature_block_contents__item .item_head h3 {
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner .feature_block_contents__item .item_head h3 {
    font-size: calc(19 / 375 * 100vw);
  }
}
.index_page .feature_block__inner .feature_block_contents__item .item_text {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner .feature_block_contents__item .item_text {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.index_page .feature_block__inner .feature_block_contents__item .item_text p {
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner .feature_block_contents__item .item_text p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.index_page .feature_block__inner .feature_block_more {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  .index_page .feature_block__inner .feature_block_more {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.index_page .case_study_block {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block {
    background-color: #f6f6f3;
  }
}
.index_page .case_study_block__inner {
  max-width: 1200px;
  padding: calc(105 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(80 / 1440 * 100vw);
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .index_page .case_study_block__inner {
    padding: 105px 120px 80px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner {
    padding: calc(45 / 375 * 100vw) calc(35 / 375 * 100vw) calc(60 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(75 / 1440 * 100vw);
  margin-left: calc(-45 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .case_study_block__inner .case_study_block_contents {
    margin-top: 75px;
    margin-left: -45px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-top: calc(-10 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item {
  width: calc((100% - (45px * 4)) / 4);
  margin-left: calc(45 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .case_study_block__inner .case_study_block_contents__item {
    margin-left: 45px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item {
    width: 100%;
    margin-left: 0;
    margin-top: calc(50 / 375 * 100vw);
  }
}
.index_page
  .case_study_block__inner
  .case_study_block_contents__item
  a:hover
  .item_image_wrapper
  .item_image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_page .case_study_block__inner .case_study_block_contents__item a .item_image_wrapper {
  width: 100%;
  overflow: hidden;
}
.index_page
  .case_study_block__inner
  .case_study_block_contents__item
  a
  .item_image_wrapper
  .item_image {
  padding-top: 69.81%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1);
  transition: transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1);
  transition: transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1),
    -webkit-transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1);
}
.index_page .case_study_block__inner .case_study_block_contents__item a .item_date {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item a .item_date {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item a .item_date time {
  color: #808080;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item a .item_date time {
    font-size: calc(12 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item a .item_head {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item a .item_head {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item a .item_head h3 {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item a .item_head h3 {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.57;
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item a .item_text {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item a .item_text {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item a .item_text p {
  font-size: 12px;
  line-height: 1.92;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item a .item_text p {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.73;
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item .item_tag {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item .item_tag {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item .item_tag .item_tag_head {
  color: #b3b3b3;
  width: 2.5rem;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item .item_tag .item_tag_head {
    width: 2.5rem;
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item .item_tag .item_tag_head p {
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
}
.index_page .case_study_block__inner .case_study_block_contents__item .item_tag ul {
  width: calc(100% - 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item .item_tag ul {
    width: calc(100% - 2.5rem);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item .item_tag ul li {
  display: inline;
  position: relative;
}
.index_page .case_study_block__inner .case_study_block_contents__item .item_tag ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_contents__item .item_tag ul li + li {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item .item_tag ul li + li::before {
  position: absolute;
  content: "/";
  font-size: 12px;
  color: #b3b3b3;
  left: -13px;
  top: 3px;
}
@media screen and (max-width: 769px) {
  .index_page
    .case_study_block__inner
    .case_study_block_contents__item
    .item_tag
    ul
    li
    + li::before {
    left: calc(-6 / 375 * 100vw);
  }
}
.index_page .case_study_block__inner .case_study_block_contents__item .item_tag ul li a {
  display: inline;
  font-size: 11px;
  color: #b3b3b3;
  letter-spacing: 0.08em;
  line-height: 1.5;
  word-break: break-all;
  vertical-align: text-top;
}
.index_page .case_study_block__inner .case_study_block_more {
  margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .case_study_block__inner .case_study_block_more {
    margin-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .case_study_block__inner .case_study_block_more {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.index_page .step_block {
  width: 100%;
}
.index_page .step_block__inner {
  max-width: 1200px;
  margin: auto;
  padding: calc(125 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(130 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .step_block__inner {
    padding: 125px 120px 130px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner {
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.index_page .step_block__inner .step_block_contents {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(50 / 375 * 100vw);
    margin-bottom: calc(-60 / 375 * 100vw);
  }
  .index_page .step_block__inner .step_block_contents::before {
    position: absolute;
    left: 0;
    top: calc(160 / 375 * 100vw);
    background: url(../img/top/pic_step_block_contents_item_l_arrow_sp.svg) no-repeat center
      center/contain;
    content: "";
    width: 100%;
    height: calc(27 / 375 * 100vw);
  }
}
.index_page .step_block__inner .step_block_contents__item {
  width: calc(225 / 1440 * 100vw);
  padding: calc(50 / 1440 * 100vw) calc(10 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 22px;
}
@media screen and (min-width: 1440px) {
  .index_page .step_block__inner .step_block_contents__item {
    width: 255px;
    padding: 50px 10px 20px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents__item {
    width: calc(155 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(10 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .index_page .step_block__inner .step_block_contents__item:nth-child(2n)::after {
    position: absolute;
    left: calc(-17 / 375 * 100vw);
    top: 0;
    background: url(../img/top/pic_step_block_contents_item_arrow.svg) no-repeat center
      center/contain;
    content: "";
    width: 10px;
    height: 100%;
  }
}
.index_page .step_block__inner .step_block_contents__item + .step_block_contents__item::before {
  position: absolute;
  left: -35px;
  top: 0;
  background: url(../img/top/pic_step_block_contents_item_arrow.svg) no-repeat center center/contain;
  content: "";
  width: 15px;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents__item + .step_block_contents__item::before {
    display: none;
  }
}
.index_page .step_block__inner .step_block_contents__item .item_number {
  position: absolute;
  top: calc(-40 / 1440 * 100vw);
  left: calc(20 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .step_block__inner .step_block_contents__item .item_number {
    top: -40px;
    left: 20px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents__item .item_number {
    top: calc(-25 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
  }
}
.index_page .step_block__inner .step_block_contents__item .item_number p {
  text-align: center;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1440px) {
  .index_page .step_block__inner .step_block_contents__item .item_number p {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents__item .item_number p {
    font-size: calc(11 / 375 * 100vw);
  }
}
.index_page .step_block__inner .step_block_contents__item .item_number p span {
  display: block;
  padding-top: calc(5 / 1440 * 100vw);
  font-size: calc(46 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .index_page .step_block__inner .step_block_contents__item .item_number p span {
    padding-top: 5px;
    font-size: 46px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents__item .item_number p span {
    font-size: calc(27 / 375 * 100vw);
  }
}
.index_page .step_block__inner .step_block_contents__item .item_image {
  width: calc(100 / 1440 * 100vw);
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .index_page .step_block__inner .step_block_contents__item .item_image {
    width: 100px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents__item .item_image {
    width: calc(55 / 375 * 100vw);
  }
}
.index_page .step_block__inner .step_block_contents__item .item_image img {
  width: 100%;
}
.index_page .step_block__inner .step_block_contents__item .item_text {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents__item .item_text {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.index_page .step_block__inner .step_block_contents__item .item_text p {
  font-size: calc(13 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1440px) {
  .index_page .step_block__inner .step_block_contents__item .item_text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_contents__item .item_text p {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.36;
    letter-spacing: 0.04em;
  }
}
.index_page .step_block__inner .step_block_more {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .index_page .step_block__inner .step_block_more {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.plan_page .main_visual {
  background: url(../img/works/pic_main_visual_plan.jpg) no-repeat center center/cover;
}
.plan_page .content__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 115px calc(40 / 1440 * 100vw) 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  .plan_page .content__inner {
    padding: 115px 40px 220px;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner {
    width: 100%;
    padding: calc(80 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan {
  margin-bottom: 170px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan {
    margin-bottom: calc(120 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  .plan_page .content__inner .plan .plan_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item {
  width: 320px;
  padding-bottom: 95px;
  border: 2px solid #808080;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item {
    width: 100%;
    padding-bottom: calc(95 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item.is-minimum {
  margin-right: -2px;
}
@media screen and (max-width: 1050px) {
  .plan_page .content__inner .plan .plan_list__item.is-minimum {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 70px;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item.is-minimum {
    margin-right: 0;
    margin-top: calc(90 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item.is-standard {
  z-index: 1;
  border: 2px solid #333;
  margin: -20px 0 -20px;
  width: 355px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1050px) {
  .plan_page .content__inner .plan .plan_list__item.is-standard {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item.is-standard {
    width: 100%;
    margin: calc(-20 / 375 * 100vw) 0 calc(-20 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item.is-standard .plan_item_head {
  padding: 30px 0;
  margin-bottom: 40px;
  background-color: #333;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item.is-standard .plan_item_head {
    padding: calc(30 / 375 * 100vw) 0;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item.is-standard .plan_item_head h4 {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item.is-standard .plan_item_head h4 {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item.is-standard .plan_item_price {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item.is-standard .plan_item_contact a {
  padding: 30px 0;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item.is-standard .plan_item_contact a {
    padding: calc(30 / 375 * 100vw) 0;
  }
}
.plan_page .content__inner .plan .plan_list__item.is-premium {
  margin-left: -2px;
}
@media screen and (max-width: 1050px) {
  .plan_page .content__inner .plan .plan_list__item.is-premium {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item.is-premium {
    margin-left: 0;
    margin-top: calc(70 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_head {
  padding: 25px 0;
  margin-bottom: 30px;
  background-color: #808080;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_head {
    padding: calc(20 / 375 * 100vw) 0;
    margin-bottom: calc(30 / 375 * 100vw) 0;
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_head.is-recommend {
  position: relative;
}
.plan_page .content__inner .plan .plan_list__item .plan_item_head.is-recommend::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 15px;
  display: inline-block;
  background: url(../img/plan/ico_recommended.svg) no-repeat center center/contain;
  width: 57px;
  height: 64px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_head.is-recommend::after {
    top: calc(-12 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
    height: calc(65 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_head h4 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_head h4 {
    font-size: calc(18 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_period {
  margin-bottom: 35px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_period {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_period__label {
  font-size: 15px;
  letter-spacing: 0.36em;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_period__label {
    font-size: calc(16 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_period__number {
  font-family: Roboto;
  font-size: 52px;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_period__number {
    font-size: calc(54 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_period__number span {
  font-size: 28px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_period__number span {
    font-size: calc(30 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__label {
  font-size: 15px;
  letter-spacing: 0.36em;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__label {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__number {
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__number {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__number span:nth-of-type(1) {
  font-size: 27px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__number span:nth-of-type(1) {
    font-size: calc(27 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__number span:nth-of-type(2) {
  font-size: 42px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__number span:nth-of-type(2) {
    font-size: calc(42 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__number span:nth-of-type(3) {
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__number span:nth-of-type(3) {
    font-size: calc(15 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__notes {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #849098;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__notes {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__strikethrough {
  font-size: 21px;
  color: #96a0a7;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__strikethrough {
    font-size: calc(21 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__strikethrough.is-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  background-color: #96a0a7;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .plan
    .plan_list__item
    .plan_item_price__strikethrough.is-active::after {
    top: calc(11 / 375 * 100vw);
    height: 2px;
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__off {
  font-family: Roboto;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #a28546;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__off {
    font-size: calc(34 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_price__off span {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_price__off span {
    font-size: calc(28 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_contact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 230px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_contact {
    width: calc(240 / 375 * 100vw);
    margin: 0 auto calc(40 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_list__item .plan_item_contact a {
  display: block;
  background-color: #faff03;
  border-radius: 0.3em;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plan_page .content__inner .plan .plan_list__item .plan_item_contact a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_list__item .plan_item_contact a {
    padding: calc(20 / 375 * 100vw) 0;
    font-size: calc(16 / 375 * 100vw);
  }
}
.plan_page .content__inner .plan .plan_notes p {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #666;
}
@media screen and (max-width: 1050px) {
  .plan_page .content__inner .plan .plan_notes p {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .plan .plan_notes p {
    font-size: calc(12 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__title {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__title {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__title h3 {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 2px solid;
  font-size: 24px;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__title h3 {
    font-size: calc(26 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list {
  margin-bottom: calc(-200 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page .content__inner .service__list {
    margin-bottom: -200px;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list {
    margin-bottom: calc(-70 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item {
  position: relative;
  width: calc(1000 / 1440 * 100vw);
  margin: 0 auto calc(200 / 1440 * 100vw);
  background-color: #fff;
  padding: calc(60 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 15px 5px rgba(110, 110, 110, 0.075);
  box-shadow: 0 0 15px 5px rgba(110, 110, 110, 0.075);
  border-radius: 0.5em;
}
@media screen and (min-width: 1440px) {
  .plan_page .content__inner .service__list .service_list_item {
    width: 1000px;
    margin: 0 auto 200px;
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page .content__inner .service__list .service_list_item {
    width: calc(850 / 1024 * 100vw);
    margin: 0 auto calc(200 / 1024 * 100vw);
    padding: calc(40 / 1024 * 100vw) calc(25 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item {
    width: 100%;
    margin: 0 auto calc(70 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(25 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item.is-service01
  .service_list_item__detail {
  width: calc(445 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service01
    .service_list_item__detail {
    width: 445px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service01
    .service_list_item__detail {
    width: calc(395 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service01
    .service_list_item__detail {
    width: 100%;
  }
}
.plan_page .content__inner .service__list .service_list_item.is-service01 .service_list_item__img {
  width: calc(440 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service01
    .service_list_item__img {
    width: 440px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service01
    .service_list_item__img {
    width: calc(390 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service01
    .service_list_item__img {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item.is-service02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item.is-service02
  .service_list_item__detail {
  width: calc(480 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_list_item__detail {
    width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_list_item__detail {
    width: calc(430 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_list_item__detail {
    width: 100%;
  }
}
.plan_page .content__inner .service__list .service_list_item.is-service02 .service_list_item__img {
  width: calc(370 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_list_item__img {
    width: 370px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_list_item__img {
    width: calc(340 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_list_item__img {
    width: 100%;
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item.is-service02
  .service_item_detail_Price {
  width: calc(440 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_item_detail_Price {
    width: 440px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_item_detail_Price {
    width: calc(400 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service02
    .service_item_detail_Price {
    width: 100%;
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item.is-service03
  .service_list_item__detail {
  width: calc(480 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service03
    .service_list_item__detail {
    width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service03
    .service_list_item__detail {
    width: calc(390 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service03
    .service_list_item__detail {
    width: 100%;
  }
}
.plan_page .content__inner .service__list .service_list_item.is-service03 .service_list_item__img {
  width: calc(410 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service03
    .service_list_item__img {
    width: 410px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service03
    .service_list_item__img {
    width: calc(380 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service03
    .service_list_item__img {
    width: 100%;
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item.is-service03
  .service_item_detail_Price
  p
  span {
  padding-left: 0;
  padding-right: calc(20 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service03
    .service_item_detail_Price
    p
    span {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item.is-service03
    .service_item_detail_Price
    p
    span {
    padding-right: calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 5%;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item::after {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item__detail {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_label {
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_label {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_label {
    margin-bottom: calc(30 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_label {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_label p {
  font-family: Montserrat;
  font-size: calc(18 / 1440 * 100vw);
  letter-spacing: 0.08em;
  color: #808080;
  font-weight: 300;
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_label
    p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_label
    p {
    font-size: calc(20 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_label
    p {
    font-size: calc(20 / 375 * 100vw);
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item__detail
  .service_item_detail_label
  p::after {
  content: "";
  display: inline-block;
  margin: 0 0 calc(7 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #aac5cd;
  width: calc(270 / 1440 * 100vw);
  height: 1px;
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_label
    p::after {
    width: 270px;
    margin: 0 0 7px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_label
    p::after {
    width: calc(230 / 1024 * 100vw);
    margin: 0 0 calc(6 / 1024 * 100vw) calc(10 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_label
    p::after {
    width: calc(140 / 375 * 100vw);
    margin: 0 0 calc(6 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_title {
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_title {
    margin-bottom: calc(30 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_title {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_title h4 {
  font-size: calc(33 / 1440 * 100vw);
  letter-spacing: 0.04em;
  line-height: 1.35;
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_title
    h4 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_title
    h4 {
    font-size: calc(30 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_title
    h4 {
    font-size: calc(23 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_Price {
  width: calc(400 / 1440 * 100vw);
  margin-bottom: calc(30 / 1440 * 100vw);
  padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.3em;
}
@media screen and (min-width: 1440px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_Price {
    width: 400px;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_Price {
    width: calc(370 / 1024 * 100vw);
    margin-bottom: calc(30 / 1024 * 100vw);
    padding: calc(15 / 1024 * 100vw) calc(20 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_Price {
    width: 100%;
    padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_Price p {
  font-size: calc(27 / 1440 * 100vw);
  letter-spacing: 0.02em;
  font-family: Roboto;
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_Price
    p {
    font-size: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_Price
    p {
    font-size: calc(27 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_Price
    p {
    font-size: calc(25 / 375 * 100vw);
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item__detail
  .service_item_detail_Price
  p
  span {
  padding-left: calc(20 / 1440 * 100vw);
  font-size: calc(13 / 1440 * 100vw);
  vertical-align: middle;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_Price
    p
    span {
    font-size: 13px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_Price
    p
    span {
    font-size: calc(13 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_Price
    p
    span {
    font-size: calc(12 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_txt p {
  font-size: calc(15 / 1440 * 100vw);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 1440px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_txt p {
    font-size: calc(14 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item__detail .service_item_detail_txt p {
    font-size: calc(12 / 375 * 100vw);
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item__detail
  .service_item_detail_txt__notes {
  margin-top: calc(25 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_txt__notes {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_txt__notes {
    margin-top: calc(20 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_txt__notes {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.plan_page
  .content__inner
  .service__list
  .service_list_item__detail
  .service_item_detail_txt__notes
  p {
  font-size: calc(12 / 1440 * 100vw);
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_txt__notes
    p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_txt__notes
    p {
    font-size: calc(11 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page
    .content__inner
    .service__list
    .service_list_item__detail
    .service_item_detail_txt__notes
    p {
    font-size: calc(11 / 375 * 100vw);
  }
}
.plan_page .content__inner .service__list .service_list_item__img {
  margin-top: calc(15 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .plan_page .content__inner .service__list .service_list_item__img {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_page .content__inner .service__list .service_list_item__img {
    margin-top: calc(15 / 1024 * 100vw);
  }
}
@media screen and (max-width: 769px) {
  .plan_page .content__inner .service__list .service_list_item__img {
    margin-top: 0;
  }
}
.plan_page .content__inner .service__list .service_list_item__img img {
  width: 100%;
  vertical-align: bottom;
}
.step_page .main_visual {
  background: url(../img/works/pic_main_visual_step.jpg) no-repeat center center/cover;
}
.step_page .content__inner {
  max-width: 810px;
  margin: 0 auto;
  padding: 100px calc(40 / 1440 * 100vw) 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  .step_page .content__inner {
    padding: 100px 40px 125px;
  }
}
@media screen and (max-width: 769px) {
  .step_page .content__inner {
    width: 100%;
    padding: calc(70 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.step_page .content__inner .content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.step_page .content__inner .content_item__ico {
  width: 152px;
  height: 152px;
  margin-right: 40px;
  border-radius: 5em;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__ico {
    margin: 0 auto calc(20 / 375 * 100vw);
    width: calc(140 / 375 * 100vw);
    height: calc(140 / 375 * 100vw);
    border-radius: 50%;
  }
}
.step_page .content__inner .content_item__ico .item_ico_txt {
  margin-top: -10px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__ico .item_ico_txt {
    margin-top: calc(-10 / 375 * 100vw);
  }
}
.step_page .content__inner .content_item__ico .item_ico_txt__label {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__ico .item_ico_txt__label {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
.step_page .content__inner .content_item__ico .item_ico_txt__number {
  font-size: 33px;
  letter-spacing: 0.1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__ico .item_ico_txt__number {
    font-size: calc(32 / 375 * 100vw);
  }
}
.step_page .content__inner .content_item__ico .item_ico_img {
  position: absolute;
}
.step_page .content__inner .content_item__ico .item_ico_img.is-step01 {
  top: 30px;
  left: 40px;
  width: 90px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__ico .item_ico_img.is-step01 {
    width: calc(60 / 375 * 100vw);
    top: 30%;
    left: 33%;
  }
}
.step_page .content__inner .content_item__ico .item_ico_img.is-step02 {
  top: 30px;
  left: 30px;
  width: 95px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__ico .item_ico_img.is-step02 {
    width: calc(65 / 375 * 100vw);
    top: 34%;
    left: 29%;
  }
}
.step_page .content__inner .content_item__ico .item_ico_img.is-step03 {
  top: 29px;
  left: 29px;
  width: 95px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__ico .item_ico_img.is-step03 {
    width: calc(55 / 375 * 100vw);
    top: 30%;
    left: 31%;
  }
}
.step_page .content__inner .content_item__ico .item_ico_img.is-step04 {
  top: 40px;
  left: 38px;
  width: 75px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__ico .item_ico_img.is-step04 {
    width: calc(41 / 375 * 100vw);
    top: 30%;
    left: 36%;
  }
}
.step_page .content__inner .content_item__ico .item_ico_img img {
  width: 100%;
  vertical-align: bottom;
}
.step_page .content__inner .content_item__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__detail {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.step_page .content__inner .content_item__detail .item_detail_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__detail .item_detail_title {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.step_page .content__inner .content_item__detail .item_detail_title h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__detail .item_detail_title h3 {
    font-size: calc(20 / 375 * 100vw);
    text-align: center;
  }
}
.step_page .content__inner .content_item__detail .item_detail_txt p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__detail .item_detail_txt p {
    font-size: calc(14 / 375 * 100vw);
  }
}
.step_page .content__inner .content_item__detail .item_detail_notes {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__detail .item_detail_notes {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.step_page .content__inner .content_item__detail .item_detail_notes p {
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__detail .item_detail_notes p {
    font-size: calc(12 / 375 * 100vw);
  }
}
.step_page .content__inner .content_item__detail .item_detail_notes p:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .content_item__detail .item_detail_notes p:not(:last-of-type) {
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.step_page .content__inner .arrow_block {
  padding: 45px 0 45px 65px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .arrow_block {
    padding: calc(40 / 375 * 100vw) 0;
  }
}
.step_page .content__inner .arrow_block__img {
  width: 20px;
}
@media screen and (max-width: 769px) {
  .step_page .content__inner .arrow_block__img {
    width: calc(30 / 375 * 100vw);
    margin: 0 auto;
  }
}
.step_page .content__inner .arrow_block__img img {
  width: 100%;
  vertical-align: bottom;
}
.works_detail_page .main_visual {
  background: url(../img/works/pic_main_visual_case_study.jpg) no-repeat center center/cover;
}
.works_detail_page .page_nav {
  max-width: 1200px;
  margin: 50px auto 0;
}
.works_detail_page .page_nav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.works_detail_page .works_article {
  width: 100%;
}
.works_detail_page .works_article__inner {
  max-width: 800px;
  margin: auto;
  padding: 90px 40px 145px;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner {
    padding: calc(45 / 375 * 100vw) calc(20 / 375 * 100vw) calc(70 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_head {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_head {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_head__date time {
  color: #808080;
  font-size: 15px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_head__date time {
    font-size: calc(12 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_head__title {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_head__title {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_head__title h3 {
  font-size: 28px;
  line-height: 1.64;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_head__title h3 {
    font-size: calc(20 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_head__tag {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.84;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_head__tag {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_head__tag .tag_head {
  width: 5%;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_head__tag .tag_head {
    width: 10%;
  }
}
.works_detail_page .works_article__inner .works_article_head__tag .tag_head p {
  font-family: Roboto, sans-serif;
}
.works_detail_page .works_article__inner .works_article_head__tag ul {
  width: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_head__tag ul {
    width: 89%;
  }
}
.works_detail_page .works_article__inner .works_article_head__tag ul li {
  position: relative;
}
.works_detail_page .works_article__inner .works_article_head__tag ul li:first-of-type {
  padding: 0 14px 0 0;
}
.works_detail_page .works_article__inner .works_article_head__tag ul li + li {
  padding: 0 14px;
}
.works_detail_page .works_article__inner .works_article_head__tag ul li + li::before {
  position: absolute;
  content: "/";
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.works_detail_page .works_article__inner .works_article_head__tag ul li a {
  display: block;
}
.works_detail_page .works_article__inner .works_article_contents + .works_article_contents {
  margin-top: 105px;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_contents + .works_article_contents {
    margin-top: calc(65 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_contents.contents_wysiwyg * + * {
  margin-top: 45px;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_contents.contents_wysiwyg * + * {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_contents.contents_wysiwyg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.works_detail_page .works_article__inner .works_article_contents.contents_wysiwyg a:hover {
  text-decoration: underline;
}
.works_detail_page .works_article__inner .works_article_contents.contents_wysiwyg p {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.12;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_contents.contents_wysiwyg p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_contents.contents_information_table {
  border: 1px solid #ccc;
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item
  + .table_item
  .table_item__head {
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item
    + .table_item
    .table_item__head {
    border: none;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item
  + .table_item
  .table_item__text {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item
    + .table_item
    .table_item__text {
    border: none;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item__head,
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item__text {
  padding: 12px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item__head,
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item__text {
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item__head
  p,
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item__text
  p {
  line-height: 1.7;
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item__head
    p,
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item__text
    p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item__head {
  width: 25%;
  background: #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item__head {
    width: 100%;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item__head
  p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_information_table
  .table_item__text {
  width: 75%;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_information_table
    .table_item__text {
    width: 100%;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  + .task_and_effect_list__item {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_task_and_effect
    .task_and_effect_detail
    .task_and_effect_list__item
    + .task_and_effect_list__item {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_task_and_effect
    .task_and_effect_detail
    .task_and_effect_list__item
    .task_and_effect_detail_item {
    padding: calc(20 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item--effect {
  background: #faff03;
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item
  + .task_and_effect_detail_item {
  position: relative;
  margin-top: 75px;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_task_and_effect
    .task_and_effect_detail
    .task_and_effect_list__item
    .task_and_effect_detail_item
    + .task_and_effect_detail_item {
    margin-top: 50px;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item
  + .task_and_effect_detail_item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10.5px 0 10.5px;
  border-color: #333 transparent transparent transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_task_and_effect
    .task_and_effect_detail
    .task_and_effect_list__item
    .task_and_effect_detail_item
    + .task_and_effect_detail_item::before {
    border-width: 14px 8px 0 8px;
    top: -32px;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item
  .task_detail_item_round {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid currentColor;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_task_and_effect
    .task_and_effect_detail
    .task_and_effect_list__item
    .task_and_effect_detail_item
    .task_detail_item_round {
    width: 20%;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item.task_and_effect_detail_item--effect
  .task_detail_item_round {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item
  .task_detail_item_round:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item
  .task_detail_item_round
  p {
  font-size: 18px;
  letter-spacing: 0.22em;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_task_and_effect
    .task_and_effect_detail
    .task_and_effect_list__item
    .task_and_effect_detail_item
    .task_detail_item_round
    p {
    font-size: calc(12 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item
  .task_detail_item_text {
  width: 87%;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_task_and_effect
    .task_and_effect_detail
    .task_and_effect_list__item
    .task_and_effect_detail_item
    .task_detail_item_text {
    width: 74%;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_task_and_effect
  .task_and_effect_detail
  .task_and_effect_list__item
  .task_and_effect_detail_item
  .task_detail_item_text
  p {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_task_and_effect
    .task_and_effect_detail
    .task_and_effect_list__item
    .task_and_effect_detail_item
    .task_detail_item_text
    p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_features
  .features_list
  .features_list_item {
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_features
    .features_list
    .features_list_item {
    padding: calc(10 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_features
  .features_list
  .features_list_item
  p {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_features
    .features_list
    .features_list_item
    p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_campaign_scheme
  .campaign_scheme_detail
  ul
  .campaign_scheme_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_campaign_scheme
  .campaign_scheme_detail
  ul
  .campaign_scheme_detail_item
  + .campaign_scheme_detail_item {
  margin-top: 55px;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_campaign_scheme
    .campaign_scheme_detail
    ul
    .campaign_scheme_detail_item
    + .campaign_scheme_detail_item {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_campaign_scheme
  .campaign_scheme_detail
  ul
  .campaign_scheme_detail_item__number {
  width: 5.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_campaign_scheme
    .campaign_scheme_detail
    ul
    .campaign_scheme_detail_item__number {
    width: 9%;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_campaign_scheme
  .campaign_scheme_detail
  ul
  .campaign_scheme_detail_item__number:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_campaign_scheme
  .campaign_scheme_detail
  ul
  .campaign_scheme_detail_item__number
  p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  letter-spacing: 0.06em;
  font-family: Montserrat, sans-serif;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_campaign_scheme
    .campaign_scheme_detail
    ul
    .campaign_scheme_detail_item__number
    p {
    font-size: calc(14 / 375 * 100vw);
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_campaign_scheme
  .campaign_scheme_detail
  ul
  .campaign_scheme_detail_item__text {
  width: 89%;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_campaign_scheme
    .campaign_scheme_detail
    ul
    .campaign_scheme_detail_item__text {
    width: 86%;
  }
}
.works_detail_page
  .works_article__inner
  .works_article_contents.contents_campaign_scheme
  .campaign_scheme_detail
  ul
  .campaign_scheme_detail_item__text
  p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 769px) {
  .works_detail_page
    .works_article__inner
    .works_article_contents.contents_campaign_scheme
    .campaign_scheme_detail
    ul
    .campaign_scheme_detail_item__text
    p {
    font-size: calc(12 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_contents .common_head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_contents .common_head {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.works_detail_page .works_article__inner .works_article_contents .common_head h4 {
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .works_detail_page .works_article__inner .works_article_contents .common_head h4 {
    font-size: calc(20 / 375 * 100vw);
  }
}
.works_page .main_visual {
  background: url(../img/works/pic_main_visual_case_study.jpg) no-repeat center center/cover;
}
.works_page .works_list {
  width: 100%;
}
.works_page .works_list__inner {
  max-width: 1200px;
  margin: auto;
  padding: calc(60 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(100 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .works_page .works_list__inner {
    padding: 60px 120px 100px;
  }
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.works_page .works_list__inner .works_list_option__squeeze {
  width: 18%;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_option__squeeze {
    width: 100%;
  }
}
.works_page .works_list__inner .works_list_option__squeeze .choices:after {
  display: none;
}
.works_page
  .works_list__inner
  .works_list_option__squeeze
  .choices[data-type*="select-one"]
  .choices__inner:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
  border-color: #808080 transparent transparent transparent;
}
.works_page
  .works_list__inner
  .works_list_option__squeeze
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}
.works_page .works_list__inner .works_list_option__squeeze .choices__inner {
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid #808080;
}
.works_page .works_list__inner .works_list_option__squeeze .choices__list--single {
  padding: 4px 36px 4px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.works_page .works_list__inner .works_list_option__squeeze .choices__list--dropdown {
  width: 150%;
  max-width: 150%;
  border-color: #d0d0d0;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_option__squeeze .choices__list--dropdown {
    width: 100%;
  }
}
.works_page .works_list__inner .works_list_option__squeeze .choices__list--dropdown .choices__item {
  font-size: 13px;
  color: #666;
}
.works_page .works_list__inner .works_list_option__squeeze a {
  display: block;
  color: #83a2a7;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 2px solid #83a2a7;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_option__squeeze a {
    font-size: calc(12 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4%;
  margin-top: -4%;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents {
    margin-top: calc(30 / 375 * 100vw);
    margin-left: 0;
    margin-top: calc(-10 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item {
  width: calc((100% - 12.2%) / 3);
  margin-left: 4%;
  margin-top: 8%;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item {
    width: 100%;
    margin-left: 0;
    margin-top: calc(50 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item a {
  display: inline-block;
}
.works_page .works_list__inner .works_list_contents__item a:hover .item_image_wrapper .item_image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.works_page .works_list__inner .works_list_contents__item a .item_image_wrapper {
  width: 100%;
  overflow: hidden;
}
.works_page .works_list__inner .works_list_contents__item a .item_image_wrapper .item_image {
  padding-top: 54.8%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1);
  transition: transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1);
  transition: transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1),
    -webkit-transform 0.3s cubic-bezier(0.56, -0.005, 0.03, 1);
}
.works_page .works_list__inner .works_list_contents__item a .item_date {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item a .item_date {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item a .item_date time {
  color: #808080;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item a .item_date time {
    font-size: calc(13 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item a .item_head {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item a .item_head {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item a .item_head h3 {
  font-size: 17px;
  line-height: 1.57;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item a .item_head h3 {
    font-size: calc(15 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item a .item_text {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item a .item_text {
    margin-top: calc(5 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item a .item_text p {
  font-size: 13px;
  line-height: 1.85;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item a .item_text p {
    font-size: calc(11 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item .item_tag {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item .item_tag {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item .item_tag .item_tag_head p {
  color: #b3b3b3;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
}
.works_page .works_list__inner .works_list_contents__item .item_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.works_page .works_list__inner .works_list_contents__item .item_tag ul li {
  position: relative;
}
.works_page .works_list__inner .works_list_contents__item .item_tag ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item .item_tag ul li + li {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item .item_tag ul li + li::before {
  position: absolute;
  content: "/";
  font-size: 12px;
  left: -13px;
  color: #b3b3b3;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_contents__item .item_tag ul li + li::before {
    left: calc(-6 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_contents__item .item_tag ul li a {
  display: block;
  color: #b3b3b3;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.works_page .works_list__inner .works_list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 769px) {
  .works_page .works_list__inner .works_list_pagination {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.works_page .works_list__inner .works_list_pagination__next_button,
.works_page .works_list__inner .works_list_pagination__prev_button {
  width: 30px;
  height: 30px;
}
.works_page .works_list__inner .works_list_pagination__next_button a,
.works_page .works_list__inner .works_list_pagination__prev_button a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #808080;
}
.works_page .works_list__inner .works_list_pagination__next_button a:after,
.works_page .works_list__inner .works_list_pagination__prev_button a:after {
  content: "";
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 6px;
  height: 6px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.works_page .works_list__inner .works_list_pagination__next_button a:hover,
.works_page .works_list__inner .works_list_pagination__prev_button a:hover {
  color: #4d4d4d;
}
.works_page .works_list__inner .works_list_pagination__prev_button a:after {
  -webkit-transform: rotate(45deg) translate(25%, -25%);
  transform: rotate(45deg) translate(25%, -25%);
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.works_page .works_list__inner .works_list_pagination__next_button a:after {
  -webkit-transform: rotate(45deg) translate(-25%, 25%);
  transform: rotate(45deg) translate(-25%, 25%);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.works_page .works_list__inner .works_list_pagination__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px;
}
.works_page .works_list__inner .works_list_pagination__num .pagination_num_item {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: grey;
  position: relative;
}
.works_page
  .works_list__inner
  .works_list_pagination__num
  .pagination_num_item
  + .pagination_num_item {
  margin-left: 18px;
}
.works_page .works_list__inner .works_list_pagination__num .pagination_num_item a,
.works_page .works_list__inner .works_list_pagination__num .pagination_num_item p {
  padding: 8px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.works_page .works_list__inner .works_list_pagination__num .pagination_num_item a {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.works_page .works_list__inner .works_list_pagination__num .pagination_num_item a:hover {
  color: #4d4d4d;
}
.works_page .works_list__inner .works_list_pagination__num .pagination_num_item p {
  color: #808080;
}
.works_page .works_list__inner .works_list_pagination__num .pagination_num_item p:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #808080;
}
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.choices__list--dropdown.is-active {
  visibility: visible;
}
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100%,
  50% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100%,
  50% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.15) 0,
    rgba(0, 0, 0, 0) 16px,
    rgba(0, 0, 0, 0)
  );
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)),
    linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.15) 0,
    rgba(0, 0, 0, 0) 16px,
    rgba(0, 0, 0, 0)
  );
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
/*** 2024/5 LP改修対応 ****/
.movie_block__inner {
  padding: calc(40 / 1440 * 100vw) 0 calc(80 / 1440 * 100vw);
}
.movie_block .movie_block_title {
  text-align: center;
}
.movie_block .movie_block_title h2 {
  font-size: 24px;
  font-weight: 500;
}
.movie_block .movie_block_title .movie_block_logo {
  display: inline-block;
  width: 290px;
}
.movie_block .movie_block_title .movie_block_logo img {
  width: 100%;
}
.movie_block .movie_block_title .movie_block_title_text {
  position: relative;
  top: -0.15rem;
}
.movie_block .movie_block_title .movie_block_sub_title {
  font-size: 11px;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0.033em;
}
.movie_block .movie_block_lead {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.054em;
}
.movie_block .movie_block_item {
  margin-top: 70px;
  max-width: 855px;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie_block .movie_block_item iframe {
  width: 100%;
  height: 100%;
}
.floating-banner_qr {
  position: fixed;
  background: #faff03;
  text-align: center;
  font-weight: bold;
  padding: calc(20 / 1440 * 100vw);
  border: solid 2px;
  top: calc(105 / 1440 * 100vw);
  right: -2px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 3px 5px 0 rgb(128, 128, 128, 0.5);
}
.floating-banner_qr_catch {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  display: inline-block;
  padding: 0 calc(9 / 1440 * 100vw);
}
.floating-banner_qr_catch::before,
.floating-banner_qr_catch::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(15 / 1440 * 100vw);
  background: #333;
  top: 0;
}
.floating-banner_qr_catch::before {
  left: 0;
  transform: rotate(-30deg);
}
.floating-banner_qr_catch::after {
  right: 0;
  transform: rotate(30deg);
}
.floating-banner_qr_code {
  width: calc(90 / 1440 * 100vw);
  margin-top: 10px;
  margin-inline: auto;
  padding: 3px 1px 1px 4px;
  background: #fff;
}
.floating-banner_qr_code img {
  width: 100%;
}
.floating-banner_qr_text {
  font-size: calc(16 / 1440 * 100vw);
  margin-top: 17px;
  letter-spacing: 0.02em;
}
.floating-banner_contact {
  width: calc(335 / 375 * 100vw);
  position: fixed;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.floating-banner_contact__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(7 / 375 * 100vw);
}
.banner_contact_item {
  text-align: center;
  font-size: calc(14 / 375 * 100vw);
  line-height: 1.28;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border: solid 1px #333;
  box-shadow: 0 3px 6px 0 rgb(0, 0, 0, 0.2);
}
.banner_contact_item a {
  display: block;
  padding: calc(13 / 375 * 100vw) 0;
  background: #faff03;
  height: calc(36 / 375 * 100vw);
  display: grid;
  place-items: center;
}
.banner_contact_item.demo a {
  color: #fff;
  background: #333;
}
@media screen and (min-width: 1440px) {
  .movie_block__inner {
    padding: 40px 0 80px;
  }
  .floating-banner_qr {
    padding: 20px;
    top: 105px;
  }
  .floating-banner_qr_catch {
    font-size: 12px;
    padding: 0 9px;
  }
  .floating-banner_qr_code {
    width: 85px;
  }
  .floating-banner_qr_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .movie_block__inner {
    padding: calc(40 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
  }
  .movie_block .movie_block_title h2 {
    font-size: calc(18 / 375 * 100vw);
  }
  .movie_block .movie_block_title .movie_block_logo {
    width: calc(205 / 375 * 100vw);
  }
  .movie_block .movie_block_title .movie_block_sub_title {
    margin-top: calc(10 / 375 * 100vw);
  }
  .movie_block .movie_block_lead {
    margin-top: calc(40 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.75;
  }
  .movie_block .movie_block_item {
    margin-top: calc(45 / 375 * 100vw);
  }
}
