@charset "UTF-8";
/* 1.html5doctor.com Reset Stylesheet
-----------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* 【カラー設定】 */
/* フォント設定　*/
/* シャドー設定 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.5;
  font-size: 15px; }

main {
  display: block; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all .5s ease; }

a:hover {
  opacity: 0.6;
  transition: all .5s ease; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table.asp_list th, table.asp_list td {
  vertical-align: middle; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 1.5 リストマーカー無
-----------------------------------------*/
ol, ul {
  list-style: none; }

/* 2．スクロールバーを常に表示
-----------------------------------------*/
html {
  overflow-y: scroll; }

/* 3．フォント関連半角英数字折り返しする
-----------------------------------------*/
body {
  word-break: break-all;
  /* 常に行末で改行 */
  word-wrap: break-word;
  /* 英数半角の改行 */
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 200;
  text-align: justify;
  /*テキストを両端揃え*/
  text-justify: inter-ideograph;
  /*テキストを両端揃えIE用*/
  background: #666;
  width: 100%;
  overflow-x: hidden;
  position: relative; }

/* 6．画像余白を消す
-----------------------------------------*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*ページ用ＣＳＳ*/
.wrapper {
  width: 90%;
  max-width: 960px;
  padding-bottom: 30px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      overflow: hidden; } }

.container {
  width: 100%; }

pre {
  background: #666;
  margin: 10px 0; }

code {
  padding: 0;
  top: 0;
  color: #ccc; }

figure {
  margin-bottom: 10px; }

figcaption {
  font-size: 0.8rem;
  color: #666; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.left {
  text-align: left !important; }

.underline {
  text-decoration: underline; }

.txtred {
  color: #c70000; }

.txtblue {
  color: #bde2fe; }

.pnk {
  background-color: #f6cbdd; }

.txtsmall {
  font-size: 0.8rem !important; }

.txtlarge {
  font-size: 2rem !important; }

.txtxl {
  font-size: 4rem !important; }

.txtgray, .txtgray a {
  color: #999; }

.right_img {
  float: right;
  margin: 0 0 20px 20px; }

.left_img {
  float: left;
  margin: 0 20px 20px 0; }

.cb {
  clear: both; }

.pt0 {
  padding-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30, .container {
  margin-bottom: 30px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.no_border {
  border: 0 !important; }

main .w100 {
  width: 100% !important; }

main .w90 {
  width: 90% !important; }

main .w80 {
  width: 80% !important; }

main .w70 {
  width: 70% !important; }

main .w60 {
  width: 60% !important; }

main .w50 {
  width: 50% !important; }

main .w40 {
  width: 40% !important; }

main .w30 {
  width: 30% !important; }

main .w20 {
  width: 20% !important; }

main .w10 {
  width: 10% !important; }

.top section {
  width: 960px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9rem; }

input[type="submit"],
input[type="reset"] {
  margin: 20px 10px;
  color: #000;
  transition: 0.5s; }
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background: #ccc; }

input[type="submit"] {
  padding: 10px 20px; }
  input[type="submit"]:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

input[type="reset"] {
  color: #999;
  padding: 5px 10px; }

select {
  padding: 8px 38px 8px 8px;
  color: #666666;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.cp_ipselect.cp_sl01 {
  /*セレクトにボーダーを設置*/
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #ffffff; }

.cp_ipselect.cp_sl01::before {
  /*セレクトに矢印を設置*/
  position: absolute;
  top: 1rem;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

input.short {
  box-sizing: border-box;
  width: 70%; }

input.long {
  box-sizing: border-box;
  width: 100%; }

textarea {
  box-sizing: border-box;
  width: 100%; }

::placeholder {
  color: #999; }

input, textarea, select {
  padding: 8px;
  line-height: 1.7; }

/*ページ用ＣＳＳここまで*/
nav.breadcrumb {
  font-size: 0.8rem;
  margin: 0 0 10px;
  padding: 20px 0;
  overflow: hidden; }
  nav.breadcrumb a {
    color: #000 !important;
    text-decoration: none; }
  nav.breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    float: left; }
    nav.breadcrumb ul li a::after {
      padding-left: 15px;
      content: ">"; }
nav.paging a, nav.paging span {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ccc;
  margin: 5px;
  width: 20px;
  line-height: 1.8rem;
  text-align: center; }
nav.paging a {
  color: #037edb;
  text-decoration: none; }

header {
  background: #000;
  font-size: 0.8rem;
  height: 60px; }
  header .header_inner {
    width: 860px;
    margin: 0 auto;
    padding: 6px 0;
    overflow: hidden; }
  header h1 {
    font-size: 2rem;
    width: 200px;
    float: left; }
    header h1 img {
      margin: 0 auto;
      width: 100%; }
  header nav {
    float: right; }
    header nav.is-animation ul {
      margin: 15px auto 0 -250px;
      position: absolute;
      left: 50%; }
    header nav ul {
      display: flex;
      justify-content: flex-end;
      margin: 10px 0 0 0; }
      header nav ul li {
        font-size: 1rem;
        margin-right: 23px; }
        header nav ul li a {
          position: relative;
          text-decoration: none;
          color: #eee;
          font-size: 0.8rem;
          display: inline-block;
          position: relative;
          cursor: pointer; }
          header nav ul li a::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -3px;
            width: 60%;
            height: 3px;
            opacity: 0;
            background-color: #fff;
            transform: translate(-50%, 0);
            transition: all .3s ease-in-out; }
          header nav ul li a:hover::after {
            width: 100%;
            opacity: 1; }

main {
  width: auto;
  margin: 0 auto 20px;
  clear: both;
  padding: 0;
  color: #ccc; }
  main h1, main h2, main h3, main h4 {
    clear: both;
    font-weight: normal;
    margin-bottom: 20px;
    color: #fff; }
  main h1 {
    font-size: 1.6rem;
    line-height: 2.5rem; }
  main h2 {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 1.4rem;
    padding: 15px 0;
    line-height: 2.3rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #666;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
  main h3 {
    background: #eee;
    padding: 10px 15px;
    font-size: 1.2rem;
    line-height: 2rem; }
  main h4 {
    border-left: 5px solid #999;
    padding: 5px 15px;
    font-size: 1.1rem;
    line-height: 1.8rem; }
  main img {
    max-width: 100%;
    height: auto; }
    main img.eyecatch {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
      width: 98%;
      margin: 3px 1% 20px;
      height: auto; }
    main img.bd1 {
      border: 1px solid #ccc; }
  main p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #eee; }
    main p.detail {
      font-size: 1rem; }
    main p a {
      color: #bde2fe;
      text-decoration: underline; }
      main p a:hover {
        text-decoration: none; }
  main ul {
    margin-bottom: 20px; }
    main ul li {
      margin-bottom: 10px;
      margin-left: 50px;
      list-style-type: disc; }
    main ul.kome {
      clear: both; }
      main ul.kome li {
        text-indent: -1rem;
        margin-left: 1rem;
        line-height: 1.5;
        list-style-type: none; }
    main ul.btn_area {
      display: flex;
      justify-content: space-between;
      margin: 0 0 20px 0; }
      main ul.btn_area a {
        display: inline-block;
        padding: 10px 40px;
        background: #bde2fe;
        color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
        border-radius: 5px;
        transition: opacity .3s ease-out;
        margin: 0 5px 15px; }
      main ul.btn_area li {
        margin: 0;
        list-style-type: none; }
        main ul.btn_area li img {
          width: 98%; }
        main ul.btn_area li:nth-child(2) {
          text-align: right; }
    main ul.blog-list {
      color: #eee; }
      main ul.blog-list a {
        color: #bde2fe;
        text-decoration: underline; }
        main ul.blog-list a:hover {
          text-decoration: none; }
      main ul.blog-list .newmark {
        background-color: #037edb;
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 10px;
        margin-left: 5px; }
      @media screen and (max-width: 768px) {
        main ul.blog-list span:not(.newmark) {
          display: block; } }
  main ol {
    margin: 0 0 20px 0; }
    main ol li {
      list-style-type: decimal;
      margin-bottom: 10px;
      margin-left: 50px; }
  main .reference {
    background-color: #0391fc;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 2px 5px; }
  main div.default_box h2 {
    border: 0;
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 0; }
  main table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    min-width: 100%;
    margin-bottom: 20px; }
    main table th, main table td {
      padding: 10px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      color: #333;
      background: #fff; }
    main table th {
      color: #fff;
      font-weight: bold;
      background: #0072c8;
      text-align: center; }
    main table tr:nth-child(even) {
      background: #eee; }
    main table tr:hover {
      background: #ddd; }
  main .quote_area, main blockquote p {
    background: #eee;
    margin: 0 0 20px;
    padding: 20px 30px; }
  main .border_box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px; }
  main .default_box {
    border: 1px solid #ccc;
    background: #eee;
    margin-bottom: 20px;
    padding: 20px 25px 0 25px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px; }
    main .default_box.blue {
      border-color: #99bdd7;
      background-color: #d3ebfd; }
    main .default_box.yellow {
      border-color: #f7a730;
      background-color: #f5d4a3; }

footer {
  background: #ccc;
  font-size: 0.8rem; }
  footer nav.breadcrumb {
    width: 860px;
    color: #fff !important;
    margin: 20px auto;
    padding: 20px 0; }
    footer nav.breadcrumb a {
      color: #fff !important; }
  footer .copyright {
    padding: 10px 0 10px;
    text-align: center; }
  footer .footer_block {
    width: 860px;
    margin: 0 auto; }
    footer .footer_block a::after, footer .footer_block a:hover::after {
      transform-origin: center top; }
    footer .footer_block nav {
      margin-bottom: 10px;
      float: left;
      width: 600px; }
      footer .footer_block nav li {
        display: inline-block;
        margin-right: 10px; }
        footer .footer_block nav li:after {
          content: "|";
          padding-left: 10px; }
        footer .footer_block nav li:last-child:after {
          content: ""; }
  footer .footer_logo {
    float: left;
    margin-right: 20px; }

.separater {
  height: 2px;
  background: #26BCB8;
  border: 0;
  margin: 50px 0 0 0; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10; }
  #page-top a {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    border-radius: 5px; }
    #page-top a::before {
      content: "";
      width: 0;
      height: 0;
      border-bottom: solid #fff 20px;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      position: absolute;
      top: 13px;
      left: 15px;
      z-index: 11; }
    #page-top a::after {
      content: "";
      position: absolute;
      background: #ccc;
      width: 50px;
      height: 50px;
      border-radius: 5px;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9; }
    #page-top a:hover {
      text-decoration: none; }

#sm_menu {
  display: none; }

.nopc {
  display: none; }

.nosm {
  display: block; }

.no_disp {
  display: none; }

/* ///////////////////////
一覧ページスタイル
/////////////////////// */
main section {
  margin-bottom: 60px;
  width: 100%; }
  main section ul li {
    list-style-type: none;
    font-size: 1.2rem;
    margin-left: 0; }
main .xbig {
  font-size: 4rem; }
main .big {
  font-size: 2rem; }
main .block h3.xlarge .white {
  color: #fff; }

@media screen and (max-width: 959px) {
  body {
    background-size: 150%;
    background-position: center top;
    background-repeat: no-repeat; }

  .top section, .wrapper {
    width: 90%; }

  header {
    width: auto;
    height: auto; }
    header .header_inner {
      width: auto; }
    header h1 img {
      width: 100%; }
    header ul.head_list li img {
      width: 90%; }
    header nav ul {
      margin: 10px 0 0 0; }

  main {
    width: auto;
    margin: 0 auto; }
    main ul.btn_area li {
      margin-right: 20px;
      text-align: center; }

  footer .footer_block {
    width: auto; }

  footer nav.breadcrumb {
    width: auto; }

  .nopc {
    display: none; }

  .nosm {
    display: block; } }
@media screen and (max-width: 599px) {
  body {
    font-size: 4vw; }

  #sm_menu {
    display: block;
    position: fixed;
    right: 0;
    top: 15px;
    z-index: 100;
    width: 100%;
    text-align: right; }
    #sm_menu a.opn_btn {
      display: block;
      width: 10%;
      height: 10vw;
      position: fixed;
      top: 2vw;
      right: 5%; }

  header {
    background: #000;
    width: auto;
    margin: 30px 10px 10px;
    padding: 0;
    height: auto; }
    header .header_log {
      width: 100%;
      max-width: 300px;
      position: fixed;
      z-index: 50;
      top: 0;
      left: 0; } }
    @media screen and (max-width: 599px) and (max-width: 768px) {
      header .header_log {
        width: auto;
        height: 15vw; } }
@media screen and (max-width: 599px) {
    header nav {
      position: fixed;
      z-index: 99;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      backdrop-filter: saturate(180%) blur(20px);
      right: -100%;
      border-radius: 0 0 0 100%;
      overflow: hidden;
      transition: border-radius .5s; }
      header nav.dsp {
        border-radius: 0;
        transition: border-radius .5s; }
      header nav ul {
        flex-direction: column;
        background: transparent;
        margin: 50px 0 0 0;
        width: auto; }
        header nav ul li {
          margin-right: 0; }
          header nav ul li a {
            width: auto;
            padding: 10px 20px;
            display: block;
            border-bottom: 1px solid #999;
            font-size: 6vw;
            color: #000; }
    header .smt_search {
      display: block;
      padding: 10px;
      background: #fff;
      margin: 0 0 0 -10px; }

  .close_btn {
    width: auto;
    text-align: center;
    position: relative;
    margin-top: 50px;
    display: flex !important;
    align-items: center;
    justify-items: center;
    font-size: 1rem;
    padding: 10px; }
    .close_btn::after, .close_btn::before {
      content: '';
      width: 15px;
      height: 2px;
      background: #666;
      transform: rotate(45deg);
      position: absolute;
      left: 49%; }
    .close_btn::before {
      transform: rotate(135deg); }

  .menu_btn, .menu_btn:before, .menu_btn:after {
    display: block;
    font-size: 10px;
    width: 28px;
    height: 2px;
    background: #666;
    position: absolute;
    top: 20px;
    right: 0; }
    .menu_btn:before, .menu_btn:after {
      content: ""; }
    .menu_btn:before {
      top: -8px;
      right: 0; }
    .menu_btn:after {
      top: 8px;
      right: 0; }

  main h1 {
    line-height: 2.5rem;
    font-size: 7vw; }
  main h2 {
    font-size: 6vw; }
  main h3 {
    font-size: 5vw; }
  main p {
    font-size: 4vw; }
  main ul li {
    margin-left: 30px;
    font-size: 4vw; }
  main ol li {
    margin-left: 30px;
    font-size: 4vw; }
  main table th, main table td {
    font-size: 4vw;
    display: block; }
  main .scroll {
    overflow: auto; }
    main .scroll table {
      min-width: 600px; }
  main .xbig {
    font-size: 2rem; }
  main .big {
    font-size: 1.2rem;
    font-weight: bold; }
  main section .inner p {
    font-size: 4vw; }
  main section .inner ul li {
    font-size: 4vw; }
  main .block h3.xlarge .txtsmall {
    margin: 0 10px;
    line-height: 1rem;
    text-align: left; }
  main .block.reform dl.various {
    display: block; }
    main .block.reform dl.various dt {
      display: block;
      width: auto;
      padding: 10px 0;
      font-size: 4vw;
      margin-bottom: 10px; }
    main .block.reform dl.various dd {
      display: block;
      width: auto;
      padding: 0; }
  main ul.kome li.center {
    text-align: left !important; }

  .wrap {
    overflow: hidden; }

  .nopc {
    display: block; }

  .nosm {
    display: none; }

  .side_menu {
    width: 100%;
    float: none; }

  .btn {
    display: block;
    margin: 0 auto; }

  .btn img {
    width: 80%;
    margin-bottom: 20px; }

  .right_img, .left_img {
    max-width: 50%; }

  .top_main_list li {
    margin: 5px auto 30px auto;
    cursor: pointer; }

  dl.card dt {
    width: 30%; }
  dl.card dd {
    width: 58%;
    margin-left: 0;
    padding-top: 0; }

  footer .info {
    font-size: 4.5vw;
    line-height: 1.8;
    white-space: nowrap; }
  footer .box {
    display: block; }
  footer .tel {
    font-size: 1.9rem;
    width: 300px;
    margin: 0 auto 25px; }
  footer .footer_block {
    width: 90%;
    margin: 0 auto; }
  footer .footer_block nav {
    width: auto;
    text-align: center; }
  footer .footer_block img {
    width: 189px;
    margin-bottom: 10px; }
  footer nav.breadcrumb {
    width: 90%;
    margin: 0 auto 50px; }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea,
  select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 4vw;
    -webkit-appearance: none;
    appearance: none; }

  input[type="submit"], input[type="reset"] {
    background: #fff; }

  .cp_ipselect.cp_sl01 {
    border: 0; }

  .point main .block .box h4 {
    font-size: 1.3rem;
    text-align: center; }
  .point main .block .box .inner {
    margin-left: 0; }
  .point main .block .box ul.half {
    width: auto;
    float: none;
    margin-bottom: 10px; }
  .point main .block.reform .box ul li {
    font-size: 3vw; }

  .search main .result ul li {
    width: 45%; } }
@media screen and (max-width: 355px) {
  footer .tel {
    font-size: 8.3vw;
    width: 250px; }
    footer .tel .txtsmall {
      font-size: 3.5vw !important; }
  footer .info {
    font-size: 4.5vw; }

  .box ul.line li:after {
    border: 0; } }
#entry h2 {
  border: 0;
  scroll-margin-top: 60px;
  font-size: 45px;
  margin-top: 50px; }
#entry .flex-box {
  display: flex;
  flex-wrap: wrap; }
  #entry .flex-box.tri .default_box {
    width: 32%;
    margin-right: 2%; }
    @media screen and (max-width: 768px) {
      #entry .flex-box.tri .default_box {
        width: auto;
        margin: 0 0 4vw 0; } }
    #entry .flex-box.tri .default_box:nth-child(3n) {
      margin-right: 0; }
    #entry .flex-box.tri .default_box figure figcaption {
      text-align: center;
      padding-top: 5px; }
    #entry .flex-box.tri .default_box a {
      text-decoration: none; }

html {
  scroll-behavior: smooth; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    header {
      height: 15vw;
      margin: 0; } }

header a {
  color: #fff; }

section {
  scroll-margin-top: 50px; }

.box-innerline {
  position: relative;
  width: 400px;
  min-height: 400px;
  margin: auto; }

.box-innerline .topbox {
  border-radius: 10px;
  background: moccasin;
  height: 100px;
  padding: 30px; }

.box-innerline .underbox {
  padding: 30px; }

.box-innerline::after {
  border: 4px solid #fff;
  border-radius: 7px;
  bottom: 0;
  content: "";
  left: 13px;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 13px;
  transition: border 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
  z-index: 1; }

.mv {
  display: grid;
  place-content: center;
  height: 100vh; }

div.tategaki {
  width: 300px;
  height: 400px;
  background: #fff;
  border-radius: 50px 0 0 50px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  padding: 30px;
  font-family: serif;
  position: relative; }
  @media screen and (max-width: 768px) {
    div.tategaki {
      margin: 0 auto 0 0;
      width: 65vw;
      font-size: 3.5vw; } }
  div.tategaki h2 {
    font-size: 2rem;
    margin-left: 1rem;
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000; }
  div.tategaki p.text-bottom {
    text-align: right; }
  div.tategaki .text-combine {
    text-combine-upright: all; }

.loop_js {
  position: absolute;
  top: 2vh;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  width: 4000px;
  height: 98vh;
  overflow: hidden;
  background: #000;
  opacity: .3; }
  .loop_js ul {
    display: flex;
    flex-wrap: wrap;
    width: 2000px;
    margin: 0;
    padding: 0; }
    .loop_js ul li {
      width: 400px;
      margin: 0;
      list-style: none;
      height: 300px; }
      .loop_js ul li a {
        display: block; }
      .loop_js ul li img {
        display: block;
        width: auto;
        max-width: none;
        height: 100%; }
      .loop_js ul li.no-disp {
        display: none; }
    .loop_js ul:first-child {
      animation: loop 50s -25s linear infinite;
      backface-visibility: hidden;
      will-change: transform; }
  .loop_js ul + ul {
    animation: loop2 50s linear infinite; }

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.form .row {
  display: flex; }
  @media screen and (max-width: 768px) {
    .form .row {
      display: block; } }
  .form .row .col-4 {
    width: 25%; }
    @media screen and (max-width: 768px) {
      .form .row .col-4 {
        width: 100%; } }
  .form .row .col-8 {
    width: 75%;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .form .row .col-8 {
        width: 100%; } }
  .form .row .error {
    color: #f66; }

/* Fade関連 */
.fadein {
  opacity: 0;
  transform: scale(0.8) translateY(40px);
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.8s, 0.8s;
  transition-timing-function: ease, ease; }

.fadein.scrollin {
  opacity: 1;
  transform: scale(1) translate(0, 0); }

.p-page-contact {
  margin-top: 160px; }

/*# sourceMappingURL=style.css.map */
