@charset "UTF-8";
/*!
Theme Name: hagino-office
Description: 萩野事務所助成金テーマ
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> 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 {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /*	margin: 0.67em 0; */
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 1101px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  /*	margin-bottom: 1.5em; */
  margin: 0;
  padding: 0;
}

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;
	*/
  margin: 0;
  padding: 0;
}

ul {
  /*	list-style: disc;*/
  list-style: none;
}

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 {
  display: block;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:visited {
  /*		color: $color__link-visited; */
  color: inherit;
}

a:hover, a:focus, a:active {
  /* color: $color__link-hover; */
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:focus {
  /*		outline: thin dotted; */
  outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# 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 {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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: 1000px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

.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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

/* Common
--------------------------------------------- */
/*******************************************************
 *
 *  COMMON
 *
 *******************************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.block {
  display: block;
}

canvas {
  background-color: #e7e7e7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}

.relative {
  position: relative;
}

h1, h2, h3, h4 {
  font-size: 6vw;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 1281px) {
  h1, h2, h3, h4 {
    font-size: 7.7rem;
  }
}

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

.overlay {
  position: relative;
}

.overlay:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.bg-gray {
  background-color: #fafafa;
  z-index: 100;
}

.box-shift {
  padding: 4rem 3rem 3rem 4rem;
}

.box-shift:before, .box-shift:after {
  content: '';
  height: calc(100% - 2rem);
  position: absolute;
  width: calc(100% - 2rem);
}

.box-shift:before {
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.box-shift:after {
  border: solid 1px #000;
  top: 0;
  right: 0;
  z-index: -1;
}

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

.post, .page {
  margin: 0;
}

/*******************************************************
 *
 * CONTAINERS
 *
 *******************************************************/
.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 1281px) {
  .container {
    padding: 0;
  }
}

/*******************************************************
*
* CONTACT
*
*******************************************************/
.sec.contact {
  position: relative;
  z-index: 0;
}

.sec.contact:before {
  background-image: url(./images/contact/contact_bg.jpg);
  background-repeat: no-repeat;
  content: '';
  height: 22rem;
  left: 50%;
  position: absolute;
  top: 95px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.sec.contact:after {
  display: none;
}

.sec.contact .sec__ttl {
  margin-bottom: 2rem;
}

.sec.contact h2 {
  border: 0;
}

.sec.contact .vl {
  background-color: #333;
  height: 6rem;
  margin: 0 auto 2rem auto;
  width: 0.2rem;
}

.sec.contact .wrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 80rem;
  width: 100%;
}

@media (min-width: 751px) {
  .sec.contact .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec.contact .wrapper a {
  background-color: #fff;
  border: 2px solid #0068a4;
  color: #0068a4;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 700;
  max-width: 34.5rem;
  padding: 2rem 0;
  width: 100%;
}

@media (min-width: 751px) {
  .sec.contact .wrapper a {
    max-width: none;
    width: 50%;
  }
}

.sec.contact .wrapper a.tel {
  margin: 0 auto 1rem auto;
}

@media (min-width: 751px) {
  .sec.contact .wrapper a.tel {
    margin: 0 1rem 0 0;
  }
}

.sec.contact .wrapper a.tel:before {
  content: '\f879';
  font-family: "Font Awesome 5 Free";
  margin-right: 1rem;
}

.sec.contact .wrapper a.mail {
  margin: 0 auto;
}

@media (min-width: 751px) {
  .sec.contact .wrapper a.mail {
    margin: 0 0 0 1rem;
  }
}

.sec.contact .wrapper a.mail:before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  margin-right: 1rem;
}

/*******************************************************
 *
 * SECTIONS
 *
 *******************************************************/
.sec {
  padding: 5rem 0;
}

.sec:before {
  background: #fff;
  content: '';
  height: 3rem;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0.2rem;
}

.sec:after {
  background: #fff;
  bottom: 0;
  content: '';
  height: 3rem;
  left: 50%;
  position: absolute;
  width: 0.2rem;
}

.sec h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 751px) {
  .sec h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1101px) {
  .sec h2 {
    font-size: 4.5rem;
  }
}

.sec h2 span {
  font-size: 4.5rem;
  color: #2c9adb;
}

@media (min-width: 751px) {
  .sec h2 span {
    font-size: 5.5rem;
  }
}

@media (min-width: 1101px) {
  .sec h2 span {
    font-size: 6.5rem;
  }
}

.sec__subttl {
  font-weight: 700;
  text-align: center;
}

/*******************************************************
 *
 * BUTTONS
 *
 *******************************************************/
.btn {
  background-color: transparent;
  cursor: pointer;
  display: block;
  margin: 35px auto 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.btn svg {
  left: 0;
  position: absolute;
  top: 0;
}

.btn svg rect {
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
}

.btn span {
  background: #00a5c3;
  background: -webkit-gradient(linear, left top, right top, from(#00a5c3), to(#006198));
  background: linear-gradient(to right, #00a5c3 0%, #006198 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c3', endColorstr='#006198',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 751px) {
  .btn--right {
    margin-right: 0;
  }
}

.btn:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 87, 190;
  stroke-dashoffset: 126;
}

.btn-bg-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ff8282), to(#e178ed));
  background: linear-gradient(to right, #ff8282 0%, #e178ed 100%);
  border-radius: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 2.5%;
  padding: 1rem 2rem;
}

.btn-bg-gradient:visited {
  color: #fff;
}

/*******************************************************
 *
 * MAIN IMAGE
 *
 *******************************************************/
.mainimage {
  background-image: url(./images/top/mainvisual.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  margin: auto;
  width: 100%;
}

@media (min-width: 751px) {
  .mainimage {
    background-position: center;
    height: 60vh;
    width: calc(100% - 20rem);
  }
}

@media (min-width: 1101px) {
  .mainimage {
    height: 80vh;
  }
}

/*******************************************************
 *
 * COLUMN
 *
 *******************************************************/
.two-column {
  display: block;
}

@media (min-width: 751px) {
  .two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.two-column .column-item:first-child {
  margin-bottom: 3rem;
}

@media (min-width: 751px) {
  .two-column .column-item:first-child {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}

.column-item {
  display: block;
  position: relative;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 100%;
  z-index: 1000;
}

.header .custom-logo-link {
  height: 100%;
  padding-top: 2rem;
  padding-left: 2%;
}

.header .custom-logo-link img {
  max-width: 80%;
}

@media (min-width: 751px) {
  .header .custom-logo-link img {
    max-width: 100%;
  }
}

.header.fh .custom-logo-link {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
}

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

.header__menu .burger-menu {
  background-color: #fff;
  content: '';
  cursor: pointer;
  height: 5rem;
  width: 5rem;
  z-index: 2;
}

@media (min-width: 751px) {
  .header__menu .burger-menu {
    height: 10rem;
    width: 10rem;
  }
}

.header__menu .burger-menu:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__menu .burger-menu.open .grid {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.header__menu .burger-menu.open .grid-dot {
  display: none;
}

.header__menu .burger-menu.open .grid-dot:nth-child(2) {
  display: block;
  height: 100%;
  left: 8px;
  width: 1px;
}

.header__menu .burger-menu.open .grid-dot:nth-child(4) {
  display: block;
  height: 1px;
  top: 8px;
  width: 100%;
}

@media (min-width: 751px) {
  .header__menu .burger-menu.open .grid-dot:nth-child(2) {
    left: 16px;
  }
  .header__menu .burger-menu.open .grid-dot:nth-child(4) {
    top: 16px;
  }
}

.header__menu .burger-menu .grid {
  background: #fff;
  height: 16px;
  left: calc(50% - 8px);
  position: absolute;
  top: calc(50% - 8px);
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 16px;
}

@media (min-width: 751px) {
  .header__menu .burger-menu .grid {
    height: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 20px);
    width: 32px;
  }
}

.header__menu .burger-menu .grid-dot {
  background: #2d9adb;
  height: 4px;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 4px;
}

.header__menu .burger-menu .grid-dot:nth-child(1) {
  left: 0px;
  top: 0px;
}

.header__menu .burger-menu .grid-dot:nth-child(2) {
  left: 6px;
  top: 0px;
}

.header__menu .burger-menu .grid-dot:nth-child(3) {
  left: 12px;
  top: 0px;
}

.header__menu .burger-menu .grid-dot:nth-child(4) {
  left: 0px;
  top: 6px;
}

.header__menu .burger-menu .grid-dot:nth-child(5) {
  left: 6px;
  top: 6px;
}

.header__menu .burger-menu .grid-dot:nth-child(6) {
  left: 12px;
  top: 6px;
}

.header__menu .burger-menu .grid-dot:nth-child(7) {
  left: 0px;
  top: 12px;
}

.header__menu .burger-menu .grid-dot:nth-child(8) {
  left: 6px;
  top: 12px;
}

.header__menu .burger-menu .grid-dot:nth-child(9) {
  left: 12px;
  top: 12px;
}

@media (min-width: 751px) {
  .header__menu .burger-menu .grid-dot {
    height: 8px;
    width: 8px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(1) {
    left: 0px;
    top: 0px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(2) {
    left: 12px;
    top: 0px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(3) {
    left: 24px;
    top: 0px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(4) {
    left: 0px;
    top: 12px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(5) {
    left: 12px;
    top: 12px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(6) {
    left: 24px;
    top: 12px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(7) {
    left: 0px;
    top: 24px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(8) {
    left: 12px;
    top: 24px;
  }
  .header__menu .burger-menu .grid-dot:nth-child(9) {
    left: 24px;
    top: 24px;
  }
}

.header__menu .burger-menu p {
  color: #2d9adb;
  font-size: 1.2rem;
  display: none;
  left: 50%;
  position: absolute;
  top: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 751px) {
  .header__menu .burger-menu p {
    display: block;
  }
}

.header__menu .btn {
  margin: 0;
  width: inherit;
}

.header__menu .btn canvas {
  background-color: #90c31e;
}

.header__menu .btn div {
  background-color: #90c31e;
  width: 5rem;
  height: 5rem;
}

@media (min-width: 751px) {
  .header__menu .btn div {
    width: 10rem;
    height: 10rem;
  }
}

.header__menu .btn p {
  color: #fff;
  font-size: 1.2rem;
  height: 5rem;
  height: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  width: 100%;
}

@media (min-width: 751px) {
  .header__menu .btn p {
    height: auto;
    top: 50%;
    visibility: visible;
  }
}

.header__menu .btn p:before {
  content: '\f0e0';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  line-height: 5rem;
  visibility: visible;
}

@media (min-width: 751px) {
  .header__menu .btn p:before {
    font-size: 2.5rem;
    line-height: inherit;
  }
}

.header__submenu {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -50rem;
  width: 30rem;
  z-index: 1;
}

@media (min-width: 751px) {
  .header__submenu {
    width: 50rem;
  }
}

.header__submenu .container {
  padding: 0 2rem;
  margin-top: 5rem;
}

@media (min-width: 751px) {
  .header__submenu .container {
    padding: 0 4rem;
    margin-top: 12rem;
  }
}

.header__submenu .submenu_nav {
  padding: 1rem 0;
}

@media (min-width: 751px) {
  .header__submenu .submenu_nav {
    padding: 2rem 0;
  }
}

.header__submenu .submenu_nav .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__submenu .submenu_nav .row02 li {
  border-bottom: solid 2px #ccc;
}

.header__submenu .submenu_nav li {
  border-top: solid 2px #ccc;
  width: 45%;
}

.header__submenu .submenu_nav li a {
  display: block;
  padding: 5%;
}

.header__submenu .btn {
  background: #2d9adb;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 6rem;
  width: 75%;
}

.header__submenu .btn:before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 1rem;
}

.header__submenu .item {
  margin: 2rem 0;
}

@media (min-width: 751px) {
  .header__submenu .item {
    margin: 3rem 0;
  }
}

.header__submenu .item__ttl {
  font-size: 1.4rem;
}

.header__submenu .item__content {
  font-size: 3rem;
  line-height: 1;
}

.header__submenu .item__content:before {
  content: '\f879';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 1rem;
}

.header__submenu .item__content a {
  color: #333;
}

/* Home page
--------------------------------------------- */
/*******************************************************
 *
 * TOP PAGE SEC 1
 *
 *******************************************************/
.top-sec1 {
  padding-top: 0;
}

.top-sec1:before {
  background: #2d9adb;
  bottom: 0;
  content: '';
  height: 20vh;
  left: auto;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: -1;
}

@media (min-width: 751px) {
  .top-sec1:before {
    height: 35vh;
  }
}

/*******************************************************
 *
 * TOP PAGE SEC 2
 *
 *******************************************************/
.top-sec2 {
  font-size: 1.2rem;
}

@media (min-width: 751px) {
  .top-sec2 {
    font-size: inherit;
  }
}

.top-sec2 .content--center {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

@media (min-width: 751px) {
  .top-sec2 .content--center {
    width: 50%;
  }
}

.top-sec2 .content--center div {
  text-align: center;
}

.top-sec2 .one-column .overlay:after {
  background-image: url(./images/top/merit_sp.jpg);
  background-size: cover;
  content: '';
  display: block;
  padding-top: 50%;
}

@media (min-width: 751px) {
  .top-sec2 .one-column .overlay:after {
    background-image: url(./images/top/merit.jpg);
    padding-top: 26.7%;
  }
}

.top-sec2 .two-column {
  margin-top: 3rem;
}

.top-sec2 .two-column .column-item .overlay:after {
  background-size: cover;
  content: '';
  display: block;
  padding-top: 50%;
}

@media (min-width: 751px) {
  .top-sec2 .two-column .column-item .overlay:after {
    padding-top: 55.2%;
  }
}

.top-sec2 .two-column .column-item:nth-child(1) .overlay:after {
  background-image: url(./images/top/type_sp.jpg);
}

@media (min-width: 751px) {
  .top-sec2 .two-column .column-item:nth-child(1) .overlay:after {
    background-image: url(./images/top/type.jpg);
  }
}

.top-sec2 .two-column .column-item:nth-child(2) .overlay:after {
  background-image: url(./images/top/flow_sp.jpg);
}

@media (min-width: 751px) {
  .top-sec2 .two-column .column-item:nth-child(2) .overlay:after {
    background-image: url(./images/top/flow.jpg);
  }
}

.top-sec2 .two-column .content--center {
  width: 70%;
}

.top-sec2 .column-item {
  width: 100%;
}

.top-sec2 .column-item:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 0 35px 35px;
  bottom: 5px;
  content: '';
  height: 0;
  position: absolute;
  right: 5px;
  width: 0;
  z-index: 1;
}

@media (min-width: 751px) {
  .top-sec2 .column-item:before {
    bottom: 10px;
    right: 10px;
  }
}

.top-sec2 .column-item:after {
  bottom: 7px;
  content: 'click';
  font-size: 1.2rem;
  position: absolute;
  right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
}

@media (min-width: 751px) {
  .top-sec2 .column-item:after {
    bottom: 12px;
    right: 10px;
  }
}

.top-sec2 h2 {
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0.5rem 0;
  text-align: center;
}

@media (min-width: 751px) {
  .top-sec2 h2 {
    font-size: 2.5rem;
    line-height: 2;
    margin: 1rem 0;
  }
}

.top-sec2:before, .top-sec2:after {
  background-color: #0068a5;
}

/*******************************************************
 *
 * TOP PAGE SEC 3
 *
 *******************************************************/
.top-sec3 .column-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-sec3 .one-column {
  margin-top: 3rem;
}

.top-sec3 .two-column p {
  background-color: #fff;
  border: 1px solid #000;
  margin: 1.5rem 0 1.5rem 2rem;
  padding: 0.3rem 0 0.3rem 3rem;
  position: relative;
}

.top-sec3 .two-column p:before {
  background-color: #46a6de;
  content: '';
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
}

.top-sec3 h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

@media (min-width: 751px) {
  .top-sec3 h2 {
    font-size: 2.7rem;
  }
}

@media (min-width: 1101px) {
  .top-sec3 h2 {
    font-size: 3.3rem;
  }
}

.top-sec3:before, .top-sec3:after {
  background-color: #90c31d;
}

/*******************************************************
 *
 * TOP PAGE SEC 4
 *
 *******************************************************/
.top-sec4 h2 {
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
}

.top-sec4 .sec__content {
  margin: 4rem auto;
}

@media (min-width: 751px) {
  .top-sec4 .sec__content {
    width: 95%;
  }
}

.top-sec4 .sec__content .content__item {
  background-color: #fff;
  border-right: 2px solid #2d9bdb;
  border-bottom: 2px solid #2d9bdb;
  font-size: 1.2rem;
  margin: 0.5rem 0.5rem;
  padding: 3rem 0.5rem 0.5rem 0.5rem;
  position: relative;
  text-align: center;
  width: calc( (100% / 2) - (0.5rem * 2));
}

@media (min-width: 751px) {
  .top-sec4 .sec__content .content__item {
    font-size: inherit;
    padding: 1.5rem 1rem 1.5rem 5rem;
    text-align: left;
    width: calc( (100% / 4) - (0.5rem * 2));
  }
}

.top-sec4 .sec__content .content__item:before {
  background-image: url("./images/top/support_icon/support_icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
}

@media (min-width: 751px) {
  .top-sec4 .sec__content .content__item:before {
    height: 3rem;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3rem;
  }
}

.top-sec4 .sec__content .content__item:nth-child(01):before {
  background-image: url("./images/top/support_icon/support_icon01.png");
}

.top-sec4 .sec__content .content__item:nth-child(02):before {
  background-image: url("./images/top/support_icon/support_icon02.png");
}

.top-sec4 .sec__content .content__item:nth-child(03):before {
  background-image: url("./images/top/support_icon/support_icon03.png");
}

.top-sec4 .sec__content .content__item:nth-child(04):before {
  background-image: url("./images/top/support_icon/support_icon04.png");
}

.top-sec4 .sec__content .content__item:nth-child(05):before {
  background-image: url("./images/top/support_icon/support_icon05.png");
}

.top-sec4 .sec__content .content__item:nth-child(06):before {
  background-image: url("./images/top/support_icon/support_icon06.png");
}

.top-sec4 .sec__content .content__item:nth-child(07):before {
  background-image: url("./images/top/support_icon/support_icon07.png");
}

.top-sec4 .sec__content .content__item:nth-child(08):before {
  background-image: url("./images/top/support_icon/support_icon08.png");
}

.top-sec4 .sec__content .content__item:nth-child(09):before {
  background-image: url("./images/top/support_icon/support_icon09.png");
}

.top-sec4 .sec__content .content__item:nth-child(10):before {
  background-image: url("./images/top/support_icon/support_icon10.png");
}

.top-sec4 .sec__content .content__item:nth-child(11):before {
  background-image: url("./images/top/support_icon/support_icon11.png");
}

.top-sec4 .sec__content .content__item:nth-child(12):before {
  background-image: url("./images/top/support_icon/support_icon12.png");
}

.top-sec4 .sec__content .content__item:nth-child(13):before {
  background-image: url("./images/top/support_icon/support_icon13.png");
}

.top-sec4 .sec__content .content__item:nth-child(14):before {
  background-image: url("./images/top/support_icon/support_icon14.png");
}

.top-sec4 .sec__content .content__item:nth-child(15):before {
  background-image: url("./images/top/support_icon/support_icon15.png");
}

.top-sec4 .sec__content .content__item:nth-child(16):before {
  background-image: url("./images/top/support_icon/support_icon16.png");
}

.top-sec4 .sec__content .content__item:nth-child(17):before {
  background-image: url("./images/top/support_icon/support_icon17.png");
}

.top-sec4 .sec__content .content__item:nth-child(18):before {
  background-image: url("./images/top/support_icon/support_icon18.png");
}

.top-sec4 .sec__content .content__item:nth-child(19):before {
  background-image: url("./images/top/support_icon/support_icon19.png");
}

.top-sec4 .sec__content .content__item:nth-child(20):before {
  background-image: url("./images/top/support_icon/support_icon20.png");
}

.top-sec4 .sec__content .content__item:nth-child(21):before {
  background-image: url("./images/top/support_icon/support_icon21.png");
}

.top-sec4 .sec__content .content__item:nth-child(22):before {
  background-image: url("./images/top/support_icon/support_icon22.png");
}

.top-sec4 .sec__content .content__item:nth-child(23):before {
  background-image: url("./images/top/support_icon/support_icon23.png");
}

.top-sec4 .sec__subttl {
  margin-top: 1rem;
  text-align: left;
}

.top-sec4 .bg {
  background-image: url(./images/top/support_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  height: calc(100% - 17rem);
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media (min-width: 751px) {
  .top-sec4 .bg {
    background-image: url(./images/top/support_bg.jpg);
    height: 29rem;
  }
}

.top-sec4:before, .top-sec4:after {
  background-color: #2d9adb;
}

/*******************************************************
*
* TOP PAGE SEC 5
*
*******************************************************/
.top-sec5 .sec__content {
  margin: 4rem 0;
}

.top-sec5 .sec__content .content__item ul {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}

.top-sec5 .sec__content .content__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.top-sec5 .sec__content .content__item ul li .date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #90c31e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  width: 8rem;
}

@media (min-width: 751px) {
  .top-sec5 .sec__content .content__item ul li .date {
    padding: 1.3rem;
    width: 12rem;
  }
}

.top-sec5 .sec__content .content__item ul li .txt {
  background-color: #f8fbef;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}

@media (min-width: 751px) {
  .top-sec5 .sec__content .content__item ul li .txt {
    padding: 1.3rem 3rem;
  }
}

.top-sec5 .sec__content.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 751px) {
  .top-sec5 .sec__content.access {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-sec5 .sec__content.access .content__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 751px) {
  .top-sec5 .sec__content.access .content__item:nth-child(1) {
    margin-right: 1rem;
  }
}

.top-sec5 .sec__content.access .content__item:nth-child(1) iframe {
  height: 30rem;
  width: 100%;
}

@media (min-width: 751px) {
  .top-sec5 .sec__content.access .content__item:nth-child(2) {
    margin-left: 1rem;
  }
}

.top-sec5 .sec__content.access .content__item:nth-child(2) h3 {
  border-bottom: 1px solid;
  border-top: 1px solid;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 751px) {
  .top-sec5 .sec__content.access .content__item:nth-child(2) h3 {
    font-size: 2.5rem;
    line-height: 2;
    padding: 0 3rem;
    text-align: left;
  }
}

.top-sec5 .sec__content.access .content__item:nth-child(2) div {
  padding: 2rem 1rem;
}

@media (min-width: 751px) {
  .top-sec5 .sec__content.access .content__item:nth-child(2) div {
    padding: 2rem 3rem;
  }
}

.top-sec5:before {
  background-color: #404040;
}

.top-sec5:after {
  display: none;
}

/* Page
--------------------------------------------- */
/*******************************************************
*
* page
*
*******************************************************/
.page-header {
  padding-bottom: 5rem;
  position: relative;
}

.page-header:before {
  background-color: #2D9ADB;
  bottom: 0;
  content: '';
  height: 60%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.page-header:after {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 3rem;
  left: 50%;
  position: absolute;
  width: 0.2rem;
}

.page-header .page-bnr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(./images/top/mainvisual.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
}

@media (min-width: 751px) {
  .page-header .page-bnr {
    background-size: cover;
    width: calc(100% - 20rem);
  }
}

.page-header .page-bnr h1 {
  font-size: 3rem;
}

@media (min-width: 751px) {
  .page-header .page-bnr h1 {
    font-size: 4rem;
  }
}

.page-header .breadcrumbs {
  color: #fff;
  padding: 1rem 0 0 0;
  text-align: right;
}

@media (min-width: 751px) {
  .page-header .breadcrumbs {
    padding: 1rem 0;
  }
}

.page-header .breadcrumbs a, .page-header .breadcrumbs a:visited {
  color: #fff;
}

.page-content {
  margin: 0;
}

.page-content .sec__ttl h2 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}

@media (min-width: 751px) {
  .page-content .sec__ttl h2 {
    font-size: 3rem;
  }
}

.page-content .sec__ttl h2:after {
  background-color: #2D9ADB;
  content: '';
  display: block;
  height: 0.2rem;
  margin: 1rem auto 0;
  width: 8rem;
}

/*******************************************************
*
* joseikin
*
*******************************************************/
.joseikin .page-sec1:before, .joseikin .page-sec1:after {
  background-color: #2D9ADB;
}

.joseikin .page-sec1 .sec__content {
  display: block;
}

@media (min-width: 751px) {
  .joseikin .page-sec1 .sec__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.joseikin .page-sec1 .sec__content p {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 751px) {
  .joseikin .page-sec1 .sec__content p {
    margin: 0 1rem 0 0;
    width: 60%;
  }
}

.joseikin .page-sec1 .sec__content div {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

@media (min-width: 751px) {
  .joseikin .page-sec1 .sec__content div {
    left: 0;
    margin-left: 1rem;
    -webkit-transform: none;
            transform: none;
    width: 40%;
  }
}

.joseikin .page-sec1 .sec__content div img {
  width: 100%;
}

.joseikin .page-sec2:before, .joseikin .page-sec2:after {
  background-color: #90c31e;
}

.joseikin .page-sec2 .sec__content .list .item:not(:last-child) {
  margin-bottom: 3rem;
}

.joseikin .page-sec2 .sec__content .list .item-header {
  color: #2D9ADB;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 751px) {
  .joseikin .page-sec2 .sec__content .list .item-header {
    font-size: 2.5rem;
  }
}

.joseikin .page-sec2 .sec__content .list .item-content {
  background-color: #FAFAFA;
  position: relative;
}

@media (min-width: 751px) {
  .joseikin .page-sec2 .sec__content .list .item-content {
    height: 24rem;
  }
}

.joseikin .page-sec2 .sec__content .list .item-content p {
  padding: 2rem;
  width: 80%;
}

@media (min-width: 751px) {
  .joseikin .page-sec2 .sec__content .list .item-content p {
    width: 55%;
  }
}

.joseikin .page-sec2 .sec__content .list .item-content div {
  bottom: 0;
  margin-left: auto;
  padding: 0 2rem 2rem 0;
  right: 0;
  width: 70%;
}

@media (min-width: 751px) {
  .joseikin .page-sec2 .sec__content .list .item-content div {
    margin-left: 0;
    position: absolute;
    width: 45%;
  }
}

.joseikin .page-sec3 {
  background-image: url(./images/page/joseikin_bnr.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.joseikin .page-sec3:before, .joseikin .page-sec3:after {
  background-color: #2D9ADB;
}

.joseikin .page-sec3 .sec__content ul {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}

.joseikin .page-sec3 .sec__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.joseikin .page-sec3 .sec__content ul li div:nth-child(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2D9ADB;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.6rem;
}

.joseikin .page-sec3 .sec__content ul li div:nth-child(2) {
  background-color: #fff;
  border: 1px solid #2D9ADB;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}

@media (min-width: 751px) {
  .joseikin .page-sec3 .sec__content ul li div:nth-child(2) {
    padding: 1rem 2rem;
  }
}

.joseikin .page-sec4 {
  background-color: #FAFAFA;
}

.joseikin .page-sec4:before, .joseikin .page-sec4:after {
  background-color: #333;
}

.joseikin .page-sec4 .sec__content {
  text-align: center;
}

.joseikin .page-sec4 .sec__content div {
  color: #90c31e;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media (min-width: 751px) {
  .joseikin .page-sec4 .sec__content div {
    font-size: 2.5rem;
  }
}

.joseikin .page-sec5:before {
  background-color: #2D9ADB;
}

.joseikin .page-sec5:after {
  display: none;
}

.joseikin .page-sec5 .sec__content > p {
  margin-bottom: 3rem;
  text-align: center;
}

.joseikin .page-sec5 .sec__content h3 {
  border-bottom: 1px solid;
  border-top: 1px solid;
  font-size: 2rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}

@media (min-width: 751px) {
  .joseikin .page-sec5 .sec__content h3 {
    font-size: 2.5rem;
    width: 40rem;
  }
}

.joseikin .page-sec5 .sec__content .tbl {
  margin-bottom: 3rem;
}

.joseikin .page-sec5 .sec__content .tbl .tbl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0;
}

.joseikin .page-sec5 .sec__content .tbl .tbl-item .tbl-term {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2D9ADB;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 1rem;
  position: relative;
  width: 60%;
}

.joseikin .page-sec5 .sec__content .tbl .tbl-item .tbl-term:before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #2D9ADB;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: auto;
  content: '';
  position: absolute;
  right: 1px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.joseikin .page-sec5 .sec__content .tbl .tbl-item .tbl-desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0;
  padding: 1rem 1rem 1rem 2rem;
}

.joseikin .page-sec5 .sec__content .price .price-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 751px) {
  .joseikin .page-sec5 .sec__content .price .price-ttl {
    font-size: 2rem;
  }
}

.joseikin .page-sec5 .sec__content .price .tbl {
  margin: 0 auto 0 auto;
  max-width: 80rem;
}

.joseikin .page-sec5 .sec__content .price .tbl .tbl-item .tbl-term {
  width: 50%;
}

.joseikin .page-sec5 .sec__content .content01 {
  margin-bottom: 3rem;
}

.joseikin .page-sec5 .sec__content .content02 > p {
  margin-bottom: 2rem;
  text-align: center;
}

.joseikin .page-sec5 .sec__content .content02 .tbl .tbl-item .tbl-term {
  width: 40%;
}

.joseikin .page-sec5 .sec__content .content02 .tbl .tbl-item .tbl-desc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.joseikin .page-sec5 .sec__content .content02 .tbl .tbl-item .tbl-desc ul {
  list-style: disc;
  margin-left: 2em;
}

/*******************************************************
*
* flow
*
*******************************************************/
.flow .page-sec1:before {
  background-color: #2D9ADB;
}

.flow .page-sec1:after {
  display: none;
}

.flow .page-sec1 .sec__content .flow-list .flow-item {
  height: 24rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 0;
}

.flow .page-sec1 .sec__content .flow-list .flow-item:before {
  border-left: 1px dashed;
  content: '';
  height: 21rem;
  left: 3rem;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: -1;
}

@media (min-width: 751px) {
  .flow .page-sec1 .sec__content .flow-list .flow-item:before {
    height: 17rem;
    left: 5rem;
  }
}

.flow .page-sec1 .sec__content .flow-list .flow-item:first-child:before {
  display: none;
}

.flow .page-sec1 .sec__content .flow-list .flow-item:last-child {
  margin-bottom: 0;
}

.flow .page-sec1 .sec__content .flow-list .flow-item .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2D9ADB;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  height: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
}

@media (min-width: 751px) {
  .flow .page-sec1 .sec__content .flow-list .flow-item .num {
    font-size: 2.5rem;
    height: 10rem;
    width: 10rem;
  }
}

.flow .page-sec1 .sec__content .flow-list .flow-item .wrapper {
  height: 100%;
  padding: 2rem 0 0 4rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 751px) {
  .flow .page-sec1 .sec__content .flow-list .flow-item .wrapper {
    padding: 3rem 0 0 8rem;
  }
}

.flow .page-sec1 .sec__content .flow-list .flow-item .wrapper .content {
  background-color: #FAFAFA;
  height: 100%;
  padding: 2rem 1rem 2rem 3rem;
}

@media (min-width: 751px) {
  .flow .page-sec1 .sec__content .flow-list .flow-item .wrapper .content {
    padding: 2rem 2rem 2rem 5rem;
  }
}

.flow .page-sec1 .sec__content .flow-list .flow-item .wrapper .content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

@media (min-width: 751px) {
  .flow .page-sec1 .sec__content .flow-list .flow-item .wrapper .content h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}

.flow .page-sec1 .sec__content .flow-list .flow-item .wrapper .content > div > p {
  margin-bottom: 1rem;
}

.flow .page-sec1 .sec__content .flow-list .flow-item .wrapper .content > div div p {
  display: inline-block;
  margin-right: 2rem;
}

.flow .page-sec2:before, .flow .page-sec2:after {
  display: none;
}

.flow .page-sec2 .box-shift {
  position: relative;
}

.flow .page-sec2 .box-shift:before {
  background-color: #FAFAFA;
}

.flow .page-sec2 .box-shift div {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 751px) {
  .flow .page-sec2 .box-shift div {
    font-size: 2.5rem;
  }
}

.flow .page-sec2 .box-shift p {
  margin-bottom: 1rem;
}

/*******************************************************
*
* faq
*
*******************************************************/
.faq .page-sec1:before, .faq .page-sec1:after {
  display: none;
}

.faq .page-sec2:before, .faq .page-sec2:after {
  display: none;
}

.faq .sec__content ul li {
  margin-bottom: 3rem;
}

.faq .sec__content ul li:last-child {
  margin-bottom: 0;
}

.faq .sec__content ul li .question {
  background-color: #2D9ADB;
  color: #fff;
  font-weight: 700;
  padding: 2rem 2rem;
  position: relative;
  width: 98%;
}

.faq .sec__content ul li .question:before {
  background-color: #2D9ADB;
  bottom: 0;
  content: '';
  height: 4rem;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  z-index: -1;
}

.faq .sec__content ul li .question p {
  padding-left: 2em;
  position: relative;
}

.faq .sec__content ul li .question p:before {
  content: 'Q.';
  left: 0;
  position: absolute;
}

.faq .sec__content ul li .answer {
  background-color: #FAFAFA;
  margin-left: auto;
  padding: 2rem 2rem;
  width: 98%;
}

.faq .sec__content ul li .answer p {
  padding-left: 2em;
  position: relative;
}

.faq .sec__content ul li .answer p:before {
  content: 'A.';
  left: 0;
  position: absolute;
}

/*******************************************************
*
* contact
*
*******************************************************/
.contact .page-sec1:before, .contact .page-sec1:after {
  display: none;
}

.contact .page-sec1 .sec__content > p {
  text-align: center;
  margin-bottom: 2rem;
}

.contact .page-sec1 .sec__content .wpcf7-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
}

.contact .page-sec1 .sec__content .wpcf7-form p {
  margin-bottom: 2rem;
}

.contact .page-sec1 .sec__content .wpcf7-form input {
  width: 100%;
}

.contact .page-sec1 .sec__content .wpcf7-form textarea {
  resize: vertical;
}

.contact .page-sec1 .sec__content .wpcf7-form .submit {
  text-align: center;
}

.contact .page-sec1 .sec__content .wpcf7-form .submit input {
  background-color: #90c31e;
  border: 1px solid #90c31e;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-width: 20rem;
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: auto;
}

.contact .page-sec1 .sec__content .wpcf7-form .submit input:hover {
  background-color: #fff;
  color: #90c31e;
}

.contact .page-sec1 .sec__content .wpcf7-form .submit .ajax-loader {
  margin: 0 0 0 24px;
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}

.contact .page-sec2:before, .contact .page-sec2:after {
  display: none;
}

.contact .page-sec2 h3 {
  font-size: 2rem;
  margin: 2rem 0 1rem 0;
}

@media (min-width: 751px) {
  .contact .page-sec2 h3 {
    font-size: 2.5rem;
  }
}

.contact .page-sec2 p {
  margin-bottom: 1rem;
}

.contact .page-sec2 ul {
  list-style: disc;
  margin-left: 1.5em;
}

/* Footer
--------------------------------------------- */
/*******************************************************
*
* footer
*
*******************************************************/
.site-footer .container {
  border-top: 2px solid #ccc;
}

.site-footer .footer__main {
  display: block;
  margin: 4rem auto;
  max-width: 80rem;
  width: 100%;
}

@media (min-width: 751px) {
  .site-footer .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-footer .footer__main div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-footer .footer__main div.column--l {
  margin-bottom: 2rem;
}

@media (min-width: 751px) {
  .site-footer .footer__main div.column--l {
    margin: 0 2rem 0 0;
  }
}

.site-footer .footer__main div.column--l a {
  margin-bottom: 1rem;
}

.site-footer .footer__main div.column--l .info p:first-child {
  margin-bottom: 1rem;
}

@media (min-width: 751px) {
  .site-footer .footer__main div.column--r {
    margin-left: 2rem;
  }
}

.site-footer .footer__main div.column--r .footer-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1rem;
}

.site-footer .footer__main div.column--r .footer-menu .menu-list .menu-item {
  margin-bottom: 1rem;
  padding: 0 2rem;
  position: relative;
  width: 50%;
}

@media (min-width: 751px) {
  .site-footer .footer__main div.column--r .footer-menu .menu-list .menu-item {
    margin-bottom: 2rem;
  }
}

.site-footer .footer__main div.column--r .footer-menu .menu-list .menu-item:before {
  background-color: #404040;
  content: '';
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
}

.site-footer .footer__main div.column--r .footer-menu .menu-list .menu-item a {
  color: #404040;
}

.site-footer .copyright {
  background-color: #fafafa;
  font-size: 14px;
  padding: 1rem 0;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */