@charset "utf-8";
/* CSS Document */

/* //////////////////////////////////////////
  PC
  ////////////////////////////////////////// */

  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    background: #fff;
  }

  body{
    font-family: 'Roboto', 'Oswald', "Noto Sans JP", sans-serif;
    letter-spacing: 0.1rem;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background: #fff;
  }

  button, input, select, textarea {
    font-family : inherit;
    font-size : 100%;
  }

  *:focus {
    outline:none;
  }
  /*WordPressネイティブCSS*/
  em { font-style: italic; }
  blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .alignright { float: right; }
  .alignleft { float: left; }

  img[class*="wp-image-"],
  img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
  .clearfix {
    /*overflow: hidden;*/
    zoom: 1;
  }
  .clearfix:after {
    content: ""
    display: block;
    clear: both;
  }

  a {
    text-decoration: none;
    color: #3e3e3e;
  }
  a:hover {
    text-decoration: underline;
  }

  a:link, a:visited, a:active {
    /*color: #0000ff;*/
    text-decoration: none;
  }

  selector {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
    line-height: 0px;
  }

  svg {
    vertical-align: middle;
  }

  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim_text{
  0%{
    opacity: 1;
    color: #000;
  }
  50%{
    color: #000;

  }
  100%{
    opacity: .5;
    color: #000;
  }
}
@keyframes loadingAnim_text{
  0%{
    opacity: 1;
    color: #000;
  }
  50%{
    color: #000;
  }
  100%{
    opacity: .5;
    color: #000;
  }
}

  /********************
loading effects
********************/
.loadingAnim{
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loadingAnim_line{
  line-height: 1;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 1.25em;
  margin: auto;
  text-align: center;
}
.loadingAnim_line:before{
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  display: block;
  content: 'Susumu Tashiro';
  -webkit-animation: loadingAnim_text .5s ease .1s infinite alternate both;
  animation: loadingAnim_text .5s ease .1s infinite alternate both;
  letter-spacing: .5em;
  color: #fff;
  will-change: opacity;
}
.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before{
  -webkit-animation: none;
  animation: none;
}
.loaded .loadingAnim_line:before{
  display: none;
}
.loadingAnim:before{
  line-height: 1;
  position: fixed;
  z-index: 999999;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
  transition-delay: .3s;
  background-color: #fff;
  opacity: 1;
}
.loaded .loadingAnim:before{
  opacity: 0;
  visibility: hidden;
}
.loaded .loadingAnim {
 width: 0;
 height: 0;
}
.loaded .loadingAnim_line {
  height: 0;
  width: 0;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99999;
  margin-top: 10px;
  top: 0;
}

header .logo {
  display: inline-block;
  margin-left: 10px;
}

header .logo a {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  padding: 15px;
}

header .logo a span {
  font-size: 16px;
  padding-left: 8px;
}

.nav {
  position: absolute;
  top: 0;
  right: 0;
}

.nav .nav_box {
  display: flex;
  overflow: hidden;
  padding: 0px 20px;
}

.nav .nav_box li {
  padding: 25px 15px;
}

.nav .nav_box li a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.nav .nav_box li a:hover {
  opacity: .6;
}

.nav .nav_box li:last-child {
  padding: 0;
}

.nav .nav_box li:last-child a {
 padding: 26px;
 background: rgb(146 146 146 / 9%);
 border-radius: 100px;
 margin-left: 10px;
}

article　{
  position: relative;
}

.kv {
  background: url("img/kv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 556px;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 190px;
  position: relative;
}

.triangle_01 {
  position: absolute;
  right: 0;
  top: -20px;
  fill: #ffcb4d;
}
.triangle_02 {
  position: absolute;
  left: 0;
  bottom: -20px;
  fill: #ffcb4d;
}
.page .triangle_01 {
  width: auto;
  top: 0px;
}
.page .triangle_02 {
  width: auto;
  bottom: 0px;
}

.kv .inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.kv .inner .catchcopy {
  position: absolute;
  top: -45px;
  left: 0;

}
.kv .inner .catchcopy .text {
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  background: #000;
  padding: 4px 0;
  line-height: 1.76em;
}
.kv .inner .catchcopy .text span {
}
.kv .inner .name {
  position: absolute;
  writing-mode: vertical-rl;
  right: 10%;
  bottom: -40px;
  top: auto;
  display: inline-block;
  text-align: end;
}
.kv .inner .name > span {
  font-size: 24px;
  font-weight: 500;
  background: #fff;
  padding: 6px 4px 5px 0px;
  top: -30px;
  position: absolute;
  right: -80px;
  height: 490px;
  text-align: left;
}
.kv .inner .name h1 {
  font-size: 68px;
  font-weight: 800;
  letter-spacing: 0.15em;
  background: #fff;
  line-height: 1;
  padding: 8px 12px 0px 0px;
  display: inline-block;
  margin-right: 10px;
}

.logo_img {
  width: 210px;
  margin-left: -5px;
}

.slogan .inner {
  max-width: 770px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 0;
}

.slogan .inner > svg {
  position: absolute;
  z-index: -1;
  top: -50px;
  left: -14px;
  fill: #f5b500;
  opacity: .3;
}

.slogan .inner > p {
  font-size: 36px;
  font-weight: 600;
  z-index: 0;
  padding-left: 10%;
  margin: 85px 0;
  line-height: 4rem;
}

.blog {
  padding: 100px 0;
  background: #f5b500;
}

.blog.page_blog {
  background: #fff;
  padding: 160px 0 60px;
}

.blog .inner {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}
.blog .inner li a svg {
  width: 20px;
  margin-left: auto;
  opacity: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transform: translateX(-6px);
}
.blog .inner li a:hover svg {
  opacity: 1;
  transform: translateX(0);
}
.blog .inner .ttl {
  text-align: center;
}
.blog .inner .ttl span {
  margin: 0px 0px 50px;
}

.not_found {
  font-size: 30px;
  color: #f5b500;
}

.ttl span {
  font-size: 50px;
  color: #fff;
  background: #000;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  padding: 5px;
  white-space: nowrap;
}

.ttl_header {
  display: flex;
  justify-content: center;
}

.ttl_header > p {
  font-size: 24px;
  max-width: 710px;
  margin-bottom: 100px;
}

.ttl_center {
  text-align: center;
}

.color_black b {
  color: #000;
}

.color_white b {
  color: #fff;
}

.blog .inner ul {
  display: flex;
  justify-content: start;
  -webkit-justify-content: start;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.blog .inner ul li {
  box-sizing: border-box;
  width: 50%;
  display: flex;
}

.blog .inner ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  margin: 0px 30px;
  border-bottom: 1px solid #000;
}

.blog .inner ul li a .data {
  color: #000;
  font-size: 12px;
  letter-spacing: 0px;
  margin-right: 30px;
  text-align: center;
}

.blog .inner ul li a .data b {
  display: block;
  font-size: 36px;
}

.blog .inner ul li a h3 {
  color: #000;
  font-size: 18px;
  max-width: 80%;
}

.no_post {
  width: 100%;
  text-align: center;
  padding: 80px 0;
}


/*defaultボタン 黒*/
.bt {
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
}

.bt-body {
  background: #000;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
  text-transform: uppercase;
  padding: 17px 21px;
  border: 2px solid #000;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 210px;
  min-width: 100px;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
}
.bt-body:hover {
  background: #000;
  color: #fff !important;
}
.bt-border {
  background-color: transparent;
}
.bt-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
}
.bt-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.bt-arrow:hover span {
  transform: translate3d(-1rem, 0, 0);
}
.bt-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.bt-arrow svg * {
  stroke-width: 5;
  stroke-color: transparent;
}
.bt-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}

.bt input[type="submit"] {
  background: none;
  display: inline-block;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 0;
  border-right: 0;
  padding: 14px 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  min-width: 246px;
  text-align: center;
  position: relative;
  border-radius: 0;
}

.single_bottom_link .bt-body {
  box-sizing: border-box;
}

.profile {
  padding: 20px 0 120px;
}

.profile .inner {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: start;
  -webkit-align-items: start;
  margin-bottom: 40px;
}

.profile .inner img {
 max-width: 440px;
 width: 100%;
 height: 100%;
 vertical-align: middle;
}

.profile .inner .profile_text {
  max-width: 440px;
  margin-right: 60px;
}

.ttl_default {
  margin-bottom: 50px;
}

.profile .inner .profile_text p {
  margin-bottom: 45px;
  line-height: 1.8em;
}

.bt_sns {
  display: flex;
  justify-content: end;
  align-items: center;
  -webkit-justify-content: end;
  -webkit-align-items: center;
}
.bt_sns li {
  margin-right: 20px;
}

.bt_sns li a {
 display: inline-block;
 width: 40px;
 transition: all .2s ease;
 -webkit-transition: all .2s ease;
}

.bt_sns li a:hover {
  transform: scale(1.14);
  -webkit-transform: scale(1.14);
}

.movie {
  padding: 100px 0;
  background: #f5b500;
}

.movie .inner {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

.movie .inner .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .inner .youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.policy {
  padding: 120px 0;
}

.policy .inner {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}

.policy .ttl span {
  margin-right: 50px;
}

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

.policy .inner ul li {
  line-height: 1.2;
  margin-bottom: 100px;
  max-width: 960px;
  display: flex;
}

.policy .inner ul li .box {
  position: relative;
  margin-left: 60px;
}


.policy .inner ul li .number {
  font-size: 200px;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 1px #f5b500;
  text-stroke: 1px #f5b500;
  line-height: .8em;
}

.policy .inner ul li .box h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2.8rem;
  margin-bottom: 20px;
}

.policy .inner ul li p {
  font-size: 18px;
  line-height: 2rem;
}

.policy .inner .sub_info {
  margin: 60px auto;
  font-size: 38px;
  text-align: center;
  max-width: 880px;
  width: 100%;
}

.d-flex-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  min-height: 40.6vw;
}

.support {
  width: 50%;
  padding-bottom: 30px;
}

.support .ttl span {
  margin-top:-30px;
  position: relative;
  margin-bottom: 50px;
}

.support .frame {
  overflow: hidden;
  height: 450px;
}

.support img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.support .bt-body {
  margin-bottom: 25px;
}

.office {
  width: 50%;
  overflow: hidden;
  padding-bottom: 30px;
}

.office .frame {
  overflow: hidden;
  height: 450px;
}

.office .ttl {
  text-align: center;
}

.office .ttl span {
  margin-top:-30px;
  position: relative;
  margin-bottom: 50px;
}

.office h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.office .inner {
  text-align: center;
}

.office .inner p {
  font-size: 18px;
  margin-bottom: 10px;
}


.contact {
  background: #f5b500;
  padding: 100px 0;
}

.contact .inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.contact .inner .ttl {
  margin-bottom: 90px;
}

.contact.done .inner h2 {
  text-align: center;
  color: #fff;
}
.contact.done {
  background: #f5b500;
  padding: 40px 0;
  margin-bottom: 20px;
}
.contact .form-layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact .inner dl {
  padding: 0 4%;
  width: 42%;
}
.contact .inner dl + span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.contact .inner span a {
  color: #000;
}

.contact .inner span a:hover {
  text-decoration: none;
}

.contact .inner dl dt {
  font-weight: 700;
  color: #000;
}

.contact .inner dl dt .required{
  color: red;
  vertical-align: sub;
  padding: 5px;
}

.contact .inner dl dd {
  margin-bottom: 50px;
}

.contact .inner dl dd .text_info {
  display: block;
  font-size: 12px;
  padding: 10px 0;
  color: #fff;
  line-height: 1.3rem;
  letter-spacing: 1px;
}

.contact .inner dl dd input {
  border: none;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #000;
}

.contact .inner dl dd select {
  border: none;
  width: 50%;
  padding:15px;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #000;
}

.contact .inner dl dd textarea {
  border: none;
  width: 100%;
  height: 50px;
  padding:15px;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #000;
}
.bt .bt-input {
  border: 2px solid #000 !important;
  border-radius: 100px !important;
  transition: all .3s ease;
}
.bt .bt-input:hover {
  background: #000;
  color: #fff;
}

/*コンタクトフォーム7 CheckBox*/
.contact .inner .checkbox {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
}

.contact .inner .checkbox .label-checkbox span {
  color: #333;
}

.wpcf7-list-item-label span a {
  text-decoration: underline;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: .3;
  pointer-events: none;
}

.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-mail-sent-ok {
  border: none;
  color: #d600b0;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  padding-top: 8px;
  font-size: .8em;
}
.contact .inner input[type=checkbox] {
  display: none;
}
.contact .inner .wpcf7-list-item-label {
  margin-top: 15px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  display: block;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
}
.contact .inner .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 4px;
}
.contact .inner input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("img/icon_check.svg") center center no-repeat;
}

.contact2 {
  background: #F8F8F8;
  padding: 100px 0;
}

.contact2 .inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.contact2 .inner .ttl {
  margin-bottom: 90px;
}

.contact2 .inner .ttl > span {
  margin: -28px auto 0;
}

.contact2.done .inner h2 {
  text-align: center;
  color: #000;
}
.contact2.done {
  background: #F8F8F8;
  padding: 40px 0;
  margin-bottom: 20px;
}
.contact2 .form-layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact2 .inner dl {
  width: 100%;
}
.contact2 .inner dl + span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.contact2 .inner span a {
  color: #000;
}

.contact2 .inner span a:hover {
  text-decoration: none;
}

.contact2 .inner dl dt {
  font-weight: 700;
  color: #000;
}

.contact2 .inner dl dt .required{
  color: red;
  vertical-align: sub;
  padding: 5px;
}

.contact2 .inner dl dd {
  margin-bottom: 50px;
}

.contact2 .inner dl dd .text_info {
  display: block;
  font-size: 12px;
  padding: 10px 0;
  color: #000;
  line-height: 1.3rem;
  letter-spacing: 1px;
}

.contact2 .inner dl dd input {
  border: none;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #000;
}

.contact2 .inner dl dd select {
  border: none;
  width: 50%;
  padding:15px;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #000;
}

.contact2 .inner dl dd textarea {
  border: none;
  width: 100%;
  height: 50px;
  padding:15px;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #000;
}
.bt .bt-input {
  border: 2px solid #000 !important;
  border-radius: 100px !important;
  transition: all .3s ease;
}
.bt .bt-input:hover {
  background: #000;
  color: #fff;
}

/*コンタクトフォーム7 CheckBox*/
.contact2 .inner .checkbox {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
}

.contact2 .inner .checkbox .label-checkbox span {
  color: #333;
}

.wpcf7-list-item-label span a {
  text-decoration: underline;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: .3;
  pointer-events: none;
}

.wpcf7 .ajax-loader {
  display: none !important;
}
/*.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  display: none !important;
  }*/
  .wpcf7-mail-sent-ok {
    border: none;
    color: #d600b0;
    text-align: center;
  }
  span.wpcf7-not-valid-tip {
    padding-top: 8px;
    font-size: .8em;
  }
  .contact2 .inner input[type=checkbox] {
    display: none;
  }
  .contact2 .inner .wpcf7-list-item-label {
    margin-top: 15px;
    margin-right: 40px;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    display: block;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .contact2 .inner .wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid;
  }
  .contact2 .inner input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: url("img/icon_check.svg") center center no-repeat;
  }

/*コンタクトフォームCSS*/

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #00ab10;
  color: #fff;
  border: solid #00ab10;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: #ffdce2;
  border: 2px solid red !important;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 8px 35px 8px 14px !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD !important;
  background-color: #D9EDF7 !important;
  border: 1px solid #BCE8F1 !important;
}

footer {
  text-align: center;
  padding: 65px 0 40px;
  position: relative;
}

footer .logo {
  white-space: nowrap;
  font-size: 30px;
  color: #f5b500;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

footer .logo:hover {
  opacity: .8;
}

footer .logo span {
  font-size: 16px;
  color: #f5b500;
}

footer ul {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

footer ul li {
  padding: 10px;
}

footer ul li a {
  color: #000;
  font-size: 15px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

footer ul li a:hover {
  opacity: .7;
}

footer span {
  color: #838383;
  font-size: 12px;
}

.page_footer {
  background: #f9f9f9 !important;
}

/*スムーススクロール*/

.page-top {
  position: relative;
}

#page_top {
  height: 50px;
  width: 50px;
  display: block;
  position: fixed;
  background: #000;
  bottom: 0px;
  right: 20px;
  z-index: 999;
  text-align: center;
  line-height: 0;
  border-radius: 100px;
}

#page_top:hover {
  opacity: .8;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

#page_top span {
 background: url('img/top_arrow.svg');
 background-repeat: no-repeat;
 background-size: contain;
 display: inline-block;
 height: 18px;
 width: 18px;
 margin: 16px;
}

.page_kv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-align-items: flex-end;
  margin-bottom: 30px;
}

.page {
  padding: 170px 0 80px;
}

.page .inner {
  max-width: 800px;
  width: 86%;
  margin: 0 auto;
  line-height: 36px;
  letter-spacing: 0.15rem;
  font-size: 18px;
}

.page .inner a {
  color: #f5b500;
  cursor: pointer;
  text-decoration: underline;
}

.page .inner a:hover {
  text-decoration: none;
}

.page .inner .single_bottom_link a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.page .inner .single_bottom_link .bt-body:hover {
  opacity: 1;
}

.page .inner .wp-post-image {
  width: 100%;
}

.page .inner ul {
  background: #f9f9f9;
  padding: 20px 20px 20px 50px;
  border-radius: 6px;
  list-style-type: disc;
  margin-bottom: 20px;
}

.page .inner ol {
  background: #f9f9f9;
  padding: 20px 20px 20px 50px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.page .inner ul li,
.page .inner ol li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
  float: none;
  display: list-item;
  list-style-type: disc;
}

.page .inner ol li {
  list-style-type: decimal !important;
}

.page .inner .ttl span {
  font-size: 42px;
  white-space: normal;
}

.page .inner .data {
  color: #8e8e8e;
}

.page .inner .ttl_page {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}

.page .inner h2 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 0px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page .inner h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}

.page .inner h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.page .inner p {
  margin-bottom: 20px;
}

.single_data {
  color: #a0a0a0;
  font-weight: 400;
  font-size: 14px;
}
.single_bottom_link {
  display: flex;
  align-items: baseline;
  font-weight: 600;
}
.single_bottom_link a:hover {
  opacity: .6;
  transition: all .2s ease;
}
.single_bottom_link .bt_slide:hover {
  opacity: 1;
}
.single_bottom_link svg {
  width: 15px;
  height: 15px;
  vertical-align: baseline;
  padding: 0 10px;
}
.single_bottom_link span {
  white-space: nowrap;
}

.page .inner > a {
  color: #ff8dc9;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.page .inner img {
  margin-bottom: 30px;
}

.page .inner > a:hover {
  opacity: .5;
}

strong {
  font-weight: 700;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 1108px) {
.kv .inner .catchcopy .text {
  font-size: 34px;
}
}


@media screen and (max-width: 920px) {

  /*グローバルメニュー*/
  .burger {
    top: 10px;
    right: 10px;
  }
  .burger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    transform: scale(1.3);
  }
  .burger_line {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
  }
  .burger_line01 {
    top: 12px;
    left: 11px;
  }
  .burger_line {
    width: 18px;
  }
  .burger_line {
    height: 2px;
    overflow: hidden;
    position: absolute;
  }
  .burger_line-in01 {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
  }
  .burger_line-in {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
  }
  .burger_line-in {
    width: 72px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .burger_line-in:after,
  .burger_line-in:before {
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
  }
  .burger_line-in:before {
    left: -48px;
  }
  .burger_line-in:after,
  .burger_line-in:before {
    width: 24px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #000;
  }
  .burger_line-in:after {
    left: 0;
  }
  .burger_line02 {
    top: 19px;
    left: 11px;
  }
  .burger_line03 {
    top: 26px;
    left: 11px;
    width: 9px;
  }
  .burger_line-cross01 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .burger_line-in-cross01 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .burger_line-in-cross01,
  .burger_line-in-cross02 {
    -webkit-transform: translateX(-33.3%);
    transform: translateX(-33.3%);
  }
  .burger_line-cross01,
  .burger_line-cross02 {
    top: 19px;
    left: 11px;
  }
  .burger_line-cross02 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .burger_line-in-cross02 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }
  .burger_line-in02 {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
  }
  .burger_line-in02:after,
  .burger_line-in02:before {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }
  .burger_line-in:after,
  .burger_line-in:before {
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
  }
  .burger_line-in03 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .burger_line-in03:after,
  .burger_line-in03:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  .burger_line-in-cross02:after,
  .burger_line-in-cross02:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  .burger:hover .burger_line-in01:after,
  .burger:hover .burger_line-in01:before,
  .burger:hover .burger_line-in02:after,
  .burger:hover .burger_line-in02:before,
  .burger:hover .burger_line-in03:after,
  .burger:hover .burger_line-in03:before {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  .burger:hover .burger_line-in:after,
  .burger:hover .burger_line-in:before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  .burger:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;
    z-index: -1;
    display: block;
    background: #f4ae02;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .open .burger:after {
    content: "";
    border-radius: 100%;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .open .burger .burger_line-in-cross01 {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
  }
  .open .burger .burger_line-in-cross01,
  .open .burger .burger_line-in-cross02 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .open .burger .burger_line-in:after,
  .open .burger .burger_line-in:before {
    background-color: #fff;
    transition-duration: 0s;
  }
  .open .burger .burger_line-in-cross02 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .open.burger .burger_line-in-cross01,
  .open .burger .burger_line-in-cross02 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .open .burger .burger_line-in01 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .open .burger .burger_line-in01,
  .open .burger .burger_line-in02,
  .open .burger .burger_line-in03 {
    -webkit-transform: translateX(33.3%);
    transform: translateX(33.3%);
  }
  .open .burger:hover .burger_line-in-cross01::after,
  .open .burger:hover .burger_line-in-cross01::before,
  .open .burger:hover .burger_line-in-cross02::after,
  .open .burger:hover .burger_line-in-cross02::before {
    transition-duration: 2s;
  }
  .open .burger .burger_line-in01 {
    transition-delay: 0s;
  }
  .open .burger .burger_line-in02 {
    transition-delay: 0.1s;
  }
  .open .burger .burger_line-in03 {
    transition-delay: 50ms;
  }
  .open .burger .burger_line-in-cross01 {
    transition-delay: 0.15s;
  }
  .open .burger .burger_line-in-cross02 {
    transition-delay: 0.2s;
  }
  header {
    height: 60px;
  }
  header .logo  {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
  }
  header .logo a {
    padding: 10px 20px;
  }
  .open header .logo {
    z-index: 9999;
    position: fixed;
  }
  .nav {
    top: 100px;
    right: 0;
    width: 100%;
  }
  .nav .nav_box {
    display: block;
  }
  .nav .nav_box li {
    padding: 0;
  }
  .nav .nav_box li a {
    padding: 30px 0px 30px 130px;
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  .nav .nav_box li:last-child a {
    background: none;
    padding: 30px 0px 30px 130px;
    width: 100%;
    margin-left: 0;
  }
  .nav .nav_box li:last-child a:hover {
    background: transparent;
  }
  .nav .nav_box li a span {
   position: absolute;
   font-size: 50px;
   color: #f4ae02;
   opacity: 0.22;
   top: -6px;
   left: 30px;
   z-index: -1;
 }
 .overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  min-height: 100vh;
  overflow: scroll;
}
.overlay-scale {
  -webkit-transition: all .5s 0s cubic-bezier(1,0,0,1);
  transition: all .5s 0s cubic-bezier(1,0,0,1);
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
}
.open .overlay-scale {
  -webkit-transition: all .5s 0s cubic-bezier(1,0,0,1);
  transition: all .5s 0s cubic-bezier(1,0,0,1);
  -webkit-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0,0,0);
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.overlay_inner {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 text-align: center;
}
.overlay_inner li {
  padding: 15px 0;
}
.overlay_inner li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.78,.07,0,1) .1s;
  position: relative;
}
.overlay_inner li a span {
  position: relative;
}
.overlay_inner li a:before {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: -1px;
  top: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: inherit;
}
.overlay_inner li a:hover:before {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}
.sp {
  display: block !important;
}
.pc {
  display: none !important;
}
}


/* //////////////////////////////////////////
  TABLET / SP
  ////////////////////////////////////////// */

  /*iPad縦 / iPhone 8 Plus横*/
  @media screen and (max-width: 768px) {

    /*スマフォボタンリセット*/
    * { -webkit-appearance: none; }

    body {
      font-size: 16px;
      -webkit-overflow-scrolling: touch;
      -webkit-text-size-adjust: 100%;
    }
    .sp {
      display: block !important;
    }
    .pc {
      display: none !important;
    }
    .kv .inner .catchcopy .text {
      font-size: 26px;
      font-weight: bold;
    }
    .kv {
      height: 360px;
      margin-top: 130px;
      margin-bottom: 50px;
    }
    .kv .inner .name h1 {
      font-size: 47px;
    }
    .kv .inner .name > span {
      font-size: 15px;
      right: -20px;
    }
    .triangle_01 {
      width: 100px;
      top: -30px;
    }
    .triangle_02 {
      width: 100px;
      bottom: -30px;
    }
    .profile .inner .profile_text {
      max-width: 100%;
      margin-right: 0;
    }
    .kv .inner .catchcopy {
      left: 10px;
      top: -27px;
    }
    .ttl span {
      font-size: 30px;
    }

    .office {
      flex-wrap: wrap-reverse;
      -webkit-flex-wrap: wrap-reverse;
      padding-bottom: 40px;
    }
    .support {
      padding-bottom: 30px;
    }
    .contact {
      padding: 60px 0;
    }
    .page {
      padding: 140px 0 80px;
    }
    .page.single {
      padding: 80px 0;
    }
    .slogan .inner > svg {
      position: absolute;
      z-index: -1;
      top: -70px;
      left: 0;
    }
    .policy .inner {
      width: 90%;
    }
    .profile .inner img {
      max-width: 300px;
      margin-right: 0;
      margin-left: 4%;
    }
    .profile .inner {
      padding: 0px 6%;
    }
    .policy .inner .sub_info {
      font-size: 30px;
    }
    .bt_sns {
      flex-wrap: wrap;
    }
    .bt_sns li {
      margin-bottom: 10px;
    }
    .profile {
      padding: 20px 0 40px;
    }
    .movie {
      padding: 50px 50px;
    }
    .policy {
      padding: 80px 0 60px;
    }
    .policy .inner ul li .number {
      font-size: 120px;
    }
    .policy .inner ul li .box {
      position: relative;
      margin-left: 30px;
    }
    .blog {
      padding: 60px 0;
    }
    .office .ttl span {
      margin-bottom: 40px;
    }
    .bt-body:hover {
      background: #fff;
      color: #000;
    }
    .bt-arrow:hover span {
      transform: translate3d(0, 0, 0);
    }
    .logo_img {
  width: 100px;
}



  }
  /*media screen_end*/

  /*iPhone 8横*/
  @media screen and (max-width: 667px) {
    .contact .inner dl dd select {
      -webkit-appearance: revert;
    }
    .profile .inner {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
    }
    header .logo a {
      font-size: 20px;
      white-space: nowrap;
      padding: 15px;
    }
    header .logo a span {
      font-size: 10px;
      display: inline-block;
    }
    .kv .inner .catchcopy .text {
      font-size: 22px;
    }
    .kv .inner .catchcopy {
      left: 10px;
      top: -57px;
    }
    .kv .inner .name h1 {
      font-size: 37px;
    }
    .kv .inner .name > span {
      font-size: 15px;
      right: -20px;
      top: -150px;
    }
    .ttl_default {
      margin-bottom: 30px;
    }
    .slogan .inner > p {
      font-size: 25px;
      padding: 0 5%;
      margin: 75px 0;
      line-height: 2rem;
    }
    .ttl_line b {
      padding: 0 20px;
    }
    .ttl span {
      font-size: 26px;
    }
    .page .inner .ttl span {
      font-size: 28px;
    }
    .bt a {
      min-width: 210px;
      padding: 13px;
    }
    .single_bottom_link {
      display: flex;
      align-items: baseline;
      font-size: 12px;
      letter-spacing: 0;
      margin-bottom: 50px;
    }
    .single_bottom_link .bt a {
      min-width: 120px;
      font-size: 12px;
    }
    .single_bottom_link a {
      white-space: nowrap;
    }
    .single_bottom_link svg {
      width: 12px;
      height: 12px;
      vertical-align: text-top;
      padding: 0;
    }
    .blog {
      padding: 50px 0;
    }
    .blog .inner ul li a {
      margin: 0px 10px;
    }
    .blog .inner ul li {
      width: 90%;
    }
    .blog .inner ul {
      justify-content: center;
      -webkit-justify-content: center;
      margin-bottom: 30px;
    }
    .profile {
      padding: 20px 0 50px;
    }
    .movie {
      padding: 20px;
    }
    .profile .inner img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      max-width: 250px;
    }
    .profile .inner .profile_text p {
      margin-bottom: 40px;
      line-height: 1.85rem;
    }
    .policy {
      padding: 50px 0;
    }
    .policy .ttl_header {
      flex-wrap: wrap;
    }
    .policy .ttl_header > p {
      font-size: 18px;
      max-width: 710px;
      margin-bottom: 50px;
    }
    .policy .ttl span {
      margin-right: 0;
      margin-bottom: 20px;
    }
    .policy .inner ul li .box {
      margin-left: 40px;
      margin-right: 0px;
    }
    .policy .inner ul li .number {
      font-size: 80px;
      margin-bottom: 10px;
    }
    .policy .inner ul li .box h3 {
      font-size: 22px;
      line-height: 2rem;
    }
    .policy .inner ul li p {
      font-size: 16px;
      line-height: 1.8rem;
    }
    .policy .inner ul li .box_details p {
      margin-bottom: 10px;
    }
    .policy .inner ul li:nth-child(even) {
      padding-left: 0;
    }
    .policy .inner ul li {
      margin-bottom: 40px;
      flex-wrap: wrap;
    }
    .support,
    .office {
      width: 100%;
      padding-bottom: 30px;
    }
    .support .frame,
    .office .frame {
      height: 260px;
    }
    .office .ttl span {
      margin-bottom: 20px;
    }
    .support .ttl span {
      margin-bottom: 30px;
    }
    .contact {
      padding: 40px 20px;
    }
    .contact .inner dl {
      width: 100%;
    }
    .contact .inner .ttl {
      margin-bottom: 40px;
    }
    footer .logo {
      font-size: 25px;
    }
    footer .logo span {
      font-size: 12px;
    }
    footer ul li a {
      font-size: 13px;
    }
    footer ul li {
      padding: 5px 10px;
    }
    .bt input[type="submit"] {
      min-width: 85%;
      width: 240px;
    }

    .page .inner {
      line-height: 30px;
      letter-spacing: 0.15rem;
      font-size: 16px;
    }
    .page .inner .ttl_page {
      line-height: 30px;
      font-size: 24px;
    }
    .page_kv {
      height: 100px;
      /*margin-top: 60px;*/
    }
    .page .inner .not_found {
      font-size: 24px;
      line-height: 2rem;
    }
    /*ページトップヘ*/
    .page-top {
      display: none;
    }
    /*コンタクトフォーム7checkBOX*/
    span.wpcf7-list-item {
      margin: 0;
    }
    .contact .inner .wpcf7-list-item-label {
      margin-right: 0;
      font-size: 13px;
    }
    .icon_note {
      height: 30px;
    }
    .support .r_box .inner .bt a {
      font-size: 16px;
    }
    .policy .inner .sub_info {
      margin: 40px auto;
      font-size: 22px;
      text-align: left;
      max-width: 880px;
      width: 90%;
      letter-spacing: 0;
    }
    .loadingAnim_line:before {
      font-size: 1em;
    }
    .bt_sns li {
      margin-bottom: 0;
    }
    .page {
      padding: 100px 0 80px;
    }
    .page.single {
      padding: 80px 0 0;
    }
  }
/*media screen_end

/*iPhone 5/SE横*/
@media screen and (max-width: 568px) {
}
/*media screen_end*/

/*iPhone 8 Plus縦*/
@media screen and (max-width: 480px) {
}
/*media screen_end*/

/*iPhone 8縦*/
@media screen and (max-width: 375px) {
}
/*media screen_end*/

/*iPhone 5/SE/4以下縦*/
@media screen and (max-width: 320px) {
}
/*media screen_end*/



