@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 1400px) {
  .w1400 {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

button {
  transition: 0.2s;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reset {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .mb30 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .mb40 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .mb50 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .mb60 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .mb70 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .mb80 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 10px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .mt30 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 20px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .mt40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .mt50 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .mt60 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mt60 {
    margin-top: 40px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .mt70 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 599px) {
  .mt70 {
    margin-top: 40px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .mt80 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mt100 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 900px) {
  .mt100 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !important;
}

.tel-link {
  color: #000 !important;
  text-decoration: none !important;
  cursor: auto !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header {
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 60px;
  }
}
.header__logo {
  margin-left: 25px;
  margin-bottom: 5px;
  width: 250px;
  line-height: 0.1;
}
@media screen and (max-width: 1500px) {
  .header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 1300px) {
  .header__logo {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    margin-left: 20px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    margin-left: 10px;
    margin-bottom: 2px;
    width: 50%;
    max-width: 190px;
  }
}
.header__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header__nav {
  margin-right: 230px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  .header__nav {
    margin-right: 230px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  margin-top: 18px;
  margin-left: 25px;
  height: calc(100% - 18px);
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .header__nav__item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .header__nav__item {
    margin-left: 15px;
  }
}
.header__nav__item:first-child {
  margin-left: 0;
}
.header__nav__item:hover .sub-nav {
  height: auto;
  max-height: 500px;
}
.header__nav__item .sub-nav {
  padding: 0 50px;
  width: 100%;
  max-height: 0;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 100px;
  left: 0;
  transition: 0.6s;
  display: block;
  overflow: hidden;
}
.header__nav__item .sub-nav__inner {
  padding: 50px 0;
  margin: -15px auto 0;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.header__nav__item .sub-nav__inner__item {
  margin: 15px 25px 0;
  display: inline-block;
}
.header__nav__item .sub-nav__inner__item__link {
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  display: block;
}
.header__nav__item .sub-nav__inner__item__link::before {
  content: "";
  border-width: 3px 0 3px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #00ccd1;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .header__nav__item .sub-nav__inner__item__link:hover {
    color: #00ccd1;
    transform: translateX(3px);
  }
}
.header__nav__item__link {
  padding-left: 24px;
  height: 100px;
  font-size: 16px;
  line-height: 98px;
  color: #000;
  font-weight: 700;
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__nav__item__link:hover {
    color: #04a;
  }
  .header__nav__item__link:hover .header__nav__item__link__icon {
    transform: scale(1.4);
  }
}
.header__nav__item__link.now .header__nav__item__link__icon {
  background-color: rgba(0, 204, 209, 0.7);
  transform: scale(1.2);
}
@media screen and (min-width: 1025px) {
  .header__nav__item__link.now:hover {
    color: #04a;
  }
  .header__nav__item__link.now:hover .header__nav__item__link__icon {
    transform: scale(1.4);
  }
}
.header__nav__item__link__icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  transition: 0.2s;
}
.header__nav__item__link__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.header__nav__item__link__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}
.header__nav02 {
  position: absolute;
  top: 18px;
  right: 230px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  .header__nav02 {
    right: 230px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav02 {
    display: none;
  }
}
.header__nav02__item {
  margin-left: 20px;
}
.header__nav02__item:first-child {
  margin-left: 0;
}
.header__nav02__item__link {
  padding-left: 0.8em;
  font-size: 15px;
  line-height: 1.3;
  color: #567;
  font-weight: 500;
  position: relative;
  display: block;
}
.header__nav02__item__link::before {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #00ccd1;
  position: absolute;
  top: 5px;
  left: 0;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .header__nav02__item__link:hover {
    color: #04a;
    form: scale(1.4);
  }
  .header__nav02__item__link:hover::before {
    border-color: transparent transparent transparent #04a;
  }
}
.header__btns {
  width: 201px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .header__btns {
    width: 161px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns {
    width: 141px;
  }
}
.header__btns__item {
  width: calc((100% - 1px) / 2);
}
@media screen and (max-width: 599px) {
  .header__btns__item {
    width: 60px;
  }
  .header__btns__item:first-child {
    width: 80px;
  }
}
.header__btns__item__link {
  padding-top: 61px;
  padding-left: 0.06em;
  width: 100%;
  height: 100px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: auto 20%;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__btns__item__link {
    padding-top: 53px;
    height: 80px;
    font-size: 11px;
    background-position: 50% 35%;
    background-size: auto 22%;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__item__link {
    padding-top: 40px;
    padding-left: 0.02em;
    height: 60px;
    font-size: 10px;
    letter-spacing: 0.02em;
  }
}
.header__btns__item__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#04a 30%, #00b7c7 77%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s;
  z-index: -2;
}
.header__btns__item__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #013;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .header__btns__item__link:hover::after {
    opacity: 1;
  }
}
.header__btns__item__link.contact {
  padding-left: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: normal;
  background-image: url(../img/common/icon_mail.svg);
}
.header__btns__item__link.contact.on {
  opacity: 0;
  z-index: 0;
}
.header__btns__item__link.menu {
  padding-top: 31px;
  background-image: url(../img/common/icon_menu.svg);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__btns__item__link.menu {
    padding-top: 36px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__item__link.menu {
    padding-top: 29px;
  }
}
.header__btns__item__link.menu.on {
  background-image: url(../img/common/icon_close.svg);
  z-index: 20;
  background-color: rgba(0, 17, 51, 0.6);
}
.header__btns__item__link.menu.on::before {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header__btns__item__link.menu.on:hover {
    background-color: transparent;
    transform: translateY(5px);
  }
  .header__btns__item__link.menu.on:hover::after {
    opacity: 0;
  }
}

.menu-box {
  width: 100vw;
  height: 0;
  background-color: rgba(0, 17, 51, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  transition: 0.3s;
  overflow: hidden;
}
.menu-box.on {
  height: 100vh;
}
.menu-box__photos {
  width: 340px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .menu-box__photos {
    width: 280px;
  }
}
@media screen and (max-width: 1300px) {
  .menu-box__photos {
    display: none;
  }
}
.menu-box__photos__item {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.menu-box__photos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-box__menu {
  margin-left: 340px;
  padding: 150px 50px;
  width: calc(100% - 340px);
  height: 100vh;
  position: relative;
  overflow-y: auto;
}
@media screen and (max-width: 1400px) {
  .menu-box__menu {
    margin-left: 280px;
    padding: 120px 50px;
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1300px) {
  .menu-box__menu {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .menu-box__menu {
    padding: 120px 50px 80px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__menu {
    padding: 105px 25px 60px;
  }
}
@media screen and (max-width: 350px) {
  .menu-box__menu {
    padding: 105px 10px 60px;
  }
}
.menu-box__menu::-webkit-scrollbar {
  width: 12px;
}
@media screen and (max-width: 1024px) {
  .menu-box__menu::-webkit-scrollbar {
    width: 0;
  }
}
.menu-box__menu::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.menu-box__menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  box-shadow: none;
}
.menu-box__menu__home-btn {
  padding-top: 42px;
  padding-left: 0.06em;
  width: 70px;
  height: 70px;
  font-size: 12px;
  line-height: 1;
  color: #013;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  background-image: url(../img/common/icon_home.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50% 17px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 50px;
  display: block;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__home-btn {
    margin: 0 auto;
    top: 20px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu-box__menu__home-btn:hover {
    background-color: #00ccd1;
    transform: translateY(5px);
  }
}
.menu-box__menu__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 900px) {
  .menu-box__menu__inner {
    max-width: 700px;
  }
}
.menu-box__menu__inner__list {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .menu-box__menu__inner__list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list {
    margin-top: -10px;
  }
}
.menu-box__menu__inner__list__item {
  margin-top: 30px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 900px) {
  .menu-box__menu__inner__list__item {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item {
    margin-top: 10px;
  }
}
.menu-box__menu__inner__list__item__btn {
  padding-left: 60px;
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.2s;
  cursor: pointer;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn {
    padding-left: 44px;
    height: 56px;
    font-size: 17px;
    line-height: 56px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 350px) {
  .menu-box__menu__inner__list__item__btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-box__menu__inner__list__item__btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .menu-box__menu__inner__list__item__btn:hover .icon {
    transform: scale(1.4);
  }
}
.menu-box__menu__inner__list__item__btn.features {
  background-image: url(../img/common/icon_features.svg);
  background-size: 28px auto;
  background-position: 20px 16px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.features {
    background-size: 22.4px auto;
    background-position: 13px 18px;
  }
}
.menu-box__menu__inner__list__item__btn.construction {
  background-image: url(../img/common/icon_construction.svg);
  background-size: 28px auto;
  background-position: 19px 15px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.construction {
    background-size: 22.4px auto;
    background-position: 13px 16px;
  }
}
.menu-box__menu__inner__list__item__btn.machinery {
  background-image: url(../img/common/icon_machinery.svg);
  background-size: 28px auto;
  background-position: 19px 15px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.machinery {
    background-size: 22.4px auto;
    background-position: 12px 15px;
  }
}
.menu-box__menu__inner__list__item__btn.patent {
  background-image: url(../img/common/icon_patent.svg);
  background-size: 18px auto;
  background-position: 24px 13px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.patent {
    background-size: 14.4px auto;
    background-position: 16px 15px;
  }
}
.menu-box__menu__inner__list__item__btn.works {
  background-image: url(../img/common/icon_works.svg);
  background-size: 35px auto;
  background-position: 16px 17px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.works {
    background-size: 28px auto;
    background-position: 9px 18px;
  }
}
.menu-box__menu__inner__list__item__btn.about {
  background-image: url(../img/common/icon_about.svg);
  background-size: 29px auto;
  background-position: 18px 15px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.about {
    background-size: 23.2px auto;
    background-position: 12px 16px;
  }
}
.menu-box__menu__inner__list__item__btn.faq {
  background-image: url(../img/common/icon_faq.svg);
  background-size: 30px auto;
  background-position: 17px 15px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.faq {
    background-size: 24px auto;
    background-position: 13px 16px;
  }
}
.menu-box__menu__inner__list__item__btn.recruit {
  background-image: url(../img/common/icon_recruit.svg);
  background-size: 25px auto;
  background-position: 21px 15px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.recruit {
    background-size: 20px auto;
    background-position: 14px 16px;
  }
}
.menu-box__menu__inner__list__item__btn.member {
  background-image: url(../img/common/icon_membership.svg);
  background-size: 28px auto;
  background-position: 19px 15px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.member {
    background-size: 22.4px auto;
    background-position: 13px 16px;
  }
}
.menu-box__menu__inner__list__item__btn.news {
  background-image: url(../img/common/icon_news.svg);
  background-size: 26px auto;
  background-position: 19px 15px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.news {
    background-size: 20.8px auto;
    background-position: 13px 16px;
  }
}
.menu-box__menu__inner__list__item__btn.acc-btn::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: calc(50% - 1px);
  right: 18px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.acc-btn::before {
    width: 21px;
    right: 13px;
  }
}
.menu-box__menu__inner__list__item__btn.acc-btn::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: calc(50% - 1px);
  right: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn.acc-btn::after {
    width: 21px;
    right: 13px;
  }
}
.menu-box__menu__inner__list__item__btn.acc-btn.close::after {
  transform: rotate(90deg);
}
.menu-box__menu__inner__list__item__btn .en {
  padding-left: 10px;
  font-size: 10px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  display: inline-block;
  vertical-align: 40%;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn .en {
    padding-left: 5px;
    vertical-align: 25%;
    opacity: 0.8;
  }
}
.menu-box__menu__inner__list__item__btn .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  top: calc(50% - 11px);
  right: 18px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item__btn .icon {
    right: 13px;
  }
}
.menu-box__menu__inner__list__item__btn .icon::before {
  content: "";
  margin: auto auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.menu-box__menu__inner__list__item__btn .icon::after {
  content: "";
  margin: auto auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.menu-box__menu__inner__list__item .sub-list {
  padding: 10px 0 20px 30px;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item .sub-list {
    padding: 5px 0 15px 20px;
  }
}
.menu-box__menu__inner__list__item .sub-list__item {
  margin-top: 15px;
}
.menu-box__menu__inner__list__item .sub-list__item__link {
  padding-left: 1em;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  display: block;
}
.menu-box__menu__inner__list__item .sub-list__item__link::before {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #00ccd1;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__list__item .sub-list__item__link {
    font-size: 16px;
  }
  .menu-box__menu__inner__list__item .sub-list__item__link::before {
    top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-box__menu__inner__list__item .sub-list__item__link:hover {
    color: #00ccd1;
    transform: translateX(5px);
  }
}
.menu-box__menu__inner__box {
  margin-top: 40px;
  padding: 30px 35px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .menu-box__menu__inner__box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__box {
    margin-top: 10px;
    padding: 25px;
  }
}
.menu-box__menu__inner__box__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__box__list {
    flex-wrap: wrap;
  }
}
.menu-box__menu__inner__box__list__item {
  margin-left: 25px;
}
.menu-box__menu__inner__box__list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__box__list__item {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .menu-box__menu__inner__box__list__item:first-child {
    margin-top: 0;
  }
}
.menu-box__menu__inner__box__list__item__btn {
  padding-left: 41px;
  font-size: 16px;
  line-height: 33px;
  color: #013;
  font-weight: 700;
  background-image: url(../img/common/icon_mail_navy.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: 0 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__box__list__item__btn {
    padding-left: 32px;
    font-size: 16px;
    line-height: 27px;
    background-size: 26px auto;
  }
}
@media screen and (min-width: 1025px) {
  .menu-box__menu__inner__box__list__item__btn:hover {
    color: #00ccd1;
    transform: translateX(5px);
    background-image: url(../img/common/icon_mail_green.svg);
  }
}
.menu-box__menu__inner__box__list__item__btn.tel {
  background-image: url(../img/common/icon_tel_navy.svg);
  cursor: auto;
}
@media screen and (min-width: 1025px) {
  .menu-box__menu__inner__box__list__item__btn.tel:hover {
    color: #013;
    transform: translateX(0);
  }
}
.menu-box__menu__inner__box__links {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__box__links {
    flex-wrap: wrap;
    padding-left: 10px;
  }
}
.menu-box__menu__inner__box__links__item {
  margin-left: 15px;
}
.menu-box__menu__inner__box__links__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .menu-box__menu__inner__box__links__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .menu-box__menu__inner__box__links__item:first-child {
    margin-top: 15px;
  }
}
.menu-box__menu__inner__box__privacy {
  padding-left: 15px;
  font-size: 16px;
  line-height: 1;
  color: #013;
  display: block;
  position: relative;
}
.menu-box__menu__inner__box__privacy::before {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #00ccd1;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .menu-box__menu__inner__box__privacy:hover {
    color: #00ccd1;
    transform: translateX(5px);
  }
}

#top .head-wrapper {
  transform: translateY(-100%);
  transition: 0.5s;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #top .head-wrapper {
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  #top .head-wrapper {
    height: 60px;
  }
}
#top .head-wrapper.on {
  transform: translateY(0);
}

.contents {
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contents {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    margin-top: 60px;
  }
}
.contents__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.contents__inner__contents {
  margin: 0 auto;
  width: calc(100% - 300px);
}
@media screen and (max-width: 1500px) {
  .contents__inner__contents {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1300px) {
  .contents__inner__contents {
    width: 100%;
  }
}
.contents__inner__contents .contents-block {
  padding: 100px 100px 120px;
}
@media screen and (max-width: 1400px) {
  .contents__inner__contents .contents-block {
    padding: 100px 80px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .contents__inner__contents .contents-block {
    padding: 90px 60px 100px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner__contents .contents-block {
    padding: 70px 50px 80px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner__contents .contents-block {
    padding: 45px 25px 50px;
  }
}
.contents__inner__contents .contents-block.first {
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  .contents__inner__contents .contents-block.first {
    padding-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner__contents .contents-block.first {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner__contents .contents-block.first {
    padding-top: 25px;
  }
}
.contents__inner__contents .contents-block.pt0 {
  padding-top: 0;
}
.contents__inner__contents .contents-block.gray {
  background-color: #f3f5f7;
}
.contents__inner__contents .contents-block.navy {
  background-color: #345;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 200px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .contents__inner__contents .contents-block.navy {
    background-size: 100px auto;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner__contents .contents-block.navy {
    background-size: 50px auto;
  }
}
.contents__inner__contents .contents-block.navy .title-center {
  color: #fff;
}
.contents__inner__contents .contents-block.one-column {
  margin: 0 -150px;
}
@media screen and (max-width: 1500px) {
  .contents__inner__contents .contents-block.one-column {
    margin: 0 -130px;
  }
}
@media screen and (max-width: 1300px) {
  .contents__inner__contents .contents-block.one-column {
    margin: 0;
  }
}
.contents__inner__contents .contents-block.arrow {
  padding-top: 130px;
  position: relative;
}
.contents__inner__contents .contents-block.arrow::before {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 60px 70px 0 70px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .contents__inner__contents .contents-block.arrow {
    padding-top: 100px;
  }
  .contents__inner__contents .contents-block.arrow::before {
    border-width: 55px 60px 0 60px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner__contents .contents-block.arrow {
    padding-top: 80px;
  }
  .contents__inner__contents .contents-block.arrow::before {
    border-width: 40px 45px 0 45px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner__contents .contents-block.arrow {
    padding-top: 50px;
  }
  .contents__inner__contents .contents-block.arrow::before {
    border-width: 25px 25px 0 25px;
  }
}
.contents__inner__contents .w1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.contents__inner__contents .w1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.contents__inner__contents .w1300 {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
.contents__inner__contents section:last-child .contents-block {
  padding-bottom: 200px;
}
@media screen and (max-width: 1100px) {
  .contents__inner__contents section:last-child .contents-block {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .contents__inner__contents section:last-child .contents-block {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner__contents section:last-child .contents-block {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner__contents section:last-child .contents-block {
    padding-bottom: 60px;
  }
}
.contents__inner__contents .temp-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .contents__inner__contents .temp-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner__contents .temp-block {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner__contents .temp-block {
    margin-bottom: 25px;
  }
}
.contents__inner__contents .temp-block--text {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contents__inner__contents .temp-block--text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner__contents .temp-block--text {
    margin-bottom: 25px;
  }
}
.contents__inner__contents .temp-block.btn-block {
  text-align: center;
}
.contents__inner__side-nav {
  width: 300px;
  position: sticky;
  top: 320px;
}
@media screen and (max-width: 1500px) {
  .contents__inner__side-nav {
    width: 260px;
    top: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .contents__inner__side-nav {
    width: 100%;
  }
}

.membership {
  padding: 120px 80px 250px;
  background-color: #345;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 200px auto;
  background-position: 50% 50%;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .membership {
    padding: 50px 50px 200px;
  }
}
@media screen and (max-width: 1024px) {
  .membership {
    padding: 50px 50px 150px;
  }
}
@media screen and (max-width: 900px) {
  .membership {
    padding: 40px 40px 120px;
    background-size: 100px auto;
  }
}
@media screen and (max-width: 599px) {
  .membership {
    padding: 30px 30px 80px;
    background-size: 50px auto;
  }
}
.membership__photo {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .membership__photo {
    max-width: 1100px;
  }
}
.membership__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.membership__inner {
  margin: 60px auto 0;
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .membership__inner {
    margin: 40px 30px 0;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .membership__inner {
    margin: 22px 0 0;
  }
}
.membership__inner__title {
  margin-bottom: 15px;
  padding-left: 0.1em;
  font-size: 36px;
  line-height: 1.3;
  color: #00ccd1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .membership__inner__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .membership__inner__title {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 5.4vw;
    letter-spacing: normal;
  }
}
.membership__inner__text {
  font-size: 18px;
  line-height: 2.4;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .membership__inner__text {
    font-size: 17px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 599px) {
  .membership__inner__text {
    font-size: 16px;
    line-height: 2;
  }
}
.membership__inner__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .membership__inner__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .membership__inner__btn {
    margin-top: 20px;
  }
}
.membership__slider {
  width: 100%;
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.membership__slider div {
  line-height: 0.1;
}

.footer {
  width: 100%;
  padding: 70px 70px 80px;
  background-color: #111;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1300px) {
  .footer {
    padding: 60px 50px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 50px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 40px 30px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__hard {
    width: 100%;
  }
}
.footer__hard__name {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .footer__hard__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .footer__hard__name {
    font-size: 18px;
  }
}
.footer__hard__text {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .footer__hard__text {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .footer__hard__text {
    margin-top: 10px;
    font-size: 15px;
  }
}
.footer__hard__text a {
  color: #fff;
  cursor: auto;
}
.footer__hard__btns {
  margin-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .footer__hard__btns {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__hard__btns {
    margin-top: 15px;
    width: 100%;
  }
}
.footer__hard__btns__item {
  margin-left: 25px;
}
.footer__hard__btns__item:first-child {
  margin-left: 0;
  margin-right: 5px;
}
@media screen and (max-width: 599px) {
  .footer__hard__btns__item {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .footer__hard__btns__item:first-child {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.footer__hard__btns__item__link {
  padding-left: 41px;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: block;
}
.footer__hard__btns__item__link::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-image: url(../img/common/icon_mail_black.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50% 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .footer__hard__btns__item__link {
    padding-left: 36px;
    font-size: 15px;
    line-height: 31px;
  }
  .footer__hard__btns__item__link::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 900px) {
  .footer__hard__btns__item__link {
    padding-left: 32px;
    font-size: 14px;
    line-height: 27px;
  }
  .footer__hard__btns__item__link::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__hard__btns__item__link:hover {
    color: #00ccd1;
    transform: translateX(3px);
  }
  .footer__hard__btns__item__link:hover::before {
    background-color: #00ccd1;
  }
}
.footer__hard__btns__item__tel {
  padding-left: 65px;
  width: 300px;
  height: 80px;
  font-size: 30px;
  line-height: 79px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-image: url(../img/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 25px 50%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer__hard__btns__item__tel {
    padding-left: 55px;
    width: 250px;
    height: 70px;
    font-size: 25px;
    line-height: 69px;
    background-size: 30px auto;
    background-position: 15px 50%;
  }
}
@media screen and (max-width: 900px) {
  .footer__hard__btns__item__tel {
    padding-left: 50px;
    width: 225px;
    font-size: 22px;
    background-size: 26px auto;
  }
}
@media screen and (max-width: 599px) {
  .footer__hard__btns__item__tel {
    padding: 0 0 0 32px;
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    background-size: 26px auto;
    background-position: 0 0;
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  .footer__hard__btns__item__tel:hover {
    color: #000;
    background-color: #00ccd1;
    background-image: url(../img/common/icon_tel_black.svg);
    transform: translateX(3px);
  }
}
.footer__hard__btns__item__tel__time {
  margin-left: 13px;
  font-size: 15px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  display: inline-block;
  vertical-align: 20%;
}
@media screen and (max-width: 1024px) {
  .footer__hard__btns__item__tel__time {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .footer__hard__btns__item__tel__time {
    margin-left: 5px;
    font-size: 12px;
    vertical-align: 15%;
  }
}
@media screen and (max-width: 350px) {
  .footer__hard__btns__item__tel__time {
    margin-top: 2px;
    margin-left: 0;
    width: 100%;
    display: block;
  }
}
.footer__copyright {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    margin-top: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}

.footer-link {
  color: #fff;
  display: block;
  cursor: pointer !important;
}
@media screen and (min-width: 1025px) {
  .footer-link:hover {
    text-decoration: underline;
  }
}

.side-nav {
  padding: 40px 20px 40px 40px;
  width: 100%;
  height: calc(100vh - 320px);
  background: linear-gradient(#04a 30%, #00b7c7 77%);
  position: relative;
  z-index: 9;
  overflow-y: auto;
}
@media screen and (max-width: 1500px) {
  .side-nav {
    padding: 30px 10px 30px 30px;
    height: calc(100vh - 300px);
  }
}
@media screen and (max-width: 1300px) {
  .side-nav {
    padding: 80px;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .side-nav {
    padding: 60px;
    height: auto;
    background: linear-gradient(#04a 30%, #0099dd 90%);
  }
}
@media screen and (max-width: 599px) {
  .side-nav {
    padding: 30px 30px 40px;
  }
}
.side-nav::-webkit-scrollbar {
  width: 8px;
}
@media screen and (max-width: 1024px) {
  .side-nav::-webkit-scrollbar {
    width: 0;
  }
}
.side-nav::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.side-nav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  box-shadow: none;
}
.side-nav__list {
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .side-nav__list {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .side-nav__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1300px) {
  .side-nav__list.patent {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 1300px) {
  .side-nav__list.patent .side-nav__list__item {
    margin: 3px 0 0;
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .side-nav__list.patent .side-nav__list__item {
    margin: 3px 0 0;
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .side-nav__list.patent .side-nav__list__item {
    margin: 3px 0 0;
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .side-nav__list.patent .side-nav__list__item {
    margin: 3px 0 0;
    width: 100%;
  }
  .side-nav__list.patent .side-nav__list__item:first-child {
    margin-top: 0;
  }
}
.side-nav__list__item {
  margin-top: 3px;
  padding: 10px 0;
}
.side-nav__list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  .side-nav__list__item {
    margin: 3px 15px 0;
  }
  .side-nav__list__item:first-child {
    margin-top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .side-nav__list__item {
    margin: 3px 0 0;
    width: 100%;
  }
  .side-nav__list__item:first-child {
    margin-top: 0;
  }
}
.side-nav__list__item__link {
  padding-left: 24px;
  height: 17px;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: block;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .side-nav__list__item__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .side-nav__list__item__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .side-nav__list__item__link:hover {
    color: #00ccd1;
    transform: translateX(5px);
  }
  .side-nav__list__item__link:hover .header__nav__item__link__icon {
    background-color: rgba(0, 204, 209, 0.3);
    transform: scale(1.4);
  }
}
.side-nav__list__item__link.open-btn::before {
  content: "";
  margin: auto 0;
  width: 12px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .side-nav__list__item__link.open-btn::before {
    right: 0;
  }
}
.side-nav__list__item__link.open-btn::after {
  content: "";
  margin: auto 0;
  width: 12px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .side-nav__list__item__link.open-btn::after {
    right: 0;
  }
}
.side-nav__list__item__link.open-btn.close::before {
  transform: rotate(90deg);
}
.side-nav__list__item__link__icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -2px;
  left: 0;
  transition: 0.2s;
}
.side-nav__list__item__link__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.side-nav__list__item__link__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}
.side-nav .acc-box {
  display: block;
}
.side-nav .sub-list {
  padding: 20px 45px 10px 30px;
}
.side-nav .sub-list__item {
  margin-top: 18px;
}
.side-nav .sub-list__item:first-child {
  margin-top: 0;
}
.side-nav .sub-list__item__link {
  padding-left: 24px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  position: relative;
  display: block;
}
.side-nav .sub-list__item__link::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 6px;
  left: 0;
}
.side-nav .sub-list__item__link::after {
  content: "";
  width: 4px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .side-nav .sub-list__item__link:hover {
    color: #00ccd1;
  }
  .side-nav .sub-list__item__link:hover::after {
    left: 8px;
  }
}

.breadcrumbs {
  margin: 25px 25px 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .breadcrumbs {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    margin: 10px 10px 0;
  }
}
.breadcrumbs__item {
  margin-left: 10px;
  font-size: 15px;
  line-height: 1;
  color: #789;
  position: relative;
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item {
    margin-left: 7px;
    max-width: 10em;
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .breadcrumbs__item {
    font-size: 10px;
  }
}
.breadcrumbs__item:first-child {
  margin-left: 0;
}
.breadcrumbs__item__link {
  padding-left: 13px;
  max-width: 15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  color: #789;
  position: relative;
  display: block;
}
.breadcrumbs__item__link::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #00ccd1;
  position: absolute;
  top: 5px;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item__link {
    padding-left: 10px;
  }
  .breadcrumbs__item__link::before {
    top: 3px;
  }
}
@media screen and (max-width: 350px) {
  .breadcrumbs__item__link {
    padding-left: 8px;
  }
  .breadcrumbs__item__link::before {
    top: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item__link:hover {
    color: #00ccd1;
    transform: translateY(3px);
  }
  .breadcrumbs__item__link:hover::before {
    background-color: #04a;
  }
}
.breadcrumbs__item__no-link {
  padding-left: 13px;
  max-width: 15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  color: #789;
  position: relative;
  display: block;
}
.breadcrumbs__item__no-link::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #00ccd1;
  position: absolute;
  top: 5px;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item__no-link {
    padding-left: 10px;
  }
  .breadcrumbs__item__no-link::before {
    top: 3px;
  }
}
@media screen and (max-width: 350px) {
  .breadcrumbs__item__no-link {
    padding-left: 8px;
  }
  .breadcrumbs__item__no-link::before {
    top: 2px;
  }
}

.btn-base {
  padding: 20px 61px 19px 35px;
  width: auto;
  min-width: 250px;
  max-width: 100%;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  text-align: left;
  border: none;
  border-radius: 100px;
  background: linear-gradient(to right, #00b7c7 30%, #006eb4 77%);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .btn-base {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base {
    padding: 15px 51px 14px 25px;
    min-width: 220px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-base:hover {
    transform: translateX(5px);
  }
  .btn-base:hover .btn-base__icon {
    background-color: rgba(0, 204, 209, 0.3);
    transform: scale(1.4);
  }
}
@media screen and (min-width: 1025px) {
  .btn-base.back:hover {
    transform: translateX(-5px);
  }
}
.btn-base.gray {
  background: #9bc;
}
@media screen and (min-width: 1025px) {
  .btn-base.gray:hover .btn-base__icon {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.btn-base__icon {
  margin: auto 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .btn-base__icon {
    right: 17px;
  }
}
.btn-base__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.btn-base__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}

.btn-small {
  padding: 16px 45px 15px 21px;
  width: auto;
  min-width: 160px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #789;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 100px;
  background: #f3f5f7;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .btn-small:hover {
    transform: translateX(5px);
    background-color: #e7eef3;
  }
  .btn-small:hover .btn-small__icon {
    background-color: rgba(0, 204, 209, 0.3);
    transform: scale(1.4);
  }
}
.btn-small__icon {
  margin: auto 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  transition: 0.2s;
}
.btn-small__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.btn-small__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}

.text-link {
  color: #00ccd1;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .text-link:hover {
    text-decoration: none;
  }
}

.pager {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .pager {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .pager {
    margin-top: 30px;
  }
}
.pager__item {
  margin: 0 5px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .pager__item {
    margin: 0 3px;
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .pager__item {
    font-size: 16px;
  }
}
.pager__item.now {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  background-color: #09e;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 599px) {
  .pager__item.now {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 350px) {
  .pager__item.now {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pager__item__link {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  background-color: #00ccd1;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 599px) {
  .pager__item__link {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 350px) {
  .pager__item__link {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pager__item__link.now {
  color: #fff;
  background-color: #09e;
}
@media screen and (min-width: 1025px) {
  .pager__item__link:hover {
    color: #fff;
    background-color: #013;
    transform: translateY(-5px);
  }
}

.btn-wrapper {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .btn-wrapper {
    margin-top: 30px;
    text-align: center;
  }
}

.pagetitle {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .pagetitle {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.pagetitle__box {
  padding-bottom: 0.6%;
  width: 300px;
  height: 220px;
  background-color: #013;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 4;
}
@media screen and (max-width: 1500px) {
  .pagetitle__box {
    width: 260px;
    height: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .pagetitle__box {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__box {
    width: 220px;
    height: 170px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box {
    width: 40vw;
    height: 120px;
  }
}
.pagetitle__box:has(.contact) {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .pagetitle__box:has(.contact) {
    position: relative;
    top: auto;
  }
}
.pagetitle__box:has(.privacy) {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .pagetitle__box:has(.privacy) {
    position: relative;
    top: auto;
  }
}
.pagetitle__box:has(.error) {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .pagetitle__box:has(.error) {
    position: relative;
    top: auto;
  }
}
.pagetitle__box:has(.faq) {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .pagetitle__box:has(.faq) {
    position: relative;
    top: auto;
  }
}
.pagetitle__box:has(.supporting) {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .pagetitle__box:has(.supporting) {
    position: relative;
    top: auto;
  }
}
.pagetitle__box__text {
  padding-left: 0.2em;
  width: 100%;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text {
    padding-left: 0.12em;
    font-size: 22px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text {
    padding-left: 0.1em;
    font-size: 4.6vw;
    letter-spacing: 0.1em;
  }
}
.pagetitle__box__text.features {
  padding-left: 0.02em;
  padding-top: 44px;
  letter-spacing: 0.02em;
  background-image: url(../img/common/icon_features.svg);
  background-size: 34px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.features {
    padding-top: 35.2px;
    background-size: 27.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.features {
    padding-top: 28.6px;
    background-size: 22.1px auto;
  }
}
.pagetitle__box__text.works {
  padding-top: 42px;
  background-image: url(../img/common/icon_works.svg);
  background-size: 42px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.works {
    padding-top: 33.6px;
    background-size: 33.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.works {
    padding-top: 27.3px;
    background-size: 27.3px auto;
  }
}
.pagetitle__box__text.about {
  padding-top: 44px;
  background-image: url(../img/common/icon_about.svg);
  background-size: 35px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.about {
    padding-top: 35.2px;
    background-size: 28px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.about {
    padding-top: 28.6px;
    background-size: 22.75px auto;
  }
}
.pagetitle__box__text.patent {
  padding-top: 46px;
  background-image: url(../img/common/icon_patent.svg);
  background-size: 21px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.patent {
    padding-top: 36.8px;
    background-size: 16.8px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.patent {
    padding-top: 29.9px;
    background-size: 13.65px auto;
  }
}
.pagetitle__box__text.construction {
  padding-top: 43px;
  background-image: url(../img/common/icon_construction.svg);
  background-size: 34px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.construction {
    padding-top: 34.4px;
    background-size: 27.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.construction {
    padding-top: 27.95px;
    background-size: 22.1px auto;
  }
}
.pagetitle__box__text.news {
  padding-top: 42px;
  background-image: url(../img/common/icon_news.svg);
  background-size: 30px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.news {
    padding-top: 33.6px;
    background-size: 24px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.news {
    padding-top: 27.3px;
    background-size: 19.5px auto;
  }
}
.pagetitle__box__text.recruit {
  padding-top: 45px;
  background-image: url(../img/common/icon_recruit.svg);
  background-size: 28px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.recruit {
    padding-top: 36px;
    background-size: 22.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.recruit {
    padding-top: 29.25px;
    background-size: 18.2px auto;
  }
}
.pagetitle__box__text.contact {
  padding-left: 0.1em;
  padding-top: 40px;
  letter-spacing: 0.1em;
  background-image: url(../img/common/icon_contact.svg);
  background-size: 32px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.contact {
    padding-top: 32px;
    background-size: 25.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.contact {
    padding-top: 26px;
    background-size: 20.8px auto;
  }
}
.pagetitle__box__text.member {
  padding-left: 0.1em;
  padding-top: 46px;
  letter-spacing: 0.1em;
  background-image: url(../img/common/icon_membership.svg);
  background-size: 34px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.member {
    padding-top: 36.8px;
    background-size: 27.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.member {
    padding-top: 29.9px;
    background-size: 22.1px auto;
  }
}
.pagetitle__box__text.privacy {
  padding-left: 0;
  padding-top: 43px;
  font-size: 26px;
  letter-spacing: 0;
  background-image: url(../img/common/icon_privacy.svg);
  background-size: 22px auto;
}
@media screen and (max-width: 1500px) {
  .pagetitle__box__text.privacy {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.privacy {
    padding-top: 34.4px;
    background-size: 17.6px auto;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.privacy {
    padding-top: 27.95px;
    background-size: 14.3px auto;
    font-size: 3.6vw;
  }
}
.pagetitle__box__text.supporting {
  padding-left: 0.2em;
  padding-top: 43px;
  letter-spacing: 0.2em;
  background-image: url(../img/common/icon_supporting.svg);
  background-size: 43px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.supporting {
    padding-top: 34.4px;
    background-size: 34.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.supporting {
    padding-top: 28.6px;
    background-size: 20.8px auto;
  }
}
.pagetitle__box__text.faq {
  padding-left: 0.1em;
  padding-top: 44px;
  letter-spacing: 0.1em;
  background-image: url(../img/common/icon_faq.svg);
  background-size: 32px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.faq {
    padding-top: 35.2px;
    background-size: 25.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.faq {
    padding-top: 28.6px;
    background-size: 20.8px auto;
  }
}
.pagetitle__box__text.machinery {
  padding-left: 0.1em;
  padding-top: 44px;
  letter-spacing: 0.1em;
  background-image: url(../img/common/icon_machinery.svg);
  background-size: 30px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.machinery {
    padding-top: 35.2px;
    background-size: 24px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.machinery {
    padding-top: 28.6px;
    background-size: 19.5px auto;
  }
}
.pagetitle__box__text.error {
  padding-top: 43px;
  background-image: url(../img/common/icon_404.svg);
  background-size: 28px auto;
}
@media screen and (max-width: 900px) {
  .pagetitle__box__text.error {
    padding-top: 34.4px;
    background-size: 22.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text.error {
    padding-top: 27.95px;
    background-size: 18.2px auto;
  }
}
.pagetitle__box__text__en {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .pagetitle__box__text__en {
    margin-top: 4px;
    font-size: 10px;
    transform: scale(0.9);
  }
}
.pagetitle__photo {
  margin-left: 300px;
  width: calc(100% - 300px);
  height: 220px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .pagetitle__photo {
    margin-left: 260px;
    width: calc(100% - 260px);
    height: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .pagetitle__photo {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__photo {
    width: calc(100% - 220px);
    height: 170px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__photo {
    width: 60vw;
    height: 120px;
  }
}
.pagetitle__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-center {
  margin-bottom: 30px;
  padding-bottom: 45px;
  padding-left: 0.1em;
  font-size: 40px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.title-center::before {
  content: "";
  margin: 0 auto;
  width: 4px;
  height: 25px;
  background: linear-gradient(#00b7c7 30%, #006eb4 77%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .title-center {
    margin-bottom: 25px;
    padding-bottom: 38px;
    font-size: 35px;
  }
  .title-center::before {
    width: 4px;
    height: 22px;
  }
}
@media screen and (max-width: 599px) {
  .title-center {
    margin-bottom: 16px;
    padding-bottom: 25px;
    font-size: 25px;
  }
  .title-center::before {
    width: 3px;
    height: 16px;
  }
}
.title-center__en {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .title-center__en {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-center__en {
    margin-top: 6px;
    font-size: 10px;
  }
}

.title-icon {
  margin-bottom: 18px;
  padding-left: 28px;
  font-size: 28px;
  line-height: 1.3;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  background-image: url(../img/common/title_icon.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 8px;
}
@media screen and (max-width: 900px) {
  .title-icon {
    margin-bottom: 15px;
    padding-left: 26px;
    font-size: 24px;
    background-size: 18px auto;
    background-position: 0 6px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon {
    margin-bottom: 12px;
    padding-left: 22px;
    font-size: 20px;
    background-size: 14px auto;
    background-position: 0 6px;
  }
}
.title-icon:has(+ .temp-block--text) {
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  .title-icon:has(+ .temp-block--text) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon:has(+ .temp-block--text) {
    margin-bottom: 7px;
    font-size: 18px;
  }
}
.title-icon__en {
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: 35%;
}
@media screen and (max-width: 900px) {
  .title-icon__en {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon__en {
    font-size: 10px;
  }
}

.title-box {
  margin: 0 auto 60px;
  width: 220px;
  height: 220px;
  background-color: #013;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title-box {
    margin-bottom: 50px;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 900px) {
  .title-box {
    margin-bottom: 40px;
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 599px) {
  .title-box {
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
  }
}
.title-box::before {
  content: "";
  margin: 0 auto;
  padding-left: 0.06em;
  width: 0;
  height: 0;
  border-width: 17px 10px 0 10px;
  border-style: solid;
  border-color: #013 transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .title-box::before {
    border-width: 14px 8px 0 8px;
    bottom: -14px;
  }
}
@media screen and (max-width: 599px) {
  .title-box::before {
    border-width: 10px 6px 0 6px;
    bottom: -10px;
  }
}
.title-box__text {
  display: block;
  padding-left: 0.06em;
  width: 100%;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title-box__text {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  .title-box__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-box__text {
    padding-left: 0.08em;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
.title-box__text__en {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title-box__text__en {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .title-box__text__en {
    margin-top: 7px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-box__text__en {
    margin-top: 5px;
    font-size: 10px;
  }
}

.title-circle {
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  position: relative;
}
.title-circle::before {
  content: "";
  margin: auto 0;
  width: 15px;
  height: 15px;
  border: 5px solid #00ccd1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 900px) {
  .title-circle {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-circle {
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 18px;
  }
  .title-circle::before {
    top: 4px;
  }
}

.title-bold {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.3;
  color: #00ccd1;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .title-bold {
    margin-bottom: 13px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-bold {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.title-bold:has(+ .temp-block--text) {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .title-bold:has(+ .temp-block--text) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .title-bold:has(+ .temp-block--text) {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.title-obi {
  margin-bottom: 30px;
  padding: 21px 25px 21px 40px;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  background-color: #f3f5f7;
  border-left: 2px solid #00ccd1;
}
@media screen and (max-width: 900px) {
  .title-obi {
    margin-bottom: 20px;
    padding: 18px 20px 18px 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-obi {
    margin-bottom: 15px;
    padding: 14px 15px 13px 20px;
    font-size: 18px;
  }
}

.title-obi02 {
  margin-bottom: 20px;
  padding: 11px 20px 7px 25px;
  font-size: 19px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to right, #006eb4 30%, #00b7c7 77%);
  position: relative;
}
.title-obi02::before {
  content: "";
  margin: auto 0;
  width: 16px;
  height: 1px;
  background-color: #00ccd1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .title-obi02 {
    margin-bottom: 14px;
    padding: 10px 20px 8px 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .title-obi02 {
    margin-bottom: 10px;
    padding: 10px 15px 7px 20px;
    font-size: 16px;
  }
  .title-obi02::before {
    width: 13px;
  }
}

.table-base {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bcd;
  border-collapse: collapse;
  vertical-align: baseline;
}
.table-base thead th {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #00ccd1;
  border: 1px solid #bcd;
  border-right: none;
}
@media screen and (max-width: 900px) {
  .table-base thead th {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .table-base thead th {
    padding: 10px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .table-base thead th {
    padding: 10px 5px;
    font-size: 11px;
  }
}
.table-base tbody th {
  padding: 30px 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #026;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #eef3f7;
  border: 1px solid #bcd;
  border-right: none;
}
@media screen and (max-width: 900px) {
  .table-base tbody th {
    padding: 25px 10px;
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .table-base tbody th {
    padding: 15px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .table-base tbody th {
    padding: 15px 5px;
    font-size: 11px;
  }
}
.table-base tbody td {
  padding: 30px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bcd;
  border-left: none;
}
@media screen and (max-width: 900px) {
  .table-base tbody td {
    padding: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .table-base tbody td {
    padding: 15px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .table-base tbody td {
    padding: 10px 5px;
    font-size: 11px;
  }
}
.table-base a {
  color: #00ccd1;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .table-base a:hover {
    color: #04a;
    text-decoration: none;
  }
}
.table-base.company {
  border-left-color: #00ccd1;
}
@media screen and (max-width: 599px) {
  .table-base.company {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.table-base.company tbody th {
  width: 22%;
  border-left-color: #00ccd1;
}
@media screen and (max-width: 900px) {
  .table-base.company tbody th {
    width: 20%;
  }
}
@media screen and (max-width: 599px) {
  .table-base.company tbody th {
    width: 25%;
  }
}
.table-base.company tbody td {
  width: 78%;
}
@media screen and (max-width: 900px) {
  .table-base.company tbody td {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .table-base.company tbody td {
    width: 70%;
  }
}

.photos-one {
  margin-top: -20px;
  display: flex;
  flex-wrap: wrap;
}
.photos-one__item {
  margin-top: 20px;
  width: 100%;
}
.photos-one__item__photo {
  line-height: 0.1;
  text-align: center;
}
.photos-one__item__caption {
  margin-top: 12px;
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .photos-one__item__caption {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .photos-one__item__caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.photos-two {
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .photos-two {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .photos-two {
    margin-top: -20px;
  }
}
.photos-two__item {
  margin-top: 20px;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 900px) {
  .photos-two__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .photos-two__item {
    margin-top: 20px;
    width: 100%;
  }
}
.photos-two__item__photo {
  line-height: 0.1;
}
.photos-two__item__caption {
  margin-top: 12px;
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .photos-two__item__caption {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .photos-two__item__caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.photos-three {
  margin-top: -20px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .photos-three {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .photos-three {
    margin-top: -20px;
  }
}
.photos-three__item {
  margin-top: 20px;
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 900px) {
  .photos-three__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .photos-three__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}
.photos-three__item:nth-child(3n-2) {
  margin-left: 0;
}
.photos-three__item__photo {
  line-height: 0.1;
}
.photos-three__item__caption {
  margin-top: 12px;
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .photos-three__item__caption {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .photos-three__item__caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.photo-right__img {
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 20px;
  width: 30%;
  line-height: 0.1;
  float: right;
}
@media screen and (max-width: 1024px) {
  .photo-right__img {
    margin-left: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .photo-right__img {
    margin-left: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .photo-right__img {
    margin: 5px 0 15px;
    width: 100%;
    float: none;
  }
}

.photo-left__img {
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 20px;
  width: 30%;
  line-height: 0.1;
  float: left;
}
@media screen and (max-width: 1024px) {
  .photo-left__img {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .photo-left__img {
    margin-right: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .photo-left__img {
    margin: 5px 0 15px;
    width: 100%;
    float: none;
  }
}

.photo-right02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.photo-right02__text {
  width: calc(70% - 40px);
}
@media screen and (max-width: 1024px) {
  .photo-right02__text {
    width: calc(70% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .photo-right02__text {
    width: calc(70% - 25px);
  }
}
@media screen and (max-width: 599px) {
  .photo-right02__text {
    width: 100%;
  }
}
.photo-right02__img {
  margin-top: 10px;
  width: 30%;
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .photo-right02__img {
    margin: 5px 0 15px;
    width: 100%;
  }
}

.photo-left02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.photo-left02__text {
  width: calc(70% - 40px);
}
@media screen and (max-width: 1024px) {
  .photo-left02__text {
    width: calc(70% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .photo-left02__text {
    width: calc(70% - 25px);
  }
}
@media screen and (max-width: 599px) {
  .photo-left02__text {
    width: 100%;
  }
}
.photo-left02__img {
  margin-top: 10px;
  width: 30%;
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .photo-left02__img {
    margin: 5px 0 15px;
    width: 100%;
  }
}

/*youtube*/
.youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-base {
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .text-base {
    font-size: 17px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .text-base {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 350px) {
  .text-base {
    font-size: 15px;
  }
}

.copy-mincho {
  margin-bottom: -25px;
  font-size: 26px;
  line-height: 1.6;
  color: #04a;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .copy-mincho {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 900px) {
  .copy-mincho {
    margin-bottom: -17px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .copy-mincho {
    margin-bottom: -15px;
    font-size: 19px;
  }
}

.copy-bold {
  margin-bottom: -25px;
  font-size: 22px;
  line-height: 1.6;
  color: #04a;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .copy-bold {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 900px) {
  .copy-bold {
    margin-bottom: -17px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .copy-bold {
    margin-bottom: -15px;
    font-size: 18px;
  }
}

.list-box {
  padding: 35px 40px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .list-box {
    padding: 31px 35px;
  }
}
@media screen and (max-width: 599px) {
  .list-box {
    padding: 24px 25px 25px;
  }
}

.list-base li {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  position: relative;
}
.list-base li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #00ccd1;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 0;
}
.list-base li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .list-base li {
    margin-top: 10px;
    font-size: 17px;
  }
  .list-base li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .list-base li {
    margin-top: 10px;
    font-size: 16px;
  }
  .list-base li::before {
    top: 9px;
  }
}

.list-number li {
  margin-top: 10px;
  padding-left: 1.3em;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  position: relative;
}
.list-number li .number {
  color: #04a;
  position: absolute;
  top: 0;
  left: 0;
}
.list-number li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .list-number li {
    margin-top: 10px;
    padding-left: 17px;
    font-size: 17px;
  }
  .list-number li::before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}

.file-list__item {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .file-list__item {
    margin-top: 5px;
  }
}
.file-list__item:first-child {
  margin-top: 0;
}
.file-list__item__link {
  padding: 31px 90px 29px 80px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  background-color: #f3f5f7;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: 25px 50%;
}
@media screen and (max-width: 900px) {
  .file-list__item__link {
    padding: 26px 65px 24px;
    font-size: 17px;
    background-size: 30px;
    background-position: 20px 50%;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item__link {
    padding: 21px 40px 19px 50px;
    font-size: 16px;
    background-size: 24px;
    background-position: 13px 50%;
    border-radius: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .file-list__item__link:hover {
    background-color: #e7eef3;
    transform: translateX(5px);
  }
  .file-list__item__link:hover .file-list__item__link__icon {
    transform: scale(1.4);
  }
}
.file-list__item__link__icon {
  margin: auto 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .file-list__item__link__icon {
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item__link__icon {
    right: 17px;
  }
}
.file-list__item__link__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.file-list__item__link__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}
.file-list__item__link.pdf {
  background-image: url(../img/common/icon_pdf.svg);
}
.file-list__item__link.word {
  background-image: url(../img/common/icon_word.svg);
}
.file-list__item__link.xls {
  background-image: url(../img/common/icon_xls.svg);
}

.form {
  padding: 70px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 1024px) {
  .form {
    margin: 0 -20px;
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .form {
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .form {
    margin: 0 -25px;
    padding: 25px;
  }
}
.form__list {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .form__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .form__list {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .form__list {
    margin-top: 20px;
  }
}
.form__list__item {
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.form__list__item:last-child .form__list__item__inner {
  padding-bottom: 0;
}
.form__list__item__title {
  padding: 48px 0 0 25px;
  width: 255px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form__list__item__title {
    width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .form__list__item__title {
    padding: 30px 0 0 20px;
    width: 100%;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .form__list__item__title {
    padding: 25px 0 0 18px;
    width: 100%;
    font-size: 16px;
  }
}
.form__list__item__title::before {
  content: "";
  margin: auto 0;
  width: 15px;
  height: 15px;
  border: 5px solid #00ccd1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 52px;
}
@media screen and (max-width: 900px) {
  .form__list__item__title::before {
    top: 33px;
  }
}
@media screen and (max-width: 599px) {
  .form__list__item__title::before {
    width: 12px;
    height: 12px;
    border: 4px solid #00ccd1;
    top: 28px;
  }
}
.form__list__item__title .icon-required {
  margin: 0;
  position: absolute;
  top: 48px;
  right: 0;
}
@media screen and (max-width: 900px) {
  .form__list__item__title .icon-required {
    margin-left: 10px;
    vertical-align: 5%;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 599px) {
  .form__list__item__title .icon-required {
    vertical-align: 10%;
  }
}
.form__list__item__inner {
  padding: 30px 0;
  width: calc(100% - 255px - 40px);
}
@media screen and (max-width: 1024px) {
  .form__list__item__inner {
    width: calc(100% - 240px - 25px);
  }
}
@media screen and (max-width: 900px) {
  .form__list__item__inner {
    padding: 15px 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .form__list__item__inner {
    padding: 10px 0 25px;
    width: 100%;
  }
}
.form__list__item__inner .w360 {
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 900px) {
  .form__list__item__inner .w360 {
    max-width: 100%;
  }
}
.form__list__item__inner .address {
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .address {
    padding-left: 25px;
  }
}
.form__list__item__inner .address__item {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .address__item {
    margin-top: 5px;
  }
}
.form__list__item__inner .address__item:first-child {
  margin-top: 0;
}
.form__list__item__inner .address__item__post {
  width: 100%;
  max-width: 380px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .address__item__post {
    max-width: 100%;
  }
}
.form__list__item__inner .address__item__post::before {
  content: "〒";
  font-size: 18px;
  line-height: 61px;
  color: #000;
  position: absolute;
  top: 0;
  left: -30px;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .address__item__post::before {
    font-size: 16px;
    line-height: 51px;
    left: -25px;
  }
}
.form__list__item__inner .address__item__post__form {
  width: 200px;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .address__item__post__form {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 350px) {
  .form__list__item__inner .address__item__post__form {
    width: calc(100% - 110px);
  }
}
.form__list__item__inner .address__item__post__btn {
  padding-left: 20px;
  width: calc(100% - 200px);
  height: 60px;
  font-size: 16px;
  line-height: 61px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #9bc;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .address__item__post__btn {
    padding-left: 13px;
    width: 140px;
    height: 50px;
    font-size: 15px;
    line-height: 51px;
  }
}
@media screen and (max-width: 350px) {
  .form__list__item__inner .address__item__post__btn {
    padding-left: 0;
    width: 110px;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .form__list__item__inner .address__item__post__btn:hover {
    background-color: #8ab;
  }
  .form__list__item__inner .address__item__post__btn:hover .address__item__post__btn__icon {
    transform: scale(1.4);
  }
}
.form__list__item__inner .address__item__post__btn__icon {
  margin: auto 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .address__item__post__btn__icon {
    right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .form__list__item__inner .address__item__post__btn__icon {
    display: none;
  }
}
.form__list__item__inner .address__item__post__btn__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.form__list__item__inner .address__item__post__btn__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}
.form__list__item__inner .checkbox-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .checkbox-list {
    margin-top: -15px;
  }
}
.form__list__item__inner .checkbox-list__item {
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .form__list__item__inner .checkbox-list__item {
    margin-top: 10px;
    margin-right: 20px;
  }
}

.icon-required {
  margin-right: 5px;
  width: 56px;
  height: 24px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #ee55a7;
  display: inline-block;
  border-radius: 12px;
  vertical-align: 10%;
}
@media screen and (max-width: 599px) {
  .icon-required {
    margin-right: 2px;
    width: 50px;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 10px;
  }
}

.privacy-box {
  margin-top: 20px;
  padding: 50px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 1024px) {
  .privacy-box {
    margin: 20px -20px 0;
  }
}
@media screen and (max-width: 900px) {
  .privacy-box {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-box {
    margin: 25px 0 0;
    padding: 25px 25px 30px;
  }
}
.privacy-box__text {
  padding-left: 0.06em;
  font-size: 18px;
  line-height: 1.9;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .privacy-box__text {
    padding-left: 0;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
  }
  .privacy-box__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .privacy-box__text {
    font-size: 16px;
    line-height: 1.7;
  }
}

.agree-btn {
  margin: 25px auto 0;
  padding-left: 18px;
  width: 200px;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .agree-btn {
    margin-top: 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .agree-btn {
    margin-top: 15px;
    font-size: 16px;
  }
}
.agree-btn::before {
  content: "";
  margin: auto 0;
  width: 22px;
  height: 22px;
  background-color: #e7eef3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
}
.agree-btn::after {
  content: "";
  margin: auto 0;
  width: 12px;
  height: 12px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .agree-btn:hover {
    color: #fff;
    background-color: #00ccd1;
    transform: translateY(3px);
  }
}

input[type=checkbox].input-hide:checked + .agree-btn {
  color: #fff;
  background-color: #00ccd1;
}
input[type=checkbox].input-hide:checked + .agree-btn::after {
  opacity: 1;
}

input {
  padding: 0 0 0 20px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #000;
  vertical-align: middle;
  border-radius: 0;
  background-color: #fff;
  border: none;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  input {
    padding-left: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  input {
    height: 50px;
    font-size: 16px;
  }
}

.input-hide {
  display: none;
}

.checkbox-link {
  padding-left: 56px;
  height: 60px;
  font-size: 18px;
  line-height: 61px;
  color: #000;
  position: relative;
  cursor: pointer;
  display: block;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .checkbox-link:hover {
    color: #00ccd1;
    transform: translateY(3px);
  }
}
.checkbox-link::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.checkbox-link::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: 21px;
  left: 11px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .checkbox-link {
    padding-left: 50px;
    height: 50px;
    font-size: 17px;
    line-height: 61px;
  }
}
@media screen and (max-width: 599px) {
  .checkbox-link {
    font-size: 16px;
  }
}

input[type=checkbox].input-hide:checked + .checkbox-link::after {
  opacity: 1;
}

textarea {
  padding: 10px 20px;
  width: 100%;
  height: 200px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  textarea {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  textarea {
    font-size: 16px;
  }
}

:input-placeholder {
  color: #abc;
}

:-ms-input-placeholder {
  color: #abc !important;
}

::-webkit-input-placeholder {
  color: #abc;
}

::-moz-placeholder {
  color: #abc;
  opacity: 1;
}

/*エラーページの処理*/
.errors-message {
  margin-top: 25px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #ee55a7;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ee55a7;
}
@media screen and (max-width: 900px) {
  .errors-message {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .errors-message {
    margin-top: 15px;
    padding: 15px;
    font-size: 16px;
    text-align: justify;
  }
}

.errors-text {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
  color: #ee55a7;
  text-indent: -1em;
}
@media screen and (max-width: 900px) {
  .errors-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .errors-text {
    margin-top: 5px;
    font-size: 16px;
  }
}

.errors-box {
  border: 1px solid #ee55a7 !important;
}

/*確認ページの処理*/
.confirm-text {
  padding: 11px 0 14px;
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .confirm-text {
    margin-top: -5px;
    padding: 0 0 0 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .confirm-text {
    margin-top: -5px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.confirm-text a {
  color: #000;
  cursor: auto;
}

/*完了ページの処理*/
@media screen and (max-width: 1024px) {
  .complete-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .complete-box {
    padding: 10px 10px 20px;
  }
}
.complete-box__copy {
  margin-bottom: 20px;
  padding-left: 0.06em;
  font-size: 24px;
  line-height: 1.6;
  color: #00ccd1;
  font-weight: 700;
  text-align: center;
}
.complete-box__copy br {
  display: none;
}
@media screen and (max-width: 900px) {
  .complete-box__copy {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .complete-box__copy {
    margin-bottom: 10px;
  }
  .complete-box__copy br {
    display: inline;
  }
}
.complete-box__text {
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .complete-box__text {
    font-size: 17px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .complete-box__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 900px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    transform: scale(1.4);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(50px);
  filter: blur(6px);
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.inview-alpha.fadein {
  opacity: 0;
  transition-duration: 1s;
  filter: blur(6px);
}
.inview-alpha.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.delay01 {
  transition-delay: 0.2s;
}

.delay02 {
  transition-delay: 0.4s;
}

.delay03 {
  transition-delay: 0.6s;
}

.delay04 {
  transition-delay: 0.8s;
}

.delay05 {
  transition-delay: 1s;
}

.delay06 {
  transition-delay: 1.2s;
}

.delay07 {
  transition-delay: 1.4s;
}

.delay08 {
  transition-delay: 1.6s;
}

.delay09 {
  transition-delay: 1.8s;
}

.delay10 {
  transition-delay: 2s;
}

.delay11 {
  transition-delay: 2.2s;
}

.delay12 {
  transition-delay: 2.4s;
}

.delay13 {
  transition-delay: 2.6s;
}

.delay14 {
  transition-delay: 2.8s;
}

.delay15 {
  transition-delay: 3s;
}

.delay16 {
  transition-delay: 3.2s;
}

.delay17 {
  transition-delay: 3.4s;
}

.delay18 {
  transition-delay: 3.6s;
}

.delay19 {
  transition-delay: 3.8s;
}

.delay20 {
  transition-delay: 4s;
}

.top-main {
  margin-top: -100px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #013;
}
@media screen and (max-width: 1024px) {
  .top-main {
    margin-top: -80px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    margin-top: -60px;
    height: 120vw;
  }
}
.top-main div {
  line-height: 0.1;
}
.top-main__item {
  width: 100%;
  height: 47.5vw;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-main__item {
    height: 80vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__item {
    height: 120vw;
  }
}
.top-main__item__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.top-main__item__copy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
}
@media screen and (max-width: 599px) {
  .top-main__item__copy {
    transform: translateY(-50%);
  }
}
.top-main__item__copy__copy01 {
  height: 100px;
  line-height: 0.1;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .top-main__item__copy__copy01 {
    height: 5.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__item__copy__copy01 {
    height: 7.875vw;
  }
}
@media screen and (max-width: 900px) {
  .top-main__item__copy__copy01 {
    height: 8.4375vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__item__copy__copy01 {
    height: 11.25vw;
  }
}
.top-main__item__copy__copy01__inner {
  height: 100%;
  display: inline-block;
  position: relative;
}
.top-main__item__copy__copy01__inner::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.top-main__item__copy__copy02 {
  margin-top: 20px;
  margin-left: 35px;
  height: 65px;
  line-height: 0.1;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .top-main__item__copy__copy02 {
    margin-top: 1.125vw;
    margin-left: 1.96875vw;
    height: 3.65625vw;
  }
}
@media screen and (max-width: 1300px) {
  .top-main__item__copy__copy02 {
    height: 4.3875vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__item__copy__copy02 {
    margin-top: 1.575vw;
    margin-left: 2.75625vw;
    height: 5.85vw;
  }
}
@media screen and (max-width: 900px) {
  .top-main__item__copy__copy02 {
    margin-top: 1.6875vw;
    margin-left: 2.953125vw;
    height: 6.215625vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__item__copy__copy02 {
    margin-top: 2.25vw;
    margin-left: 3.9375vw;
    height: 9.140625vw;
  }
}
.top-main__item__copy__copy02__inner {
  height: 100%;
  display: inline-block;
  position: relative;
}
.top-main__item__copy__copy02__inner::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #013;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.top-main__item__copy__copy03 {
  margin-top: 10px;
  margin-left: 35px;
  height: 65px;
  line-height: 0.1;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .top-main__item__copy__copy03 {
    margin-top: 0.5625vw;
    margin-left: 1.96875vw;
    height: 3.65625vw;
  }
}
@media screen and (max-width: 1300px) {
  .top-main__item__copy__copy03 {
    height: 4.3875vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__item__copy__copy03 {
    margin-top: 0.7875vw;
    margin-left: 2.75625vw;
    height: 5.85vw;
  }
}
@media screen and (max-width: 900px) {
  .top-main__item__copy__copy03 {
    margin-top: 0.84375vw;
    margin-left: 2.953125vw;
    height: 6.215625vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__item__copy__copy03 {
    margin-top: 1.125vw;
    margin-left: 3.9375vw;
    height: 9.140625vw;
  }
}
.top-main__item__copy__copy03__inner {
  height: 100%;
  display: inline-block;
  position: relative;
}
.top-main__item__copy__copy03__inner::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #013;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.top-main__item__copy img {
  width: auto;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.top-main__item__line {
  width: 100%;
  height: 10px;
  background-color: #013;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .top-main__item__line {
    height: 5px;
  }
}
.top-main__item__line::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #00ccd1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-main .slick-slide:nth-child(2n) .top-main__item__line {
  background-color: #00ccd1;
}
.top-main .slick-slide:nth-child(2n) .top-main__item__line::before {
  background-color: #013;
}
.top-main .slick-active .top-main__item__line::before {
  animation: 6.5s linear 1 line-anim;
  animation-fill-mode: forwards;
}
@keyframes line-anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top-main .slick-active .top-main__item__copy__copy01__inner::before {
  animation: 1s linear 1 copy-anim01;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes copy-anim01 {
  0% {
    width: 0;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  60% {
    width: 100%;
    left: auto;
    right: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
    opacity: 1;
  }
}
.top-main .slick-active .top-main__item__copy__copy01__inner img {
  animation: 0.1s linear 1 img-anim01;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes img-anim01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-main .slick-active .top-main__item__copy__copy02__inner::before {
  animation: 1s linear 1 copy-anim01;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes copy-anim01 {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
.top-main .slick-active .top-main__item__copy__copy02__inner img {
  animation: 0.1s linear 1 img-anim02;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}
@keyframes img-anim02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-main .slick-active .top-main__item__copy__copy03__inner::before {
  animation: 1s linear 1 copy-anim01;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
}
@keyframes copy-anim01 {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
.top-main .slick-active .top-main__item__copy__copy03__inner img {
  animation: 0.1s linear 1 img-anim03;
  animation-delay: 2.9s;
  animation-fill-mode: forwards;
}
@keyframes img-anim03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-main .slick-active .top-main__item__photo {
  animation: 10.5s linear 1 photo-anim;
}
@keyframes photo-anim {
  0% {
    transform: scale(1) translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translateX(3.5%);
    opacity: 1;
  }
}
.top-main .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .top-main .slick-dots {
    bottom: 20px;
    right: 15px;
  }
}
.top-main .slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .top-main .slick-dots li {
    width: 40px;
    height: 40px;
    margin: 0 0 0 5px;
  }
}
.top-main .slick-dots li:first-child {
  margin-left: 0;
}
.top-main .slick-dots li.slick-active button {
  background-color: rgba(0, 204, 209, 0.4);
}
.top-main .slick-dots li:nth-child(1) button::before {
  content: "01";
}
.top-main .slick-dots li:nth-child(2) button::before {
  content: "02";
}
.top-main .slick-dots li:nth-child(3) button::before {
  content: "03";
}
.top-main .slick-dots li:nth-child(4) button::before {
  content: "04";
}
.top-main .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 17, 51, 0.2);
  border: none;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .top-main .slick-dots li button {
    width: 40px;
    height: 40px;
  }
}
.top-main .slick-dots li button::before {
  content: "";
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-main .slick-dots li button::before {
    font-size: 14px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .top-main .slick-dots li button:hover {
    background-color: rgba(0, 204, 209, 0.4);
    transform: scale(1.1);
  }
}

.top-lead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .top-lead {
    flex-wrap: wrap;
  }
}
.top-lead__text {
  width: 51%;
  padding: 150px 60px 180px 80px;
}
@media screen and (max-width: 1500px) {
  .top-lead__text {
    padding: 120px 50px 150px 70px;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__text {
    padding: 120px 50px 120px 70px;
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__text {
    padding: 100px 30px 100px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead__text {
    padding: 90px 30px 90px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead__text {
    width: 100%;
    padding: 90px 50px 120px 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__text {
    padding: 80px 50px 100px 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__text {
    padding: 40px 30px 50px;
  }
}
.top-lead__text__inner {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .top-lead__text__inner {
    max-width: 520px;
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__text__inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__text__inner {
    max-width: 440px;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead__text__inner {
    max-width: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead__text__inner {
    max-width: 560px;
  }
}
.top-lead__text__inner__copy {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.56;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .top-lead__text__inner__copy {
    font-size: 45px;
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__text__inner__copy {
    margin-bottom: 15px;
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__text__inner__copy {
    margin-bottom: 15px;
    font-size: 39px;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead__text__inner__copy {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead__text__inner__copy {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__text__inner__copy {
    margin-bottom: 15px;
    font-size: 39px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__text__inner__copy {
    margin-bottom: 10px;
    font-size: 7vw;
    letter-spacing: 0.06em;
  }
}
.top-lead__text__inner__text {
  font-size: 18px;
  line-height: 2.44;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .top-lead__text__inner__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__text__inner__text {
    text-align: justify;
  }
  .top-lead__text__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead__text__inner__text {
    font-size: 16px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead__text__inner__text {
    font-size: 18px;
    line-height: 2.44;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__text__inner__text {
    font-size: 17px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__text__inner__text {
    font-size: 16px;
    line-height: 2;
  }
}
.top-lead__text__inner__btn {
  margin-top: 35px;
}
@media screen and (max-width: 1300px) {
  .top-lead__text__inner__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__text__inner__btn {
    margin-top: 15px;
    text-align: center;
  }
}
.top-lead__photos {
  width: 49%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  z-index: 1 !important;
}
@media screen and (max-width: 1500px) {
  .top-lead__photos {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead__photos {
    width: 100%;
    height: 100vw;
  }
}
.top-lead__photos__item {
  width: 33.3333333333%;
  height: 100vh;
}
@media screen and (max-width: 1500px) {
  .top-lead__photos__item {
    height: auto;
  }
}
.top-lead__photos__item .lead-slider {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1500px) {
  .top-lead__photos__item .lead-slider {
    height: auto;
  }
}
.top-lead__photos__item .lead-slider div {
  line-height: 0.1;
}
.top-lead__photos__item .lead-slider__item {
  padding-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .top-lead__photos__item .lead-slider__item {
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__photos__item .lead-slider__item {
    padding: 7px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__photos__item .lead-slider__item {
    padding: 3px;
  }
}
.top-lead__photos__item .lead-slider.second {
  transform: rotate(180deg);
}
.top-lead__photos__item .lead-slider.second .lead-slider__item {
  transform: rotate(180deg);
}

.top-features {
  padding: 80px 80px 120px;
  background-color: #f3f5f7;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-features {
    padding: 80px 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-features {
    padding: 60px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-features {
    padding: 40px 30px;
  }
}
.top-features__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 900px) {
  .top-features__inner {
    max-width: 660px;
  }
}
.top-features__inner__title {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-features__inner__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__title {
    margin-bottom: 20px;
  }
}
.top-features__inner__title__title {
  width: 280px;
  line-height: 0.1;
}
@media screen and (max-width: 1200px) {
  .top-features__inner__title__title {
    width: 224px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__title__title {
    width: 182px;
  }
}
.top-features__inner__title__copy {
  margin-left: 35px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .top-features__inner__title__copy {
    margin-left: 25px;
    font-size: 18px;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__title__copy {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__title__copy {
    margin-top: 15px;
    font-size: 4.5vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.top-features__inner__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.top-features__inner__list__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1500px) {
  .top-features__inner__list__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__list__item {
    margin-top: 10px;
    width: 100%;
  }
  .top-features__inner__list__item:first-child {
    margin-top: 0;
  }
}
.top-features__inner__list__item__link {
  aspect-ratio: 440/570;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-features__inner__list__item__link {
    aspect-ratio: auto;
    height: 320px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__list__item__link {
    aspect-ratio: 100/100;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .top-features__inner__list__item__link:hover .top-features__inner__list__item__link__icon {
    transform: scale(1.3);
  }
  .top-features__inner__list__item__link:hover .top-features__inner__list__item__link__img {
    transform: scale(1.1);
  }
}
.top-features__inner__list__item__link__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.top-features__inner__list__item__link__inner {
  padding: 80px 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .top-features__inner__list__item__link__inner {
    padding-top: 5.33vw;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__list__item__link__inner {
    padding: 45px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__list__item__link__inner {
    padding: 12vw 0 0;
  }
}
.top-features__inner__list__item__link__inner__title {
  margin-bottom: 10px;
  padding-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-features__inner__list__item__link__inner__title {
    font-size: 3.15vw;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__list__item__link__inner__title {
    padding-bottom: 35px;
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__list__item__link__inner__title {
    margin-bottom: 2.35vw;
    padding-bottom: 8.235vw;
    font-size: 9vw;
  }
}
.top-features__inner__list__item__link__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 4px;
  height: 25px;
  background: linear-gradient(to bottom, #00b7c7 30%, #006eb4 77%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .top-features__inner__list__item__link__inner__title::before {
    height: 5.8vw;
  }
}
.top-features__inner__list__item__link__inner__title__jp {
  margin-top: 10px;
  padding-left: 0.12em;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1400px) {
  .top-features__inner__list__item__link__inner__title__jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__list__item__link__inner__title__jp {
    font-size: 4vw;
  }
}
.top-features__inner__list__item__link__inner__text {
  padding-left: 0.16em;
  font-size: 17px;
  line-height: 2.1;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top-features__inner__list__item__link__inner__text {
    line-height: 1.9;
  }
}
@media screen and (max-width: 1200px) {
  .top-features__inner__list__item__link__inner__text {
    padding-left: 0.1em;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__list__item__link__inner__text br {
    display: none;
  }
  .top-features__inner__list__item__link__inner__text .tb-br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__list__item__link__inner__text {
    font-size: 3.77vw;
  }
  .top-features__inner__list__item__link__inner__text br {
    display: inline;
  }
  .top-features__inner__list__item__link__inner__text .tb-br {
    display: inline;
  }
}
.top-features__inner__list__item__link__icon {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  bottom: 82px;
  left: 0;
  right: 0;
  transition: 0.4s;
}
@media screen and (max-width: 1500px) {
  .top-features__inner__list__item__link__icon {
    width: 5.4vw;
    height: 5.4vw;
    bottom: 5.46vw;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__list__item__link__icon {
    width: 50px;
    height: 50px;
    bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__list__item__link__icon {
    width: 13vw;
    height: 13vw;
    bottom: 8vw;
  }
}
.top-features__inner__list__item__link__icon::before {
  content: "";
  margin: auto auto;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-features__inner__list__item__link__icon::after {
  content: "";
  margin: auto auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-construction {
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-construction {
    padding: 50px 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-construction {
    padding: 50px 50px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-construction {
    padding: 0 30px 50px;
  }
}
.top-construction__photo {
  width: 54%;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .top-construction__photo {
    width: 52%;
  }
}
@media screen and (max-width: 1200px) {
  .top-construction__photo {
    width: 100%;
    aspect-ratio: 100/40;
  }
}
@media screen and (max-width: 599px) {
  .top-construction__photo {
    margin: 0 -30px;
    width: auto;
  }
}
.top-construction__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-construction__list {
  padding: 60px;
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .top-construction__list {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1400px) {
  .top-construction__list {
    padding: 0 40px;
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .top-construction__list {
    margin-top: 60px;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top-construction__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-construction__list {
    margin-top: 30px;
  }
}
.top-construction__list__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .top-construction__list__inner {
    max-width: 800px;
  }
}
.top-construction__list__inner__title {
  margin-bottom: 25px;
  padding-left: 35px;
  font-size: 38px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-image: url(../img/common/title_icon.svg);
  background-size: 22px auto;
  background-position: 0 6px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .top-construction__list__inner__title {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 30px;
    background-size: 20px auto;
    background-position: 0 4px;
  }
}
@media screen and (max-width: 599px) {
  .top-construction__list__inner__title {
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 22px;
    background-size: 16px auto;
    background-position: 0 3px;
  }
}
.top-construction__list__inner__title__en {
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: 50%;
}
@media screen and (max-width: 900px) {
  .top-construction__list__inner__title__en {
    margin-left: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-construction__list__inner__title__en {
    margin-left: 5px;
    font-size: 10px;
    vertical-align: 45%;
  }
}

.top-machinery {
  padding: 0 0 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-machinery {
    padding: 0 50px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-machinery {
    padding: 0 50px 90px;
  }
}
@media screen and (max-width: 599px) {
  .top-machinery {
    padding: 0 30px 50px;
  }
}
.top-machinery__photo {
  width: 54%;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .top-machinery__photo {
    width: 52%;
  }
}
@media screen and (max-width: 1200px) {
  .top-machinery__photo {
    width: 100%;
    aspect-ratio: 100/40;
  }
}
@media screen and (max-width: 599px) {
  .top-machinery__photo {
    margin: 0 -30px;
    width: auto;
    aspect-ratio: 100/40;
  }
}
.top-machinery__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-machinery__list {
  padding: 60px;
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .top-machinery__list {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1400px) {
  .top-machinery__list {
    padding: 0 40px;
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .top-machinery__list {
    margin-top: 60px;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top-machinery__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-machinery__list {
    margin-top: 30px;
  }
}
.top-machinery__list__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .top-machinery__list__inner {
    max-width: 800px;
  }
}

.top-links02 {
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-links02 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .top-links02 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .top-links02 {
    margin-top: 0;
  }
}
.top-links02__item {
  margin-top: 10px;
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 1200px) {
  .top-links02__item {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
  .top-links02__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .top-links02__item {
    margin-left: 0;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-links02__item {
    margin-top: 5px;
    width: 100%;
  }
}
.top-links02__item__link {
  padding: 18px 30px 18px 22px;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  letter-spacing: normal;
  background-color: #f3f5f7;
  display: block;
  position: relative;
}
.top-links02__item__link::before {
  content: "";
  margin: auto 0;
  width: 14px;
  height: 1px;
  background: linear-gradient(to right, #00b7c7 30%, #006eb4 77%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.top-links02__item__link::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #8ab;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .top-links02__item__link:hover {
    transform: translateX(5px);
    background-color: #e7eef3;
  }
}
.top-links02__item__link .license {
  margin-left: 0.2em;
  color: #09e;
  font-weight: 700;
  display: inline-block;
}

.top-works {
  padding: 120px 0 150px;
  background-color: #124;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 200px auto;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-works {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top-works {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-works {
    padding: 60px 0 80px;
    background-size: 100px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-works {
    padding: 40px 0 50px;
    background-size: 50px auto;
  }
}
.top-works__title {
  margin: 0 auto 50px;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .top-works__title {
    margin-bottom: 40px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-works__title {
    margin-bottom: 30px;
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__title {
    margin-bottom: 20px;
    padding: 0 30px;
  }
}
.top-works__title__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.top-works__title__inner__title {
  width: 280px;
  line-height: 0.1;
}
@media screen and (max-width: 1200px) {
  .top-works__title__inner__title {
    width: 224px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__title__inner__title {
    width: 182px;
  }
}
.top-works__title__inner__copy {
  margin-left: 35px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .top-works__title__inner__copy {
    margin-left: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 900px) {
  .top-works__title__inner__copy {
    margin-left: 20px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 599px) {
  .top-works__title__inner__copy {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 4.5vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.top-works__slider div {
  line-height: 0.1;
}
.top-works__slider__item {
  padding: 10px 25px 0;
}
@media screen and (max-width: 1400px) {
  .top-works__slider__item {
    padding: 10px 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-works__slider__item {
    padding: 0 10px 0;
  }
}
.top-works__slider__item__link {
  aspect-ratio: 400/400;
  display: block;
  position: relative;
  overflow: hidden;
}
.top-works__slider__item__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top-works__slider__item__link:hover {
    transform: translateY(-10px);
  }
  .top-works__slider__item__link:hover .top-works__slider__item__link__icon {
    transform: scale(1.4);
  }
}
.top-works__slider__item__link__icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  transition: 0.2s;
}
.top-works__slider__item__link__icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 5px;
  left: 5px;
}
.top-works__slider__item__link__icon::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 9px;
}
.top-works__slider__item__title {
  margin-top: 25px;
  padding-left: 27px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.top-works__slider__item__title::before {
  content: "";
  width: 16px;
  height: 4px;
  background: linear-gradient(90deg, #00ccd1 0%, #04a 90%);
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .top-works__slider__item__title {
    margin-top: 20px;
    padding-left: 22px;
    font-size: 18px;
  }
  .top-works__slider__item__title::before {
    width: 14px;
    height: 3px;
    top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__slider__item__title {
    margin-top: 15px;
    padding-left: 18px;
    font-size: 16px;
  }
  .top-works__slider__item__title::before {
    width: 12px;
    height: 3px;
    top: 6px;
  }
}
.top-works__slider__item__list {
  padding-left: 27px;
}
@media screen and (max-width: 1024px) {
  .top-works__slider__item__list {
    padding-left: 22px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__slider__item__list {
    padding-left: 18px;
  }
}
.top-works__slider__item__list__item {
  margin-top: 10px;
  margin-right: 1em;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-works__slider__item__list__item {
    margin-top: 7px;
    font-size: 14px;
  }
}
.top-works__btn {
  width: 250px;
  position: absolute;
  top: 155px;
  right: 50px;
}
@media screen and (max-width: 1200px) {
  .top-works__btn {
    top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top-works__btn {
    margin: 40px auto 0;
    width: 250px;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .top-works__btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-works__btn {
    margin: 25px auto 0;
  }
}

.top-news {
  padding: 120px 80px 150px;
}
@media screen and (max-width: 1200px) {
  .top-news {
    padding: 80px 50px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-news {
    padding: 50px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 40px 25px 50px;
  }
}
.top-news__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-news__inner {
    max-width: 1100px;
  }
}
.top-news__inner__title {
  width: 320px;
  font-size: 80px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .top-news__inner__title {
    width: 270px;
    font-size: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .top-news__inner__title {
    margin-bottom: 25px;
    width: 100%;
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__inner__title {
    padding-left: 0.06em;
    font-size: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__title {
    margin-bottom: 15px;
    font-size: 50px;
  }
}
.top-news__inner__title__jp {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-news__inner__title__jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__title__jp {
    margin-top: 5px;
    font-size: 15px;
  }
}
.top-news__inner__list {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1500px) {
  .top-news__inner__list {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 1400px) {
  .top-news__inner__list {
    width: 100%;
  }
}
.top-news__inner__btn {
  position: absolute;
  top: 143px;
  left: -3px;
}
.top-news__inner__btn .btn-base {
  display: none;
}
@media screen and (max-width: 1500px) {
  .top-news__inner__btn {
    top: 135px;
  }
}
@media screen and (max-width: 1400px) {
  .top-news__inner__btn {
    margin: 40px auto 0;
    position: relative;
    top: auto;
    left: auto;
  }
  .top-news__inner__btn .btn-small {
    display: none;
  }
  .top-news__inner__btn .btn-base {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__inner__btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__btn {
    margin: 25px auto 0;
  }
}

.top-links {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.top-links__item {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .top-links__item {
    width: 50%;
  }
}
.top-links__item__link {
  padding-top: 75px;
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-links__item__link {
    padding-top: 55px;
    height: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .top-links__item__link {
    padding-top: 45px;
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__item__link {
    padding-top: 8vw;
    height: 38vw;
  }
}
@media screen and (min-width: 1025px) {
  .top-links__item__link:hover .top-links__item__link__photo {
    transform: scale(1.1);
  }
  .top-links__item__link:hover .top-links__item__link__icon {
    transform: scale(1.4);
  }
}
.top-links__item__link__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.top-links__item__link__title {
  padding-left: 0.04em;
  font-size: 40px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-links__item__link__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .top-links__item__link__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__item__link__title {
    font-size: 7vw;
  }
}
.top-links__item__link__title.faq {
  padding-left: 0.16em;
  letter-spacing: 0.16em;
}
.top-links__item__link__title__jp {
  padding-left: 0.1em;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top-links__item__link__title__jp {
    margin-top: 6px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__item__link__title__jp {
    margin-top: 1.5vw;
    font-size: 3.3vw;
  }
}
.top-links__item__link__icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 204, 209, 0.3);
  border-radius: 50%;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .top-links__item__link__icon {
    bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .top-links__item__link__icon {
    bottom: 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__item__link__icon {
    bottom: 6vw;
    width: 9vw;
    height: 9vw;
  }
}
.top-links__item__link__icon::before {
  content: "";
  margin: auto auto;
  width: 48%;
  height: 48%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-links__item__link__icon::after {
  content: "";
  margin: auto auto;
  width: 12%;
  height: 12%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 900px) {
  .news-list {
    margin: 0 -20px;
  }
}
.news-list__item {
  margin-top: 5px;
}
.news-list__item:first-child {
  mask-type: 0;
}
.news-list__item__link {
  padding: 27px 72px 26px 35px;
  background-color: #f3f5f7;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .news-list__item__link {
    padding: 26px 72px 25px 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link {
    padding: 23px 45px 22px 25px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .news-list__item__link:hover {
    background-color: #e7eef3;
    transform: translateX(5px);
  }
  .news-list__item__link:hover .news-list__item__link__icon {
    background-color: rgba(0, 204, 209, 0.3);
    transform: scale(1.4);
  }
}
.news-list__item__link__date {
  width: 155px;
  font-size: 17px;
  line-height: 1.6;
  color: #789;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__date {
    margin-right: 10px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__date {
    font-size: 16px;
  }
}
.news-list__item__link .news-icon {
  width: 90px;
}
@media screen and (max-width: 599px) {
  .news-list__item__link .news-icon {
    margin-top: 2px;
    width: 80px;
  }
}
.news-list__item__link__text {
  padding-left: 20px;
  width: calc(100% - 155px - 90px);
  font-size: 17px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__text {
    margin-top: 5px;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__text {
    font-size: 16px;
  }
}
.news-list__item__link__icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  top: calc(50% - 9px);
  right: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .news-list__item__link__icon {
    right: 15px;
  }
}
.news-list__item__link__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.news-list__item__link__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}

.news-detail {
  padding: 70px 70px 80px;
  background-color: #f3f5f7;
  position: relative;
}
@media screen and (max-width: 900px) {
  .news-detail {
    margin: 0 -20px;
    padding: 50px 50px 55px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail {
    margin: 0 -15px;
    padding: 25px 25px 35px;
  }
}
.news-detail::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00b7c7 30%, #006eb4 77%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .news-detail::before {
    height: 1px;
  }
}
.news-detail__title {
  margin-bottom: 40px;
  padding: 45px 45px 40px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .news-detail__title {
    margin-bottom: 32px;
    padding: 40px 40px 32px;
  }
}
@media screen and (max-width: 900px) {
  .news-detail__title {
    margin-bottom: 25px;
    padding: 35px 35px 30px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail__title {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
  }
}
.news-detail__title__date {
  margin-right: 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.6;
  color: #789;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .news-detail__title__date {
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .news-detail__title__date {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail__title__date {
    font-size: 16px;
  }
}
.news-detail__title__date .news-icon {
  margin: 0 15px;
  vertical-align: 5%;
  display: none;
}
@media screen and (max-width: 900px) {
  .news-detail__title__date .news-icon {
    margin: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail__title__date .news-icon {
    margin: 2px 10px 0;
  }
}
.news-detail__title__date .news-icon.news_info {
  display: inline-block;
}
.news-detail__title__date .news-icon.news_works {
  display: inline-block;
}
.news-detail__title__date .news-icon.news_recruit {
  display: inline-block;
}
.news-detail__title__copy {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.5;
  color: #00ccd1;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .news-detail__title__copy {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .news-detail__title__copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail__title__copy {
    margin-top: 7px;
    font-size: 20px;
  }
}
.news-detail .temp-block:last-child {
  margin-bottom: 0;
}
.news-detail .list-box {
  background-color: #fff;
}
.news-detail .file-list__item__link {
  background-color: #fff;
}
.news-detail table {
  margin-bottom: 50px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #bcd;
  border-collapse: collapse;
  vertical-align: baseline;
}
@media screen and (max-width: 1024px) {
  .news-detail table {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .news-detail table {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail table {
    margin-bottom: 25px;
  }
}
.news-detail table thead th {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #00ccd1;
  border: 1px solid #bcd;
  border-right: none;
}
@media screen and (max-width: 900px) {
  .news-detail table thead th {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .news-detail table thead th {
    padding: 10px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .news-detail table thead th {
    padding: 10px 5px;
    font-size: 11px;
  }
}
.news-detail table tbody th {
  padding: 30px 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #026;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #eef3f7;
  border: 1px solid #bcd;
  border-right: none;
}
@media screen and (max-width: 900px) {
  .news-detail table tbody th {
    padding: 25px 10px;
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .news-detail table tbody th {
    padding: 15px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .news-detail table tbody th {
    padding: 15px 5px;
    font-size: 11px;
  }
}
.news-detail table tbody td {
  padding: 30px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bcd;
  border-left: none;
}
@media screen and (max-width: 900px) {
  .news-detail table tbody td {
    padding: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail table tbody td {
    padding: 15px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .news-detail table tbody td {
    padding: 10px 5px;
    font-size: 11px;
  }
}
.news-detail table a {
  color: #00ccd1;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .news-detail table a:hover {
    color: #04a;
    text-decoration: none;
  }
}
.news-detail .entry-container {
  margin: 0 !important;
}
.news-detail .list-base {
  margin-bottom: 50px;
  padding: 35px 40px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .news-detail .list-base {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .news-detail .list-base {
    margin-bottom: 35px;
    padding: 31px 35px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail .list-base {
    margin-bottom: 25px;
    padding: 24px 25px 25px;
  }
}
.news-detail .list-base li {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  position: relative;
}
.news-detail .list-base li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #00ccd1;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 0;
}
.news-detail .list-base li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .news-detail .list-base li {
    margin-top: 10px;
    font-size: 17px;
  }
  .news-detail .list-base li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail .list-base li {
    margin-top: 10px;
    font-size: 16px;
  }
  .news-detail .list-base li::before {
    top: 9px;
  }
}

.news-icon {
  width: 90px;
  height: 24px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .news-icon {
    width: 80px;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
  }
}
.news-icon.news_info {
  background-color: #28c;
}
.news-icon.news_works {
  background-color: #00b3bb;
}
.news-icon.news_recruit {
  background-color: #5ae;
}

.new {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  color: #00ccd1;
}

.features-lead {
  width: auto;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .features-lead {
    height: 360px;
  }
}
@media screen and (max-width: 900px) {
  .features-lead {
    height: auto;
    display: block;
  }
}
.features-lead__copy {
  margin-left: 60px;
  width: 184px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.features-lead__copy br {
  display: none;
}
@media screen and (max-width: 1400px) {
  .features-lead__copy {
    margin-left: 40px;
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .features-lead__copy {
    margin-left: 30px;
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .features-lead__copy {
    margin: 0 auto 25px;
    width: auto;
    display: block;
  }
  .features-lead__copy br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .features-lead__copy {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .features-lead__copy__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .features-lead__copy__item {
    margin-top: 6px;
  }
}
.features-lead__copy__item:first-child {
  margin-top: 0;
}
.features-lead__copy__item__text {
  padding: 22px 0;
  height: auto;
  font-size: 26px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  background-color: #000;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .features-lead__copy__item__text {
    padding: 20px 0;
    font-size: 24px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .features-lead__copy__item__text {
    padding: 16px 0;
    font-size: 21px;
    line-height: 40px;
  }
}
@media screen and (max-width: 900px) {
  .features-lead__copy__item__text {
    padding: 10px 15px 9px;
    width: auto;
    height: auto;
    font-size: 21px;
    line-height: 1;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 599px) {
  .features-lead__copy__item__text {
    padding: 8px 12px 7px;
    font-size: 17px;
  }
}
.features-lead__copy__item__text strong {
  color: #00ccd1;
}
.features-lead__text {
  font-size: 19px;
  line-height: 2.47;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: justify;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}
@media screen and (max-width: 1400px) {
  .features-lead__text {
    line-height: 2.3;
  }
}
@media screen and (max-width: 1024px) {
  .features-lead__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .features-lead__text {
    font-size: 17px;
    line-height: 2;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 599px) {
  .features-lead__text {
    font-size: 16px;
    line-height: 1.9;
  }
}

.features-index-list__item {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .features-index-list__item {
    margin-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  .features-index-list__item {
    margin-top: 90px;
  }
}
@media screen and (max-width: 599px) {
  .features-index-list__item {
    margin-top: 60px;
  }
}
.features-index-list__item:first-child {
  margin-top: 0;
}
.features-index-list__item__photo {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .features-index-list__item__photo {
    height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .features-index-list__item__photo {
    margin: 0 -60px;
    width: auto;
    height: 36vw;
  }
}
@media screen and (max-width: 900px) {
  .features-index-list__item__photo {
    margin: 0 -50px;
    width: auto;
    height: 40vw;
  }
}
@media screen and (max-width: 599px) {
  .features-index-list__item__photo {
    margin: 0 -25px;
    width: auto;
    height: 50vw;
  }
}
.features-index-list__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-index-list__item__title {
  margin: -99px auto 28px;
  padding-top: 60px;
  padding-left: 0.1em;
  padding-bottom: 30px;
  width: 100%;
  max-width: 760px;
  font-size: 44px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  background-image: url(../img/common/three_dots.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 50% 100%;
}
@media screen and (max-width: 1500px) {
  .features-index-list__item__title {
    padding-top: 55px;
    max-width: 700px;
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .features-index-list__item__title {
    margin: -80px auto 23px;
    padding-bottom: 25px;
    padding-top: 45px;
    max-width: 600px;
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .features-index-list__item__title {
    margin: -55px auto 20px;
    padding-top: 35px;
    padding-bottom: 24px;
    max-width: 100%;
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .features-index-list__item__title {
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 25px;
    font-size: 25px;
  }
}
.features-index-list__item__title__en {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .features-index-list__item__title__en {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .features-index-list__item__title__en {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .features-index-list__item__title__en {
    font-size: 11px;
  }
}
.features-index-list__item .text-base {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1500px) {
  .features-index-list__item .text-base {
    max-width: 560px;
  }
}
@media screen and (max-width: 900px) {
  .features-index-list__item .text-base {
    max-width: 500px;
  }
}
@media screen and (max-width: 599px) {
  .features-index-list__item .text-base {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 350px) {
  .features-index-list__item .text-base {
    max-width: 100%;
  }
}
.features-index-list__item__btn-wrapper {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .features-index-list__item__btn-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .features-index-list__item__btn-wrapper {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .features-index-list__item__btn-wrapper {
    margin-top: 15px;
  }
}

.features-detail-lead {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.features-detail-lead__copy {
  margin-bottom: 25px;
  padding-left: 0.06em;
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .features-detail-lead__copy {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .features-detail-lead__copy {
    margin-bottom: 10px;
    font-size: 23px;
  }
}
@media screen and (max-width: 599px) {
  .features-detail-lead__copy {
    margin-bottom: 5px;
    font-size: 5.6vw;
    text-align: justify;
  }
}
.features-detail-lead .text-base {
  line-height: 2.1;
}
@media screen and (max-width: 900px) {
  .features-detail-lead .text-base {
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .features-detail-lead .text-base {
    line-height: 1.9;
  }
}

.features-detail-list__item {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .features-detail-list__item {
    margin: 120px auto 0;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1300px) {
  .features-detail-list__item {
    margin-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  .features-detail-list__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .features-detail-list__item {
    margin-top: 40px;
  }
}
.features-detail-list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1600px) {
  .features-detail-list__item:nth-child(2n) {
    flex-direction: row;
  }
}
.features-detail-list__item:nth-child(2n) .features-detail-list__item__title {
  right: auto;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .features-detail-list__item:nth-child(2n) .features-detail-list__item__title {
    left: auto;
  }
}
.features-detail-list__item__title {
  position: absolute;
  top: 10px;
  right: 0;
  width: 123px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1600px) {
  .features-detail-list__item__title {
    margin-top: 10px;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .features-detail-list__item__title {
    width: 115px;
  }
}
@media screen and (max-width: 900px) {
  .features-detail-list__item__title {
    margin-bottom: 25px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .features-detail-list__item__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .features-detail-list__item__title__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .features-detail-list__item__title__item {
    margin-top: 6px;
  }
}
.features-detail-list__item__title__item:first-child {
  margin-top: 0;
}
.features-detail-list__item__title__item__text {
  padding: 22px 0;
  height: auto;
  font-size: 24px;
  line-height: 54px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  background-color: #013;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .features-detail-list__item__title__item__text {
    padding: 18px 0;
    font-size: 21px;
    line-height: 51px;
  }
}
@media screen and (max-width: 900px) {
  .features-detail-list__item__title__item__text {
    padding: 15px 17px 14px;
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 1;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 599px) {
  .features-detail-list__item__title__item__text {
    padding: 11px 14px 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .features-detail-list__item__title__item__text {
    padding: 9px 11px 8px;
    font-size: 16px;
  }
}
.features-detail-list__item__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 1600px) {
  .features-detail-list__item__inner {
    margin: 0;
    max-width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .features-detail-list__item__inner {
    margin: 0;
    max-width: calc(100% - 115px - 60px);
  }
}
@media screen and (max-width: 900px) {
  .features-detail-list__item__inner {
    max-width: 100%;
  }
}
.features-detail-list__item__inner__text {
  font-size: 18px;
  line-height: 2.3;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .features-detail-list__item__inner__text {
    font-size: 17px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 599px) {
  .features-detail-list__item__inner__text {
    font-size: 16px;
    line-height: 1.9;
  }
}
.features-detail-list__item__inner__photo {
  margin-top: 40px;
  line-height: 0.1;
}
@media screen and (max-width: 900px) {
  .features-detail-list__item__inner__photo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .features-detail-list__item__inner__photo {
    margin-top: 20px;
  }
}

.patent-lead__copy {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.6;
  color: #00ccd1;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .patent-lead__copy {
    margin-bottom: 15px;
    font-size: 25px;
    text-align: justify;
  }
  .patent-lead__copy br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .patent-lead__copy {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .patent-lead__copy {
    font-size: 20px;
  }
}
.patent-lead__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.patent-lead__inner__text {
  width: calc(100% - 270px - 30px);
  font-size: 18px;
  line-height: 2.2;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .patent-lead__inner__text {
    text-align: justify;
  }
  .patent-lead__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .patent-lead__inner__text {
    width: calc(100% - 230px - 30px);
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .patent-lead__inner__text {
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
  }
}
.patent-lead__inner__photo {
  padding-top: 15px;
  width: 270px;
}
@media screen and (max-width: 900px) {
  .patent-lead__inner__photo {
    padding-top: 10px;
    width: 230px;
  }
}
@media screen and (max-width: 599px) {
  .patent-lead__inner__photo {
    margin-top: 20px;
    padding-top: 0;
    width: 100%;
  }
}

.patent-list {
  margin-bottom: 80px;
  padding: 10px 50px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .patent-list {
    margin-bottom: 60px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 599px) {
  .patent-list {
    margin: 0 -15px 40px;
    padding: 0px 25px;
  }
}
.patent-list__item {
  border-top: 1px dotted #bbb;
}
.patent-list__item:first-child {
  border-top: none;
}
.patent-list__item__link {
  padding: 40px 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .patent-list__item__link {
    padding: 30px 0;
  }
}
@media screen and (max-width: 900px) {
  .patent-list__item__link {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1025px) {
  .patent-list__item__link:hover {
    transform: translateX(5px);
  }
  .patent-list__item__link:hover .arrow-icon {
    transform: scale(1.4);
  }
}
.patent-list__item__link.nolink {
  cursor: auto;
}
@media screen and (min-width: 1025px) {
  .patent-list__item__link.nolink:hover {
    transform: translateX(0);
  }
  .patent-list__item__link.nolink:hover .arrow-icon {
    transform: scale(1);
  }
}
.patent-list__item__link.nolink .arrow-icon {
  display: none;
}
.patent-list__item__link__title {
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  position: relative;
}
.patent-list__item__link__title::before {
  content: "";
  margin: auto 0;
  width: 15px;
  height: 15px;
  border: 5px solid #00ccd1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 900px) {
  .patent-list__item__link__title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .patent-list__item__link__title {
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 18px;
  }
  .patent-list__item__link__title::before {
    top: 4px;
  }
}
.patent-list__item__link__detail {
  padding: 19px 30px 25px;
  background-color: #f3f5f7;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .patent-list__item__link__detail {
    padding: 17px 28px 23px;
  }
}
.patent-list__item__link__detail__text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .patent-list__item__link__detail__text {
    font-size: 15px;
  }
}
.patent-list__item__link__detail__list {
  margin-left: -20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .patent-list__item__link__detail__list {
    margin-left: 0;
  }
}
.patent-list__item__link__detail__list__item {
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.3;
  color: #678;
  position: relative;
  display: block;
}
.patent-list__item__link__detail__list__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #5ae;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .patent-list__item__link__detail__list__item {
    margin-left: 0;
    width: 100%;
    font-size: 15px;
  }
  .patent-list__item__link__detail__list__item::before {
    width: 7px;
    height: 7px;
  }
}
.patent-list__item__link .arrow-icon {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  top: 41px;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .patent-list__item__link .arrow-icon {
    top: 31px;
  }
}
@media screen and (max-width: 599px) {
  .patent-list__item__link .arrow-icon {
    top: 26px;
  }
}
.patent-list__item__link .arrow-icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 6px;
  left: 6px;
}
.patent-list__item__link .arrow-icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 9px;
}

#patent04 .patent-list {
  margin-bottom: 0;
}

.patent-inter {
  margin-left: 10px;
  width: 80px;
  height: 24px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #ee55a7;
  display: inline-block;
  border-radius: 12px;
  vertical-align: 6%;
}
@media screen and (max-width: 599px) {
  .patent-inter {
    margin-left: 5px;
    width: 66px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 10px;
    vertical-align: 8%;
  }
}

.construction-lead__copy {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.5;
  color: #00ccd1;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .construction-lead__copy {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .construction-lead__copy {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 350px) {
  .construction-lead__copy {
    font-size: 20px;
  }
}
.construction-lead__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.construction-lead__inner__text {
  width: calc(100% - 270px - 30px);
  font-size: 18px;
  line-height: 2.2;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .construction-lead__inner__text {
    text-align: justify;
  }
  .construction-lead__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .construction-lead__inner__text {
    width: calc(100% - 230px - 30px);
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .construction-lead__inner__text {
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
  }
}
.construction-lead__inner__photo {
  padding-top: 10px;
  width: 270px;
}
@media screen and (max-width: 900px) {
  .construction-lead__inner__photo {
    width: 230px;
  }
}
@media screen and (max-width: 599px) {
  .construction-lead__inner__photo {
    margin-top: 20px;
    padding-top: 0;
    width: 100%;
  }
}

.construction-list {
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .construction-list {
    margin: -40px -20px 0;
  }
}
@media screen and (max-width: 1300px) {
  .construction-list {
    margin: -40px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .construction-list {
    margin: -40px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .construction-list {
    margin: 0 0 0;
  }
}
.construction-list__item {
  margin-top: 40px;
  margin-left: 40px;
  width: calc((100% - 80px) / 3);
  position: relative;
}
.construction-list__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .construction-list__item {
    margin-top: 40px;
    margin-left: 40px;
    width: calc((100% - 40px) / 2);
  }
  .construction-list__item:nth-child(3n-2) {
    margin-left: 40px;
  }
  .construction-list__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .construction-list__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .construction-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
  .construction-list__item:nth-child(2n-1) {
    margin-left: 0;
  }
  .construction-list__item:first-child {
    margin-top: 0;
  }
}
.construction-list__item__icons {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50px;
  right: -30px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .construction-list__item__icons {
    width: 25px;
    top: 30px;
    right: -25px;
  }
}
@media screen and (max-width: 900px) {
  .construction-list__item__icons {
    width: 22px;
    top: 20px;
    right: -22px;
  }
}
.construction-list__item__icons__item {
  margin-top: 2px;
  width: 100%;
  height: 120px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1400px) {
  .construction-list__item__icons__item {
    height: 110px;
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .construction-list__item__icons__item {
    height: 100px;
    font-size: 14px;
  }
}
.construction-list__item__icons__item.construction {
  background-color: #00ccd1;
}
.construction-list__item__link {
  padding-bottom: 130px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .construction-list__item__link {
    padding-bottom: 0;
  }
}
.construction-list__item__link::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00ccd1;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .construction-list__item__link:hover {
    transform: translateY(-10px);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  }
  .construction-list__item__link:hover::before {
    background-color: #04a;
  }
  .construction-list__item__link:hover .construction-list__item__link__inner__icon {
    transform: scale(1.4);
  }
}
.construction-list__item__link__inner {
  padding: 40px 30px 75px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .construction-list__item__link__inner {
    padding: 40px 30px 60px;
  }
}
.construction-list__item__link__inner__title {
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 19px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/common/three_dots.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 50% 100%;
}
@media screen and (max-width: 599px) {
  .construction-list__item__link__inner__title {
    font-size: 18px;
  }
}
.construction-list__item__link__inner__text {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.construction-list__item__link__inner__text br {
  display: none;
}
.construction-list__item__link__inner__icon {
  margin: 0 auto;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .construction-list__item__link__inner__icon {
    bottom: 25px;
  }
}
.construction-list__item__link__inner__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 6px;
  left: 6px;
}
.construction-list__item__link__inner__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 9px;
}
.construction-list__item__link__photo {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .construction-list__item__link__photo {
    height: auto;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.construction-list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}

.construction-detail {
  padding: 70px;
  background-color: #f3f5f7;
  position: relative;
}
@media screen and (max-width: 900px) {
  .construction-detail {
    margin: 0 -20px;
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail {
    margin: 0 -15px;
    padding: 25px;
  }
}
@media screen and (max-width: 350px) {
  .construction-detail {
    margin: 0 -25px;
  }
}
.construction-detail::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00b7c7 30%, #006eb4 77%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .construction-detail::before {
    height: 1px;
  }
}
.construction-detail__icons {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .construction-detail__icons {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__icons {
    margin-bottom: 5px;
  }
}
.construction-detail__icons__item {
  padding-left: 0.06em;
  width: 120px;
  height: 30px;
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  display: none;
}
@media screen and (max-width: 900px) {
  .construction-detail__icons__item {
    width: 110px;
    height: 28px;
    font-size: 15px;
    line-height: 29px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__icons__item {
    width: 70px;
    width: 90px;
    height: 23px;
    font-size: 13px;
    line-height: 24px;
  }
}
.construction-detail__icons__item.construction {
  background-color: #00ccd1;
  display: block;
}
.construction-detail__title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .construction-detail__title {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.construction-detail__touroku {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 900px) {
  .construction-detail__touroku {
    margin-top: -10px;
    margin-bottom: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__touroku {
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.construction-detail .text-base {
  margin-top: -15px;
}
@media screen and (max-width: 900px) {
  .construction-detail .text-base {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail .text-base {
    margin-top: -5px;
  }
}
.construction-detail__youtube {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 900px) {
  .construction-detail__youtube {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__youtube {
    margin-top: 15px;
  }
}
.construction-detail__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.construction-detail .title-circle {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .construction-detail .title-circle {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail .title-circle {
    margin-top: 25px;
  }
}
.construction-detail .list-base {
  padding: 35px 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .construction-detail .list-base {
    padding: 31px 35px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail .list-base {
    padding: 24px 25px 25px;
  }
}
.construction-detail__links {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .construction-detail__links {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__links {
    margin-top: 18px;
  }
}
.construction-detail__links__item {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .construction-detail__links__item {
    margin-top: 7px;
  }
}
.construction-detail__links__item:first-child {
  margin-top: 0;
}
.construction-detail__links__item__link {
  padding-left: 1em;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  position: relative;
}
.construction-detail__links__item__link::before {
  content: "";
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #04a;
  position: absolute;
  top: 5px;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .construction-detail__links__item__link {
    padding-left: 0.8em;
    font-size: 17px;
  }
  .construction-detail__links__item__link::before {
    border-width: 4px 0 4px 8px;
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__links__item__link {
    font-size: 16px;
  }
  .construction-detail__links__item__link::before {
    border-width: 4px 0 4px 7px;
    top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .construction-detail__links__item__link:hover {
    color: #04a;
    transform: translateX(5px);
  }
  .construction-detail__links__item__link:hover::before {
    border-color: transparent transparent transparent #00ccd1;
  }
}
.construction-detail__flow-title {
  margin-top: 60px;
  padding-left: 0.06em;
  width: 100%;
  height: 40px;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #00ccd1;
}
@media screen and (max-width: 900px) {
  .construction-detail__flow-title {
    margin-top: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-title {
    margin-top: 30px;
    height: 36px;
    font-size: 16px;
    line-height: 38px;
  }
}
.construction-detail .flow {
  margin-top: 35px;
}
.construction-detail .flow::before {
  border-color: #55aaee;
}
@media screen and (max-width: 900px) {
  .construction-detail .flow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail .flow {
    margin-top: 20px;
  }
}
.construction-detail__flow-list {
  padding: 40px 40px 60px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .construction-detail__flow-list {
    padding: 35px 35px 40px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-list {
    padding: 30px 0;
  }
}
.construction-detail__flow-list__item {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-list__item {
    padding: 30px;
  }
}
.construction-detail__flow-list__item:first-child {
  padding-top: 0;
  border-top: none;
}
.construction-detail__flow-list__item:last-child {
  padding-bottom: 0;
}
.construction-detail__flow-list__item__step {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5ae;
}
@media screen and (max-width: 900px) {
  .construction-detail__flow-list__item__step {
    margin: 0 auto;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-list__item__step {
    width: 60px;
    height: 60px;
  }
}
.construction-detail__flow-list__item__step__text {
  padding-left: 0.06em;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .construction-detail__flow-list__item__step__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-list__item__step__text {
    font-size: 11px;
  }
}
.construction-detail__flow-list__item__step__text .number {
  width: 100%;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .construction-detail__flow-list__item__step__text .number {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-list__item__step__text .number {
    font-size: 24px;
  }
}
.construction-detail__flow-list__item__inner {
  padding-top: 15px;
  width: calc(100% - 80px - 25px);
}
@media screen and (max-width: 900px) {
  .construction-detail__flow-list__item__inner {
    width: 100%;
  }
}
.construction-detail__flow-list__item__inner__title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .construction-detail__flow-list__item__inner__title {
    letter-spacing: normal;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-list__item__inner__title {
    font-size: 17px;
  }
}
.construction-detail__flow-list__item__inner__text {
  margin-top: 7px;
  font-size: 17px;
  line-height: 1.75;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .construction-detail__flow-list__item__inner__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-list__item__inner__text {
    margin-top: 6px;
    font-size: 15px;
  }
}
.construction-detail__flow-list__item__inner__photo {
  margin-top: 15px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .construction-detail__flow-list__item__inner__photo {
    margin-top: 11px;
  }
}

.machinery-list {
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .machinery-list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 900px) {
  .machinery-list {
    margin: -25px -20px 0;
  }
}
@media screen and (max-width: 599px) {
  .machinery-list {
    margin: 0;
  }
}
.machinery-list__item {
  margin-top: 40px;
  margin-left: 40px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1400px) {
  .machinery-list__item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .machinery-list__item {
    margin-top: 25px;
    margin-left: 25px;
    width: calc((100% - 25px) / 2);
  }
}
.machinery-list__item:nth-child(2n-1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .machinery-list__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .machinery-list__item:first-child {
    margin-top: 0;
  }
}
.machinery-list__item__link {
  padding-bottom: 200px;
  height: 100%;
  background-color: #013;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .machinery-list__item__link {
    padding-bottom: 16.7vw;
  }
}
@media screen and (max-width: 599px) {
  .machinery-list__item__link {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .machinery-list__item__link:hover {
    transform: translateY(-10px);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  }
  .machinery-list__item__link:hover::before {
    background-color: #04a;
  }
  .machinery-list__item__link:hover .machinery-list__item__link__inner__icon {
    transform: scale(1.4);
  }
}
.machinery-list__item__link__icons {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50px;
  right: -30px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .machinery-list__item__link__icons {
    width: 25px;
    top: 30px;
    right: -25px;
  }
}
@media screen and (max-width: 900px) {
  .machinery-list__item__link__icons {
    width: 22px;
    top: 20px;
    right: -22px;
  }
}
.machinery-list__item__link__icons__item {
  margin-top: 2px;
  width: 100%;
  height: 120px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1400px) {
  .machinery-list__item__link__icons__item {
    height: 110px;
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .machinery-list__item__link__icons__item {
    height: 100px;
    font-size: 14px;
  }
}
.machinery-list__item__link__icons__item.josei {
  background-color: #00ccd1;
}
.machinery-list__item__link__icons__item.kokusai {
  background-color: #5ae;
}
.machinery-list__item__link__inner {
  padding: 55px 60px 90px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .machinery-list__item__link__inner {
    padding: 40px 30px 67px;
  }
}
.machinery-list__item__link__inner__title {
  margin-bottom: 20px;
  padding-bottom: 25px;
  padding-left: 0.06em;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/common/three_dots.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 50% 100%;
}
@media screen and (max-width: 900px) {
  .machinery-list__item__link__inner__title {
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .machinery-list__item__link__inner__title {
    font-size: 20px;
  }
}
.machinery-list__item__link__inner__text {
  font-size: 17px;
  line-height: 1.8;
  color: #fff;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.machinery-list__item__link__inner__text br {
  display: none;
}
@media screen and (max-width: 900px) {
  .machinery-list__item__link__inner__text {
    font-size: 16px;
    line-height: 1.7;
  }
}
.machinery-list__item__link__inner__icon {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.4);
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.machinery-list__item__link__inner__icon::before {
  content: "";
  margin: auto auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.machinery-list__item__link__inner__icon::after {
  content: "";
  margin: auto auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .machinery-list__item__link__inner__icon {
    width: 28px;
    height: 28px;
    bottom: 25px;
  }
  .machinery-list__item__link__inner__icon::before {
    width: 16px;
    height: 16px;
  }
}
.machinery-list__item__link__photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .machinery-list__item__link__photo {
    height: 16.7vw;
  }
}
@media screen and (max-width: 599px) {
  .machinery-list__item__link__photo {
    height: auto;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.machinery-list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.machinery-detail {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1600px) {
  .machinery-detail {
    margin: 0 -20px;
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  .machinery-detail {
    margin: 0 auto;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .machinery-detail {
    max-width: 760px;
  }
}
.machinery-detail__photos {
  width: 520px;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 1600px) {
  .machinery-detail__photos {
    width: 460px;
  }
}
@media screen and (max-width: 1400px) {
  .machinery-detail__photos {
    width: 420px;
  }
}
@media screen and (max-width: 1200px) {
  .machinery-detail__photos {
    width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .machinery-detail__photos {
    margin-bottom: 50px;
    padding-right: 10vw;
    width: 100%;
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 900px) {
  .machinery-detail__photos {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__photos {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.machinery-detail__photos .machinery-detail-slider__item {
  aspect-ratio: 100/100;
  overflow: hidden;
  position: relative;
}
.machinery-detail__photos .machinery-detail-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.machinery-detail__photos .machinery-detail-slider__item div {
  line-height: 0.1;
}
.machinery-detail__photos .slick-dots {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .machinery-detail__photos .slick-dots {
    width: 9vw;
    top: 0;
    right: -10vw;
    position: absolute;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__photos .slick-dots {
    width: 100%;
    top: auto;
    right: auto;
    position: relative;
  }
}
.machinery-detail__photos .slick-dots li {
  aspect-ratio: 100/100;
  margin-top: 10px;
  margin-left: 10px;
  width: calc((100% - 50px) / 6);
  height: auto;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
}
.machinery-detail__photos .slick-dots li:nth-child(6n-5) {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .machinery-detail__photos .slick-dots li {
    margin-top: 5px;
    margin-left: 5px;
    width: calc((100% - 25px) / 6);
  }
}
@media screen and (max-width: 1024px) {
  .machinery-detail__photos .slick-dots li {
    margin-top: 1vw;
    margin-left: 0;
    width: 100%;
  }
  .machinery-detail__photos .slick-dots li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__photos .slick-dots li {
    margin-top: 3px;
    margin-left: 3px;
    width: calc((100% - 25px) / 6);
  }
  .machinery-detail__photos .slick-dots li:nth-child(6n-5) {
    margin-top: 3px;
    margin-left: 0;
  }
}
.machinery-detail__photos .slick-dots li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 8px solid #00ccd1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .machinery-detail__photos .slick-dots li::before {
    border: 6px solid #00ccd1;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__photos .slick-dots li::before {
    border: 5px solid #00ccd1;
  }
}
@media screen and (min-width: 1025px) {
  .machinery-detail__photos .slick-dots li:hover::before {
    opacity: 0.4;
  }
}
.machinery-detail__photos .slick-dots li.slick-active::before {
  opacity: 0.4;
}
.machinery-detail__photos .slick-dots li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.machinery-detail__inner {
  width: calc(100% - 520px - 70px);
}
@media screen and (max-width: 1600px) {
  .machinery-detail__inner {
    width: calc(100% - 460px - 50px);
  }
}
@media screen and (max-width: 1400px) {
  .machinery-detail__inner {
    width: calc(100% - 420px - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .machinery-detail__inner {
    width: calc(100% - 380px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .machinery-detail__inner {
    width: 100%;
  }
}
.machinery-detail__inner__icons {
  display: flex;
  justify-content: flex-start;
}
.machinery-detail__inner__icons__item {
  margin-bottom: 25px;
  width: 130px;
  height: 30px;
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .machinery-detail__inner__icons__item {
    margin-bottom: 20px;
    width: 120px;
    height: 28px;
    font-size: 15px;
    line-height: 29px;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner__icons__item {
    margin-bottom: 15px;
    width: 100px;
    height: 23px;
    font-size: 13px;
    line-height: 24px;
  }
}
.machinery-detail__inner__icons__item.josei {
  background-color: #00ccd1;
}
.machinery-detail__inner__icons__item.kokusai {
  background-color: #5ae;
}
.machinery-detail__inner__title {
  font-size: 36px;
  line-height: 1.3;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .machinery-detail__inner__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner__title {
    font-size: 6.5vw;
  }
}
.machinery-detail__inner .text-base {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner .text-base {
    margin-top: 10px;
  }
}
.machinery-detail__inner .title-circle {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .machinery-detail__inner .title-circle {
    margin-top: 35px;
  }
}
.machinery-detail__inner .list-base {
  padding: 35px 40px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .machinery-detail__inner .list-base {
    padding: 31px 35px;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner .list-base {
    padding: 24px 25px 25px;
  }
}
.machinery-detail__inner__movie {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.machinery-detail__inner__movie iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.machinery-detail__inner .table-base {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  vertical-align: baseline;
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner .table-base {
    margin: 0;
  }
}
.machinery-detail__inner .table-base tbody th {
  width: 30%;
  padding: 22px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #026;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #eef3f7;
  border: 1px solid #bcd;
  border-left-color: #00ccd1;
}
@media screen and (max-width: 900px) {
  .machinery-detail__inner .table-base tbody th {
    padding: 20px 10px;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner .table-base tbody th {
    padding: 15px 5px;
    width: 35%;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .machinery-detail__inner .table-base tbody th {
    padding: 15px 5px;
    font-size: 11px;
  }
}
.machinery-detail__inner .table-base tbody td {
  padding: 22px 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bcd;
  border-left: none;
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner .table-base tbody td {
    padding: 15px 10px;
    width: 65%;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .machinery-detail__inner .table-base tbody td {
    padding: 10px 5px;
    font-size: 11px;
  }
}
.machinery-detail__inner__method {
  margin-top: 50px;
  padding: 30px;
  background-color: #eef3f7;
}
@media screen and (max-width: 900px) {
  .machinery-detail__inner__method {
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner__method {
    margin-top: 20px;
    padding: 25px;
  }
}
.machinery-detail__inner__method__title {
  padding-left: 0.06em;
  width: 100%;
  height: 40px;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #00ccd1;
}
@media screen and (max-width: 900px) {
  .machinery-detail__inner__method__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner__method__title {
    height: 36px;
    font-size: 16px;
    line-height: 38px;
  }
}
.machinery-detail__inner__method__list {
  margin: 10px 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner__method__list {
    margin: 5px -15px;
  }
}
.machinery-detail__inner__method__list__item {
  margin: 15px 15px 0;
}
.machinery-detail__inner__method__list__item__link {
  padding-left: 21px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  position: relative;
  display: block;
}
.machinery-detail__inner__method__list__item__link::before {
  content: "";
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #5ae;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .machinery-detail__inner__method__list__item__link {
    padding-left: 16px;
  }
  .machinery-detail__inner__method__list__item__link::before {
    border-width: 4px 0 4px 8px;
    top: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .machinery-detail__inner__method__list__item__link:hover {
    color: #5ae;
    transform: translateX(5px);
  }
}
.machinery-detail__btn {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .machinery-detail__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .machinery-detail__btn {
    margin-top: 30px;
  }
}

.recruit-lead__photos {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .recruit-lead__photos {
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__photos {
    margin-top: 20px;
  }
}
.recruit-lead__photos__item {
  width: 50%;
  overflow: hidden;
  aspect-ratio: 50/30;
}
.recruit-lead__photos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-data {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .recruit-data {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-data {
    margin-top: -10px;
  }
}
.recruit-data__item {
  margin-top: 30px;
  width: calc((100% - 60px) / 3);
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .recruit-data__item {
    margin-top: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .recruit-data__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
}
.recruit-data__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}

@media screen and (max-width: 599px) {
  .recruit-list {
    margin: 0 -25px;
  }
}
.recruit-list__item {
  border-bottom: 1px dotted #bbb;
}
.recruit-list__item:first-child {
  border-top: 1px dotted #bbb;
}
.recruit-list__item__link {
  padding: 40px 72px 40px 25px;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .recruit-list__item__link {
    padding: 35px 72px 35px 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-list__item__link {
    padding: 25px 50px 23px 25px;
  }
}
@media screen and (min-width: 1025px) {
  .recruit-list__item__link:hover {
    background-color: rgba(238, 243, 247, 0.3);
  }
  .recruit-list__item__link:hover .recruit-list__item__link__icon {
    background-color: rgba(0, 204, 209, 0.3);
    transform: scale(1.4);
  }
}
.recruit-list__item__link__icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.recruit-list__item__link__icons .recruit-icon {
  margin-right: 5px;
}
.recruit-list__item__link__icons .recruit-urgent {
  margin-right: 5px;
}
.recruit-list__item__link__text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 900px) {
  .recruit-list__item__link__text {
    margin-top: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-list__item__link__text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.recruit-list__item__link__icon {
  margin: auto 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .recruit-list__item__link__icon {
    right: 15px;
  }
}
.recruit-list__item__link__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.recruit-list__item__link__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}

.recruit-title {
  margin-bottom: 35px;
  padding-left: 32px;
  background-image: url(../img/common/title_icon.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 0 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .recruit-title {
    margin-bottom: 30px;
    padding-left: 30px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 599px) {
  .recruit-title {
    margin-bottom: 25px;
    padding-left: 24px;
    background-size: 16px auto;
    background-position: 0 3px;
  }
}
.recruit-title__text {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .recruit-title__text {
    margin-right: 10px;
    margin-bottom: 7px;
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-title__text {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
    font-size: 19px;
  }
}
.recruit-title__icons {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .recruit-title__icons {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-title__icons {
    margin-bottom: 0;
  }
}
.recruit-title__icons .recruit-icon {
  margin-right: 5px;
}
.recruit-title__icons .recruit-urgent {
  margin-right: 5px;
}

.recruit-detail__item {
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruit-detail__item:last-child {
  border-bottom: 1px dotted #bbb;
}
.recruit-detail__item__title {
  padding: 38px 0 38px 25px;
  width: 160px;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  position: relative;
}
@media screen and (max-width: 900px) {
  .recruit-detail__item__title {
    padding: 33px 0 33px 25px;
    width: 150px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail__item__title {
    padding: 20px 0 0 20px;
    width: 100%;
    font-size: 16px;
  }
}
.recruit-detail__item__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00b7c7 30%, #006eb4 77%);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .recruit-detail__item__title::before {
    width: 25%;
  }
}
.recruit-detail__item__title::after {
  content: "";
  margin: auto 0;
  width: 15px;
  height: 15px;
  border: 5px solid #00ccd1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 45px;
}
@media screen and (max-width: 900px) {
  .recruit-detail__item__title::after {
    top: 39px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail__item__title::after {
    width: 12px;
    height: 12px;
    border: 4px solid #00ccd1;
    top: 27px;
  }
}
.recruit-detail__item__text {
  padding: 38px 0 38px 40px;
  width: calc(100% - 160px);
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 900px) {
  .recruit-detail__item__text {
    padding: 33px 0 33px 35px;
    width: calc(100% - 150px);
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail__item__text {
    padding: 0 0 20px 20px;
    width: 100%;
    font-size: 16px;
  }
}

.recruit-icon {
  width: 90px;
  height: 24px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
}
@media screen and (max-width: 599px) {
  .recruit-icon {
    width: 80px;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 10px;
  }
}
.recruit-icon.sales {
  background-color: #28c;
}
.recruit-icon.technical {
  background-color: #00b3bb;
}
.recruit-icon.office {
  background-color: #5ae;
}

.recruit-new {
  width: 70px;
  height: 24px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #8ab;
  display: inline-block;
  border-radius: 12px;
}
@media screen and (max-width: 599px) {
  .recruit-new {
    width: 60px;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 10px;
  }
}

.recruit-urgent {
  width: 70px;
  height: 24px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #ee55a7;
  display: inline-block;
  border-radius: 12px;
}
@media screen and (max-width: 599px) {
  .recruit-urgent {
    width: 60px;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 10px;
  }
}

.recruit-btn {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.recruit-btn .back {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200px;
}
@media screen and (max-width: 900px) {
  .recruit-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-btn {
    margin-top: 30px;
    text-align: center;
  }
  .recruit-btn .back {
    margin-top: 10px;
    position: relative;
    top: auto;
    left: auto;
    min-width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-btn:has(.back) {
    text-align: right;
  }
}
@media screen and (max-width: 599px) {
  .recruit-btn:has(.back) {
    text-align: center;
  }
}

.works-copy {
  padding-left: 0.1em;
  font-size: 32px;
  line-height: 1.5;
  color: #00ccd1;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  font-weight: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .works-copy {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .works-copy {
    font-size: 23px;
  }
}
@media screen and (max-width: 599px) {
  .works-copy {
    font-size: 22px;
    text-align: justify;
  }
}

.works-lead {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 40px;
  padding-left: 0.1em;
  font-size: 18px;
  line-height: 2.2;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  font-weight: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .works-lead {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .works-lead {
    margin-bottom: 20px;
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
  }
  .works-lead br {
    display: none;
  }
}
.works-lead::before {
  content: "";
  margin: 0 auto;
  width: 4px;
  height: 25px;
  background: linear-gradient(#00b7c7 30%, #006eb4 77%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .works-lead {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 1.8;
    text-align: justify;
  }
  .works-lead::before {
    display: none;
  }
  .works-lead br {
    display: none;
  }
}

.works-list {
  margin-top: -20px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .works-list {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1300px) {
  .works-list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .works-list {
    margin-top: -10px;
  }
}
@media screen and (max-width: 900px) {
  .works-list {
    margin: -15px -20px 0;
  }
}
@media screen and (max-width: 599px) {
  .works-list {
    margin: -10px -15px 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 350px) {
  .works-list {
    margin: -5px -20px 0;
    justify-content: space-between;
  }
}
.works-list__item {
  margin-top: 20px;
  margin-left: 20px;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 1500px) {
  .works-list__item {
    margin-top: 15px;
    margin-left: 15px;
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 1300px) {
  .works-list__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .works-list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 30px) / 4);
  }
}
.works-list__item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .works-list__item {
    margin-top: 15px;
    margin-left: 15px;
    width: calc((100% - 30px) / 3);
  }
  .works-list__item:nth-child(4n-3) {
    margin-left: 15px;
  }
  .works-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .works-list__item {
    margin-top: 10px;
    margin-left: 0;
    width: calc((100% - 10px) / 2);
  }
  .works-list__item:nth-child(4n-3) {
    margin-left: 0;
  }
}
@media screen and (max-width: 350px) {
  .works-list__item {
    margin-top: 5px;
    width: calc((100% - 5px) / 2);
  }
}
.works-list__item__link {
  padding: 30px 30px 64px 30px;
  height: 100%;
  background-color: #f3f5f7;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .works-list__item__link {
    padding: 25px 25px 55px 25px;
  }
}
@media screen and (max-width: 599px) {
  .works-list__item__link {
    padding: 23px 20px 50px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .works-list__item__link:hover {
    background-color: #e7eef3;
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  .works-list__item__link:hover .works-list__item__link__icon {
    transform: scale(1.4);
  }
}
.works-list__item__link__text {
  font-size: 17px;
  line-height: 1.45;
  color: #000;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .works-list__item__link__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .works-list__item__link__text {
    font-size: 15px;
  }
}
.works-list__item__link__date {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #789;
}
@media screen and (max-width: 599px) {
  .works-list__item__link__date {
    margin-top: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .works-list__item__link__date {
    margin-top: 4px;
    font-size: 12px;
  }
}
.works-list__item__link__icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  bottom: 0;
  left: 0;
}
.works-list__item__link__icons__item {
  padding-left: 0.06em;
  width: 50%;
  height: 25px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1024px) {
  .works-list__item__link__icons__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .works-list__item__link__icons__item {
    height: 22px;
    font-size: 12px;
    line-height: 23px;
  }
}
.works-list__item__link__icons__item.place {
  background-color: #013;
  display: block;
}
.works-list__item__link__icons__item.civil {
  background-color: #28c;
  display: block;
}
.works-list__item__link__icons__item.architecture {
  background-color: #a366d3;
  display: block;
}
.works-list__item__link__icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  bottom: 35px;
  right: 10px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .works-list__item__link__icon {
    bottom: 32px;
  }
}
.works-list__item__link__icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}
.works-list__item__link__icon::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
}

.works-detail {
  padding: 70px;
  background-color: #f3f5f7;
  position: relative;
}
@media screen and (max-width: 900px) {
  .works-detail {
    margin: 0 -20px;
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail {
    margin: 0 -15px;
    padding: 25px;
  }
}
@media screen and (max-width: 350px) {
  .works-detail {
    margin: 0 -25px;
  }
}
.works-detail::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00b7c7 30%, #006eb4 77%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .works-detail::before {
    height: 1px;
  }
}
.works-detail__photo {
  margin-bottom: 40px;
  width: 100%;
  line-height: 0.1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .works-detail__photo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail__photo {
    margin-bottom: 15px;
  }
}
.works-detail__title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .works-detail__title {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.works-detail__icons {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .works-detail__icons {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail__icons {
    margin-bottom: 20px;
  }
}
.works-detail__icons__item {
  padding-left: 0.06em;
  width: 90px;
  height: 25px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  display: none;
}
@media screen and (max-width: 599px) {
  .works-detail__icons__item {
    width: 70px;
    max-width: 25%;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
  }
}
.works-detail__icons__item.place {
  background-color: #013;
  display: block;
}
.works-detail__icons__item.civil {
  background-color: #28c;
  display: block;
}
.works-detail__icons__item.civil::before {
  content: "土木施工";
}
.works-detail__icons__item.architecture {
  background-color: #a366d3;
  display: block;
}
.works-detail__icons__item.architecture::before {
  content: "建築施工";
}
.works-detail__icons__item.js {
  background-color: #00ccd1;
  display: block;
}
.works-detail__icons__item.jps {
  background-color: #e377aa;
  display: block;
}
.works-detail .text-base {
  margin-top: -15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .works-detail .text-base {
    margin-top: -10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail .text-base {
    margin-top: -5px;
    margin-bottom: 15px;
  }
}
.works-detail .company {
  margin: 0;
  width: 100%;
}

.about-greeting__photo {
  margin-bottom: 70px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .about-greeting__photo {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .about-greeting__photo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .about-greeting__photo {
    margin-bottom: 20px;
  }
}
.about-greeting__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.about-greeting__inner__copy {
  margin-bottom: 45px;
  padding-bottom: 40px;
  font-size: 40px;
  line-height: 1.77;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.12em;
  position: relative;
}
.about-greeting__inner__copy::before {
  content: "";
  width: 50px;
  height: 2px;
  background: linear-gradient(to right, #006eb4 30%, #00b7c7 77%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .about-greeting__inner__copy {
    margin-bottom: 28px;
    padding-bottom: 23px;
    font-size: 35px;
  }
  .about-greeting__inner__copy::before {
    width: 40px;
    height: 2px;
  }
}
@media screen and (max-width: 599px) {
  .about-greeting__inner__copy {
    margin-bottom: 18px;
    padding-bottom: 15px;
    font-size: 5.7vw;
    line-height: 1.6;
  }
  .about-greeting__inner__copy::before {
    width: 25px;
    height: 1px;
  }
}
.about-greeting__inner__text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2.4;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .about-greeting__inner__text {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 599px) {
  .about-greeting__inner__text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2;
  }
}
.about-greeting__inner__name {
  font-size: 32px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  text-align: right;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .about-greeting__inner__name {
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .about-greeting__inner__name {
    font-size: 25px;
  }
}
.about-greeting__inner__name__company {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  vertical-align: 40%;
}
@media screen and (max-width: 900px) {
  .about-greeting__inner__name__company {
    margin-right: 10px;
    font-size: 15px;
    vertical-align: 35%;
  }
}
@media screen and (max-width: 599px) {
  .about-greeting__inner__name__company {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
    vertical-align: 20%;
    display: block;
  }
}
.about-greeting__inner__name__position {
  margin-right: 15px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  vertical-align: 40%;
}
@media screen and (max-width: 900px) {
  .about-greeting__inner__name__position {
    margin-right: 10px;
    font-size: 15px;
    vertical-align: 35%;
  }
}
@media screen and (max-width: 599px) {
  .about-greeting__inner__name__position {
    margin-right: 7px;
    font-size: 13px;
    vertical-align: 20%;
  }
}

.about-history {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .about-history {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .about-history {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-history {
    margin-bottom: 25px;
  }
}
.about-history__item {
  padding: 20px 30px 17px;
  border-bottom: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .about-history__item {
    padding: 18px 10px 15px;
  }
}
.about-history__item:first-child {
  border-top: 1px dotted #bbb;
}
.about-history__item__year {
  width: 225px;
  font-size: 18px;
  line-height: 1;
  color: #678;
}
@media screen and (max-width: 900px) {
  .about-history__item__year {
    width: 200px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .about-history__item__year {
    width: 100%;
    font-size: 16px;
  }
}
.about-history__item__year .number {
  font-size: 44px;
  color: #00ccd1;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  vertical-align: -25%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .about-history__item__year .number {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .about-history__item__year .number {
    font-size: 32px;
    vertical-align: -20%;
  }
}
.about-history__item__text {
  padding: 10px 0 10px 55px;
  width: calc(100% - 225px);
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  background-image: url(../img/common/three_dots.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 0 20px;
}
@media screen and (max-width: 900px) {
  .about-history__item__text {
    padding: 8px 0 8px 52px;
    width: calc(100% - 200px);
    font-size: 17px;
    background-position: 0 17px;
  }
}
@media screen and (max-width: 599px) {
  .about-history__item__text {
    margin-top: 6px;
    padding: 0 0 0 30px;
    width: 100%;
    font-size: 16px;
    background-size: 20px auto;
    background-position: 0 10px;
  }
}

.map {
  margin-top: 50px;
  width: 100%;
  aspect-ratio: 100/50;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .map {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .map {
    margin: 10px -10px 0;
    width: calc(100% + 20px);
    aspect-ratio: 100/70;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.membership-lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.membership-lead__inner__copy {
  margin-bottom: 45px;
  padding-bottom: 40px;
  font-size: 40px;
  line-height: 1.77;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.12em;
  position: relative;
}
.membership-lead__inner__copy::before {
  content: "";
  width: 50px;
  height: 2px;
  background: linear-gradient(to right, #006eb4 30%, #00b7c7 77%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .membership-lead__inner__copy {
    margin-bottom: 28px;
    padding-bottom: 23px;
    font-size: 35px;
  }
  .membership-lead__inner__copy::before {
    width: 40px;
    height: 2px;
  }
}
@media screen and (max-width: 599px) {
  .membership-lead__inner__copy {
    margin-bottom: 18px;
    padding-bottom: 15px;
    font-size: 5.7vw;
    line-height: 1.6;
    letter-spacing: 0.09em;
  }
  .membership-lead__inner__copy::before {
    width: 25px;
    height: 1px;
  }
}
@media screen and (max-width: 350px) {
  .membership-lead__inner__copy {
    letter-spacing: 0.06em;
  }
}
.membership-lead__inner__text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2.4;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .membership-lead__inner__text {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 599px) {
  .membership-lead__inner__text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2;
  }
}
.membership-lead__inner .title-circle {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .membership-lead__inner .title-circle {
    margin-top: 30px;
  }
}
.membership-lead__inner__point {
  padding: 25px;
  background-color: #f3f5f7;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .membership-lead__inner__point {
    padding: 15px;
  }
}
.membership-lead__inner__point__item {
  padding: 30px 10px 30px calc(10px + 0.06em);
  width: calc((100% - 20px) / 3);
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .membership-lead__inner__point__item {
    padding: 25px 5px 25px calc(5px + 0.06em);
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .membership-lead__inner__point__item {
    margin-top: 5px;
    padding: 20px 5px 20px calc(5px + 0.06em);
    width: 100%;
    font-size: 16px;
  }
}
.membership-lead__inner__point__item:nth-child(1) {
  margin-top: 0;
  background-color: #28c;
}
.membership-lead__inner__point__item:nth-child(2) {
  background-color: #00ccd1;
}
.membership-lead__inner__point__item:nth-child(3) {
  background-color: #5ae;
}

.membership-voice__photo {
  margin-bottom: 60px;
  width: 100%;
  line-height: 0.1;
}
@media screen and (max-width: 900px) {
  .membership-voice__photo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .membership-voice__photo {
    margin-bottom: 20px;
  }
}
.membership-voice__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.membership-voice__inner__copy {
  margin-bottom: 15px;
  padding-left: 0.1em;
  font-size: 36px;
  line-height: 1.5;
  color: #00ccd1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .membership-voice__inner__copy {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .membership-voice__inner__copy {
    margin-bottom: 12px;
    padding-left: 0;
    font-size: 5.4vw;
    line-height: 1.4;
    letter-spacing: normal;
  }
}
.membership-voice__inner__text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2.4;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .membership-voice__inner__text {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .membership-voice__inner__text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.9;
  }
}
.membership-voice__inner__message {
  margin-top: 50px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .membership-voice__inner__message {
    margin-top: 40px;
    padding: 35px;
  }
}
@media screen and (max-width: 599px) {
  .membership-voice__inner__message {
    margin-top: 30px;
    padding: 25px;
  }
}
.membership-voice__inner__message__title {
  margin-bottom: 15px;
  padding: 17px 20px 15px 52px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background-color: #28c;
  background-image: url(../img/common/icon_message.svg);
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-position: 15px 50%;
}
@media screen and (max-width: 900px) {
  .membership-voice__inner__message__title {
    padding: 16px 20px 14px 50px;
    font-size: 18px;
    background-size: 24px auto;
    background-position: 15px 50%;
  }
}
@media screen and (max-width: 599px) {
  .membership-voice__inner__message__title {
    margin-bottom: 12px;
    padding: 13px 15px 11px 36px;
    font-size: 16px;
    background-size: 20px auto;
    background-position: 10px 50%;
  }
}
.membership-voice__inner__name {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  text-align: right;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .membership-voice__inner__name {
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 599px) {
  .membership-voice__inner__name {
    margin-top: 15px;
    font-size: 3.9vw;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 350px) {
  .membership-voice__inner__name {
    font-size: 3.8vw;
  }
}
.membership-voice__inner__name__position {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  vertical-align: 30%;
  display: block;
}
@media screen and (max-width: 900px) {
  .membership-voice__inner__name__position {
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: 25%;
  }
}
@media screen and (max-width: 599px) {
  .membership-voice__inner__name__position {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
    display: block;
  }
}

.membership-faq-list__item {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .membership-faq-list__item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .membership-faq-list__item {
    margin-top: 10px;
  }
}
.membership-faq-list__item__q {
  padding: 27px 74px 25px 105px;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  background-color: #f3f5f7;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .membership-faq-list__item__q {
    padding: 23px 70px 22px 90px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .membership-faq-list__item__q {
    padding: 19px 40px 18px 55px;
    font-size: 16px;
  }
}
.membership-faq-list__item__q::before {
  content: "";
  margin: auto 0;
  width: 24px;
  height: 2px;
  background-color: #55aaee;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .membership-faq-list__item__q::before {
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .membership-faq-list__item__q::before {
    width: 17px;
    height: 1px;
    right: 15px;
  }
}
.membership-faq-list__item__q::after {
  content: "";
  margin: auto 0;
  width: 24px;
  height: 2px;
  background-color: #55aaee;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .membership-faq-list__item__q::after {
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .membership-faq-list__item__q::after {
    width: 17px;
    height: 1px;
    right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .membership-faq-list__item__q:hover {
    color: #fff;
    background-color: #00ccd1;
  }
  .membership-faq-list__item__q:hover::before {
    background-color: #fff;
  }
  .membership-faq-list__item__q:hover::after {
    background-color: #fff;
  }
  .membership-faq-list__item__q:hover .icon-q {
    background-color: #000;
  }
}
.membership-faq-list__item__q.close::before {
  transform: rotate(90deg);
}
.membership-faq-list__item__q .icon-q {
  width: 80px;
  height: 100%;
  background-color: #00ccd1;
  background-image: url(../img/common/q.svg);
  background-repeat: no-repeat;
  background-size: 25% auto;
  background-position: 50% 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .membership-faq-list__item__q .icon-q {
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .membership-faq-list__item__q .icon-q {
    width: 46px;
  }
}
.membership-faq-list__item__a {
  padding: 30px 0 40px 80px;
}
@media screen and (max-width: 900px) {
  .membership-faq-list__item__a {
    padding: 20px 0 20px 70px;
  }
}
@media screen and (max-width: 599px) {
  .membership-faq-list__item__a {
    padding: 15px 0;
  }
}

.faq-lead {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .faq-lead {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  .faq-lead {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .faq-lead {
    margin-bottom: 20px;
  }
}
.faq-lead__title {
  margin: 0 auto 40px;
  padding-left: 0.06em;
  width: 760px;
  height: 100px;
  font-size: 40px;
  line-height: 102px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #013;
  border-radius: 50px;
  position: relative;
}
.faq-lead__title::before {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 18px 10px 0 10px;
  border-style: solid;
  border-color: #013 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
}
@media screen and (max-width: 1024px) {
  .faq-lead__title {
    margin: 0 auto 30px;
    width: 700px;
    height: 90px;
    font-size: 36px;
    line-height: 92px;
    border-radius: 45px;
  }
}
.faq-lead__title br {
  display: none;
}
@media screen and (max-width: 900px) {
  .faq-lead__title {
    margin-bottom: 35px;
    padding-top: 22px;
    width: 580px;
    max-width: 100%;
    height: 120px;
    font-size: 35px;
    line-height: 1.1;
    border-radius: 60px;
  }
  .faq-lead__title br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .faq-lead__title {
    margin: 0 auto 20px;
    padding-top: 17px;
    width: 100%;
    height: 80px;
    font-size: 22px;
    border-radius: 10px;
  }
  .faq-lead__title::before {
    border-width: 10px 6px 0 6px;
    bottom: -10px;
  }
}
@media screen and (max-width: 350px) {
  .faq-lead__title {
    margin: 0 auto 15px;
    padding-top: 17px;
    height: 74px;
    font-size: 19px;
    border-radius: 10px;
  }
}
.faq-lead__title .blue {
  color: #5ae;
}
.faq-lead__title .yellow {
  color: #fd0;
}
.faq-lead__title .ill01 {
  width: 91px;
  position: absolute;
  bottom: 0;
  left: 67px;
}
@media screen and (max-width: 1024px) {
  .faq-lead__title .ill01 {
    width: 72.8px;
  }
}
@media screen and (max-width: 900px) {
  .faq-lead__title .ill01 {
    width: 81.9px;
    left: 55px;
  }
}
@media screen and (max-width: 599px) {
  .faq-lead__title .ill01 {
    width: 54.6px;
    left: 15px;
  }
}
@media screen and (max-width: 350px) {
  .faq-lead__title .ill01 {
    width: 45.5px;
    left: 12px;
  }
}
.faq-lead__title .ill02 {
  width: 119px;
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  .faq-lead__title .ill02 {
    width: 95.2px;
  }
}
@media screen and (max-width: 900px) {
  .faq-lead__title .ill02 {
    width: 107.1px;
    right: 38px;
  }
}
@media screen and (max-width: 599px) {
  .faq-lead__title .ill02 {
    width: 71.4px;
    right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .faq-lead__title .ill02 {
    width: 59.5px;
    right: 5px;
  }
}
.faq-lead__copy {
  padding-left: 0.06em;
  font-size: 20px;
  line-height: 1.9;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .faq-lead__copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .faq-lead__copy {
    line-height: 1.8;
    text-align: justify;
  }
  .faq-lead__copy br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .faq-lead__copy {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 599px) {
  .faq-list {
    margin: 0 -15px;
  }
}
.faq-list__item {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .faq-list__item {
    margin-top: 5px;
  }
}
.faq-list__item:first-child {
  margin-top: 0;
}
.faq-list__item__link {
  padding: 18px 77px 22px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f3f5f7;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .faq-list__item__link {
    padding: 15px 67px 19px 20px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__link {
    padding: 13px 50px 15px 15px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .faq-list__item__link:hover {
    background-color: #e7eef3;
    transform: translateX(5px);
  }
  .faq-list__item__link:hover .faq-list__item__link__icon {
    background-color: rgba(0, 204, 209, 0.3);
    transform: scale(1.4);
  }
}
.faq-list__item__link__number {
  width: 68px;
  font-size: 50px;
  line-height: 1;
  color: #00ccd1;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .faq-list__item__link__number {
    width: 60px;
    font-size: 45px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__link__number {
    width: 40px;
    font-size: 30px;
  }
}
.faq-list__item__link__text {
  padding-top: 3px;
  width: calc(100% - 68px);
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .faq-list__item__link__text {
    width: calc(100% - 60px);
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__link__text {
    width: calc(100% - 40px);
    font-size: 16px;
  }
}
.faq-list__item__link__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 204, 209, 0.3);
  position: absolute;
  top: calc(50% - 9px);
  right: 30px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .faq-list__item__link__icon {
    right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__link__icon {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}
.faq-list__item__link__icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 599px) {
  .faq-list__item__link__icon::before {
    width: 9px;
    height: 9px;
    top: 4px;
    left: 4px;
  }
}
.faq-list__item__link__icon::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 599px) {
  .faq-list__item__link__icon::after {
    width: 3px;
    height: 3px;
    top: 7px;
    left: 7px;
  }
}

.faq-detail-title {
  margin-bottom: -50px;
  padding-left: 0.06em;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .faq-detail-title {
    margin-bottom: -30px;
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .faq-detail-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .faq-detail-title {
    margin-bottom: -20px;
    font-size: 22px;
    line-height: 1.3;
  }
}
.faq-detail-title__number {
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1;
  color: #00ccd1;
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1100px) {
  .faq-detail-title__number {
    margin-bottom: 15px;
    font-size: 70px;
  }
}
@media screen and (max-width: 900px) {
  .faq-detail-title__number {
    margin-bottom: 10px;
    font-size: 64px;
  }
}
@media screen and (max-width: 599px) {
  .faq-detail-title__number {
    font-size: 50px;
  }
}

.faq-chat {
  width: 100%;
}
.faq-chat__item {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .faq-chat__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .faq-chat__item {
    margin-top: 20px;
  }
}
.faq-chat__item:first-child {
  margin-top: 0;
}
.faq-chat__item.koba {
  flex-direction: row-reverse;
}
.faq-chat__item.koba .faq-chat__item__text {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .faq-chat__item.koba .faq-chat__item__text {
    margin-right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .faq-chat__item.koba .faq-chat__item__text {
    margin-right: 10px;
  }
}
.faq-chat__item.koba .faq-chat__item__text::before {
  background-image: url(../img/faq/fukidashi02.svg);
  left: auto;
  right: -28px;
}
@media screen and (max-width: 900px) {
  .faq-chat__item.koba .faq-chat__item__text::before {
    right: -22.4px;
  }
}
@media screen and (max-width: 599px) {
  .faq-chat__item.koba .faq-chat__item__text::before {
    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    left: auto;
    right: -8px;
  }
}
.faq-chat__item__face {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media screen and (max-width: 900px) {
  .faq-chat__item__face {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .faq-chat__item__face {
    width: 50px;
    height: 50px;
  }
}
.faq-chat__item__face.doma01 {
  background-image: url(../img/faq/doma01.svg);
}
.faq-chat__item__face.doma02 {
  background-image: url(../img/faq/doma02.svg);
}
.faq-chat__item__face.doma03 {
  background-image: url(../img/faq/doma03.svg);
}
.faq-chat__item__face.doma04 {
  background-image: url(../img/faq/doma04.svg);
}
.faq-chat__item__face.doma05 {
  background-image: url(../img/faq/doma05.svg);
}
.faq-chat__item__face.koba01 {
  background-image: url(../img/faq/koba01.svg);
}
.faq-chat__item__face.koba02 {
  background-image: url(../img/faq/koba02.svg);
}
.faq-chat__item__face.koba03 {
  background-image: url(../img/faq/koba03.svg);
}
.faq-chat__item__face.koba04 {
  background-image: url(../img/faq/koba04.svg);
}
.faq-chat__item__face.koba05 {
  background-image: url(../img/faq/koba05.svg);
}
.faq-chat__item__text {
  margin-left: 30px;
  max-width: calc(100% - 180px - 60px);
  padding: 32px 40px 34px;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  text-align: justify;
  background-color: #fff;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .faq-chat__item__text {
    margin-left: 25px;
    max-width: calc(100% - 160px - 50px);
    padding: 26px 35px 28px;
    font-size: 17px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .faq-chat__item__text {
    margin-left: 10px;
    max-width: calc(100% - 50px - 10px);
    padding: 14px 20px 14px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 5px;
  }
}
.faq-chat__item__text::before {
  content: "";
  width: 50px;
  height: 23px;
  background-image: url(../img/faq/fukidashi01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 55px;
  left: -28px;
}
@media screen and (max-width: 900px) {
  .faq-chat__item__text::before {
    width: 42.5px;
    height: 22.1px;
    top: 46.75px;
    left: -22.4px;
  }
}
@media screen and (max-width: 599px) {
  .faq-chat__item__text::before {
    width: 0;
    height: 0;
    background-image: none;
    border-width: 4px 8px 4px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    top: 21px;
    left: -8px;
  }
}

.privacy-wrapper .privacy-lead {
  font-size: 20px;
  line-height: 2;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .privacy-wrapper .privacy-lead {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .privacy-wrapper .privacy-lead {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .privacy-wrapper .privacy-lead {
    font-size: 17px;
    line-height: 1.8;
  }
}
.privacy-wrapper .title-obi {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .privacy-wrapper .title-obi {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .privacy-wrapper .title-obi {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-wrapper .title-obi {
    margin-top: 30px;
  }
}
.privacy-wrapper .text-base {
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  .privacy-wrapper .text-base {
    margin-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-wrapper .text-base {
    margin-left: 0;
  }
}
.privacy-wrapper .list-base {
  margin-top: 15px;
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  .privacy-wrapper .list-base {
    margin-top: 10px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-wrapper .list-base {
    margin-top: 5px;
    margin-left: 0;
  }
}
.privacy-wrapper .list-base li {
  margin-top: 10px;
  line-height: 1.7;
}
.privacy-wrapper .list-base li::before {
  top: 11px;
}
.privacy-wrapper .list-base li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .privacy-wrapper .list-base li {
    margin-top: 5px;
  }
  .privacy-wrapper .list-base li::before {
    top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-wrapper .list-base li {
    margin-top: 5px;
  }
  .privacy-wrapper .list-base li::before {
    top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .supporting-wrapper {
    min-height: 34vh;
  }
}
@media screen and (max-width: 900px) {
  .supporting-wrapper {
    min-height: 23vh;
  }
}
.supporting-wrapper__lead {
  margin-bottom: 50px;
  padding-left: 0.06em;
  font-size: 20px;
  line-height: 2;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .supporting-wrapper__lead {
    margin-bottom: 35px;
    padding-left: 0;
    text-align: justify;
  }
  .supporting-wrapper__lead br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .supporting-wrapper__lead {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .supporting-wrapper__lead {
    font-size: 17px;
    line-height: 1.8;
  }
}
.supporting-wrapper__box {
  padding: 60px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 1024px) {
  .supporting-wrapper__box {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .supporting-wrapper__box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .supporting-wrapper__box {
    padding: 25px;
  }
}
.supporting-wrapper__box__list {
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .supporting-wrapper__box__list {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .supporting-wrapper__box__list {
    margin-top: 0;
  }
}
.supporting-wrapper__box__list__item {
  margin-top: 20px;
  margin-left: 20px;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 900px) {
  .supporting-wrapper__box__list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .supporting-wrapper__box__list__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .supporting-wrapper__box__list__item:first-child {
    margin-top: 0;
  }
}
.supporting-wrapper__box__list__item:nth-child(2n-1) {
  margin-left: 0;
}
.supporting-wrapper__box__list__item__link {
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .supporting-wrapper__box__list__item__link:hover {
    transform: translateY(5px);
  }
}

.error-404-copy {
  padding: 50px;
  font-size: 22px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  background-color: #f3f5f7;
}
@media screen and (max-width: 599px) {
  .error-404-copy {
    padding: 30px 0;
    font-size: 20px;
    line-height: 1.5;
  }
}

.error-404-text {
  margin: 40px 0;
  font-size: 18px;
  line-height: 2;
  color: #000;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .error-404-text {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
  }
  .error-404-text br {
    display: none;
  }
}

.error-404-btn {
  text-align: center;
}/*# sourceMappingURL=style.css.map */