/*!
Theme Name: waccel_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: waccel_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

waccel_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 65px;

}

/* Sections
	 ========================================================================== */

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

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


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}


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

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


/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


/*********************/
/****** aboutus ******/
/*********************/

/* common */
.br-sp {
  display: none;
}

span.pc-indent {
  display: inline-block;
  text-indent: 20px;
}

span.pc-br {
  display: inline-block;
}

span.sp-br {
  display: inline;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.aboutus {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.aboutus_ttl {
  background-color: #00827E;
  color: #ffffff;
  display: inline-block;
  font-family: 'jockey one', sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  margin: 0 auto 30px;
  padding: 2px 15px 2px 30px;
  text-align: center;
}

.aboutus_sec-ttl-up {
  color: #00827E;
  display: block;
  font-family: 'jockey one', sans-serif;
  font-size: 56px;
  letter-spacing: 5px;
  margin: 0 auto;
  padding: 2px 0 0;
  text-align: center;
}

.aboutus_sec-ttl-bt {
  color: #000000;
  display: block;
  font-size: 12px;
  letter-spacing: 5px;
  margin: 0 auto 30px;
  padding: 1px 15px 2px 30px;
  text-align: center;
}

.aboutus_section {
  margin: 15px 0 150px;
}


/* aboutus_top */
.aboutus_top-img {
  /* background-image: url("https://waccel.com/wp-content/themes/waccel_theme/img/header_body.gif"); */
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 0 150px;
}

.aboutus_top-ttl {
  color: #00827E;
  font-size: 40px;
  font-weight: 100;
  font-family: 'jockey one', sans-serif;
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.aboutus_top-logo {
  padding: 100px 0 0;
  text-align: center;
}

.aboutus_top-logo img {
  width: 70%;
}

.aboutus_desc {
  background-color: #00827E;
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  width: 100vw;
  padding: 12px;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

/* aboutus_anker */
.aboutus_anker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 120px;
  width: 90%;
}

.aboutus_anker-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 17%;
  height: 160px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #00827E;
  border-radius: 50%;
  transition: ease .15s;
}

.aboutus_anker-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #00827E;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin: center;
}

.aboutus_anker-item:hover:before {
  transform: scale(1, 1);
}

.aboutus_anker-item span {
  color: #00827E;
  position: relative;
  z-index: 30;
}

.aboutus_anker-item:hover span {
  color: #ffffff;
}

/* aboutus_vision */
.aboutus_vision_box {
  width: 85%;
  font-size: 32px;
  margin: 0 auto;
}

.aboutus_vision_underline {
  width: 100%;
  display: block;
  margin: 5px auto;
  border-bottom: 5px solid #00827E;
}

/* aboutus_number */
.aboutus_number_box {
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  width: 98%;
  height: 150px;
  margin: 15px auto 5px;
  padding: 15px 80px;
}

.aboutus_number-left {
  width: 45%;
  text-align: center;
}

.aboutus_number-num {
  color: #000000;
  font-size: 16px;
}

.aboutus_number-num span {
  font-size: 80px;
  font-weight: 700;
}

.aboutus_number-right {
  width: 55%;
  text-align: left;
}

.aboutus_number-ttl {
  font-size: 40px;
  font-weight: 700;
  color: #00827E;
  margin: 0;
}

.aboutus_number-date {
  font-size: 12px;
  margin: 0 0 5px;
}

.aboutus_number_link {
  color: #000000;
  display: block;
  text-align: right;
  text-decoration: none;
  width: 98%;
  margin: 0 auto 50px;
}

/* aboutus_work */
.aboutus_work-box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 50px;
}

.aboutus_work-item {
  width: 30%;
}

.aboutus_work-icon {
  width: 100%;
  border: 1px solid #808080;
}

.aboutus_work-icon img {
  width: 80%;
  height: auto;
}

.aboutus_work-ttl {
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
}

.aboutus_work-txt {
  font-size: 16px;
  width: 90%;
  margin: 0.5rem auto;
  text-align: left;
}


/* aboutus_voice */
.aboutus-swiper {
  width: 90%;
  margin: 0 auto;
  height: auto;
}

#aboutus_voice .swiper-slide {
  transform: scale(0.7);
  transition: all 1s;
  opacity: 0.5;
  margin-bottom: 10%;
}

#aboutus_voice .swiper-slide-active {
  transform: scale(1.0);
  transition: all 1s;
  opacity: 1.0;
  margin-bottom: 10%;
}

.aboutus_voice-btn {
  width: 100%;
  position: absolute;
  color: #00827E;
  left: 0px;
  bottom: -60px;
  text-decoration: none;
  text-align: left;
}

.aboutus_voice-name {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px;
  margin: 0;
  text-indent: 5px;
  border: 1px solid #00827E;
}

.aboutus_voice-title {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.aboutus_voice-msg {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 8px;
  margin: 0;
  background-color: #00827E;
  color: #ffffff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #00827E !important;
}

.swiper-pagination-bullet-active {
  background-color: #00827E !important;
}


/* aboutus_join */
.aboutus_join_box {
  width: 60%;
  margin: 0 auto 60px;
}

.aboutus_join-ttl {
  display: inline-block;
  padding: 0;
  border-bottom: 3px solid #00827E;
  color: #00827E;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}

.aboutus_join-flow {
  width: 100%;
  list-style-position: inside;
  margin: 0 auto 30px;
  text-align: left;
}

.aboutus_join-flow-item {
  background-color: #d7f1f1;
  font-size: 18px;
  padding: 15px 20px;
  margin: 0 0 15px;
  border-radius: 8px;
}

.aboutus_join-link {
  width: 70%;
  display: block;
  font-size: 24px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #ff6a00;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  text-decoration: none;
  transition: all .3s;
}

.aboutus_join-link:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}

.aboutus_join-link:link, .aboutus_join-link:visited, .aboutus_join-link:active {
  color: #ffffff;
  text-decoration: none;
}


.aboutus_join-accordion {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.aboutus_join-accordion li {
  margin: 16px 0;
}

.aboutus_join-accordion section {
  border: 1px solid gray;
}

.aboutus_join-question {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 50px 15px 15px;
  transition: all .5s ease;
  text-align: left;
}

.aboutus_join-question::before,
.aboutus_join-question::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;

}

.aboutus_join-question::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.aboutus_join-question::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

.aboutus_join-question.close::before {
  transform: rotate(45deg);
}

.aboutus_join-question.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.aboutus_join-answer {
  display: none;
  background: #c2f3f1;
  margin: 0;
  font-size: 18px;
  padding: 20px;
  line-height: 1.6;
  text-align: left;
}

.aboutus_join-answer .caution {
  background: #f3ccc2;
  margin: 18px 0 0;
  font-size: 16px;
  padding: 10px;
  text-align: left;
  border-radius: 8px;
}

/* aboutus_profile */
.aboutus_data {
  padding: 16px 32px 0rem;
  margin: 0 auto;
  text-align: left;
  color: #00827E;
}

.aboutus_data tr td:nth-of-type(1) {
  width: 20%;
  font-weight: 600;
  padding: 0 32px 0 0;
}

.aboutus_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px 0 0;
}

.aboutus_gallery>img {
  width: 33%;
  margin: 0 0 10px;
  object-fit: cover;
}


/* aboutus_tb */
@media screen and (min-width: 500px) and (max-width: 1000px) {

  /* common */
  span.pc-indent {
    text-indent: 0;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }

  span.pc-br {
    display: inline;
  }

  span.sp-br {
    display: inline-block;
  }

  .aboutus {
    width: 98%;
    padding: 20px 0;
  }

  .aboutus_ttl {
    font-size: 18px;
    letter-spacing: 5px;
    margin: 0 auto 15px;
    padding: 2px 10px 2px 20px;
  }

  .aboutus_sec-ttl-up {
    color: #00827E;
    display: block;
    font-family: 'jockey one', sans-serif;
    font-size: 32px;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 2px 0 0;
    text-align: center;
  }

  .aboutus_sec-ttl-bt {
    font-size: 12px;
    margin: 0 auto 20px;
  }

  .aboutus_section {
    margin: 15px 0 100px;
  }

  /* aboutus_top */
  .aboutus_top-img {
    height: 330px;
    margin: 0 0 50px;
  }

  .aboutus_top-logo {
    padding: 50px 0 0;
  }

  .aboutus_top-logo img {
    width: 65%;
  }

  .aboutus_desc {
    font-size: 24px;
    line-height: 28px;
    width: 100vw;
    padding: 8px;
    bottom: -30px;
  }

  /* aboutus_anker */
  .aboutus_anker {
    flex-direction: column;
    justify-content: center;
    margin: 10px auto 80px;
    width: 97%;
  }

  .aboutus_anker-item {
    width: 80%;
    height: 100%;
    border-radius: 4px;
    font-size: 16px;
    margin: 5px auto;
    padding: 5px 0;
  }

  .aboutus_vision_box {
    font-size: 28px;
    line-height: 36px;
  }

  /* aboutus_number */
  .aboutus_number_box {
    background-color: #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: 10px auto 5px;
    padding: 10px 0;
  }

  .aboutus_number-left {
    width: 90%;
    text-align: center;
  }

  .aboutus_number-num {
    color: #000000;
    font-size: 14px;
  }

  .aboutus_number-num span {
    font-size: 64px;
    font-weight: 700;
  }

  .aboutus_number-right {
    width: 98%;
    text-align: center;
  }

  .aboutus_number-ttl {
    font-size: 32px;
    font-weight: 700;
  }

  .aboutus_number-date {
    font-size: 12px;
    margin: 0 0 5px;
  }

  .aboutus_number_link {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 20px;
  }

  /* aboutus_work */
  .aboutus_work-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 30px;
  }

  .aboutus_work-item {
    width: 100%;
    display: flex;
    margin: 0 0 20px;
  }

  .aboutus_work-icon {
    width: 45%;
    border: 1px solid #808080;
  }

  .aboutus_work-icon img {
    width: 80%;
    height: auto;
  }

  .aboutus_work-item-right {
    width: 55%;
    margin: 5px 2%;
  }

  .aboutus_work-ttl {
    display: block;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    height: auto;
  }

  .aboutus_work-txt {
    font-size: 14px;
    width: 100%;
    margin: 0.5rem 0;
    text-align: left;
  }


  /* aboutus_join */
  .aboutus_join_box {
    width: 94%;
    margin: 0 auto 30px;
  }

  .aboutus_join-ttl {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
  }

  .aboutus_join-flow {
    margin: 0 auto 15px;
  }

  .aboutus_join-flow-item {
    font-size: 14px;
    padding: 8px 10px;
    margin: 0 0 10px;
    border-radius: 8px;
  }

  .aboutus_join-link {
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 auto;
  }

  .aboutus_join-accordion li {
    margin: 10px 0;
  }

  .aboutus_join-question {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px 10px 10px;
  }

  .aboutus_join-question::before,
  .aboutus_join-question::after {
    width: 10px;
    height: 2px;
  }

  .aboutus_join-question::before {
    right: 10px;
  }

  .aboutus_join-question::after {
    right: 10px;
  }

  /*アコーディオンで現れるエリア*/
  .aboutus_join-answer {
    font-size: 16px;
    padding: 10px;
  }

  /* aboutus_profile */
  .aboutus_data {
    padding: 16px 20px 0rem;
    margin: 0 auto;
  }

  .aboutus_data tr td:nth-of-type(1) {
    width: 25%;
    font-weight: 600;
    padding: 0 20px 0 0;
  }
}

/* aboutus_sp */
@media screen and (max-width: 499px) {

  /* common */
  span.pc-indent {
    text-indent: 0;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }

  span.pc-br {
    display: inline;
  }

  span.sp-br {
    display: inline-block;
  }

  .aboutus {
    width: 98%;
    padding: 10px 0;
  }

  .aboutus_ttl {
    font-size: 18px;
    letter-spacing: 5px;
    margin: 0 auto 15px;
    padding: 2px 10px 2px 20px;
  }

  .aboutus_sec-ttl-up {
    color: #00827E;
    display: block;
    font-family: 'jockey one', sans-serif;
    font-size: 32px;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 2px 0 0;
    text-align: center;
  }

  .aboutus_sec-ttl-bt {
    font-size: 12px;
    margin: 0 auto 20px;
  }

  .aboutus_section {
    margin: 15px 0 80px;
  }

  /* aboutus_top */
  .aboutus_top-ttl {
    font-size: 24px;
    width: 90%;
  }

  .aboutus_top-img {
    height: 180px;
    margin: 0 0 80px;
  }

  .aboutus_top-logo {
    padding: 30px 0 0;
  }

  .aboutus_top-logo img {
    width: 65%;
  }

  .aboutus_desc {
    font-size: 18px;
    line-height: 22px;
    width: 100vw;
    padding: 8px;
    bottom: -60px;
  }

  /* aboutus_anker */
  .aboutus_anker {
    flex-direction: column;
    justify-content: center;
    margin: 10px auto 60px;
    width: 97%;
  }

  .aboutus_anker-item {
    width: 90%;
    height: 100%;
    border-radius: 4px;
    font-size: 16px;
    margin: 5px auto;
    padding: 5px 0;
  }

  .aboutus_vision_box {
    font-size: 18px;
    line-height: 24px;
  }

  /* aboutus_number */
  .aboutus_number_box {
    background-color: #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: 10px auto 5px;
    padding: 10px 0;
  }

  .aboutus_number-left {
    width: 96%;
    text-align: center;
  }

  .aboutus_number-num {
    color: #000000;
    font-size: 14px;
  }

  .aboutus_number-num span {
    font-size: 48px;
    font-weight: 700;
  }

  .aboutus_number-right {
    width: 98%;
    text-align: center;
  }

  .aboutus_number-ttl {
    font-size: 26px;
    font-weight: 700;
  }

  .aboutus_number-date {
    font-size: 10px;
    margin: 0 0 5px;
  }

  .aboutus_number-txt {
    font-size: 14px;
  }

  .aboutus_number_link {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 20px;
  }

  /* aboutus_work */
  .aboutus_work-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 30px;
  }

  .aboutus_work-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
  }

  .aboutus_work-icon {
    width: 90%;
    border: 1px solid #808080;
    margin: 0 auto;
  }

  .aboutus_work-icon img {
    width: 80%;
    height: auto;
  }

  .aboutus_work-item-right {
    width: 90%;
    margin: 5px auto;
  }

  .aboutus_work-ttl {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    height: auto;
  }

  .aboutus_work-txt {
    font-size: 14px;
    width: 100%;
    margin: 0.5rem 0;
    text-align: left;
  }

  /* aboutus_join */
  .aboutus_join_box {
    width: 94%;
    margin: 0 auto 30px;
  }

  .aboutus_join-ttl {
    padding: 5px 0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
  }

  .aboutus_join-flow {
    margin: 0 auto 15px;
  }

  .aboutus_join-flow-item {
    font-size: 14px;
    padding: 8px 10px;
    margin: 0 0 10px;
    border-radius: 8px;
  }

  .aboutus_join-link {
    width: 90%;
    font-size: 18px;
    line-height: 32px;
    border-radius: 16px;
    margin: 0 auto;
  }

  .aboutus_join-accordion li {
    margin: 10px 0;
  }

  .aboutus_join-question {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px 10px 10px;
  }

  .aboutus_join-question::before,
  .aboutus_join-question::after {
    width: 10px;
    height: 2px;
  }

  .aboutus_join-question::before {
    right: 10px;
  }

  .aboutus_join-question::after {
    right: 10px;
  }

  /*アコーディオンで現れるエリア*/
  .aboutus_join-answer {
    font-size: 14px;
    padding: 10px;
  }

  /* aboutus_profile */
  .aboutus_prof {
    padding: 1rem 0 0;
  }

  .aboutus_data {
    padding: 10px 0;
    width: 96%;
    margin: 0 auto;
  }

  .aboutus_data tr td:nth-of-type(1) {
    width: 30%;
    font-weight: 600;
    padding: 0 0.3rem 0 0;
  }

  .aboutus_gallery>img {
    width: 100%;
  }
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
  .aboutus-swiper {
    width: 96%;
  }

  #aboutus_voice .swiper-slide {
    margin-bottom: 14%;
  }

  #aboutus_voice .swiper-slide-active {
    margin-bottom: 14%;
  }
}

@media screen and (max-width: 699px) {
  .aboutus-swiper {
    width: 96%;
  }

  #aboutus_voice .swiper-slide {
    transform: scale(0.9);
    opacity: 1.0;
    margin-bottom: 5%;
  }

  #aboutus_voice .swiper-slide-active {
    transform: scale(0.9);
    margin-bottom: 5%;
  }

  .aboutus_voice-btn {
    bottom: 0;
  }
}

/* access_route */
.access_data {
  padding: 16px 32px 0rem;
  margin: 0 auto;
  text-align: left;
  color: #00827E;
  max-width: 600px;
}

.access_data tr td:nth-of-type(1) {
  width: 20%;
  font-weight: 600;
  padding: 0 32px 0 0;
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
  .access_data {
    padding: 16px 20px 0rem;
  }

  .access_data tr td:nth-of-type(1) {
    width: 25%;
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 499px) {
  .access_data {
    width: 96%;
    padding: 10px 0;
  }

  .access_data tr td:nth-of-type(1) {
    width: 30%;
    padding: 0 0.3rem 0 0;
  }
}

.route_wrapper {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto 50px;
  flex-wrap: wrap;
}

.route_item {
  width: 47%;
  margin: 0 0 20px;
}

.route_img {
  width: 100%;
}

.route_img img {
  width: 100%;
  height: auto;
}

.route_txt {
  font-size: 16px;
  width: 100%;
  margin: 0.5rem auto;
  text-align: left;
}

.route_wrapper + p {
  font-size: 22px;
  color: #00827E;
  font-weight: 700;
}

@media screen and (max-width: 699px) {
  .route_item {
    width: 100%;
  }

  .route_wrapper + p {
    font-size: 18px;
  }
}

/* contact_btn */
.contact_link-top {
  margin: 0 0 16px;
  text-align: right;
}

.contact_link-bottom {
  margin: 32px 0 0;
  text-align: center;
}

.contact_link-front {
  margin: 8px 0;
  text-align: center;
}

.contact_link-inner {
  margin: 0 0 32px;
  text-align: center;
}

.contact_link-btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 8px 0 8px;
  background-color: #ff8100;
  font-size: 18px;
  color: white;
  border-radius: 16px;
  text-decoration: none;
  transition: all .3s;
}

.contact_link-btn:hover {
  opacity: 0.8;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}

.contact_link-btn:link, .contact_link-btn:visited, .contact_link-btn:active {
  color: white;
}

@media screen and (max-width: 950px) {
  .contact_link-top {
    text-align: center;
  }

  .contact_link-btn {
    font-size: 16px;
  }
}