@charset "UTF-8";
/*
Theme Name : design_template
*/
* {
  font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #119dd3;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  opacity: 0.8;
  color: #00a4e4;
}

p .sm {
  font-size: 0.8em;
}

p .lg {
  font-size: 1.2em;
  font-weight: bold;
}

p + p {
  margin-top: .7em;
}

.contents_wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .contents_wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}

.content_block {
  width: 100%;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .content_block {
    padding: 50px 0;
  }
}

.page_content.content_block {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_content.content_block {
    padding: 70px 0;
  }
}

.single_content.content_block {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .single_content.content_block {
    padding: 70px 0;
  }
}

.content_inner {
  width: 980px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_inner {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.content_inner .inner_section_block {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .content_inner .inner_section_block {
    margin-top: 40px;
  }
}

.visual_title {
  padding: 100px 0;
  margin-top: -100px;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .visual_title {
    background-attachment: unset;
  }
}

.visual_title .visual_title_inner {
  max-width: 980px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .visual_title .visual_title_inner {
    width: 90%;
    padding: 0;
  }
}

.visual_title .visual_title_inner h2 {
  font-size: 40px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .visual_title .visual_title_inner h2 {
    font-size: 32px;
  }
}

.visual_title .visual_title_inner p {
  margin-top: 30px;
  font-weight: bold;
}

.height100_img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.two_bgcolor_block {
  background: #f8f8f8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.two_bgcolor_block .text_block {
  z-index: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block .text_block {
    width: 100%;
    padding: 70px 0;
  }
}

.two_bgcolor_block .text_block .inner_text_item {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block .text_block .inner_text_item {
    width: 90%;
  }
}

.two_bgcolor_block .height100_img_block {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block .height100_img_block {
    width: 100%;
    height: 250px;
  }
}

.left_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #ebeae1;
}

@media screen and (max-width: 767px) {
  .left_bg::before {
    position: static;
    background: none;
  }
}

.right_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #ebeae1;
}

@media screen and (max-width: 767px) {
  .right_bg::before {
    position: static;
    background: none;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  width: 100%;
  background: #fff;
  border-bottom: 4px solid #00a4e4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  header {
    padding: 30px 0;
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 20px 0;
    position: fixed;
  }
}

header .header_pc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_pc .header_logo {
  width: 190px;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  header .header_pc .header_logo {
    margin-left: 20px;
    width: 190px;
  }
}

header .header_pc .header_logo h2 {
  font-size: 23px;
  margin: 20px 0;
  color: #00a4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  header .header_pc .header_logo h2 {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  header .header_pc .header_logo h2 {
    margin: 0;
  }
}

header .header_pc .header_logo h2 .en {
  font-family: "Century Gothic", "Avenir-Light", "Arial", sans-serif;
  color: #00a4e4;
}

header .header_pc .header_logo h2 .sm {
  font-size: .75em;
  margin-left: 3px;
  color: #00a4e4;
  font-weight: bold;
}

header .header_pc .header_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  header .header_pc .header_item {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header .header_pc .header_item {
    display: none;
  }
}

header .header_pc .header_item .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 50px;
  list-style: none;
}

header .header_pc .header_item .header_nav ul li {
  margin-right: 20px;
}

header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}

header .header_pc .header_item .header_nav ul li a {
  color: #00a4e4;
  font-weight: bold;
}

header .header_pc .header_item .header_nav ul li a:hover {
  color: #21aa70;
}

header .header_pc .header_item .header_cta {
  width: 150px;
  height: 80px;
}

header .header_pc .header_item .header_cta a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #00a4e4;
  color: #fff;
  font-weight: bold;
}

#drawer {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
		transform: translateX(-250px);
	} */
  /* :::::: drawer menu :::::: */
}

@media screen and (max-width: 767px) {
  #drawer {
    top: 14px;
  }
}

@media screen and (min-width: 1000px) {
  #drawer {
    display: none;
  }
}

#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#drawer #navTgl:checked ~ .contents_wrapper {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

#drawer #navTgl {
  display: none;
}

#drawer .open {
  z-index: 12;
  position: inherit;
  width: 48px;
  height: 48px;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before,
#drawer .open::after {
  content: "";
}

#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30%;
  width: 40%;
  border-bottom: 3px solid #00a4e4;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

#drawer .open::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: background .6s;
  transition: background .6s;
}

#drawer #navTgl:checked + .open span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

#drawer #navTgl:checked + .open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked + .open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}

#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2e90b6;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}

#drawer .menu h2 {
  text-align: center;
}

#drawer .menu ul {
  margin: 0;
  padding: 0;
}

#drawer .menu li {
  font-size: .8em;
  line-height: 1.4;
}

#drawer #navTgl:checked ~ .menu {
  -webkit-transform: none;
          transform: none;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.drawer_inner_btn ul li {
  margin-bottom: 15px;
}

.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}

.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #36404a;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp_menu .header_nav_block {
  padding: 0 15px;
  margin: 70px 0;
}

.sp_menu .header_nav_block ul {
  list-style: none;
  padding: 0;
}

.sp_menu .header_nav_block ul li {
  margin-bottom: 16px;
}

.sp_menu .header_nav_block ul li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 5px 15px;
}

.sp_menu .header_nav_block ul li a::before {
  font-family: "fontello";
  content: "\e803";
  font-size: 5px;
  margin-right: 10px;
  font-weight: normal;
}

.sp_menu .header_nav_block ul li a:hover {
  background: #424242;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .sp_menu .header_nav_block ul li a:hover {
    background: none;
  }
}

.sp_menu .header_tel {
  padding: 0 30px;
}

.sp_menu .header_tel p {
  font-size: 20px;
  margin-bottom: 20px;
}

footer .footer_inner {
  width: 900px;
  margin: 0 auto;
  padding: 70px 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .footer_inner {
    width: 100%;
    padding: 70px 50px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_inner {
    width: 100%;
    padding: 70px 0 0;
  }
}

footer .footer_inner .footer_shopinfo {
  width: 700px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .footer_inner .footer_shopinfo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  footer .footer_inner .footer_shopinfo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .footer_inner .footer_shopinfo .footer_logo {
  width: 200px;
  text-align: center;
}

footer .footer_inner .footer_shopinfo .footer_logo a h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  color: #00a4e4;
}

footer .footer_inner .footer_shopinfo .footer_logo a h2 .en {
  font-size: 2em;
  color: #00a4e4;
  font-family: "Century Gothic", "Avenir-Light", "Arial", sans-serif;
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text {
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text {
    width: 90%;
    margin: 40px auto 0;
  }
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
    text-align: center;
  }
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl:last-of-type {
    margin-bottom: 0;
  }
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dt {
  width: 40px;
  margin-right: 5%;
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd {
  width: 80%;
  margin: 0;
  font-weight: bold;
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd a[href*="tel:"] {
  color: #36404a;
  font-weight: bold;
}

footer .footer_nav {
  margin: 70px 0 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 0;
    padding: 32px 10px;
    width: 100%;
    background: #ebeae1;
  }
}

footer .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  footer .footer_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer_nav ul li {
  margin-right: 20px;
}

footer .footer_nav ul li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  footer .footer_nav ul li {
    width: 48%;
    margin: 8px 0;
  }
}

footer .footer_nav ul li a {
  font-size: 15px;
  font-weight: bold;
  color: #00a4e4;
}

@media screen and (max-width: 767px) {
  footer .footer_nav ul li a {
    font-size: 14px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
  }
}

footer .footer_links ul {
  margin-top: 70px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  footer .footer_links ul {
    margin: 50px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .footer_links ul li {
  max-width: 300px;
  margin: 0 30px;
  list-style-type: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .footer_links ul li + li {
    margin-top: 30px;
  }
}

footer .footer_links ul li h4 {
  color: #00a4e4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

footer .footer_links ul li a {
  width: 100%;
  display: inline-block;
  padding: 5px;
}

footer .footer_links ul li a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .copy {
  text-align: center;
  padding: 30px 0;
  background: #00a4e4;
}

@media screen and (max-width: 767px) {
  footer .copy {
    padding: 30px 0 90px;
    background: #2e90b6;
  }
}

footer .copy small {
  color: #fff;
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 8000;
}

@media screen and (max-width: 767px) {
  .pagetop_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pagetop_block .contact_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}

.pagetop_block .contact_sp a {
  background: #00a4e4;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
}

.pagetop_block .contact_sp a::before {
  font-family: "fontello";
  content: "\e80c";
  font-size: 16px;
  margin-right: 10px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}

.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}

.pagetop_block #pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #21aa70;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }
}

.breadcrumb_wrap {
  width: 100%;
  background: #00a4e4;
}

.breadcrumb_wrap .breadcrumb_block {
  width: 880px;
  margin: 0 auto 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .breadcrumb_wrap .breadcrumb_block {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb_block {
    width: 90%;
  }
}

.breadcrumb_wrap .breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb_block ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.breadcrumb_wrap .breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}

.breadcrumb_wrap .breadcrumb_block ul li::before {
  width: 1em;
  height: 1em;
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  top: 36%;
  right: 15px;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  color: #fff;
  font-size: .7em;
  line-height: 1;
}

.breadcrumb_wrap .breadcrumb_block ul li:last-of-type::before {
  content: "";
}

@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.breadcrumb_wrap .breadcrumb_block ul li span, .breadcrumb_wrap .breadcrumb_block ul li a span {
  color: #fff;
  font-size: 13px;
}

.home_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: #00a4e4;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 160px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

.home_button a:hover {
  opacity: 0.8;
}

a[href*="tel:"] {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (min-width: 1000px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.icn_tel::before {
  content: "\e801";
  font-family: "fontello";
  font-size: 1em;
  line-height: 1;
  margin-right: .4em;
  color: #8b8d88;
}

.icn_fax::before {
  content: "\f1ac";
  font-family: "fontello";
  font-size: 1em;
  line-height: 1;
  margin-right: .4em;
  color: #8b8d88;
}

.icn_mail::before {
  content: "\e802";
  font-family: "fontello";
  font-size: 1em;
  line-height: 1;
  margin-right: .4em;
  color: #8b8d88;
}

.icn_web::before {
  content: "\e80d";
  font-family: "fontello";
  font-size: 1em;
  line-height: 1;
  margin-right: .3em;
  color: #8b8d88;
}

.icn_web a[target$="blank"]::after {
  content: "\e809";
  font-family: "fontello";
  font-size: 1em;
  line-height: 1em;
  margin-left: .4em;
  color: #8b8d88;
}

.gmap {
  width: 100%;
  margin-top: 70px;
}

.gmap iframe {
  width: 100%;
  max-width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .gmap iframe {
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .card_item {
    padding: 0 12px;
  }
}

.card_item .card {
  border-radius: 0;
}

.card_item:hover .card {
  border: 1px solid rgba(139, 141, 136, 0.6);
}

.card_item figure {
  height: 200px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .card_item figure {
    height: 170px;
  }
}

.card_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 15.2px;
  margin-bottom: 1rem;
  line-height: 1.4em;
  min-height: 2.8em;
}

.card_text {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .card_text {
    margin-bottom: 2rem;
  }
}

.blog_post_date {
  font-size: 13px;
  color: #006d98;
  margin-bottom: 10px;
  display: block;
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #21aa70;
}

@media screen and (max-width: 767px) {
  .card_button a {
    width: 200px;
    font-size: 13.8px;
  }
}

.bg_gray-light {
  background: #ebeae1;
}

.bg_gray-lighter {
  background: #f8f8f8;
}

.bg_lighter {
  background: #f2f9fd;
}

.bg_box {
  background: #f2f9fd;
  padding: 70px 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bg_box {
    padding: 50px 4vw;
  }
}

.bg_box._dark {
  background: #00364b;
}

.bg_box._dark h2, .bg_box._dark h3, .bg_box._dark h4, .bg_box._dark p, .bg_box._dark li, .bg_box._dark dl, .bg_box._dark dt, .bg_box._dark a, .bg_box._dark span {
  color: #fff;
}

.bg_box .inner_title {
  color: #21aa70;
  text-align: center;
}

.bg_box p {
  text-align: center;
}

.border_box {
  padding: 70px 40px;
  border: 4px solid #00a4e4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .border_box {
    padding: 50px 4vw;
  }
}

.border_box._acc {
  border: 4px solid #21aa70;
}

.border_box .inner_title {
  color: #21aa70;
  text-align: center;
}

.border_box p {
  text-align: center;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align_items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .sm_order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .sm_order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.btn01 {
  margin-top: 40px;
}

.btn01 a {
  color: #00a4e4;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border: 2px solid #00a4e4;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  .btn01 a {
    width: 80%;
    font-size: 14px;
  }
}

.btn01 a:hover {
  color: #21aa70;
  border: 2px solid #21aa70;
}

.btn01.btn_horizontal {
  max-width: 800px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn01.btn_horizontal {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.btn01.btn_horizontal a {
  margin: 0 2%;
}

@media screen and (max-width: 767px) {
  .btn01.btn_horizontal a + a {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn01.btn_horizontal a:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 1000px) {
  .btn01.btn_horizontal a:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn01.btn_horizontal a:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  .btn01.btn_horizontal a:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  .btn01.btn_horizontal.-btn3 a {
    width: 30%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn01.btn_horizontal.-btn3 a {
    width: 30%;
  }
}

.btn01.btn_horizontal.-btn3 a:nth-child(n+4) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn01.btn_horizontal.-btn3 a:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  .btn01.btn_horizontal.-btn3 a:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn01.btn_horizontal.-btn3 a:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1000px) {
  .btn01.btn_horizontal.-btn3 a:nth-child(3n+1) {
    margin-left: 0;
  }
}

.btn01.-pdf a {
  padding: 0 3.5em;
  position: relative;
}

.btn01.-pdf a::after {
  content: '\f1c1';
  display: inline-block;
  font-size: .9em;
  line-height: 100%;
  font-family: "fontello";
  color: #00a4e4;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1.3em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.btn01.-pdf a:hover::after {
  color: #21aa70;
}

.btn02 {
  margin-top: 40px;
}

.btn02 a {
  color: #fff;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #00a4e4;
  border: 2px solid #00a4e4;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  .btn02 a {
    width: 80%;
    font-size: 14px;
  }
}

.btn02 a:hover {
  color: #00a4e4;
  background: none;
  opacity: 1;
}

.bottom-entry {
  /* md、lgのみ */
}

@media screen and (max-width: 767px) {
  .bottom-entry {
    background: url(assets/images/common/bg-paper.jpg) no-repeat center/cover;
  }
}

.bottom-entry::before {
  width: 100%;
  background: url(assets/images/common/bg-entry.jpg) no-repeat center/cover;
}

.bottom-entry .text_block {
  padding: 3em 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .bottom-entry .text_block {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .bottom-entry .text_block {
    width: 100%;
    padding: 4em 0;
  }
}

.bottom-entry .text_block .inner_text_item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .bottom-entry .text_block .inner_text_item {
    width: 85%;
  }
}

@media screen and (min-width: 1000px) {
  .bottom-entry .text_block .inner_text_item {
    max-width: 700px;
  }
}

.bottom-entry .text_block .inner_text_item .inner_img {
  margin: 0;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .bottom-entry .text_block .inner_text_item .inner_img {
    width: 125px;
    height: 190px;
    top: 8%;
    right: -6%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .bottom-entry .text_block .inner_text_item .inner_img {
    width: 30%;
    height: 26vw;
    top: 16%;
    right: -3%;
  }
}

@media screen and (min-width: 1000px) {
  .bottom-entry .text_block .inner_text_item .inner_img {
    width: 160px;
    height: 275px;
    top: 8%;
    right: -7%;
  }
}

.bottom-entry .text_block .inner_text_item .inner_img img {
  width: 90%;
  height: calc(100% - 37px);
  -o-object-fit: contain;
     object-fit: contain;
}

.bottom-entry .text_block .inner_text_item .inner_img figcaption {
  font-size: 11px;
  line-height: 1.4em;
  text-align: center;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .bottom-entry .text_block .inner_text_item .inner_img figcaption {
    color: #8b8d88;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-entry .text_block h3, .bottom-entry .text_block p {
    padding-right: 25%;
  }
}

@media screen and (min-width: 1000px) {
  .bottom-entry .text_block h3, .bottom-entry .text_block p {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .bottom-entry .text_block h3, .bottom-entry .text_block p {
    text-align: center;
  }
}

.bottom-entry .text_block h3 {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .bottom-entry .text_block h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .bottom-entry .height100_img_block {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .bottom-entry .height100_img_block {
    display: none;
  }
}

.bottom-entry .height100_img_block img {
  max-height: 430px;
  overflow-y: hidden;
}

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

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.ml0 {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml80 {
  margin-left: 80px;
}

.ml100 {
  margin-left: 100px;
}

.m0a {
  margin: 0 auto;
}

.m10a {
  margin: 10px auto;
}

.m15a {
  margin: 15px auto;
}

.m20a {
  margin: 20px auto;
}

.m30a {
  margin: 30px auto;
}

.m40a {
  margin: 40px auto;
}

.m50a {
  margin: 50px auto;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.t0 {
  top: 0;
}

.t5p {
  top: 5%;
}

.t10p {
  top: 10%;
}

.t20p {
  top: 20%;
}

.t30p {
  top: 30%;
}

.t40p {
  top: 40%;
}

.t50p {
  top: 50%;
}

.t60p {
  top: 60%;
}

.t70p {
  top: 70%;
}

.t80p {
  top: 80%;
}

.t15p {
  top: 15%;
}

.t25p {
  top: 25%;
}

.t35p {
  top: 35%;
}

.t45p {
  top: 45%;
}

.t55p {
  top: 55%;
}

.t65p {
  top: 65%;
}

.t75p {
  top: 75%;
}

.t85p {
  top: 85%;
}

.b0 {
  bottom: 0;
}

.b5p {
  bottom: 5%;
}

.b10p {
  bottom: 10%;
}

.b20p {
  bottom: 20%;
}

.b30p {
  bottom: 30%;
}

.b40p {
  bottom: 40%;
}

.b50p {
  bottom: 50%;
}

.b60p {
  bottom: 60%;
}

.b70p {
  bottom: 70%;
}

.b80p {
  bottom: 80%;
}

.l0 {
  left: 0;
}

.l5p {
  left: 5%;
}

.l10p {
  left: 10%;
}

.l20p {
  left: 20%;
}

.l30p {
  left: 30%;
}

.l40p {
  left: 40%;
}

.l50p {
  left: 50%;
}

.l60p {
  left: 60%;
}

.l70p {
  left: 70%;
}

.l80p {
  left: 80%;
}

.l15p {
  left: 15%;
}

.l25p {
  left: 25%;
}

.l35p {
  left: 35%;
}

.l45p {
  left: 45%;
}

.l55p {
  left: 55%;
}

.l65p {
  left: 65%;
}

.l75p {
  left: 75%;
}

.l85p {
  left: 85%;
}

.r0 {
  right: 0;
}

.r5p {
  right: 5%;
}

.r10p {
  right: 10%;
}

.r15p {
  right: 15%;
}

.r20p {
  right: 20%;
}

.r30p {
  right: 30%;
}

.r40p {
  right: 40%;
}

.r50p {
  right: 50%;
}

.r60p {
  right: 60%;
}

.r70p {
  right: 70%;
}

.r70p {
  right: 70%;
}

.r80p {
  right: 80%;
}

@media screen and (max-width: 767px) {
  .sp_l_auto {
    left: auto;
  }
  .sp_r_auto {
    right: auto;
  }
  .sp_l0 {
    left: 0;
  }
  .sp_l5p {
    left: 5%;
  }
  .sp_l10p {
    left: 10%;
  }
  .sp_l20p {
    left: 20%;
  }
  .sp_l30p {
    left: 30%;
  }
  .sp_l40p {
    left: 40%;
  }
  .sp_l50p {
    left: 50%;
  }
  .sp_l60p {
    left: 60%;
  }
  .sp_l70p {
    left: 70%;
  }
  .sp_l80p {
    left: 80%;
  }
  .sp_l15p {
    left: 15%;
  }
  .sp_l25p {
    left: 25%;
  }
  .sp_l35p {
    left: 35%;
  }
  .sp_l45p {
    left: 45%;
  }
  .sp_l55p {
    left: 55%;
  }
  .sp_l65p {
    left: 65%;
  }
  .sp_l75p {
    left: 75%;
  }
  .sp_l85p {
    left: 85%;
  }
  .sp_r0 {
    right: 0;
  }
  .sp_r5p {
    right: 5%;
  }
  .sp_r10p {
    right: 10%;
  }
  .sp_r15p {
    right: 15%;
  }
  .sp_r20p {
    right: 20%;
  }
  .sp_r30p {
    right: 30%;
  }
  .sp_r40p {
    right: 40%;
  }
  .sp_r50p {
    right: 50%;
  }
  .sp_r60p {
    right: 60%;
  }
  .sp_r70p {
    right: 70%;
  }
  .sp_r70p {
    right: 70%;
  }
  .sp_r80p {
    right: 80%;
  }
  .sp_t0 {
    top: 0;
  }
  .sp_t5p {
    top: 5%;
  }
  .sp_t10p {
    top: 10%;
  }
  .sp_t20p {
    top: 20%;
  }
  .sp_t30p {
    top: 30%;
  }
  .sp_t40p {
    top: 40%;
  }
  .sp_t50p {
    top: 50%;
  }
  .sp_t60p {
    top: 60%;
  }
  .sp_t70p {
    top: 70%;
  }
  .sp_t80p {
    top: 80%;
  }
  .sp_t15p {
    top: 15%;
  }
  .sp_t25p {
    top: 25%;
  }
  .sp_t35p {
    top: 35%;
  }
  .sp_t45p {
    top: 45%;
  }
  .sp_t55p {
    top: 55%;
  }
  .sp_t65p {
    top: 65%;
  }
  .sp_t75p {
    top: 75%;
  }
  .sp_t85p {
    top: 85%;
  }
  .sp_b0 {
    bottom: 0;
  }
  .sp_b5p {
    bottom: 5%;
  }
  .sp_b10p {
    bottom: 10%;
  }
  .sp_b20p {
    bottom: 20%;
  }
  .sp_b30p {
    bottom: 30%;
  }
  .sp_b40p {
    bottom: 40%;
  }
  .sp_b50p {
    bottom: 50%;
  }
  .sp_b60p {
    bottom: 60%;
  }
  .sp_b70p {
    bottom: 70%;
  }
  .sp_b80p {
    bottom: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .md_l_auto {
    left: auto;
  }
  .md_r_auto {
    right: auto;
  }
  .md_l0 {
    left: 0;
  }
  .md_l5p {
    left: 5%;
  }
  .md_l10p {
    left: 10%;
  }
  .md_l15p {
    left: 15%;
  }
  .md_l20p {
    left: 20%;
  }
  .md_l30p {
    left: 30%;
  }
  .md_l40p {
    left: 40%;
  }
  .md_l50p {
    left: 50%;
  }
  .md_l60p {
    left: 60%;
  }
  .md_l70p {
    left: 70%;
  }
  .md_l80p {
    left: 80%;
  }
  .md_r0 {
    right: 0;
  }
  .md_r5p {
    right: 5%;
  }
  .md_r10p {
    right: 10%;
  }
  .md_r15p {
    right: 15%;
  }
  .md_r20p {
    right: 20%;
  }
  .md_r30p {
    right: 30%;
  }
  .md_r40p {
    right: 40%;
  }
  .md_r50p {
    right: 50%;
  }
  .md_r60p {
    right: 60%;
  }
  .md_r70p {
    right: 70%;
  }
  .md_r70p {
    right: 70%;
  }
  .md_r80p {
    right: 80%;
  }
  .md_t0 {
    top: 0;
  }
  .md_t10p {
    top: 10%;
  }
  .md_t20p {
    top: 20%;
  }
  .md_t30p {
    top: 30%;
  }
  .md_t40p {
    top: 40%;
  }
  .md_t50p {
    top: 50%;
  }
  .md_t60p {
    top: 60%;
  }
  .md_t70p {
    top: 70%;
  }
  .md_t80p {
    top: 80%;
  }
  .md_t15p {
    top: 15%;
  }
  .md_t25p {
    top: 25%;
  }
  .md_t35p {
    top: 35%;
  }
  .md_t45p {
    top: 45%;
  }
  .md_t55p {
    top: 55%;
  }
  .md_t65p {
    top: 65%;
  }
  .md_t75p {
    top: 75%;
  }
  .md_t85p {
    top: 85%;
  }
  .md_b0 {
    bottom: 0;
  }
  .md_b10p {
    bottom: 10%;
  }
  .md_b20p {
    bottom: 20%;
  }
  .md_b30p {
    bottom: 30%;
  }
  .md_b40p {
    bottom: 40%;
  }
  .md_b50p {
    bottom: 50%;
  }
  .md_b60p {
    bottom: 60%;
  }
  .md_b70p {
    bottom: 70%;
  }
  .md_b80p {
    bottom: 80%;
  }
}

* {
  color: #36404a;
  font-weight: 400;
  letter-spacing: .02em;
}

p, a, li, table {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  p, a, li, table {
    font-size: 14px;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

.text_link {
  font-weight: bold;
  color: #119dd3;
}

.fw {
  font-weight: bold;
}

.red_text {
  color: #cd2000;
}

.accnet_text {
  color: #21aa70;
}

.color_text {
  color: #00a4e4;
}

.under_line {
  font-weight: bold;
  border-bottom: 1px solid #36404a;
}

a.under_line {
  color: #119dd3;
  border-bottom: 1px solid #119dd3;
}

a.under_line:hover {
  color: #00a4e4;
  border-bottom: 1px solid #00a4e4;
}

.note,
.quote {
  margin-top: 10px;
  font-size: 13px;
}

.note a,
.quote a {
  font-size: 13px;
}

.note {
  position: relative;
  padding-left: 16px;
}

.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.content_block h2:not(.inner_title) {
  padding: .4em 0 .3em 1.6em;
  color: #00a4e4;
  position: relative;
}

.content_block h2:not(.inner_title)::before, .content_block h2:not(.inner_title)::after {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
}

.content_block h2:not(.inner_title)::before {
  width: .3em;
  background: #00a4e4;
  left: .15em;
}

.content_block h2:not(.inner_title)::after {
  background: #00a4e4;
  width: .1em;
  left: .6em;
}

.content_block h3:not(.inner_title) {
  padding: 0 0 .6em .2em;
  border-bottom: 1px solid #c8dee9;
  position: relative;
}

.content_block h3:not(.inner_title)::before {
  content: "";
  display: inline-block;
  width: 5em;
  height: 2px;
  background: #21aa70;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.content_block h4:not(.inner_title):not(.card_title) {
  position: relative;
  padding-left: 1.3em;
}

.content_block h4:not(.inner_title):not(.card_title)::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 4px;
  background: #00a4e4;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sm_none {
    display: none;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  .md_none {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .lg_none {
    display: none;
  }
}

.table_wrap {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .table_wrap {
    width: 95%;
    min-width: 700px;
  }
}

@media screen and (min-width: 1000px) {
  .table_wrap {
    width: 88%;
    max-width: 980px;
  }
}

table {
  width: 100%;
}

table thead tr th {
  background: #00a4e4;
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 1000px) {
  table thead tr th {
    font-size: 16px;
  }
}

table tr th, table tr td, table tr a, table tr span, table tr li {
  font-size: 14px;
  line-height: 1.6em;
}

@media screen and (min-width: 1000px) {
  table tr th, table tr td, table tr a, table tr span, table tr li {
    font-size: 16px;
  }
}

table tr th, table tr td {
  padding: 12px 15px 10px;
  border-bottom: 1px solid #f8f8f8;
}

table tr th {
  color: #00a4e4;
  font-weight: bold;
  letter-spacing: .08em;
}

table tr:nth-child(odd) {
  background: #f8f8f8;
}

table tr:nth-child(even) {
  background: #f2f9fd;
}

table + .table-caption {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .list-table thead th {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .list-table thead th:nth-child(2), .list-table thead th:nth-child(3) {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .list-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-table tr th, .list-table tr td, .list-table tr a {
  font-size: 13px;
}

@media screen and (min-width: 1000px) {
  .list-table tr th, .list-table tr td, .list-table tr a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .list-table tr th, .list-table tr td {
    display: inline-block;
  }
}

.list-table tr th {
  background: #00a4e4;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list-table tr th:first-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .list-table tr td {
    width: 100%;
    text-align: left;
    padding-left: 2em;
  }
}

.list-table tr td:last-child {
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .list-table tr td:last-child {
    padding-top: 8px;
  }
}

.list-table tr td .zip {
  display: block;
  margin-right: .4em;
  padding-left: 1.2em;
  position: relative;
}

.list-table tr td .zip::after {
  content: "〒";
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #8b8d88;
  font-size: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-table tr td a {
  text-decoration: none;
  font-size: inherit;
  /* タブレット、PCサイズでpointer-events:noneかかる */
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .list-table tr td a {
    color: inherit;
  }
}

@media screen and (min-width: 1000px) {
  .list-table tr td a {
    color: inherit;
  }
}

table.company_table tr {
  background: none;
}

table.company_table tr th, table.company_table tr td {
  border-bottom: 1px solid #ebeae1;
}

@media screen and (max-width: 767px) {
  table.company_table tr th, table.company_table tr td {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  table.company_table tr th {
    border-bottom: none;
    padding: 20px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  table.company_table tr td {
    padding: 8px 10px 20px;
  }
}

input {
  font-size: 16px;
  font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 100%;
  border: 1px solid #ebeae1;
  padding: 13px;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    width: 100%;
    font-size: 14px;
  }
}

input[type="text"]:focus, input[type="text"]:active, input[type="text"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:active,
input[type="email"]:focus-visible,
input[type="password"]:focus,
input[type="password"]:active,
input[type="password"]:focus-visible,
select:focus,
select:active,
select:focus-visible,
textarea:focus,
textarea:active,
textarea:focus-visible {
  outline: 4px solid rgba(33, 170, 112, 0.7);
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8b8d88;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8b8d88;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8b8d88;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #8b8d88;
}

input[type="text"] + input[type="text"],
input[type="email"] + input[type="text"],
input[type="password"] + input[type="text"],
select + input[type="text"],
textarea + input[type="text"], input[type="text"] +
input[type="email"],
input[type="email"] +
input[type="email"],
input[type="password"] +
input[type="email"],
select +
input[type="email"],
textarea +
input[type="email"], input[type="text"] +
input[type="password"],
input[type="email"] +
input[type="password"],
input[type="password"] +
input[type="password"],
select +
input[type="password"],
textarea +
input[type="password"], input[type="text"] +
select,
input[type="email"] +
select,
input[type="password"] +
select,
select +
select,
textarea +
select, input[type="text"] +
textarea,
input[type="email"] +
textarea,
input[type="password"] +
textarea,
select +
textarea,
textarea +
textarea {
  margin-top: 10px;
}

.mwform-tel-field input[type="text"] {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .mwform-tel-field input[type="text"] {
    width: 30% !important;
  }
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px solid #ebeae1;
  padding-bottom: 20px;
}

select {
  padding-right: 50px;
}

textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
}

.mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  margin-left: 15px;
}

/* 認証ページ */
.post-password-form input[type="password"] {
  width: 50%;
  height: 35px;
  margin-left: 10px;
}

.post-password-form input[type="submit"] {
  width: 120px;
  font-size: 15px;
  padding: .7em .4em;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .post-password-form input[type="submit"] {
    margin: 15px 0 0;
    font-size: 14px;
  }
}

.required {
  color: #cd2000;
  font-size: 11px;
  margin-left: 10px;
  vertical-align: middle;
  word-break: keep-all;
}

.input_long {
  width: 100%;
}

.form_after .privacy_text {
  text-align: center;
  font-size: 15px;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .form_after .privacy_text {
    font-size: 12px;
  }
}

.form_after .privacy_text + .form_after .privacy_text {
  margin-top: 20px;
}

.form_caution strong, .form_caution span, .form_caution p, .form_caution li {
  color: #cd2000;
  text-align: center;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

input[type="submit"] {
  border: none;
  background: #00a4e4;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 17px;
  padding: 1.1em 1.8em;
  width: 200px;
  margin: 20px 0 0;
  line-height: 1;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    width: 160px;
    font-size: 15px;
  }
}

input[type="submit"]:hover {
  background: #21aa70;
}

input[type="submit"]:nth-of-type(2) {
  margin-left: 20px;
}

.form_btn[value="back"] {
  background-color: #fff;
  border: 1px solid #00a4e4;
  color: #00a4e4;
}

.mw_wp_form table th, .mw_wp_form table td {
  padding: 18px 15px 14px;
}

.mw_wp_form table th {
  width: 230px;
  letter-spacing: .03em;
  color: #2e90b6;
}

@media screen and (min-width: 1000px) {
  .mw_wp_form table th {
    padding-left: 25px;
  }
}

.mw_wp_form table th + td {
  width: calc(100% - 230px);
  padding-right: 23px;
}

@media screen and (max-width: 767px) {
  .mw_wp_form table tr th, .mw_wp_form table tr td {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mw_wp_form table tr th {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .mw_wp_form table tr td {
    padding-top: 5px;
  }
}

.mw_wp_form table tr:last-child th, .mw_wp_form table tr:last-child td {
  border-bottom: none;
}

.mw_wp_form table tr.btn_row {
  background: none;
}

.mw_wp_form table tr.btn_row th, .mw_wp_form table tr.btn_row td {
  text-align: center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading .loading_inner {
  position: fixed;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 290px;
}

@media screen and (max-width: 767px) {
  .loading .loading_inner {
    width: 220px;
  }
}

.loading .loading_inner .loading_text {
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  margin-bottom: 0;
  color: #00a4e4;
}

@media screen and (max-width: 767px) {
  .loading .loading_inner .loading_text {
    font-size: 6vw;
  }
}

.loading .loading_inner .loading_text .en {
  font-size: 2em;
  font-weight: normal;
  color: #00a4e4;
  font-family: "Century Gothic", "Avenir-Light", "Arial", sans-serif;
}

.main_visual {
  width: 100%;
  height: 750px;
}

@media screen and (max-width: 767px) {
  .main_visual {
    height: 80vh;
    margin: 0 0 calc(10vh + 50px);
  }
}

.main_visual .main_visual_inner {
  position: relative;
}

.main_visual .main_visual_inner .slick-slider {
  margin: 0;
  padding: 0;
}

.main_visual .main_visual_inner .slick-slider .slick-slide {
  background-color: rgba(61, 35, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .slick-slider .slick-slide {
    background-color: rgba(61, 35, 0, 0.25);
  }
}

.main_visual .main_visual_inner .slick-slider .slick-slide img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .slick-slider .slick-slide img {
    height: 75vh;
  }
}

.main_visual .main_visual_inner .slick-slider .slick-prev {
  left: 25px;
  z-index: 9;
  width: auto;
  height: auto;
}

.main_visual .main_visual_inner .slick-slider .slick-prev::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .slick-slider .slick-prev {
    left: 20px;
  }
}

.main_visual .main_visual_inner .slick-slider .slick-next {
  right: 25px;
  z-index: 9;
  width: auto;
  height: auto;
}

.main_visual .main_visual_inner .slick-slider .slick-next::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .slick-slider .slick-next {
    right: 20px;
  }
}

.main_visual .main_visual_inner .logo_sp_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: 15%;
}

.main_visual .main_visual_inner .logo_sp_top img {
  width: 170px;
  /* filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); */
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }
}

.main_visual .main_visual_inner .main_copy {
  width: 100%;
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .main_visual .main_visual_inner .main_copy {
    width: 60%;
    top: 32vh;
    left: 8%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual .main_visual_inner .main_copy {
    top: 16vh;
  }
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .main_copy {
    top: 20vh;
  }
}

.main_visual .main_visual_inner .main_copy .catch_copy {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4em;
  color: #fff;
  text-shadow: 0 0 7px rgba(54, 64, 74, 0.7);
  font-family: "ヒラギノ明朝 ProN","游明朝",serif;
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .main_copy .catch_copy {
    text-align: center;
    font-size: 7.7vw;
    letter-spacing: .05em;
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual .main_visual_inner .main_copy .catch_copy {
    text-align: center;
  }
}

.top-page .content_block {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .top-page .content_block {
    padding: 80px 0;
  }
}

.top-page .content_block h2 {
  font-size: 32px;
  line-height: 1.5em;
  margin: 0 0 1.2em;
  color: #00a4e4;
  font-weight: bold;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .top-page .content_block h2 {
    font-size: 24px;
  }
}

.top-page .content_block h3 {
  margin: 0 0 1.2em;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .top-page .content_block h3 {
    font-size: 20px;
  }
}

.news_block {
  max-width: 520px;
  margin: 0 auto;
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .news_block {
    width: 60%;
    bottom: 10vh;
    right: 12vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .news_block {
    width: 70%;
    bottom: 6vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .news_block {
    width: 90%;
    bottom: calc(-10vh - 90px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.news_block .news_block_inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .news_block .news_block_inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner {
    width: 90%;
    -webkit-box-shadow: 0 0 7px -3px rgba(16, 16, 16, 0.7);
            box-shadow: 0 0 7px -3px rgba(16, 16, 16, 0.7);
    padding: 30px 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading {
    width: 100%;
  }
}

.news_block .news_block_inner .news_heading h3 {
  text-align: center;
  color: #00a4e4;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 .5em 0;
}

.news_block .news_block_inner .news_heading .archive_btn {
  margin: 15px 0 0;
  text-align: center;
}

.news_block .news_block_inner .news_heading .archive_btn a {
  text-decoration: none;
  color: #fff;
  background: #00a4e4;
  padding: 2px 15px 3px;
  border-radius: 20px;
  font-size: 12px;
}

.news_block .news_block_inner .news_list {
  padding: 0 0 0 30px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 160px;
    overflow-y: auto;
  }
}

.news_block .news_block_inner .news_list dl {
  border-bottom: 1px solid #ebeae1;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list dl {
    padding: 15px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news_block .news_block_inner .news_list dl:last-of-type {
  border-bottom: 0;
}

.news_block .news_block_inner .news_list dl a {
  display: inline-block;
}

.news_block .news_block_inner .news_list dl dt, .news_block .news_block_inner .news_list dl dd {
  text-align: left;
}

.news_block .news_block_inner .news_list dl dt {
  font-size: 12px;
  color: #00a4e4;
  margin-right: 15px;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list dl dt {
    width: 100%;
    margin: 0 0 .2em;
    text-align: center;
  }
}

.news_block .news_block_inner .news_list dl dt time {
  color: #006d98;
  font-weight: bold;
}

.news_block .news_block_inner .news_list dl dd {
  margin: 0;
  width: calc(100% - 105px);
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list dl dd {
    width: 100%;
  }
}

.news_block .news_block_inner .news_list dl dd a {
  color: #36404a;
  font-size: 14px;
  font-weight: bold;
}

.news_block .news_block_inner .news_list dl dd a:hover {
  color: #36404a;
  opacity: .8;
}

.news_block .news_block_inner .archive_btn_sp {
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .archive_btn_sp {
    width: 250px;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .news_block .news_block_inner .archive_btn_sp {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .news_block .news_block_inner .archive_btn_sp {
    display: none;
  }
}

.news_block .news_block_inner .archive_btn_sp a {
  text-decoration: none;
  color: #fff;
  background: #00a4e4;
  padding: 10px 0;
  border-radius: 20px;
  font-size: 16px;
  display: block;
  text-align: center;
}

.carousel_slider .slick-slider {
  cursor: pointer;
}

.carousel_slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel_slider .slick-slider .slick-slide {
  margin-right: 10px;
}

.carousel_slider .slick-slider .slick-slide img {
  border-radius: 0.25rem;
}

.carousel_slider .slick-slider .slick-list {
  margin-right: -10px;
}

.carousel_slider .slick-slider .slick-prev {
  left: 25px;
  top: 47%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-prev::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  .carousel_slider .slick-slider .slick-prev::before {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .carousel_slider .slick-slider .slick-prev {
    left: 10px;
  }
}

.carousel_slider .slick-slider .slick-next {
  right: 25px;
  top: 47%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-next::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  .carousel_slider .slick-slider .slick-next::before {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .carousel_slider .slick-slider .slick-next {
    right: 10px;
  }
}

.galleryList {
  width: 100%;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modalContent {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}

.modalImg {
  position: relative;
  width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #00a4e4;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.modalImg .closeBtn i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

#top-schedule {
  padding-top: 100px;
}

#top-schedule .visual_title {
  background-image: url(assets/images/top/visual_title.jpg);
  background-color: #ccc;
  background-blend-mode: multiply;
}

#top-schedule .visual_title h2 {
  color: #fff;
  margin-bottom: 0;
  padding: 0;
}

#top-schedule .visual_title h2::before, #top-schedule .visual_title h2::after {
  display: none;
}

#top-schedule .visual_title p {
  color: #fff;
}

#top-schedule .content_inner {
  padding-top: 70px;
}

#top-schedule .event_container {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8.3%, #f2f9fd), color-stop(8.3%, #f2f9f4), color-stop(16.6%, #f2f9f4), color-stop(16.6%, #f2f9fd), color-stop(24.9%, #f2f9fd), color-stop(24.9%, #f2f9f4), color-stop(33.3%, #f2f9f4), color-stop(33.3%, #f2f9fd), color-stop(41.6%, #f2f9fd), color-stop(41.6%, #f2f9f4), color-stop(50%, #f2f9f4), color-stop(50%, #f2f9fd), color-stop(58.3%, #f2f9fd), color-stop(58.3%, #f2f9f4), color-stop(66.6%, #f2f9f4), color-stop(66.6%, #f2f9fd), color-stop(74.9%, #f2f9fd), color-stop(74.9%, #f2f9f4), color-stop(83.3%, #f2f9f4), color-stop(83.3%, #f2f9fd), color-stop(91.6%, #f2f9fd), color-stop(91.6%, #f2f9f4));
  background: linear-gradient(to bottom, #f2f9fd 8.3%, #f2f9f4 8.3%, #f2f9f4 16.6%, #f2f9fd 16.6%, #f2f9fd 24.9%, #f2f9f4 24.9%, #f2f9f4 33.3%, #f2f9fd 33.3%, #f2f9fd 41.6%, #f2f9f4 41.6%, #f2f9f4 50%, #f2f9fd 50%, #f2f9fd 58.3%, #f2f9f4 58.3%, #f2f9f4 66.6%, #f2f9fd 66.6%, #f2f9fd 74.9%, #f2f9f4 74.9%, #f2f9f4 83.3%, #f2f9fd 83.3%, #f2f9fd 91.6%, #f2f9f4 91.6%);
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_container {
    width: 90%;
    left: 3%;
  }
}

#top-schedule .event_container::after {
  content: "";
  display: inline-block;
  width: 165px;
  height: 270px;
  background: url(assets/images/top/gappochan-body.svg) no-repeat center bottom/contain;
  position: absolute;
  z-index: 20;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_container::after {
    width: 150px;
    height: 260px;
    right: -7%;
    bottom: -8px;
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_container::after {
    width: 85px;
    height: 120px;
    right: -5%;
    bottom: -88px;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_container::after {
    right: -5%;
    bottom: -17px;
  }
}

#top-schedule .event_month {
  width: 125px;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_month {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_month {
    margin-left: -25px;
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_month {
    margin-left: -35px;
  }
}

#top-schedule .event_month .month_list {
  margin-bottom: 0;
  padding-left: 0;
}

#top-schedule .event_month .month_list li {
  width: 100px;
  height: 67px;
  background: #00a4e4;
  list-style-type: none;
  color: #f2f9fd;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_month .month_list li {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_month .month_list li {
    width: 90px;
    height: 90px;
    -webkit-transform: skew(-18deg) translateX(-20vw);
            transform: skew(-18deg) translateX(-20vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_month .month_list li {
    -webkit-transform: skew(-18deg) translateX(-20vw);
            transform: skew(-18deg) translateX(-20vw);
  }
}

#top-schedule .event_month .month_list li + li {
  margin-top: -5px;
}

#top-schedule .event_month .month_list li:nth-child(even) {
  background: #21aa70;
  color: #f2f9f4;
}

#top-schedule .event_month .month_list li.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_month .month_list li.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#top-schedule .event_month .month_list li .month_num {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-family: "Century Gothic", "Avenir-Light", "Arial", sans-serif;
  position: absolute;
  top: 24%;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_month .month_list li .month_num {
    top: 49%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_month .month_list li .month_num {
    top: 29%;
    left: 48%;
  }
}

#top-schedule .event_month .month_list li .en {
  width: 13px;
  height: 60px;
  line-height: 1;
  position: absolute;
  right: 1px;
  top: 50%;
  font-size: 13px;
  letter-spacing: .08em;
  color: #fff;
  opacity: .8;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

#top-schedule .event_content {
  width: 96%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_content {
    padding-left: 140px;
  }
}

#top-schedule .event_content .event_list {
  width: 62%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_content .event_list {
    width: calc(70% - 65px);
  }
}

#top-schedule .event_content .event_list .event_item {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  padding: .8em 1.2em;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list .event_item {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list .event_item {
    font-size: 13px;
  }
}

#top-schedule .event_content .event_list .event_item + li {
  margin-top: 15px;
}

#top-schedule .event_content .event_list .event_item.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#top-schedule .event_content .event_list .event_item.w200 {
  width: 180px;
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list .event_item.w200 {
    width: 220px;
  }
}

#top-schedule .event_content .event_list.meeting {
  top: 0;
  z-index: 3;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_content .event_list.meeting {
    left: 210px;
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.meeting {
    width: 55%;
    right: 0;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.meeting {
    left: 250px;
  }
}

#top-schedule .event_content .event_list.meeting::before {
  content: "";
  width: 60px;
  height: 40px;
  background: url(assets/images/common/img-leaf_double.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  right: 2%;
  top: 40%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.meeting::before {
    right: 8%;
    top: 38%;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.meeting::before {
    right: 16%;
    top: 41%;
  }
}

#top-schedule .event_content .event_list.meeting::after {
  content: "";
  width: 70px;
  height: 85px;
  background: url(assets/images/common/img-dango.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  right: -10%;
  top: 6%;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.meeting::after {
    width: 60px;
    height: 70px;
    top: 6%;
    right: -2%;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.meeting::after {
    right: 5%;
    top: 3%;
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
}

#top-schedule .event_content .event_list.meeting .event_item {
  border: 3px solid #00a4e4;
  background: #f2f9fd;
  color: #00a4e4;
  left: 0;
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.meeting .event_item:first-child {
    top: 16.6%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_content .event_list.meeting .event_item:first-child {
    top: 17.3%;
  }
}

#top-schedule .event_content .event_list.meeting .event_item.b0 {
  bottom: 1%;
}

#top-schedule .event_content .event_list.event {
  width: 45%;
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_content .event_list.event {
    width: 57%;
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.event {
    width: 55%;
    right: 0;
    top: 40px;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.event {
    left: 40%;
  }
}

#top-schedule .event_content .event_list.event .event_item {
  border: 3px solid #21aa70;
  background: #f2f9f4;
  color: #21aa70;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_content .event_list.event .event_item:first-child {
    top: 67.8%;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.event .event_item:first-child {
    top: 67%;
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.event .event_item:first-child {
    top: 66%;
  }
}

#top-schedule .event_content .event_list.event .event_item.christmas {
  padding: .31em .6em;
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.event .event_item.christmas {
    top: 60.4%;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.event .event_item.christmas {
    top: 65%;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.event .event_item:nth-child(3) {
    top: 72.8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_content .event_list.event .event_item:nth-child(3) {
    top: 74%;
  }
}

#top-schedule .event_content .event_list.promeeting {
  width: 70px;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-schedule .event_content .event_list.promeeting {
    left: 90px;
  }
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.promeeting {
    width: 60px;
    left: 65px;
  }
}

@media screen and (min-width: 1000px) {
  #top-schedule .event_content .event_list.promeeting {
    left: 120px;
  }
}

#top-schedule .event_content .event_list.promeeting .event_item {
  width: 100%;
  height: calc(100% / 12);
  position: static;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  padding: 6px 0;
}

#top-schedule .event_content .event_list.promeeting .event_item .promi_inner {
  width: 100%;
  height: 100%;
  border: 2px solid #8b8d88;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.promeeting .event_item .promi_inner {
    height: 58%;
    margin: 22% 0;
  }
}

#top-schedule .event_content .event_list.promeeting .event_item .promi_inner span {
  display: block;
  width: 100%;
  height: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 2.1em;
}

@media screen and (max-width: 767px) {
  #top-schedule .event_content .event_list.promeeting .event_item .promi_inner span {
    font-size: 10px;
    line-height: 2.2em;
  }
}

#top-schedule .event_content .event_list.promeeting .event_item .promi_inner .reg {
  background: #f8f8f8;
  color: #8b8d88;
}

#top-schedule .event_content .event_list.promeeting .event_item .promi_inner .promi {
  background: #8b8d88;
  color: #f8f8f8;
}

#top-schedule .event_content .event_list.promeeting .event_item.none .promi_inner {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
  opacity: .2;
}

#top-schedule .event_note {
  width: 280px;
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #top-schedule .event_note {
    width: 100%;
  }
}

#top-schedule .event_note .note + .note {
  margin-top: 3px;
}

.main_visual_subpage {
  width: 100%;
  height: 300px;
  background: url(assets/images/subpage/mv/main_visual_subpage.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual_subpage {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .main_visual_subpage {
    height: 200px;
    margin-top: 0;
    background: url(assets/images/subpage/mv/main_visual_subpage_sp.jpg) no-repeat center/cover;
  }
}

.main_visual_subpage::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(33, 32, 32, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main_visual_subpage .page_name {
  width: 70%;
  line-height: 1.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

@media all and (-ms-high-contrast: none) {
  .main_visual_subpage .page_name {
    width: 100%;
    text-align: center;
    bottom: 80px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main_visual_subpage .page_name {
    width: 80%;
  }
}

.main_visual_subpage .page_name h1 {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: .1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main_visual_subpage .page_name h1 {
    font-size: 25px;
  }
}

.mv_sample {
  background: url(assets/images/subpage/mv/main_visual_sample2.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .mv_sample {
    background: url(assets/images/subpage/mv/main_visual_a_sp.jpg) no-repeat center/cover;
  }
}

.mv_about {
  background: url(assets/images/subpage/mv/main_visual_about.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .mv_about {
    background: url(assets/images/subpage/mv/main_visual_about_sp.jpg) no-repeat center/cover;
  }
}

.mv_list {
  background: url(assets/images/subpage/mv/main_visual_list.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .mv_list {
    background: url(assets/images/subpage/mv/main_visual_list_sp.jpg) no-repeat center/cover;
  }
}

.mv_member {
  background: url(assets/images/subpage/mv/main_visual_member.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .mv_member {
    background: url(assets/images/subpage/mv/main_visual_member_sp.jpg) no-repeat center/cover;
  }
}

.mv_news {
  background: url(assets/images/subpage/mv/main_visual_news.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .mv_news {
    background: url(assets/images/subpage/mv/main_visual_news_sp.jpg) no-repeat center/cover;
  }
}

.mv_activity {
  background: url(assets/images/subpage/mv/main_visual_activity.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .mv_activity {
    background: url(assets/images/subpage/mv/main_visual_activity_sp.jpg) no-repeat center/cover;
  }
}

.under-page {
  width: 100%;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .under-page {
    width: 100%;
    padding-top: 70px;
  }
}

.under-page .content_inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .under-page .content_inner {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .under-page .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.under-page h2 {
  font-size: 32px;
  line-height: 1.5em;
  margin: 0 0 1.2em;
  color: #36404a;
  font-weight: bold;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .under-page h2 {
    font-size: 23px;
  }
}

.under-page h3 {
  margin: 0 0 1.2em;
  font-size: 23px;
  line-height: 1.55em;
  font-weight: bold;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .under-page h3 {
    font-size: 20px;
  }
}

.under-page h4 {
  font-size: 21px;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .under-page h4 {
    font-size: 18px;
  }
}

.page-about .about_lead {
  font-size: 1.12em;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .page-about .about_lead {
    font-size: 1.35em;
  }
}

.page-about #greeting .content_inner p {
  line-height: 1.9em;
}

.page-about #greeting .content_inner p + p {
  margin-top: 20px;
}

.page-about #greeting .content_inner .greet_sign {
  line-height: 2.4em;
}

.page-about #greeting .content_inner .greet_sign .name_img {
  width: 140px;
  height: 1.7em;
  display: inline-block;
}

.page-about #greeting .content_inner .greet_sign .name_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

.page-about #entry .bg_box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-about #entry .bg_box {
    margin-top: 80px;
  }
}

.page-about #entry .bg_box::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 140px;
  background: url(assets/images/subpage/gappochan-hand.svg) no-repeat right bottom/contain;
  position: absolute;
  top: -125px;
  right: 11%;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .page-about #entry .bg_box::after {
    width: 100px;
    height: 90px;
    top: -80px;
    right: 8px;
  }
}

.page-about #entry .bg_box .inner_section_block {
  margin: 40px auto 0;
}

@media screen and (min-width: 1000px) {
  .page-about #entry .bg_box .inner_section_block {
    max-width: 700px;
    margin: 70px auto 0;
  }
}

.page-about #entry .bg_box .btn01 {
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .page-about #board .table_wrap {
    width: 100%;
  }
}

.page-about #board .list-table tr th {
  width: 95px;
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {
  .page-about #board .list-table tr th {
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 10px 2em 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .page-about #board .list-table tr th {
    width: 75px;
    padding: 12px 10px 10px;
    font-size: 14.2px;
  }
}

.page-about #board .list-table tr td:nth-of-type(1) {
  width: 215px;
}

@media screen and (max-width: 767px) {
  .page-about #board .list-table tr td:nth-of-type(1) {
    width: 100%;
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .page-about #board .list-table tr td:nth-of-type(1) {
    width: 185px;
  }
}

.page-about #board .list-table tr td:nth-of-type(2) {
  width: 140px;
  letter-spacing: .15em;
  font-size: 1.02em;
}

@media screen and (max-width: 767px) {
  .page-about #board .list-table tr td:nth-of-type(2) {
    width: 100%;
    font-size: 15px;
    padding-top: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .page-about #board .list-table tr td:nth-of-type(2) {
    width: 130px;
  }
}

.page-about #board .list-table tr td:last-child {
  width: calc(100% - 450px);
}

@media screen and (max-width: 767px) {
  .page-about #board .list-table tr td:last-child {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .page-about #board .list-table tr td:last-child {
    width: calc(100% - 392px);
  }
}

@media screen and (max-width: 767px) {
  .page-about #board .list-table tr:nth-child(odd) td:nth-of-type(2) {
    border-bottom: 1px solid #ebeae1;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .page-about #board .list-table tr:nth-child(odd) th {
    background: #0092cb;
  }
}

@media screen and (min-width: 1000px) {
  .page-about #board .list-table tr:nth-child(odd) th {
    background: #0092cb;
  }
}

@media screen and (max-width: 767px) {
  .page-about #board .list-table tr:nth-child(even) td:nth-of-type(2) {
    border-bottom: 1px solid #c8dee9;
  }
}

.page-about #company-info {
  padding-bottom: 0;
}

.label_wrap {
  margin-top: 30px;
}

.label_wrap .label_list {
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid #c8dee9;
}

.label_wrap .label_list .label_item {
  list-style-type: none;
  width: 120px;
  margin: 0 3px -2px;
  border-radius: 8px 8px 0 0;
  padding: .6em 1em .4em;
  background: #fff;
  text-align: center;
  color: #91bdd3;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  border-top: 6px solid #c8dee9;
  border-left: 2px solid #c8dee9;
  border-right: 2px solid #c8dee9;
}

@media screen and (max-width: 767px) {
  .label_wrap .label_list .label_item {
    width: 110px;
    font-size: 14px;
  }
}

.label_wrap .label_list .label_item:hover {
  color: #00a4e4;
}

.label_wrap .label_list .label_item.selected {
  font-weight: bold;
  color: #00a4e4;
  border-top: 6px solid #00a4e4;
}

.tab_inner {
  padding: 40px 0 0;
}

@media screen and (min-width: 1000px) {
  .tab_inner {
    padding: 50px 0 0;
  }
}

.tab_inner .tab_wrap {
  display: none;
}

.tab_inner .tab_wrap.selected {
  display: block;
}

#name-order .name_links {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  #name-order .name_links {
    width: 70%;
  }
}

#name-order .name_links .name_item {
  margin: 5px 10px;
  list-style-type: none;
}

#name-order .name_links .name_item a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  padding: .4em .7em;
  color: #00a4e4;
  font-weight: bold;
  border: 4px solid #c8dee9;
}

@media screen and (max-width: 767px) {
  #name-order .name_links .name_item a {
    font-size: 16px;
  }
}

#name-order .name_links .name_item a:hover {
  border: 4px solid #00a4e4;
  opacity: 1;
}

#list .list-table thead th {
  line-height: 1.4em;
}

#list .list-table thead th:first-letter {
  font-size: 1.8em;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #list .list-table thead th {
    border-bottom: none;
  }
}

@media screen and (min-width: 1000px) {
  #list .list-table thead th {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #list .list-table thead th {
    width: 100%;
  }
}

#list .list-table thead + tbody tr:first-child {
  background: #2e90b6;
}

#list .list-table thead + tbody tr:first-child th, #list .list-table thead + tbody tr:first-child td {
  color: #fff;
  font-size: 13px;
  padding: 6px 16px 7px;
}

@media screen and (max-width: 767px) {
  #list .list-table thead + tbody tr:first-child {
    display: none;
  }
}

#list .list-table tr td:first-child {
  width: 240px;
}

@media screen and (max-width: 767px) {
  #list .list-table tr td:first-child {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}

#list .list-table tr td:nth-child(2) {
  width: 140px;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  #list .list-table tr td:nth-child(2) {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 25px;
    font-size: 14px;
  }
}

#list .list-table tr td:last-child {
  width: calc(100% - 380px);
}

@media screen and (max-width: 767px) {
  #list .list-table tr td:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #list .list-table tr:nth-child(odd) td:nth-child(2) {
    border-bottom: 1px solid #ebeae1;
  }
}

@media screen and (max-width: 767px) {
  #list .list-table tr:nth-child(even) td:nth-child(2) {
    border-bottom: 1px solid #c8dee9;
  }
}

.page-404 .main_visual_subpage .page_name h1 .sm {
  color: inherit;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-404 .main_visual_subpage .page_name h1 .sm {
    font-size: 0.85em;
  }
}

.page-404 .bg_box .btn_horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .page-member .posts_content {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-member .posts_content h2:first-child {
    padding: 0 0 .7em;
    border-bottom: 2px solid #00a4e4;
  }
}

@media screen and (max-width: 767px) {
  .page-member .posts_content h2:first-child::before {
    width: 100%;
    height: .24em;
    left: 2px;
    bottom: .15em;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
}

@media screen and (max-width: 767px) {
  .page-member .posts_content h2:first-child::after {
    display: none;
  }
}

.post-password {
  width: 90%;
  max-width: 700px;
  padding: 70px 40px;
  border: 4px solid #c8dee9;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .post-password {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .post-password {
    width: 100%;
    padding: 40px 4vw;
  }
}

.post-password-form {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .post-password-form {
    margin: 30px auto 0;
  }
}

.post-password-form .content_inner {
  text-align: center;
}

.post-password-form p {
  margin-bottom: 20px;
}

.memberpage_block {
  background: #4c5a67;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .memberpage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
}

.memberpage_block .video_block {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .memberpage_block .video_block {
    margin-bottom: 40px;
  }
}

.memberpage_block .video_block:last-of-type {
  margin-bottom: 0;
}

.memberpage_block .video_block h3 {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}

.memberpage_block .video_block h3::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .memberpage_block .video_block h3 {
    font-size: 20px;
  }
}

.memberpage_block .video_block p {
  margin-bottom: 20px;
}

.memberpage_block .video_block p:last-of-type {
  margin-bottom: 0;
}

.memberpage_block .video_block video {
  width: 100%;
  height: auto;
}

.privacy_block {
  background: #4c5a67;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin: 20px 0 120px;
}

@media screen and (max-width: 767px) {
  .privacy_block {
    padding: 40px 20px;
    margin: 20px 0 70px;
  }
}

.privacy_block p {
  margin-bottom: 20px;
}

.privacy_block h4 before {
  content: none;
}

.privacy_block section:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.posts_content {
  margin-top: 30px;
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.posts_content h2:not(:first-child),
.posts_content h3:not(:first-child),
.posts_content h4:not(:first-child) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .posts_content h2:not(:first-child),
  .posts_content h3:not(:first-child),
  .posts_content h4:not(:first-child) {
    margin-top: 40px;
  }
}

.posts_content ul, .posts_content ol {
  margin: 1.5em 0 2em;
}

.posts_content ul li, .posts_content ol li {
  line-height: 1.75em;
}

.posts_content ul li + li, .posts_content ol li + li {
  margin-top: .4em;
}

.posts_content p {
  line-height: 2em;
}

.posts_content p + p {
  margin-top: 1.5em;
}

.pg-blog .blog_tmb {
  margin: 15px 0 15px 0;
}

.pg_single_title {
  color: #00a4e4;
  line-height: 1.45em;
  letter-spacing: .05em;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 55px;
  padding-top: 5px;
  background: url(assets/images/common/icn-gappochan.svg) no-repeat left center/42px auto;
}

@media screen and (max-width: 767px) {
  .pg_single_title {
    padding-top: 6px;
    padding-left: 0;
    text-indent: 2em;
    background: url(assets/images/common/icn-gappochan.svg) no-repeat left top 0.2em/1.4em auto;
  }
}

.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 820px;
}

.pg_single_contents > .blog_tmb {
  margin: 15px 0 30px 0;
}

.pg_single_contents > .blog_tmb img {
  height: calc(100% / 16 * 9);
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}

.pg_single_contents .posts_content img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8b8d88;
}

.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}

.wp-block-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  position: relative;
}

.wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}

article {
  position: relative;
}

@media screen and (max-width: 767px) {
  article {
    padding: 70px 0;
  }
}

.pg_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}

.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #00a4e4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 24px;
  }
}

.pg_contents {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 20px;
  }
}

.posts_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posts_item_list .posts_item {
  margin-right: 20px;
  width: 100%;
}

.posts_item_list .posts_item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .posts_item_list .posts_item {
    margin-right: 0;
  }
}

.posts_item_list .posts_item a {
  display: block;
  padding: 40px 0 35px;
}

@media screen and (max-width: 767px) {
  .posts_item_list .posts_item a .archive_img {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 767px) {
  .posts_item_list .posts_item a .archive_content {
    width: 100%;
  }
}

.posts_item {
  border-bottom: 1px solid #ebeae1;
}

.posts_item:last-of-type {
  margin-bottom: 0;
}

.posts_item.-no-img .col {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .posts_item.-no-img .col {
    padding: 30px 0;
  }
}

.posts_tmb {
  margin: 0;
}

.posts_tmb img {
  -webkit-box-shadow: 1px 1px 3px rgba(139, 141, 136, 0.7);
          box-shadow: 1px 1px 3px rgba(139, 141, 136, 0.7);
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 320px;
}

@media screen and (max-width: 767px) {
  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
  }
}

.posts_date {
  color: #2e90b6;
  display: inline-block;
  margin: 0 0 5px 5px;
  font-size: 13px;
}

.posts_title {
  margin: 0 0 10px;
  padding: 0;
}

.posts_cat span {
  border: 1px solid;
  color: #00a4e4;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}

.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #00a4e4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content {
  margin-top: 30px;
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #36404a;
  margin-bottom: 10px;
  text-align: left;
}

.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 820px;
}

.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}

.pg_single_contents > .blog_tmb img {
  height: calc(100% / 16 * 9);
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}

.pg_single_contents .posts_content p + p {
  margin-top: 1em;
}

.pg_single_contents .posts_content img {
  max-width: 100%;
  height: auto;
  margin: 7px auto;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding: 10px;
  border-bottom: 1px solid #8b8d88;
}

.pg-news .posts_title {
  margin: 0;
  border: none;
}

.pg-news .posts_title::before {
  display: none;
}

.wp-block-image {
  margin: 0 0 2em 0;
}

.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  color: #00a4e4;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination .page-numbers {
  font-size: 16px;
  font-weight: bold;
  margin: 0 3px;
  padding: .3em .6em;
}

@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 14px;
  }
}

.pagination .current {
  font-weight: normal;
  color: #4c5a67;
}

/*20230417*/

@media screen and (min-width: 768px) {
  .le40 {
    left: 40% !important;
    top: 14.4% !important;
  }
  .le30 {
    left: 30% !important;
    /* top: 14.4% !important; */
  }
  .top48 {
    top: 48% !important;
  }
  .top57 {
    top: 57% !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_tp16 {
    top: 14% !important;
  }
  .sp_tp49 {
    top: 49% !important;
  }
  .sp_tp54 {
    top: 54% !important;
  }
  .sp_tp59 {
    top: 59% !important;
  }
}


/*20230425*/

@media screen and (max-width: 767px) {
  .page-member .posts_content .h2_line {
    padding: 0 0 .7em;
    border-bottom: 2px solid #00a4e4;
  }
}

@media screen and (max-width: 767px) {
  .page-member .posts_content .h2_line::before {
    width: 100%;
    height: .24em;
    left: 2px;
    bottom: .15em;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
}

@media screen and (max-width: 767px) {
  .page-member .posts_content .h2_line::after {
    display: none;
  }
}



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