@charset 'UTF-8';
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Uninputts
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*ここから*/ :root {
  --f1: 2.44em; /* 39.04px */
  --f2: 1.95em; /* 31.2px */
  --f3: 1.56em; /* 24.96px */
  --f4: 1.25em; /* 20px */
  --f5: 1.125em; /* 18px */
  --f6: 0.8em; /* 12.8px */
  --basecolor: #704001; /* 基本色 */
  --lightcolor: #DEC59D; /* 薄茶色 */
  --fontcolor: #3b4043; /* 文字色 */
  --accentcolor: #2A9ABC; /* アクセントカラー */
  --myfont: 'Noto Sans JP', sans-serif;
  --myw: 720px; /* 標準幅 */
}
body p {
  font-size: var(--f5);
}
h6 {
  font-family: var(--unnamed-font-family-noto-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--f6);
  line-height: var(--unnamed-line-spacing-12);
  letter-spacing: var(--unnamed-character-spacing-0-6);
  color: var(--fontcolor);
}
.date {
  font-family: var(--unnamed-font-family-noto-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--f5);
  line-height: var(--unnamed-line-spacing-12);
  letter-spacing: var(--unnamed-character-spacing-0-8);
  color: var(--accentcolor);
}
h5 {
  font-family: var(--unnamed-font-family-noto-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--f5);
  line-height: var(--unnamed-line-spacing-30);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--fontcolor);
}
h4 {
  font-family: var(--unnamed-font-family-noto-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--f4);
  line-height: var(--unnamed-line-spacing-34);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--fontcolor);
}
.menu {
  font-family: var(--unnamed-font-family-noto-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: bold;
  font-size: var(--f3);
  line-height: var(--unnamed-line-spacing-34);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--basecolor);
  line-height: normal;
}
h3 {
  font-family: var(--unnamed-font-family-noto-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--f3);
  line-height: var(--unnamed-line-spacing-36);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--basecolor);
}
h2 {
  font-family: var(--unnamed-font-family-noto-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--f2);
  line-height: var(--unnamed-line-spacing-34);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--basecolor);
}
h1 {
  font-family: var(--unnamed-font-family-noto-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--f1);
  line-height: var(--unnamed-line-spacing-48);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--accentcolor);
}
/*ここまで*/
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, block {
  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;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-size: 1.4rem;
  font-family: var(--myfont);
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 1px;
  color: var(--fontcolor);
  ;
  -webkit-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
  -webkit-text-size-adjust: 100%;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
svg {
  width: auto;
  height: auto;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
ul {
  list-style: none;
}
a {
  display: inline-block;
  color: var(--basecolor);
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
input {
  padding: 5px;
  border-width: 1px;
  max-width: 100%;
}
textarea {
  max-width: 100%;
}
.container {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*ここから*/
.page-title {
  color: var(--accentcolor);
  font-size: var(--f2);
  font-weight: bold;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
}
/*headerここから*/
#header {
  position: fixed;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  top: 0;
  right: 0;
  width: 100%;
  align-items: center;
  -webkit-transition: none;
  transition: none;
  z-index: 100;
}
/*トップへ戻るここから*/
#content{
    position: relative;
}
 
#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 10px;
        right: -1em;
     
    /*-----装飾-----*/
    width: 100px;
    height: 100px;
    line-height: 64px;
    text-align: center;
    background-image: url("../images/topbutton.png");
	
}

/*#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background-image: url("../images/topbutton.png");
	background-repeat: repeat;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
}
#page_top a::before{
  position: absolute;
  width: 100px;
  height: 100px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}*/
/*トップへ戻るここまで*/
#header .header-inner {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  width: auto;
}
/*ロゴここから*/
#header .header-logo {
  display: block;
  width: 20%;
  line-height: 1;
  z-index: 150;
  /*	margin-top: 2em;*/
  /* margin-left: 1em;*/
}
/*ロゴここまで*/
#header .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 110px 15px 0;
  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;
  width: 100vw;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 90;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#header.open .header-nav {
  transform: translateX(0);
  overflow: auto;
  background-image: url("../images/oldpaper_t.png");
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 3em;
  width: 100%;
  height: 100vh;
}
#header .global-nav {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#header .global-nav .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#header .global-nav .menu-item:last-child {}
#header .global-nav .menu-item .nav-link {
  display: block;
  padding: 8px 0;
  font-size: var(--f5);
}
#header .global-nav .menu-item .nav-link::after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
#header.standby {
  position: fixed;
  padding: 24px 0;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header.fixed {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.07);
  padding: 10px 15px;
}
#header.fixed .global-nav .menu-item .nav-link {
  color: var(--basecolor);
}
/*メニューから遷移先で青い下線表示ここから*/
#header.fixed .global-nav .menu-item .nav-link::after {
  content: none;
}
/*メニューから遷移先で青い下線表示ここまで*/
/*ハンバーガーメニューここから*/
button {
  background-color: rgba(255,255,255, 0);
  border-style: none;
}
#header .toggle-menu {
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 150;
}
#header .toggle-menu .toggle-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-indent: -9999px;
  width: 27px;
  height: 1px;
  background-color: var(--basecolor);
}
#header .toggle-menu .toggle-line::before, #header .toggle-menu .toggle-line::after {
  content: '';
  position: absolute;
  left: 0;
  width: 27px;
  height: 1px;
  background-color: var(--basecolor);
}
#header .toggle-menu .toggle-line::before {
  top: -7px;
  -webkit-animation: menu-barTop 0.60s forwards;
  animation: menu-barTop 0.60s forwards;
}
#header .toggle-menu .toggle-line::after {
  top: 7px;
  -webkit-animation: menu-barBottom 0.60s forwards;
  animation: menu-barBottom 0.60s forwards;
}
#header.open .toggle-menu {
  -webkit-transition: all 0.5s linear 1s;
  transition: all 0.5s linear 1s;
  background-color: #fff;
  z-index: 100;
}
#header.open .toggle-menu .toggle-line {
  height: 0;
  background-color: var(--accentcolor) !important;
}
#header.open .toggle-menu .toggle-line::before {
  background-color: var(--accentcolor) !important;
  -webkit-animation: active-menu-barTop 0.60s forwards;
  animation: active-menu-barTop 0.60s forwards;
}
#header.open .toggle-menu .toggle-line::after {
  background-color: var(--accentcolor) !important;
  -webkit-animation: active-menu-barBottom 0.60s forwards;
  animation: active-menu-barBottom 0.60s forwards;
}
#header.open .header-nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow: auto;
}
#header.fixed .toggle-menu .toggle-line {
  background-color: var(--basecolor);
}
#header.fixed .toggle-menu .toggle-line::before, #header.fixed .toggle-menu .toggle-line::after {
  background-color: var(--basecolor);
}
/*ハンバーガーメニューここまで*/
.contents {
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
.mv {
  position: relative;
}
#keyvisual {
  padding: 0;
  height: 30em;
  min-height: auto;
}
#keyvisual .wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 2;
}
.site-title {
  text-align: center;
  font-weight: bold;
  color: var(--accentcolor);
  font-size: var(--f3);
}
.site-caption {
  text-align: center;
  font-weight: bold;
  color: var(--basecolor);
  font-size: var(--f4);
}
/*headerここまで*/
.bg_flost {
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.70);
  width: 90%;
  max-width: 100%;
  height: auto;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
}
/*アニメーションここから*/
.seagull_top {
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  animation-name: seagull;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
@keyframes seagull {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px)
  }
}
.load {
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  -ms-animation: spin 8s linear infinite;
  -o-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.poyooon {
  animation: poyooon 2s linear 0s 1;
  animation-iteration-count: infinite;
}
@keyframes poyooon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.feather {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cloud {
  animation: cloud ease-in-out 4s infinite alternate;
  -webkit-animation: cloud ease-in-out 4s infinite alternate;
  -moz-animation: cloud ease-in-out 4s infinite alternate;
}
@keyframes cloud {
  0% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(30%, -15px);
    opacity: 1;
  }
}
@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(30%, -15px);
    opacity: 1;
  }
}
@-moz-keyframes cloud {
  0% {
    -moz-transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(30%, -15px);
    opacity: 1;
  }
}
/*アニメーションここまで*/
.top_title {
  color: var(--accentcolor);
  font-size: var(--f3);
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.container .top_h2 {
  font-size: var(--f3);
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-top: 5%;
}
.oldpaper {
  background-image: url(../images/oldpaper_450.png);
  background-repeat: no-repeat;
  width: 450px;
  height: 253px;
  max-width: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.list {
  font-size: var(--f4);
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.sailingship {
  margin-bottom: 1em;
  margin-top: 1em;
}
.box {
  margin-bottom: 1em;
  margin-top: 1em;
}
.pg_title {
  color: var(--accentcolor);
  font-size: var(--f2);
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
.container h2 {
  font-size: var(--f3);
  margin-bottom: 0.5em;
}
.wp-block-button__link {
  background-color: #f9f9f900;
  border: solid 1px var(--basecolor);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 6px 50px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: var(--basecolor);
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 1em;
  margin-top: 1em;
}
.bg_flow2 {
  background-color: rgb(42, 154, 188, 0.2);
  padding: 2em 0.5em;
  max-width: 100%;
  width: 380px;
  height: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.bg_flow {
  width: 100%;
  height: 20px;
}
.bg_flow3 {
  background-color: rgb(42, 154, 188, 0.2);
  padding: 1em;
  /*position: absolute;*/
  max-width: 100%;
  width: 380px;
  height: auto;
  text-align: center;
  color: var(--fontcolor);
  font-size: var(--f2);
  font-weight: bold;
  /*  margin-top: -4.5em;*/
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
/*footerここから*/
.footer {
  background-color: var(--lightcolor);
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 3em;
}
.enterprise-logo {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.copyright {
  text-align: center;
  color: #fff;
}
/*footerここまで*/
/*planここから*/
.plan {
  width: 300px;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px var(--lightcolor);
  ; /* 内側の線になる一本線の枠線をひく*/
  outline: solid 4px var(--lightcolor); /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 5px; /* 外側の線と内側の線の空き具合を調整*/
  padding: 2em;
  margin-bottom: 3em;
  margin-top: 2em;
}
.border-bottom {
  border-bottom: 3px solid var(--basecolor);
}
.oldpaper h3 {
  font-size: var(--f4);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20%;
  padding-top: 10%;
}
.box_1 {
  margin-top: 1em;
}
.center_670 {
  max-width: 100%;
  margin-left: 20em;
  margin-right: auto;
}
.keys, .anchor {
  width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/*planここまで*/
/*aboutここから*/
.logo_about {
  padding-top: 4em;
}
/*アニメーションここから*/
/* --- 全体のanime定義 ---------------------------------------- */
.anime {
  position: relative;
  max-width: 375px;
  height: 375px;
  margin: auto;
  overflow: hidden;
  margin-top: -5em;
}
/* --- 背景の指定 ------------------------------------------- */
.anime .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 15s;
  animation-iteration-count: infinite; /* 4画像 × 各10s = 40s */
}
/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.anime .src1 {
  background-image: url("../images/anime.png"); /* 背景の画像を指定 */
  margin-left: -20px;
}
@keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
    z-index: 10
  }
  15% {
    opacity: 1;
    transform: scale(1, 1);
    z-index: 10
  }
  40% {
    opacity: 0;
    transform: scale(0.1, 0.1);
    z-index: 9
  }
  70% {
    opacity: 1;
    transform: scale(1, 1);
    z-index: 9
  }
  100% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
}
.anime .boxString {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 4em;
  margin-left: 1em;
  z-index: 11;
}
/*アニメーションここまで*/
/*aboutここまで*/
/*contactここから*/
.contact {
  width: 24em;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.sp_1 {
  height: 5px;
}
element.style {}
#wpcf7-f2826-p112-o1 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
form {
  width: 30em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.required {
  color: red;
  font-size: small;
}
.center {
  text-align: center;
}
.height_1em {
  height: 1em;
}
input[type="submit"] {
	appearance:  none;
  color: var(--basecolor);
  background-color: aliceblue;
  border-color: aliceblue;
	    border: 1px solid;
  width: 320px;
  font-size: var(--f3);
  margin-top: 2em;
}
input[type="submit"]:disabled {
	appearance: none;
  color: var(--basecolor);
  background-color: #fff;
  border-color: var(--basecolor);
	    border: 1px solid;
  width: 320px;
  font-size: var(--f3);
  margin-top: 2em;
}
@media screen and (min-width: 600px) {
  #header {
    padding: 1.5em 0;
  }
  #header .header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #header.open .header-nav {
    background-image: none;
    background-repeat: inherit;
  }
  #header .header-inner {
    max-width: 1280px;
    min-width: 960px;
    width: 76%;
  }
  #header .global-nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #header .global-nav .menu-item {
    margin: 0 16px;
  }
  #header .global-nav .menu-item .nav-link {
    padding-bottom: 8px;
    font-size: 1.4rem;
    color: var(--basecolor);
    position: relative;
  }
  #header .global-nav .menu-item .nav-link.active::after {
    opacity: 1;
  }
  #header .global-nav .menu-item .nav-link::after {
    content: normal;
  }
  #header .global-nav .menu-item .nav-link:hover::after {
    opacity: 1;
  }
  #header.fixed .global-nav .menu-item .nav-link {
    color: var(--basecolor);
  }
  /*メニューから遷移先で青い下線表示ここから*/
  #header.fixed .global-nav .menu-item .nav-link::after {
    content: '';
    background: -webkit-linear-gradient(left, #127dd6, #4ec9e5);
    background: linear-gradient(to right, #127dd6, #4ec9e5);
  }
  /*メニューから遷移先で青い下線表示ここまで*/
  /*ハンバーガーメニューここから*/
  #header .toggle-menu {
    display: none;
  }
  #header .global-nav {
    margin-top: -5em;
    margin-left: -85%;
  }
  #header .global-nav .menu {
    display: flex;
    flex-direction: row;
  }
  #header .global-nav .menu-item {
    margin-left: 1em;
  }
  #header .global-nav .menu-item .nav-link {
    padding-bottom: 0;
    font-size: 1.4rem;
    color: var(--basecolor);
    position: relative;
  }
  #header .global-nav .menu-item .nav-link.active::after {
    opacity: 1;
  }
  /*ハンバーガーメニューここまで*/
  .bg_flost {
    top: 11em;
    width: 60vw;
    padding: 2em;
  }
  .contents {
    width: 800px;
    padding-left: 2em;
    padding-right: 2em;
  }
  .oldpaper {
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .plan_wrap {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-column {
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .price {
    width: 450px;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .wp-block-table td {
    border-bottom: 1px solid var(--lightcolor);
  }
  .anime .src1 {
    margin-left: 0;
  }
}
@media screen and (min-width: 780px) {
  /*headerここから*/
  #header .global-nav {
    margin-left: -70%;
  }
  #header .global-nav .menu-item {
    margin: 0 16px;
  }
  #keyvisual {
    height: 100vh;
    max-height: 740px;
    min-height: 740px;
  }
  #keyvisual .wrapper {
    top: 50%;
    left: 11.875%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-align: left;
  }
  .site-title {
    font-size: var(--f1);
  }
  .site-caption {
    font-size: var(--f2);
  }
  /*headerここまで*/
  .contents {
    width: 960px;
  }
  .top_title {
    font-size: var(--f2);
  }
  body p {
    font-size: var(--f4);
  }
  .wp-block-image img {
    max-width: 100%;
    width: 120%;
    height: auto;
  }
  .plan {
    width: 300px;
  }
  .box {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .oldpaper {
    background-image: url(../images/oldpaper_450.png);
    width: 450px;
    height: 253px;
  }
  .container .top_h2 {
    font-size: var(--f2);
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-top: 1.3em;
  }
  .list {
    font-size: var(--f3);
    width: 210px;
  }
  .bg_flow2 {
    width: 560px;
  }
  .bg_flow3 {
    width: 560px;
  }
  .plan_wrap {
    width: 900px;
  }
  /*aboutここから*/
  .logo_about {
    padding-top: 4em;
  }
  /*aboutここまで*/
}