@charset "UTF-8";
@keyframes grow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333; }

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1em;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: normal; }

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

img {
  border: none; }

@keyframes grow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
/* リンク */
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    filter: alpha(opaCity=70);
    opaCity: .7; }

.button {
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #333;
  border-radius: 30px; }
  .button.check {
    display: block;
    position: relative;
    padding-left: 30px; }
    .button.check .fa-check-circle {
      position: absolute;
      top: -10px;
      left: 30px;
      font-size: 50px;
      color: #f5b324; }
  .button-login {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.1); }
    .button-login i {
      margin-right: 10px;
      font-size: 14px;
      opacity: .6; }
  .button:hover {
    background-color: rgba(245, 179, 36, 0.7); }
    .button:hover .fa-check-circle {
      color: #333; }

input {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  border: 0;
  border: 1px solid rgba(51, 51, 51, 0.7);
  border-radius: 6px; }

.gray-bg {
  background-color: rgba(170, 170, 170, 0.1) !important; }

.low-section h1 {
  z-index: 1;
  position: absolute;
  left: 5%;
  background-image: url("../images/top-bg.jpg");
  background-size: cover;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 100px;
  font-weight: 600; }
  @media screen and (max-width: 960px) {
    .low-section h1 {
      font-size: 80px; } }

.skill__title_wrapper {
  display: flex;
  align-items: baseline;
  gap: 24px; }
.skill__title {
  font-size: 34px;
  height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3); }
  .skill__title::first-letter {
    font-size: 1.6em; }
  .skill__title_j {
    display: inline-block;
    color: rgba(0, 0, 0, 0.3); }
    .skill__title_j span {
      position: relative;
      padding: 0 20px;
      font-weight: 600; }
      .skill__title_j span::before, .skill__title_j span::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3);
        content: ""; }
      .skill__title_j span::before {
        left: 0; }
      .skill__title_j span::after {
        right: 0; }

@keyframes grow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
/* margin */
.m-top-10 {
  margin-top: 10px; }

.m-top-20 {
  margin-top: 20px; }

.m-bottom-20 {
  margin-bottom: 20px; }

.m-right-30 {
  margin-right: 30px; }

.m-top-30 {
  margin-top: 30px; }

.m-bottom-30 {
  margin-bottom: 30px; }

.m-top-50 {
  margin-top: 50px; }

.m-bottom-50 {
  margin-bottom: 50px; }

.mr-35 {
  margin-right: 35px; }

.bold-font {
  font-weight: bold; }

.small-font {
  font-size: 12px; }

.left {
  float: left; }

.right {
  text-align: right; }

/* widdth系 */
.per20 {
  width: 20%; }

.per30 {
  width: 30%; }

.per40 {
  width: 40%; }

.per50 {
  width: 50%; }

.per80 {
  width: 80%; }

.wid30 {
  width: 30px; }

.wid50 {
  width: 50px; }

.wid60 {
  width: 60px; }

.wid70 {
  width: 70px; }

.wid80 {
  width: 80px; }

.wid90 {
  width: 90px; }

.wid100 {
  width: 100px; }

.red {
  color: #ff0000; }

.bold {
  font-weight: bold; }

@keyframes grow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@keyframes grow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
.low-section {
  position: relative;
  padding: 40px 0; }

.inner {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  right: 8%; }

/***************************************************
nav
****************************************************/
.gloval-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -280px;
  bottom: 0;
  width: 280px;
  background: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s; }
  .gloval-nav ul {
    padding: 30px; }
  .gloval-nav li {
    position: relative;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3); }
    .gloval-nav li:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .gloval-nav li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px 10px;
      transition: .3s; }
      .gloval-nav li a:hover {
        background: rgba(0, 0, 0, 0.1); }

.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 34px;
  height: 30px;
  cursor: pointer; }
  .toggle_btn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #02A4AF;
    border-radius: 20px; }
    .toggle_btn span:nth-child(1) {
      top: 0; }
    .toggle_btn span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%); }
    .toggle_btn span:nth-child(3) {
      bottom: 0; }

#mask {
  display: none; }

.open nav {
  right: 0; }
.open .toggle_btn {
  right: 290px; }
  .open .toggle_btn span {
    background-color: #fff; }
    .open .toggle_btn span:nth-child(1) {
      transform: translate(0, 17px) rotate(-45deg); }
    .open .toggle_btn span:nth-child(2) {
      opacity: 0; }
    .open .toggle_btn span:nth-child(3) {
      transform: translate(0, -10px) rotate(45deg); }
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s; }

/***************************************************
skill
****************************************************/
.skill {
  width: 100%;
  background: linear-gradient(45deg, rgba(140, 223, 223, 0.5), rgba(50, 129, 170, 0.3), rgba(2, 164, 175, 0.6));
  background-size: 600% 600%;
  animation: AnimationName 20s ease infinite; }
  .skill h1 {
    top: 160px; }
  .skill__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 10px;
    width: 100%; }
    .skill__wrapper > li {
      display: flex;
      flex-direction: column;
      gap: 32px;
      background-color: rgba(255, 255, 255, 0.3); }
      .skill__wrapper > li::before {
        display: none;
        position: absolute;
        width: 80px;
        height: 80px;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 40px auto;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 100%;
        content: ""; }
  .skill__item_wrapper {
    display: flex;
    gap: 24px; }
  .skill__item {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .skill__item li {
      position: relative;
      padding-left: 22px; }
      .skill__item li::before {
        position: absolute;
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        content: "";
        opacity: .6; }
  .skill__design {
    padding: 40px 40px 108px 240px;
    width: 100%;
    border-radius: 8px 8px 0 0; }
    .skill__design::before {
      top: -16px;
      right: -16px;
      background-image: url(../images/icon-design.png); }
  .skill__coding, .skill__direction {
    padding: 40px;
    width: calc((100% - 8px) / 2); }
    .skill__coding .skill__title_wrapper, .skill__direction .skill__title_wrapper {
      order: 2; }
    .skill__coding .skill__item_wrapper, .skill__direction .skill__item_wrapper {
      order: 1; }
  .skill__coding {
    border-radius: 0 0 0 8px; }
    .skill__coding::before {
      bottom: -24px;
      left: -24px;
      background-image: url(../images/icon-coding.png); }
  .skill__direction {
    align-items: flex-end;
    border-radius: 0 0 8px 0; }
    .skill__direction::before {
      bottom: -24px;
      right: -20px;
      background-image: url(../images/icon-direction.png); }
    .skill__direction_inner {
      display: flex;
      flex-direction: column;
      gap: 32px; }
  .skill_chart__wrapper {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px; }
    .skill_chart__wrapper #chart {
      display: block;
      width: 100%;
      height: 100%;
      transform: rotate(-100deg); }
  @media screen and (max-width: 960px) {
    .skill h1 {
      top: 0; }
    .skill__wrapper {
      margin-top: 40px;
      padding-right: 16px;
      padding-left: 16px; }
    .skill__item_wrapper {
      flex-direction: column;
      gap: 16px; }
    .skill__design {
      padding: 16px 16px 120px 16px; }
    .skill__coding, .skill__direction {
      padding: 120px 16px 16px 16px; }
      .skill__coding .skill__title_wrapper, .skill__direction .skill__title_wrapper {
        flex-direction: column; }
    .skill_chart__wrapper {
      top: 53%; } }

@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/***************************************************
portfolio
****************************************************/
.portfolio {
  background: linear-gradient(45deg, #ddd, #fff, rgba(140, 223, 223, 0.5));
  background-size: 400% 400%;
  animation: AnimationName 20s ease infinite;
  min-height: 100vh; }
  .portfolio h1 {
    bottom: 128px; }
  .portfolio__container {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    animation: mainFadeIn .5s forwards .1s; }
  .portfolio .tab {
    position: relative;
    width: 100%; }
    .portfolio .tab__buttons {
      display: flex;
      justify-content: space-between; }
      .portfolio .tab__buttons span {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
        opacity: .6; }
    .portfolio .tab__content {
      width: 100%;
      margin-top: 40px;
      height: 500px;
      overflow: hidden; }
  .portfolio #lamp {
    position: absolute;
    top: 40px;
    width: calc(100% / 8);
    height: 2px;
    background: #02A4AF;
    transition: all .3s ease-in; }
    .portfolio #lamp.content2 {
      left: calc((100% / 8) * 1);
      transition: all .3s ease-in; }
    .portfolio #lamp.content3 {
      left: calc((100% / 8) * 2);
      transition: all .3s ease-in; }
    .portfolio #lamp.content4 {
      left: calc((100% / 8) * 3);
      transition: all .3s ease-in; }
    .portfolio #lamp.content5 {
      left: calc((100% / 8) * 4);
      transition: all .3s ease-in; }
    .portfolio #lamp.content6 {
      left: calc((100% / 8) * 5);
      transition: all .3s ease-in; }
    .portfolio #lamp.content7 {
      left: calc((100% / 8) * 6);
      transition: all .3s ease-in; }
    .portfolio #lamp.content8 {
      left: calc((100% / 8) * 7);
      transition: all .3s ease-in; }
  .portfolio .main-slider {
    position: relative;
    width: calc(100vw - 200px);
    height: 500px;
    overflow: hidden; }
    .portfolio .main-slider .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
      .portfolio .main-slider .slide figure {
        height: 500px; }
      .portfolio .main-slider .slide .meta {
        position: absolute;
        left: 0;
        top: 220px;
        transform: translateX(-50px);
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 24px 24px 40px 40px;
        width: 90%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        filter: blur(5px);
        opacity: 0; }
        .portfolio .main-slider .slide .meta .title {
          font-size: 24px; }
        .portfolio .main-slider .slide .meta .desc {
          font-size: 14px;
          font-weight: 300;
          line-height: 1.5; }
        .portfolio .main-slider .slide .meta .item {
          display: flex;
          font-size: 12px;
          font-weight: 400;
          gap: 8px; }
          .portfolio .main-slider .slide .meta .item li {
            padding: 6px 16px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 8px; }
      .portfolio .main-slider .slide:target {
        z-index: 3;
        animation: show 1.2s; }
        .portfolio .main-slider .slide:target:first-of-type {
          z-index: 3; }
          .portfolio .main-slider .slide:target:first-of-type .meta {
            transform: translateX(-50px);
            filter: blur(5px);
            opacity: 0; }
        .portfolio .main-slider .slide:target .meta {
          animation: showMeta 1.2s ease .9s forwards; }
      .portfolio .main-slider .slide:not(:target):not(:first-of-type) {
        animation: hide 1.2s ease; }
        .portfolio .main-slider .slide:not(:target):not(:first-of-type) .meta {
          animation: hideMeta 1s ease forwards; }
      .portfolio .main-slider .slide:first-of-type {
        z-index: 1; }
        .portfolio .main-slider .slide:first-of-type .meta {
          transform: translateX(0);
          filter: blur(0);
          opacity: 1; }
  .portfolio .slide {
    position: relative;
    height: 22%;
    overflow: hidden; }
    .portfolio .slide figure {
      overflow-x: hidden;
      overflow-y: scroll;
      scrollbar-width: hidden;
      -ms-overflow-style: none; }
      .portfolio .slide figure::-webkit-scrollbar {
        display: none; }
      .portfolio .slide figure img {
        position: relative;
        width: 100%;
        height: auto;
        transition: transform .5s; }
  .portfolio .thumbnail-slider {
    position: relative;
    padding: 0 8px;
    width: 200px;
    height: 100%;
    line-height: 0;
    overflow-y: auto; }
    .portfolio .thumbnail-slider::-webkit-scrollbar {
      width: 5px; }
    .portfolio .thumbnail-slider::-webkit-scrollbar-track {
      background-color: rgba(2, 164, 175, 0.28); }
    .portfolio .thumbnail-slider::-webkit-scrollbar-thumb {
      background-color: rgba(2, 164, 175, 0.44);
      border-radius: 30px; }
    .portfolio .thumbnail-slider .slide {
      border-radius: 8px; }
      .portfolio .thumbnail-slider .slide:not(:first-child) {
        margin-top: 8px; }
  @media screen and (max-width: 960px) {
    .portfolio {
      margin-top: 40px;
      padding-right: 16px;
      padding-left: 16px; }
      .portfolio h1 {
        bottom: 96px; }
      .portfolio__container {
        height: 200px; }
      .portfolio .tab__buttons {
        flex-wrap: wrap; }
      .portfolio #lamp {
        display: none; }
      .portfolio .main-slider {
        width: calc(100vw - 80px); }
      .portfolio .thumbnail-slider {
        width: 80px; } }

@keyframes mainFadeIn {
  to {
    opacity: 1; } }
@keyframes show {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes hide {
  0% {
    z-index: 2; }
  100% {
    z-index: 2; } }
@keyframes showMeta {
  0% {
    transform: translateX(-50px);
    filter: blur(5px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1; } }
@keyframes hideMeta {
  0% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1; }
  100% {
    transform: translateX(-50px);
    filter: blur(5px);
    opacity: 0; } }
/***************************************************
z-index
****************************************************/
.gloval-nav {
  z-index: 3; }

.toggle_btn {
  z-index: 3; }

#mask {
  z-index: 2; }

@keyframes grow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
/***************************************
top-page
***************************************/
.top-page {
  position: relative;
  width: 100%;
  height: 100vh; }
  .top-page__intro {
    z-index: 1;
    position: absolute;
    top: 16%;
    left: 10%;
    width: 30%;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal; }
    .top-page__intro .text {
      display: none; }
    .top-page__intro.go .text {
      display: block;
      font-size: 20px;
      text-transform: uppercase; }
    .top-page__intro.go .text-stroke {
      fill: none;
      stroke: #02A4AF;
      stroke-width: 20px;
      stroke-dashoffset: -900;
      stroke-dasharray: 900;
      stroke-linecap: butt;
      stroke-linejoin: round;
      animation: dash 2.5s ease-in-out forwards; }
      .top-page__intro.go .text-stroke:nth-child(2) {
        animation-delay: .3s; }
      .top-page__intro.go .text-stroke:nth-child(3) {
        animation-delay: .9s; }
      .top-page__intro.go .text-stroke:nth-child(5) {
        animation-delay: 1.5s; }
      .top-page__intro.go .text-stroke:nth-child(6) {
        animation-delay: 1.8s; }
    .top-page__intro.go .text-stroke-2 {
      stroke: rgba(255, 255, 255, 0.3);
      animation-delay: 1s; }
@keyframes dash {
  100% {
    stroke-dashoffset: 0; } }
  .top-page__text {
    z-index: 1;
    position: absolute;
    top: 70%;
    left: 10%;
    width: 37%;
    display: flex;
    gap: 16px; }
    .top-page__text .wow {
      font-family: ads-akari, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 50px;
      fill: #02A4AF;
      width: 28%; }
      .top-page__text .wow:last-child {
        flex: 1;
        fill: #fff;
        font-size: 38px; }
  .top-page__effect {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 68%;
    height: 88%;
    background-image: url(../images/top-bg.jpg);
    background-color: #8CDFDF;
    background-size: cover; }
  @media screen and (max-width: 560px) {
    .top-page__intro {
      width: 70%; }
    .top-page__text {
      top: 50%;
      width: 80%; } }

.campaignarea__cp-price-total {
  z-index: 1;
  position: absolute;
  top: 70%;
  left: 10%;
  width: 35%;
  border: 1px solid red; }
  .campaignarea__cp-price-total .wow {
    font-family: ads-akari, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #02A4AF;
    fill: #108761 !important; }
    .campaignarea__cp-price-total .wow:last-child {
      color: #fff; }

.campaignarea__cp-price-total text {
  font-weight: 600;
  fill: #302F2E; }

.campaignarea__cp-price-total_no {
  font-weight: 500 !important;
  font-family: "DIN-Medium", sans-serif;
  fill: #108761 !important; }

@media screen and (max-width: 767px) {
  .campaignarea__cp-price-total {
    width: 95%;
    padding-top: 30px; } }
@media screen and (min-width: 768px) {
  .footer_inner {
    padding: 0 12.5px; } }
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #000; }

/*******************************************************
top_kv
*******************************************************/
.top_kv {
  position: relative;
  margin-top: -100px; }
  .top_kv__wrapper {
    height: 500px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center 40%; }
    .top_kv__wrapper h1 {
      position: absolute;
      top: 30%;
      left: 10%;
      font-size: 35px;
      color: #fff; }
      .top_kv__wrapper h1 span {
        display: block;
        font-size: 50px;
        line-height: 1.5em; }
  .top_kv__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #333; }
    .top_kv__logo img {
      width: 80%;
      height: auto; }
  @media screen and (max-width: 560px) {
    .top_kv__wrapper {
      height: 300px;
      background-position: center center;
      background-size: cover; }
      .top_kv__wrapper h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        margin-top: 40px;
        font-size: 20px; }
        .top_kv__wrapper h1 span {
          display: block;
          font-size: 26px;
          line-height: 1.5em; } }

/*******************************************************
top_section
*******************************************************/
.top_section:nth-child(odd) {
  background-color: rgba(170, 170, 170, 0.1); }
.top_section .inner {
  position: relative; }
.top_section__head-line_1 {
  position: absolute;
  top: 130px;
  left: 190px;
  font-size: 30px; }
.top_section__head-line_2 {
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.4); }
  .top_section__head-line_2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 180px;
    height: 180px;
    font-size: 140px;
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 100%;
    color: #fff; }
@media screen and (max-width: 560px) {
  .top_section__head-line_1 {
    top: 30px;
    left: 100px;
    font-size: 24px; }
  .top_section__head-line_2 {
    font-size: 20px;
    align-items: flex-start; }
    .top_section__head-line_2 span {
      margin-top: -10px;
      width: 70px;
      height: 70px;
      font-size: 50px; } }

/*******************************************************
number-of-people
*******************************************************/
.number-of-people {
  padding-top: 50px; }
  .number-of-people__serch {
    padding-top: 100px; }
    .number-of-people__serch_item {
      display: flex;
      margin-top: 30px; }
      .number-of-people__serch_item li {
        margin-right: 30px; }
  @media screen and (max-width: 560px) {
    .number-of-people__serch {
      padding-top: 50px; }
      .number-of-people__serch_item {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0; }
        .number-of-people__serch_item li {
          width: 100%;
          margin-top: 10px;
          margin-right: 0; } }

/*******************************************************
station
*******************************************************/
.station__serch {
  margin-top: 50px; }
  .station__serch_item {
    display: flex;
    flex-wrap: wrap; }
    .station__serch_item dt {
      margin-top: 30px;
      height: 50px;
      line-height: 50px;
      width: 5%; }
    .station__serch_item dd {
      margin-top: 20px;
      width: 95%; }
      .station__serch_item dd ol {
        display: flex;
        flex-wrap: wrap; }
      .station__serch_item dd li {
        margin-top: 10px;
        margin-right: 20px; }
        .station__serch_item dd li a {
          padding: 0;
          width: 150px;
          text-align: center; }
  .station__serch_station-map {
    padding: 40px;
    margin-top: 50px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px; }
    .station__serch_station-map .button {
      background-color: #333;
      color: #fff;
      font-size: 12px !important; }
@media screen and (max-width: 560px) {
  .station__serch {
    margin-top: 50px; }
    .station__serch_item {
      display: flex;
      flex-wrap: wrap; }
      .station__serch_item dt {
        width: 10%; }
      .station__serch_item dd {
        width: 90%; }
        .station__serch_item dd li {
          width: 100%;
          margin-right: 0; }
          .station__serch_item dd li a {
            padding: 0;
            width: 100%; }
    .station__serch_station-map {
      display: none; } }

/*******************************************************
price
*******************************************************/
.price__serch {
  margin-top: 50px; }
  .price__serch_item {
    display: flex;
    flex-wrap: wrap; }
    .price__serch_item ol {
      display: flex;
      flex-wrap: wrap; }
    .price__serch_item li {
      margin-top: 20px;
      margin-right: 20px; }
      .price__serch_item li a {
        display: block;
        width: 250px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #333;
        border-radius: 30px; }
        .price__serch_item li a:hover {
          color: #fff;
          background-color: rgba(51, 51, 51, 0.7); }

/*******************************************************
date-of-use
*******************************************************/
.date-of-use__serch {
  margin-top: 50px; }
  .date-of-use__serch img {
    margin-top: 30px; }
@media screen and (max-width: 560px) {
  .date-of-use #search_calendar > table {
    margin-top: 20px; }
    .date-of-use #search_calendar > table .search_calendar_item {
      display: block;
      width: 100%; } }

/*******************************************************
date-of-use
*******************************************************/
.pickup__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .pickup__item_img {
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 100%; }
    .pickup__item_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 100%;
      transition-duration: 0.3s; }
    .pickup__item_img::after {
      display: none;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      height: 280px;
      line-height: 280px;
      color: #fff;
      text-align: center;
      border-radius: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      transition-duration: 0.3s;
      content: "詳細を見る"; }
  .pickup__item > li {
    position: relative;
    margin-top: 50px;
    width: 30%; }
    .pickup__item > li > a {
      display: block; }
      .pickup__item > li > a:hover img {
        transform: scale(1.3);
        transition-duration: 0.3s; }
      .pickup__item > li > a:hover .pickup__item_img::after {
        display: block;
        opacity: 1; }
  .pickup__item_accecc {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    font-size: 13px;
    background-color: #f5b324;
    color: #fff;
    text-align: center;
    border-radius: 100%; }
    .pickup__item_accecc span {
      font-size: 20px; }
  .pickup__item_list li {
    display: flex;
    align-items: flex-end;
    margin-top: 10px; }
    .pickup__item_list li i {
      margin-right: 5px; }
  .pickup__item_name {
    font-size: 14px; }
  .pickup__item .button {
    margin-top: 20px; }
.pickup__button_wrapper {
  padding: 0 20px; }
@media screen and (max-width: 560px) {
  .pickup__item_img {
    max-width: 260px;
    height: 260px; }
  .pickup__item > li {
    width: 100%; }
    .pickup__item > li > a {
      text-align: center; }
  .pickup__item_list li {
    display: flex;
    align-items: flex-end;
    margin-top: 10px; }
    .pickup__item_list li i {
      margin-right: 5px; } }

/*******************************************************
news
*******************************************************/
.news__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.2); }
  .news__content dt, .news__content dd {
    padding: 20px 0;
    border-top: 1px dotted rgba(51, 51, 51, 0.2); }
  .news__content dt {
    width: 10%; }
  .news__content dd {
    width: 90%;
    line-height: 1.5em; }
.news__button_wrapper {
  margin: 50px auto 0 auto;
  width: 300px; }
@media screen and (max-width: 560px) {
  .news dt, .news dd {
    width: 100%; }
  .news dd {
    padding-top: 0;
    border: 0; }
  .news__button_wrapper {
    width: 100%; } }

/*******************************************************
visit
*******************************************************/
#top .visit {
  margin-top: 0;
  background-color: transparent; }
