@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "mplus";
  font-style: normal;
  font-weight: 400;
  src: url("/../fonts/mplus-regular.woff2") format("woff2"), url("/../fonts/mplus-regular.woff") format("woff");
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'mplus';
  letter-spacing: 0.1em;
  overflow: auto;
  line-height: 1.5;
}

body.bg-grey {
  background-color: #F1F1EF;
}

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

a:focus {
  opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.6;
  }
}

.ua-ie a:hover {
  opacity: 0.6;
}

.br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: block;
  }
}

.br-pc {
  display: block;
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: none;
  }
}

.js-body.no-scroll {
  overflow: hidden;
}

/*----------------------------------------
	margin setting
	※前の数字はSP, 後方はPCのサイズになります
	ex) .f[sp]_[pc] -> .f10_12
-----------------------------------------*/
.mt20_0,
.mt40_0,
.mt50_0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10,
.mt5_10,
.mt15_10,
.mt20_10 {
  margin-top: 10px !important;
}

.mt15,
.mt10_15,
.mt25_15 {
  margin-top: 15px !important;
}

.mt20,
.mt10_20,
.mt15_20,
.mt30_20,
.mt40_20 {
  margin-top: 20px !important;
}

.mt25,
.mt20_25 {
  margin-top: 25px !important;
}

.mt30,
.mt15_30,
.mt20_30,
.mt25_30,
.mt35_30,
.mt40_30,
.mt50_30 {
  margin-top: 30px !important;
}

.mt35,
.mt30_35 {
  margin-top: 35px !important;
}

.mt40,
.mt15_40,
.mt20_40,
.mt25_40,
.mt30_40,
.mt35_40,
.mt50_40,
.mt60_40 {
  margin-top: 40px !important;
}

.mt35_45 {
  margin-top: 45px !important;
}

.mt50,
.mt20_50,
.mt25_50,
.mt35_50,
.mt40_50 {
  margin-top: 50px !important;
}

.mt60,
.mt20_60,
.mt25_60,
.mt30_60,
.mt35_60,
.mt40_60,
.mt50_60 {
  margin-top: 60px !important;
}

.mt30_65 {
  margin-top: 65px !important;
}

.mt70,
.mt30_70,
.mt35_70,
.mt40_70,
.mt55_70 {
  margin-top: 70px !important;
}

.mt80,
.mt30_80,
.mt40_80,
.mt50_80,
.mt55_80,
.mt60_80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100,
.mt60_100,
.mt50_100 {
  margin-top: 100px !important;
}

.mt70_120,
.mt75_120,
.mt80_120 {
  margin-top: 120px !important;
}

.mt50_165 {
  margin-top: 165px !important;
}

@media screen and (min-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5,
  .mt5_10 {
    margin-top: 1.3vw !important;
  }
  .mt10,
  .mt10_15,
  .mt10_20 {
    margin-top: 2.6vw !important;
  }
  .mt15,
  .mt15_10,
  .mt15_20,
  .mt15_30,
  .mt15_40 {
    margin-top: 4vw !important;
  }
  .mt25,
  .mt25_15,
  .mt25_30,
  .mt25_60 {
    margin-top: 6.67vw !important;
  }
  .mt20,
  .mt20_0,
  .mt20_10,
  .mt20_25,
  .mt20_30,
  .mt20_40,
  .mt20_50,
  .mt20_60 {
    margin-top: 5.3vw !important;
  }
  .mt25,
  .mt25_40,
  .mt25_50 {
    margin-top: 6.6vw !important;
  }
  .mt30,
  .mt30_20,
  .mt30_35,
  .mt30_40,
  .mt30_60,
  .mt30_65,
  .mt30_70,
  .mt30_80 {
    margin-top: 8vw !important;
  }
  .mt35,
  .mt35_30,
  .mt35_40,
  .mt35_45,
  .mt35_50,
  .mt35_60,
  .mt35_70 {
    margin-top: 9.33vw !important;
  }
  .mt40,
  .mt40_0,
  .mt40_20,
  .mt40_30,
  .mt40_50,
  .mt40_70,
  .mt40_60,
  .mt40_80 {
    margin-top: 10.6vw !important;
  }
  .mt50,
  .mt50_0,
  .mt50_30,
  .mt50_40,
  .mt50_60,
  .mt50_80,
  .mt50_100,
  .mt50_165 {
    margin-top: 13.3vw !important;
  }
  .mt55_70,
  .mt55_80 {
    margin-top: 14.67vw !important;
  }
  .mt60,
  .mt60_40,
  .mt60_80,
  .mt60_100 {
    margin-top: 16vw !important;
  }
  .mt70,
  .mt70_120 {
    margin-top: 18.6vw !important;
  }
  .mt75_120 {
    margin-top: 20vw !important;
  }
  .mt80,
  .mt80_120 {
    margin-top: 21.3vw !important;
  }
  .mt90 {
    margin-top: 24vw !important;
  }
  .mt100 {
    margin-top: 26.6vw !important;
  }
}

.c-btn-area {
  width: 100%;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .c-btn-area {
    margin-top: 50px;
  }
}

.c-btn {
  position: relative;
  width: 260px;
  margin: 0 auto;
  padding: 16px 0px;
  text-align: center;
  font-size: 16px;
  background: #000000;
  color: #fff;
  border-radius: 50vh;
  letter-spacing: 0.2em;
  line-height: 1;
}

.c-btn::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 11px;
  background: url("../imgs/arrow2.svg") no-repeat center center/cover;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-header {
  max-width: 130px;
}

.c-header-service {
  max-width: 185px;
}

.c-header-office {
  max-width: 340px;
}

.c-header-member {
  max-width: 190px;
}

.c-header-access {
  max-width: 168px;
}

.c-header-contact {
  max-width: 213px;
}

.modal {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}

.modal-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-inner {
  width: 85vw;
  max-width: 600px;
  height: 80vh;
  margin: auto;
  background-color: #fff;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 10px);
          transform: translate3d(0, 0, 10px);
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal-inner {
    width: 80vw;
    height: 90vh;
  }
}

.modal-inner--office {
  background-color: transparent;
  height: 60vh;
}

@media screen and (min-width: 768px) {
  .modal-inner--office {
    max-width: 960px;
    height: 80vh;
  }
}

.modal-inner--news {
  height: 50vh;
}

@media screen and (min-width: 768px) {
  .modal-inner--news {
    max-width: 500px;
  }
}

.modal-content {
  padding: 20px;
  height: 100%;
  overflow-y: scroll;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 10px);
          transform: translate3d(0, 0, 10px);
}

.modal-content--office {
  padding: 0px;
}

.modal-content--news .ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.modal-content--news .txt p {
  font-size: 16px;
  margin-bottom: 20px;
}

.modal-img {
  max-width: 500px;
  margin: 0 auto;
}

.modal-position {
  margin-top: 25px;
  font-size: 26px;
}

.modal-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-content .line_wrap {
    border: 0.5em solid #FFF;
	border-top-width: 2em;
    border-bottom-width: 2em;
    height: calc(100% - 1em);
    box-sizing: border-box;
    overflow: scroll;
    background: #ffff;
}
.modal-content .line_wrap .item {
    margin: 3%;
    /* color: #fff; */
}
.modal-content .line_wrap .item + .item {
    border-top: 2px solid #e3e3e3;
    padding-top: 3em;
    margin-top: 5%;
}
.modal-content .line_wrap .item .img {
    margin: 0 auto 4%;
}
.modal-content .line_wrap .item .col2 {
    display: flex;
    flex-wrap: wrap;
}
.modal-content .line_wrap .item .col2 .img {
    width: calc(100%/2 - 4%);
}

.modal-content .line_wrap .item .img.sm {
	width: 77%;
}
.modal-content .line_wrap .item .col2 .img.all {
    width: 96%;
}
.modal-content .line_wrap .item .txt strong {
    font-size: 1.2em;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0.5em;
}
.modal-content .line_wrap .item .ttl {
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 1em;
}
.modal-content .line_wrap .item .txt {
    font-size: 1.5em;
    line-height: 2;
    text-align: justify;
    width: 96%;
    margin: 0 auto;
}
.modal-content .line_wrap .item .ttl .pink {
    color: #d32a78;
}

@media screen and (min-width: 768px) {
  .modal-name {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 10px;
  }
.modal-content .line_wrap .item .txt {
    font-size: 1.8em;
}
.modal-content .line_wrap {
    border: 1em solid #FFF;
}
.modal-content .line_wrap .item .col2 .img {
    width: calc(100%/2 - 4%);
}

.modal-content .line_wrap .item .img.sm {
    width: calc(100% / 2 + 15%);
}
}

.modal-name .ja {
  font-size: 46px;
}

.modal-name .en {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .modal-name .en {
    margin-left: 10px;
  }
}

.modal-txt {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -25px;
  right: -25px;
  z-index: 200;
  -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px);
}

.modal-close:hover {
  cursor: pointer;
}

.modal.is-open {
  -webkit-animation: modal_open .5s ease forwards;
          animation: modal_open .5s ease forwards;
}

.modal.is-open .modal-inner {
  -webkit-animation: modal_inner_open .5s ease forwards;
          animation: modal_inner_open .5s ease forwards;
}

.modal.is-close {
  -webkit-animation: modal_close .5s ease forwards;
          animation: modal_close .5s ease forwards;
}

.modal.is-close .modal-inner {
  -webkit-animation: modal_inner_close .5s ease forwards;
          animation: modal_inner_close .5s ease forwards;
}

@-webkit-keyframes modal_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 10000px);
            transform: translate3d(0, 0, 10000px);
  }
}

@keyframes modal_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 10000px);
            transform: translate3d(0, 0, 10000px);
  }
}

@-webkit-keyframes modal_inner_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modal_inner_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes modal_close {
  0% {
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 10000px);
            transform: translate3d(0, 0, 10000px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal_close {
  0% {
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 10000px);
            transform: translate3d(0, 0, 10000px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes modal_inner_close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes modal_inner_close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}

.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  background-color: #000000;
}

.footer-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.footer-logo {
  width: 188px;
  height: 43px;
}

.footer-body {
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .footer-body {
    font-size: 14px;
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .footer-body .br-sp {
    display: none;
  }
}

.footer-body p {
  padding: 15px 0px;
}

@media screen and (min-width: 768px) {
  .footer-body p {
    padding: 0 15px;
    text-align: left;
  }
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer-list {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 1em;
  }
}

.footer-list > * + * {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .footer-list > * + * {
    margin-top: 0;
    margin-left: 10px;
    border-left: solid 1px #fff;
  }
}

.footer-item {
  padding: 0 10px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .footer-item {
    padding: 0 15px;
  }
}

.gotop {
  width: 60px;
  height: 60px;
  background: #FFF;
  border: 1px solid #999;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 50px;
}

.gotop::before {
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gotop:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .gotop {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  background-color: #fff;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 999px);
          transform: translate3d(0, 0, 999px);
}

@media screen and (min-width: 980px) {
  .header {
    position: absolute;
  }
}

.header.is-cover {
  background-color: #fff;
  z-index: 999;
}

.header.lower {
  background-color: #fff;
  z-index: 999;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
}

@media screen and (min-width: 980px) {
  .header-inner {
    padding: 3rem 4rem;
  }
}

.header-logo {
  width: 4rem;
  height: 4rem;
  z-index: 1000;
}

.pc-gnav {
  display: none;
}

@media screen and (min-width: 980px) {
  .pc-gnav {
    display: block;
  }
}

.pc-gnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc-gnav-item {
  text-align: center;
  color: #323232;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.pc-gnav-item .link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-gnav-item .link-group img {
  margin-left: 5px;
}

.pc-gnav-item .menu__second-level {
  position: absolute;
  top: 30px;
  width: 220px;
  background: #fff;
  opacity: 0.9;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.pc-gnav-item .menu__second-level li {
  padding: 16px 10px;
  text-align: left;
}

.pc-gnav-item .menu__second-level .line {
  width: 95%;
  height: 2px;
  margin: 0 auto;
  background: -webkit-linear-gradient(left, #E66A1F 0% 20%, #E9D22C 20% 40%, #A9EA2F 40% 60%, #49B9CC 60% 80%, #d32a78 80% 100%);
  background: linear-gradient(to right, #E66A1F 0% 20%, #E9D22C 20% 40%, #A9EA2F 40% 60%, #49B9CC 60% 80%, #d32a78 80% 100%);
}

.pc-gnav-item:hover ul.menu__second-level {
  top: 20px;
  visibility: visible;
  opacity: 1;
}

.pc-gnav-list > * + * {
  margin-left: 32px;
}

.sp-gnav {
  display: block;
}

@media screen and (min-width: 980px) {
  .sp-gnav {
    display: none;
  }
}

.sp-gnav-icon {
  width: 3rem;
  height: 3rem;
}

.sp-gnav-icon span {
  width: 3rem;
  height: 0.3rem;
  top: 50%;
  background: #000;
  border-radius: 100vh;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp-gnav-icon .icon-top {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 1000;
}

.sp-gnav-icon .icon-bottom {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  z-index: 1000;
}

.sp-gnav-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 7rem 3rem;
  overflow-y: auto;
  display: none;
}

.sp-gnav-list > * + * {
  margin-top: 20px;
}

.sp-gnav-item {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 28px;
}

.sp-gnav-item .link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-gnav-item .link-group img {
  width: 14px;
  margin-left: 10px;
}

.sp-gnav-item .menu__second-level {
  width: 100%;
  margin-left: auto;
  font-size: 18px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: none;
}

.sp-gnav-item .menu__second-level li {
  padding: 15px 0;
  text-align: center;
}

.sp-gnav-item .menu__second-level .line {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  height: 2px;
  background: -webkit-linear-gradient(left, #E66A1F 0% 20%, #E9D22C 20% 40%, #A9EA2F 40% 60%, #49B9CC 60% 80%, #d32a78 80% 100%);
  background: linear-gradient(to right, #E66A1F 0% 20%, #E9D22C 20% 40%, #A9EA2F 40% 60%, #49B9CC 60% 80%, #d32a78 80% 100%);
}

.sp-gnav-item .menu__second-level.is-open {
  display: block;
}

.sp-gnav.is-open .sp-gnav-icon span {
  background-color: #000;
}

.sp-gnav.is-open .sp-gnav-icon .icon-top {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

.sp-gnav.is-open .sp-gnav-icon .icon-middle {
  background: rgba(255, 255, 255, 0);
}

.sp-gnav.is-open .sp-gnav-icon .icon-bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

.sp-gnav.is-open .sp-gnav-list {
  display: block;
}

.p-header {
  width: 100%;
  padding: 25px 0;
  color: #fff;
  background: #000;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-header {
    padding: 40px 0;
  }
}

.p-header-inner {
  max-width: 960px;
  margin: 0 auto;
}

.p-header-ttl {
  height: 30px;
}

.p-header-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  padding: 0 10px;
}

.p-header-list > :nth-child(n+4) {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p-header-list > :nth-child(n+4) {
    margin-top: 0px;
  }
}

.p-header-item {
  width: 33%;
  font-size: 14px;
  text-align: center;
}
.p-header-item.link-none {
    pointer-events: none;
}
.p-header-item span {
  display: block;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-header-item {
    width: 20%;
    font-size: 18px;
  }
}

.top-wrap {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-wrap {
    max-width: 960px;
  }
}

.section-wrap {
  width: calc(100% - 4rem);
  padding: 5rem 0;
  margin: 0 auto;
}
.section-wrap + .section-wrap {
    padding-top: 0;
    margin-top: -8rem;
}
@media screen and (min-width: 768px) {
  .section-wrap {
    padding: 6rem 0;
    max-width: 960px;
  }
}

.swiper-parent {
  position: relative;
}

.swiper-container {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .swiper-container {
    width: calc(100% - 100px);
  }
}

.swiper-button-prev, .swiper-button-next {
  top: calc((100% - 50px) * 0.5);
  /* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
  margin-top: -22px;
  /* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}

.swiper-navigation {
  display: none;
}

@media screen and (min-width: 768px) {
  .swiper-navigation {
    display: block;
  }
}

.swiper-navigpaginationation {
  display: block;
}

@media screen and (min-width: 768px) {
  .swiper-navigpaginationation {
    display: none;
  }
}

.anime1 {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, #E66A1F 0% 20%, #E9D22C 20% 40%, #A9EA2F 40% 60%, #49B9CC 60% 80%, #d32a78 80% 100%);
  background: linear-gradient(to right, #E66A1F 0% 20%, #E9D22C 20% 40%, #A9EA2F 40% 60%, #49B9CC 60% 80%, #d32a78 80% 100%);
  outline: 1px solid transparent;
  -webkit-animation: anime1 3s ease-out forwards;
          animation: anime1 3s ease-out forwards;
}

@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  30% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

@keyframes anime1 {
  0% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  30% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

.anime2 {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, #E66A1F 0% 20%, #E9D22C 20% 40%, #A9EA2F 40% 60%, #49B9CC 60% 80%, #d32a78 80% 100%);
  background: linear-gradient(to right, #E66A1F 0% 20%, #E9D22C 20% 40%, #A9EA2F 40% 60%, #49B9CC 60% 80%, #d32a78 80% 100%);
  outline: 1px solid transparent;
  -webkit-animation: anime2 2s ease-out forwards;
          animation: anime2 2s ease-out forwards;
}

@-webkit-keyframes anime2 {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

@keyframes anime2 {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

.i-access-content {
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .i-access-content {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 980px) {
  .i-access-content {
    margin-left: 5rem;
  }
}

.i-access-txt {
  font-size: 14px;
  letter-spacing: 0.26em;
  line-height: 2.5;
}

@media screen and (min-width: 576px) {
  .i-access-txt {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .i-access-txt {
    font-size: 18px;
  }
}

.i-access-txt .br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .i-access-txt .br-sp {
    display: block;
  }
}

.i-access-tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 35px;
}

.i-access-tab-list::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 3px solid #000000;
  bottom: 0;
  left: 0;
}

.i-access-tab-item {
  width: 32.5%;
  padding: 10px 10px;
  font-size: 14px;
  background: #000000;
  color: #fff;
  border: solid 1px #fff;
  text-align: center;
  cursor: pointer;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media screen and (min-width: 576px) {
  .i-access-tab-item {
    padding: 20px 10px;
    font-size: 18px;
  }
}

.i-access-tab-item.is-switch {
  background: #fff;
  color: #000000;
  position: relative;
  border-bottom: 1px solid #fff;
  z-index: 1;
}

.i-access-tab-item .br-pc {
  display: block;
}

@media screen and (min-width: 768px) {
  .i-access-tab-item .br-pc {
    display: none;
  }
}

.i-access-panel-list {
  border: solid 1px #CCC;
  border-top: none;
  background: #eee;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

.i-access-panel-item {
  display: none;
}

.i-access-panel-item.is-show {
  display: block;
}

.i-access-panel-txt {
  padding-top: 15px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .i-access-panel-txt {
    font-size: 20px;
  }
}

.i-access .map {
  padding: 10px;
  background-color: #fff;
}

@media screen and (min-width: 576px) {
  .i-access .map {
    padding: 15px;
  }
}

#map-tokyo,
#map-fukuoka,
#map-osaka {
  width: 100%;
  height: 50vh;
}

.i-contact-content {
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .i-contact-content {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 980px) {
  .i-contact-content {
    margin-left: 5rem;
  }
}

.i-contact-txt {
  font-size: 14px;
  letter-spacing: 0.26em;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .i-contact-txt {
    font-size: 18px;
  }
}

.i-contact-txt .br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .i-contact-txt .br-sp {
    display: block;
  }
}

.i-contact .btn-hover-area {
  position: relative;
}

.i-contact .btn-hover-area .icon::after {
  display: none;
  content: "";
  position: absolute;
  width: 30px;
  height: 70px;
  background: url("../imgs/icon/orange.svg") no-repeat center center/cover;
  position: absolute;
  top: -50%;
  right: 32%;
}

@media screen and (min-width: 768px) {
  .i-contact .btn-hover-area:hover .icon::after {
    display: block;
  }
}

.i-member-content {
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .i-member-content {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 980px) {
  .i-member-content {
    margin-left: 5rem;
  }
}

.i-member-txt {
  font-size: 14px;
  letter-spacing: 0.26em;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .i-member-txt {
    font-size: 18px;
  }
}

.i-member-txt .br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .i-member-txt .br-sp {
    display: block;
  }
}

.i-member .btn-hover-area {
  position: relative;
}

.i-member .btn-hover-area .icon::after {
  display: none;
  content: "";
  position: absolute;
  width: 30px;
  height: 70px;
  background: url("../imgs/icon/green.svg") no-repeat center center/cover;
  position: absolute;
  top: -50%;
  right: 32%;
}

@media screen and (min-width: 768px) {
  .i-member .btn-hover-area:hover .icon::after {
    display: block;
  }
}

.i-news {
  margin-top: 50px;
  margin-bottom: 25px;
}

@media screen and (min-width: 576px) {
  .i-news {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

.i-news-content {
  padding-top: 3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .i-news-content {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 980px) {
  .i-news-content {
    margin-left: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .i-news-content::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 62px;
    background: url("../imgs/icon/pink.svg") no-repeat center center/cover;
    top: 22px;
    left: -40px;
  }
}

.i-news-list > * + * {
  margin-top: 20px;
}

.i-news-item {
  display: inline-block;
}

.i-news-item:hover {
  cursor: pointer;
  opacity: 0.6;
}

.i-news-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-news-tag {
  font-size: 12px;
  margin-left: 30px;
  padding: 5px 20px;
  border-radius: 30px;
  color: #fff;
  background-color: #d32a78;
}

@media screen and (min-width: 768px) {
  .i-news-tag {
    font-size: 18px;
    padding: 5px 15px;
  }
}

.i-news-date {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .i-news-date {
    font-size: 18px;
  }
}

.i-news-txt {
  padding-top: 1rem;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .i-news-txt {
    font-size: 18px;
  }
}

.i-office-content {
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .i-office-content {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 980px) {
  .i-office-content {
    margin-left: 5rem;
  }
}

.i-office-txt {
  font-size: 14px;
  letter-spacing: 0.26em;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .i-office-txt {
    font-size: 18px;
  }
}

.i-office-txt .br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .i-office-txt .br-sp {
    display: block;
  }
}

.i-office-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}

@media screen and (min-width: 980px) {
  .i-office-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding-top: 60px;
  }
}

.i-office-list > * + * {
  margin-top: 35px;
}

@media screen and (min-width: 980px) {
  .i-office-list > * + * {
    margin-left: 45px;
    margin-top: 0;
  }
}

.i-office-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 145px;
  height: 145px;
}

@media screen and (min-width: 768px) {
  .i-office-item {
    width: 260px;
    height: 260px;
  }
}

@media screen and (min-width: 980px) {
  .i-office-item:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.i-office-item:nth-child(2n) {
  margin-left: auto;
}

@media screen and (min-width: 980px) {
  .i-office-item:nth-child(2n) {
    margin-left: 45px;
  }
}

.i-office-outer {
  position: relative;
  border-radius: 50%;
  width: 100%;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 2px);
          transform: translate3d(0, 0, 2px);
}

.i-office-outer.is-active::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: -webkit-radial-gradient(#F1F1EF 68%, transparent 0%), conic-gradient(from -40deg, #E9D22C 0% 20%, #E66A1F 20% 40%, #d32a78 40% 60%, #49B9CC 60% 80%, #A9EA2F 80% 100%);
  background: radial-gradient(#F1F1EF 68%, transparent 0%), conic-gradient(from -40deg, #E9D22C 0% 20%, #E66A1F 20% 40%, #d32a78 40% 60%, #49B9CC 60% 80%, #A9EA2F 80% 100%);
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 2px);
          transform: translate3d(0, 0, 2px);
  border-radius: 50%;
  -webkit-animation: anime 1s linear;
          animation: anime 1s linear;
}

.i-office-inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (min-width: 980px) {
  .i-office-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transition: initial;
    transition: initial;
  }
}

.i-office-ttl {
  display: none;
}

@media screen and (min-width: 980px) {
  .i-office-ttl {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    z-index: 200;
    font-size: 28px;
  }
}

@media screen and (min-width: 980px) {
  .i-office-ttl span {
    font-size: 18px;
  }
}

.i-office-ttl--sp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 3px);
          transform: translate(-50%, -50%) translate3d(0, 0, 3px);
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  z-index: 200;
}

@media screen and (min-width: 768px) {
  .i-office-ttl--sp {
    font-size: 28px;
  }
}

@media screen and (min-width: 980px) {
  .i-office-ttl--sp {
    display: none;
  }
}

.i-office-ttl--sp span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .i-office-ttl--sp span {
    font-size: 18px;
  }
}

@media screen and (min-width: 980px) {
  .i-office-item.is-active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
}

@media screen and (min-width: 980px) {
  .i-office-item.is-active::after {
    content: "";
    position: absolute;
    z-index: 300;
    -webkit-transform: translate3d(0, 0, 3px);
            transform: translate3d(0, 0, 3px);
    width: 61px;
    height: 82px;
    top: 0;
    right: 50px;
    background: url("../imgs/icon/yellow.svg") no-repeat center center/cover;
  }
}

.i-office-item.is-active .i-office-inner {
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 200;
  -webkit-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
  cursor: pointer;
}

.i-office-item.is-active .i-office-inner._img1 {
  background: url("../imgs/office/fukuoka_studio01_s.png") no-repeat center center/cover;
}

.i-office-item.is-active .i-office-inner._img2 {
  background: url("../imgs/office/tokyo_s.png") no-repeat center center/cover;
}

.i-office-item.is-active .i-office-inner._img3 {
  background: url("../imgs/office/osaka_s.png") no-repeat center center/cover;
}

.i-office-item.is-open .i-office-inner {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  position: absolute;
  z-index: -1;
}

.i-office-item.is-open .i-office-inner._img1 {
  background: url("../imgs/office/fukuoka_studio01_sp.png") no-repeat center center/cover;
  -webkit-transform: translateX(150px) translate3d(0, 0, 0px);
          transform: translateX(150px) translate3d(0, 0, 0px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media screen and (min-width: 768px) {
  .i-office-item.is-open .i-office-inner._img1 {
    -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
            transform: translateX(260px);
  }
}

@media screen and (min-width: 980px) {
  .i-office-item.is-open .i-office-inner._img1 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    z-index: 0;
  }
}

.i-office-item.is-open .i-office-inner._img2 {
  background: url("../imgs/office/tokyo_sp.png") no-repeat center center/cover;
  -webkit-transform: translateX(-150px) translate3d(0, 0, 0px);
          transform: translateX(-150px) translate3d(0, 0, 0px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (min-width: 768px) {
  .i-office-item.is-open .i-office-inner._img2 {
    -webkit-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
            transform: translateX(-260px);
  }
}

@media screen and (min-width: 980px) {
  .i-office-item.is-open .i-office-inner._img2 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    z-index: 0;
  }
}

.i-office-item.is-open .i-office-inner._img3 {
  background: url("../imgs/office/osaka_sp.png") no-repeat center center/cover;
  -webkit-transform: translateX(150px) translate3d(0, 0, 0px);
          transform: translateX(150px) translate3d(0, 0, 0px);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (min-width: 768px) {
  .i-office-item.is-open .i-office-inner._img3 {
    -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
            transform: translateX(260px);
  }
}

@media screen and (min-width: 980px) {
  .i-office-item.is-open .i-office-inner._img3 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    z-index: 0;
  }
}

@-webkit-keyframes anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.i-service-content {
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .i-service-content {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 980px) {
  .i-service-content {
    margin-left: 5rem;
  }
}

.i-service-txt {
  font-size: 14px;
  letter-spacing: 0.26em;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .i-service-txt {
    font-size: 18px;
  }
}

.i-service-txt._under {
  margin-top: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .i-service-txt._under {
    margin-top: 50px;
  }
}

.i-service-txt .br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .i-service-txt .br-sp {
    display: block;
  }
}

.i-service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}

@media screen and (min-width: 980px) {
  .i-service-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding-top: 60px;
  }
}

.i-service-list a:nth-child(2n) {
  margin-left: auto;
}

@media screen and (min-width: 980px) {
  .i-service-list a:nth-child(2n) {
    margin-left: 45px;
  }
}

.i-service-list a:hover {
  opacity: 1;
}

.i-service-list > * + * {
  margin-top: 35px;
}

@media screen and (min-width: 980px) {
  .i-service-list > * + * {
    margin-left: 45px;
    margin-top: 0;
  }
}

.i-service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 145px;
  height: 145px;
}

@media screen and (min-width: 768px) {
  .i-service-item {
    width: 260px;
    height: 260px;
  }
}

@media screen and (min-width: 980px) {
  .i-service-item:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.i-service-outer {
  position: relative;
  border-radius: 50%;
  width: 100%;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 2px);
          transform: translate3d(0, 0, 2px);
}

.i-service-outer.is-active::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: -webkit-radial-gradient(#F1F1EF 68%, transparent 0%), conic-gradient(from -40deg, #E9D22C 0% 20%, #E66A1F 20% 40%, #d32a78 40% 60%, #49B9CC 60% 80%, #A9EA2F 80% 100%);
  background: radial-gradient(#F1F1EF 68%, transparent 0%), conic-gradient(from -40deg, #E9D22C 0% 20%, #E66A1F 20% 40%, #d32a78 40% 60%, #49B9CC 60% 80%, #A9EA2F 80% 100%);
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 2px);
          transform: translate3d(0, 0, 2px);
  border-radius: 50%;
  -webkit-animation: anime 1s linear;
          animation: anime 1s linear;
}

.i-service-inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (min-width: 980px) {
  .i-service-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transition: initial;
    transition: initial;
  }
}

.i-service-ttl {
  display: none;
}

@media screen and (min-width: 980px) {
  .i-service-ttl {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    z-index: 200;
    font-size: 28px;
  }
}

@media screen and (min-width: 980px) {
  .i-service-ttl span {
    font-size: 18px;
  }
}

.i-service-ttl--sp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 3px);
          transform: translate(-50%, -50%) translate3d(0, 0, 3px);
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  z-index: 200;
}

@media screen and (min-width: 768px) {
  .i-service-ttl--sp {
    font-size: 28px;
  }
}

@media screen and (min-width: 980px) {
  .i-service-ttl--sp {
    display: none;
  }
}

.i-service-ttl--sp span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .i-service-ttl--sp span {
    font-size: 18px;
  }
}

@media screen and (min-width: 980px) {
  .i-service-item.is-active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
}

@media screen and (min-width: 980px) {
  .i-service-item.is-active::after {
    content: "";
    position: absolute;
    z-index: 300;
    -webkit-transform: translate3d(0, 0, 3px);
            transform: translate3d(0, 0, 3px);
    width: 40px;
    height: 82px;
    right: 50px;
    top: 0px;
    background: url("../imgs/icon/skyblue.svg") no-repeat center center/cover;
  }
}

.i-service-item.is-active .i-service-inner {
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 200;
  -webkit-transform: translate3d(0, 0, 2px);
          transform: translate3d(0, 0, 2px);
}

.i-service-item.is-active .i-service-inner._img1 {
  background: url("../imgs/top/service01.png") no-repeat center center/cover;
}

.i-service-item.is-active .i-service-inner._img2 {
  background: url("../imgs/top/service02.png") no-repeat center center/cover;
}

.i-service-item.is-active .i-service-inner._img3 {
  background: url("../imgs/top/service03.png") no-repeat center center/cover;
}

.i-service-item.is-active .i-service-inner._img4 {
  background: url("../imgs/top/service04.png") no-repeat center center/cover;
}

.i-service-item.is-active .i-service-inner._img5 {
  background: url("../imgs/top/service05.png") no-repeat center center/cover;
}

.i-service-item.is-open .i-service-inner {
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 1;
  visibility: visible;
}

.i-service-item.is-open .i-service-inner._img1 {
  background: url("../imgs/top/service01_sp.png") no-repeat center center/cover;
  position: absolute;
  -webkit-transform: translateX(150px) translate3d(0, 0, 0px);
          transform: translateX(150px) translate3d(0, 0, 0px);
  z-index: -1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media screen and (min-width: 768px) {
  .i-service-item.is-open .i-service-inner._img1 {
    -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
            transform: translateX(260px);
  }
}

@media screen and (min-width: 980px) {
  .i-service-item.is-open .i-service-inner._img1 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    z-index: 0;
  }
}

.i-service-item.is-open .i-service-inner._img2 {
  background: url("../imgs/top/service02_sp.png") no-repeat center center/cover;
  position: absolute;
  -webkit-transform: translateX(-150px) translate3d(0, 0, 0px);
          transform: translateX(-150px) translate3d(0, 0, 0px);
  z-index: -1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (min-width: 768px) {
  .i-service-item.is-open .i-service-inner._img2 {
    -webkit-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
            transform: translateX(-260px);
  }
}

@media screen and (min-width: 980px) {
  .i-service-item.is-open .i-service-inner._img2 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    z-index: 0;
  }
}

.i-service-item.is-open .i-service-inner._img3 {
  background: url("../imgs/top/service03_sp.png") no-repeat center center/cover;
  position: absolute;
  -webkit-transform: translateX(150px) translate3d(0, 0, 0px);
          transform: translateX(150px) translate3d(0, 0, 0px);
  z-index: -1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (min-width: 768px) {
  .i-service-item.is-open .i-service-inner._img3 {
    -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
            transform: translateX(260px);
  }
}

@media screen and (min-width: 980px) {
  .i-service-item.is-open .i-service-inner._img3 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    z-index: 0;
  }
}

.i-service-item.is-open .i-service-inner._img4 {
  background: url("../imgs/top/service04_sp.png") no-repeat center center/cover;
  position: absolute;
  -webkit-transform: translateX(-150px) translate3d(0, 0, 0px);
          transform: translateX(-150px) translate3d(0, 0, 0px);
  z-index: -1;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media screen and (min-width: 768px) {
  .i-service-item.is-open .i-service-inner._img4 {
    -webkit-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
            transform: translateX(-260px);
  }
}

@media screen and (min-width: 980px) {
  .i-service-item.is-open .i-service-inner._img4 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    z-index: 0;
  }
}

.i-service-item.is-open .i-service-inner._img5 {
  background: url("../imgs/top/service05_sp.png") no-repeat center center/cover;
  position: absolute;
  -webkit-transform: translateX(150px) translate3d(0, 0, 0px);
          transform: translateX(150px) translate3d(0, 0, 0px);
  z-index: -1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media screen and (min-width: 768px) {
  .i-service-item.is-open .i-service-inner._img5 {
    -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
            transform: translateX(260px);
  }
}

@media screen and (min-width: 980px) {
  .i-service-item.is-open .i-service-inner._img5 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    z-index: 0;
  }
}

.i-service .c-btn-area {
  margin-top: 50px;
}

.i-service .btn-hover-area {
  position: relative;
}

.i-service .btn-hover-area .icon::after {
  display: none;
  content: "";
  position: absolute;
  width: 40px;
  height: 72px;
  background: url("../imgs/icon/skyblue.svg") no-repeat center center/cover;
  position: absolute;
  top: -50%;
  right: 30%;
}

@media screen and (min-width: 768px) {
  .i-service .btn-hover-area:hover .icon::after {
    display: block;
  }
}

@keyframes anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.p-client {
  margin-top: 60px;
  background-color: #F1F1EF;
}

@media screen and (min-width: 768px) {
  .p-client {
    margin-top: 100px;
  }
}

.p-client-content {
  max-width: 980px;
  margin: 0 auto;
}

.p-client-list > * + * {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-client-list > * + * {
    padding-top: 100px;
  }
}

.p-client-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-client-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-client-icon {
    display: block;
    margin-left: 10px;
  }
}

.p-client-ttl {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-client-ttl {
    font-size: 35px;
  }
}

.p-client-video {
  margin-top: 20px;
}

.movie-content-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie-thumb {
  margin-top: 20px;
}

.p-company {
  margin-top: 60px;
  background-color: #F1F1EF;
}

@media screen and (min-width: 980px) {
  .p-company {
    margin-top: 100px;
  }
}

.p-company-content {
  max-width: 980px;
  margin: 0 auto;
}

.p-company-outline table {
  width: 100%;
  border: solid 3px #000;
  border-collapse: separate;
  border-spacing: 15px 0px;
}

.p-company-outline tbody {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .p-company-outline tbody {
    font-size: 21px;
  }
}

.p-company-outline td {
  padding: 20px 0;
  border-bottom: solid 3px #000;
}

@media screen and (min-width: 768px) {
  .p-company-outline td {
    padding: 30px 0;
  }
}

.p-company-outline td.ttl {
  width: 25%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-company-outline td.ttl {
    width: 15%;
    text-align: center;
    overflow-wrap: break-word;
  }
}

.p-company-outline td.txt {
  width: 75%;
}

@media screen and (min-width: 768px) {
  .p-company-outline td.txt {
    width: 85%;
    padding-left: 20px;
    overflow-wrap: break-word;
  }
}

.p-company-outline td.link-area {
  padding: 20px 0;
  border: none;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-company-outline td.link-area {
    padding: 40px 0;
  }
}

.p-company-outline td.link-area .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-company-outline td.link-area .list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.p-company-outline td.link-area .list > * + * {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-company-outline td.link-area .list > * + * {
    margin-left: 60px;
    margin-top: 0;
  }
}

.p-company-outline td.link-area .link {
  position: relative;
  display: inline;
}

.p-company-outline td.link-area .link::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 14px;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat center center/ cover;
  background-image: url("../imgs/link.png");
}

@media screen and (min-width: 768px) {
  .p-company-outline td.link-area .link::after {
    width: 34px;
    height: 23px;
    right: -40px;
  }
}

.p-company-outline p:not(:first-child) {
  margin-top: 20px;
}

.p-company-history-ttl {
  font-size: 35px;
  font-weight: 700;
}

.p-company-history .List {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-company-history .List {
    margin-left: 50px;
  }
}

.p-company-history .List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-company-history .List-Item-Content {
    padding-bottom: 35px;
  }
}

.p-company-history .List-Item-Content.one {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .p-company-history .List-Item-Content-Number {
    position: relative;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    z-index: 100;
  }
  .p-company-history .List-Item-Content-Number.pink {
    background: #d32a78;
  }
  .p-company-history .List-Item-Content-Number.orange {
    background: #E66A1F;
  }
  .p-company-history .List-Item-Content-Number.yellow {
    background: #E9D22C;
  }
  .p-company-history .List-Item-Content-Number.green {
    background: #A9EA2F;
  }
  .p-company-history .List-Item-Content-Number.blue {
    background: #49B9CC;
  }
}

@media screen and (min-width: 768px) {
  .p-company-history .List-Item-Content-Number-Line {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 3px;
    height: 128px;
  }
.p-company-history .List-Item:last-child .List-Item-Content .List-Item-Content-Number-Line {
    height: 65px;
    top: -32px;
}
  .p-company-history .List-Item-Content-Number-Line.pink {
    background: #d32a78;
  }
  .p-company-history .List-Item-Content-Number-Line.orange {
    background: #E66A1F;
  }
  .p-company-history .List-Item-Content-Number-Line.yellow {
    background: #E9D22C;
  }
  .p-company-history .List-Item-Content-Number-Line.green {
    background: #A9EA2F;
    height: 160px;
  }
  .p-company-history .List-Item-Content-Number-Line.blue {
    background: #49B9CC;
    height: 160px;
  }
  .p-company-history .List-Item-Content-Number-Line.pink2 {
    background: #d32a78;
    /* height: 65px; */
    /* top: -32px; */
  }
}

.p-company-history .List-Item-Content-Title {
  margin-left: 0;
  margin-right: 15px;
  font-size: 18px;
  letter-spacing: 0.26em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-company-history .List-Item-Content-Title {
    margin-left: 12px;
    margin-right: 30px;
    font-size: 20px;
  }
}

.p-company-history .List-Item-Content-Description {
  font-size: 18px;
  letter-spacing: 0.26em;
}

@media screen and (min-width: 768px) {
  .p-company-history .List-Item-Content-Description {
    font-size: 20px;
  }
}

.p-company-history .display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact {
  margin-top: 60px;
  padding-bottom: 50px;
  background-color: #F1F1EF;
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  /* -- error message -------------------------------------------------------------------------------- */
  /* -- loading -------------------------------------------------------------------------------- */
  /* -- input, select, textarea -------------------------------------------------------------------------------- */
  /* -- ul, li -------------------------------------------------------------------------------- */
  /* -- input design -------------------------------------------------------------------------------- */
  /* -- button -------------------------------------------------------------------------------- */
  /* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
  /* 1000pixel start */
  /* 1000pixel end */
}

@media screen and (min-width: 980px) {
  .p-contact {
    margin-top: 100px;
  }
}

.p-contact-content {
  max-width: 980px;
  margin: 0 auto;
}

.p-contact-form {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-contact-form {
    margin-top: 95px;
  }
}

.p-contact form#mail_form * {
  box-sizing: content-box;
}

.p-contact form#mail_form {
  width: 100%;
  padding: 30px 0;
  background: #ffffff;
  border: solid 3px #000;
  line-height: 1.8;
}

.p-contact form#mail_form dl {
  width: 90%;
  margin: 0 auto;
}

.p-contact form#mail_form dl:after,
.p-contact form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.p-contact form#mail_form dl dt {
  width: 30%;
  float: left;
  padding: 45px 0 25px;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .p-contact form#mail_form dl dt {
    font-size: 21px;
  }
}

.p-contact form#mail_form dl dd {
  width: 65%;
  float: right;
  padding: 30px 0 25px 5%;
}

.p-contact form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
  font-style: normal;
}

.p-contact form#mail_form dl dt span.required,
.p-contact form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
}

.p-contact form#mail_form dl dt span.required {
  background: #f76521;
  border: 1px solid #f76521;
}

.p-contact form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

.p-contact form#mail_form dl dd span.error_blank,
.p-contact form#mail_form dl dd span.error_format,
.p-contact form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
}

.p-contact div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

.p-contact span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.p-contact form#mail_form input[type="text"],
.p-contact form#mail_form input[type="email"],
.p-contact form#mail_form input[type="tel"],
.p-contact form#mail_form select {
  width: calc( 100% - 4% - 2px);
  height: 30px;
  padding: 7px 2%;
  border: solid 3px #000;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .p-contact form#mail_form input[type="text"],
  .p-contact form#mail_form input[type="email"],
  .p-contact form#mail_form input[type="tel"],
  .p-contact form#mail_form select {
    height: 54px;
  }
}

.p-contact form#mail_form input[type="text"]:focus,
.p-contact form#mail_form input[type="email"]:focus,
.p-contact form#mail_form input[type="tel"]:focus,
.p-contact form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #000;
  border: solid 3px #000;
  background: #ffffff;
}

.p-contact form#mail_form ul li input[type="radio"],
.p-contact form#mail_form ul li input[type="checkbox"] {
  margin: 0 10px 0 0;
}

.p-contact form#mail_form .select-box {
  position: relative;
}

.p-contact form#mail_form .select-box::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
}

.p-contact form#mail_form textarea {
  display: block;
  width: calc( 100% - 4% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: solid 3px #000;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

.p-contact form#mail_form ul {
  list-style-type: none;
}

.p-contact form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #f0f0f0;
}

.p-contact form#mail_form ul li:first-child label {
  margin-top: 0px;
}

.p-contact form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

.p-contact form#mail_form input[name="company"] {
  width: 70%;
}

.p-contact form#mail_form input[name="name_1"],
.p-contact form#mail_form input[name="name_2"],
.p-contact form#mail_form input[name="read_1"],
.p-contact form#mail_form input[name="read_2"],
.p-contact form#mail_form input[name="postal"],
.p-contact form#mail_form input[name="phone"],
.p-contact form#mail_form input[name="schedule"] {
  width: 30%;
}

.p-contact form#mail_form input[name="postal"] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

.p-contact form#mail_form input[name="postal"] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

.p-contact form#mail_form input[name="address"] {
  width: calc( 100% - 4% - 2px);
}

.p-contact #form_submit_button {
  padding: 16px 0;
  width: 100%;
}

.p-contact .c-btn {
  margin-left: 40%;
  padding: 0;
}

.p-contact .c-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .p-contact .c-btn {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .p-contact {
    /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
    /* -- span.required, span.optional -------------------------------------------------------------------------------- */
    /* -- input design -------------------------------------------------------------------------------- */
    /* -- button -------------------------------------------------------------------------------- */
  }
  .p-contact form#mail_form {
    width: 95%;
    font-size: 100%;
    margin: 0 auto;
  }
  .p-contact form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 5px 0 10px;
    text-align: left;
    font-weight: bold;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-contact form#mail_form dl dt {
    padding: 25px 0 10px;
  }
}

@media screen and (max-width: 1000px) {
  .p-contact form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 10px 0px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-contact form#mail_form dl dd {
    padding: 0px 0 20px 0px;
  }
}

@media screen and (max-width: 1000px) {
  .p-contact form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }
  .p-contact form#mail_form dl dt span.required,
  .p-contact form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }
  .p-contact form#mail_form input[name="phone"],
  .p-contact form#mail_form input[name="schedule"] {
    width: 60%;
  }

}

.p-member {
  margin-top: 60px;
  padding-bottom: 50px;
  background-color: #F1F1EF;
}

@media screen and (min-width: 980px) {
  .p-member {
    margin-top: 100px;
  }
}

.p-member .p-header-list {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.p-member-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-member-head {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-member-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-member-icon {
    display: block;
    margin-left: 10px;
  }
}

.p-member-ttl {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-member-ttl {
    font-size: 35px;
  }
}

.p-member-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px;
}

.p-member-list.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-member-list > :not(:nth-child(2n-1)) {
  margin-left: 10px;
}

.p-member-list > :nth-child(n+3) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-member-list > :nth-child(n+3) {
    margin-top: 0;
  }
  .p-member-list > :not(:nth-child(2n-1)) {
    margin-left: 0;
  }
  .p-member-list > :not(:nth-child(3n-2)) {
    margin-left: 30px;
  }
  .p-member-list > :nth-child(n+4) {
    margin-top: 30px;
  }
}

.p-member-item {
  width: 48%;
  padding: 20px 10px;
  font-size: 16px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-member-item {
    width: calc(33.3% - 3%);
  }
}

.p-member-item:hover {
  opacity: 0.6;
  cursor: pointer;
}

.p-member-position {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 27px;
  margin-top: 15px;
}

.p-member-name-ja {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 27px;
}

.p-member-name-en {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 27px;
}

.p-service {
  margin-top: 60px;
  padding-bottom: 50px;
  background-color: #F1F1EF;
}

@media screen and (min-width: 980px) {
  .p-service {
    margin-top: 100px;
  }
}

.p-service-content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.p-service-direct {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-service-direct {
    padding-top: 80px;
  }
}

.p-service-direct::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  /*background: url("../imgs/service/01.png") no-repeat center center/cover;*/
  top: 5%;
  left: 5%;
}

@media screen and (min-width: 768px) {
  .p-service-direct::before {
    width: 440px;
    height: 443px;
  }
}

.p-service-tvcm {
  /*background: url("../imgs/service/02.png") no-repeat center center/cover;*/
}

.p-service-contents {
  position: relative;
}

.p-service-contents::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  /*background: url("../imgs/service/03.png") no-repeat center center/cover;*/
  bottom: 10%;
  right: 0%;
}

@media screen and (min-width: 768px) {
  .p-service-contents::after {
    width: 450px;
    height: 450px;
    bottom: 0%;
  }
}

.p-service-web {
  /*background: url("../imgs/service/04.png") no-repeat center center/cover;*/
}

.p-service-other {
  position: relative;
  overflow: hidden;
}

.p-service-other::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  /*background: url("../imgs/service/05.png") no-repeat center center/cover;*/
  top: 0%;
  left: 0%;
}

.p-service-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-service-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-service-icon {
    display: block;
    margin-left: 5px;
    width: 35px;
    height: 70px;
  }
}

.p-service-ttl {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.26em;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-service-ttl {
    font-size: 35px;
  }
}

.p-service-ttl.bg-grey {
  padding: 5px;
}

.p-service-txt {
  font-size: 16px;
  letter-spacing: 0.26em;
  line-height: 2.5;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-service-txt {
    font-size: 18px;
    text-align: center;
  }
}

.p-service-txt .br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-service-txt .br-sp {
    display: block;
  }
}

.p-service-txt span {
  padding: 8px;
}

.p-service-img {
  max-width: 720px;
  padding-top: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-service-client-ttl {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.my-30 {
  margin: 30px 0;
}

.p-thanks {
  margin-top: 60px;
  background-color: #F1F1EF;
}

@media screen and (min-width: 768px) {
  .p-thanks {
    margin-top: 100px;
  }
}

.p-thanks-content {
  max-width: 980px;
  margin: 0 auto;
  min-height: 90vh;
}

.p-thanks-txt {
  text-align: center;
  line-height: 1.5;
}

.p-thanks-txt h2 {
  font-size: 30px;
  font-weight: 700;
}

.p-thanks-txt p {
  font-size: 18px;
  margin-top: 30px;
}

.p-thanks .c-btn {
  font-size: 16px;
  width: 340px;
}

.i-top {
  margin-top: 60px;
}

@media screen and (min-width: 980px) {
  .i-top {
    margin-top: 0;
  }
}

.i-top video {
  width: 100%;
}

.i-top-message {
  position: relative;
  padding: 20px 30px 0 30px;
}

@media screen and (min-width: 768px) {
  .i-top-message {
    width: 93%;
    margin-left: 10px;
  }
}

.i-top-message .pc {
  display: none;
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

@media screen and (min-width: 768px) {
  .i-top-message .pc {
    display: block;
    position: absolute;
    bottom: -60px;
  }
}

.i-top-message .sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .i-top-message .sp {
    display: none;
  }
}

.slant-bg {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  position: relative;
  top: 20px;
}

@media screen and (min-width: 768px) {
  .slant-bg {
    padding: 30px 0 70px 0;
    top: 70px;
  }
}

@media screen and (min-width: 1400px) {
  .slant-bg {
    padding: 100px 0 70px 0;
  }
}

.slant-bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  z-index: -1;
}

/* PRIVACY PORICY */
#privacy-poricy {
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
    max-width: 800px;
}
#privacy-poricy h1 {
    margin-bottom: 1.5em;
    font-size: 20px;
    text-align: center;
}
#privacy-poricy div {
    text-align: left;
}
#privacy-poricy h3 {
    font-size: 1.1rem;
    margin: 2em 0 0.5em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
}
#privacy-poricy div p {
    font-size: 0.8rem;
    line-height: 1.6em;
    margin: 0;
    padding-left: 1em;
}
#privacy-poricy ul {
    font-size: 0.8rem;
    line-height: 1.4em;
    padding-left: 1em;
    margin: 0 0 1em 2em;
}
@media screen and (max-width:768px) {
    #privacy-poricy {
        padding: calc(15vw + 1rem) 1rem 4rem;
    }
    #privacy-poricy h3 {
        font-size: 4vw;
        margin-left: 3.5vw;
        margin-right: 3.5vw;
        padding-left: 0;
    }
    #privacy-poricy div p {
        font-size: 3.5vw;
    }
    #privacy-poricy ul {
        font-size: 3.5vw;
    }
}
