@charset "UTF-8";
/*!
Theme Name: chiba-eto-office
Description: 萩野事務所公式HPテーマ
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: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 1100px) {
  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: 1100px) {
  .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-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
 *
 *******************************************************/
.site-main {
  padding-top: 6.2rem;
}

@media (min-width: 1100px) {
  .site-main {
    padding-top: 0;
  }
}

article {
  padding-bottom: 8rem;
  position: relative;
}

article .top-btn {
  position: fixed;
  bottom: 3rem;
  right: 3%;
  z-index: 999;
}

article .top-btn .label {
  font-size: 1.4rem;
  text-align: center;
}

article .top-btn a {
  background-color: #ffffff80;
  border: 1px solid #333;
  display: block;
  height: 4rem;
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 4rem;
}

article .top-btn a img {
  bottom: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.flex-nowrap {
  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: 1.2em;
  margin: 0;
}

.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 {
  /*    background-color: #fff;
    left: -10px;
    position: relative;
    top: 10px;
    
    &:before {
        border: solid 1px #000;
        content: '';
        height: 100%;
        left: 10px;
        position: absolute;
        top: -10px;
        width: 100%;
    }*/
  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;
}

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

.color--base {
  color: #3971a2;
}

ol {
  padding-left: 2rem;
}

.accent--lightblue {
  color: #0099fa;
  font-size: 1.2em;
  font-weight: 700;
}

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

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

/*******************************************************
 *
 * LAYOUT01
 *
 *******************************************************/
.layout01 {
  background: #111b22;
  overflow-x: hidden;
  padding: 8rem 0 21rem;
}

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

.layout01 .sec__img:before {
  background: url(/website/wp-content/themes/tk-theme/images/common/accent5.png) no-repeat center center/contain;
  bottom: 35px;
  content: '';
  height: 4.010vw;
  left: -9.59vw;
  position: absolute;
  width: 14.063vw;
}

.layout01 .sec__ttl {
  margin-top: -44px;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media (min-width: 750px) {
  .layout01 .sec__ttl {
    width: 50%;
  }
}

.layout01 .sec__content {
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 1;
}

@media (min-width: 750px) {
  .layout01 .sec__content {
    padding: 0 3.2% 0 24.5%;
  }
}

.layout01 .sec__content:before {
  background: url(/website/wp-content/themes/tk-theme/images/common/accent6.png) no-repeat center center/contain;
  bottom: 0;
  content: '';
  height: 3.2vw;
  right: -7.6vw;
  position: absolute;
  width: 11.875vw;
  z-index: -1;
}

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

.sec h2 {
  margin-bottom: 3rem;
  text-align: center;
  /*        span {
            font-size: 4.5vw;
            color: #2c9adb;
        }*/
}

.sec h2:after {
  background-color: #3971a2;
  content: '';
  display: block;
  height: 0.5rem;
  margin: 1.5rem auto 0;
  width: 4rem;
}

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

/*******************************************************
 *
 * BUTTONS
 *
 *******************************************************/
.btn {
  background-color: transparent;
  cursor: pointer;
  display: block;
  margin: 2rem 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: 750px) {
  .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.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.mainimage .catchphrase {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  position: absolute;
  text-align: right;
  top: 45%;
  width: 100%;
}

@media (min-width: 750px) {
  .mainimage .catchphrase {
    font-size: 1.6rem;
  }
}

.mainimage .catchphrase h2 {
  font-size: 5vw;
  text-align: right;
}

@media (min-width: 750px) {
  .mainimage .catchphrase h2 {
    font-size: 3rem;
  }
}

.mainimage .catchphrase h2:after {
  margin: 1.5rem 0 0 auto;
}

/*******************************************************
 *
 * CONTACT
 *
 *******************************************************/
.contact {
  padding-bottom: 0;
}

.contact h2 {
  font-weight: 400;
}

.contact h2:after {
  content: none;
}

.contact .content {
  margin: 0 auto;
  max-width: 80.2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1100px) {
  .contact .content {
    text-align: left;
  }
}

.contact .flex {
  /*        display: inline-block;*/
  display: block;
}

@media (min-width: 1100px) {
  .contact .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact .list__item {
  background-color: #eceff0;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.2rem;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1100px) {
  .contact .list__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact .list__item:first-child {
  margin-bottom: 3rem;
}

@media (min-width: 1100px) {
  .contact .list__item:first-child {
    margin-bottom: 0;
  }
}

.contact .list__item img {
  margin: 0 auto 2rem auto;
}

.contact .list__item a {
  color: #333;
}

.contact .list__item .tel {
  font-size: 2em;
}

.contact .list__item .btn {
  border: 1px solid;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 4rem 0.8rem 2rem;
}

.contact .list__item .btn:after {
  background-color: #333;
  content: '';
  display: block;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 6.2rem;
}

.contact .fb {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 37.2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1100px) {
  .contact .fb {
    max-width: 100%;
  }
}

.contact .fb .txt {
  display: inline-block;
  padding-bottom: 3.8rem;
  padding-left: 2rem;
  padding-top: 3.8rem;
  position: relative;
}

.contact .fb .txt:before {
  content: url(./images/footer/icon_fb.png);
  height: 2.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact .fb .txt a {
  color: #333;
}

/*******************************************************
 *
 * pagenation
 *
 *******************************************************/
.nav-links {
  text-align: center;
}

.nav-links .page-numbers {
  background-color: #3971a2;
  color: #fff;
  padding: 0.2rem 0.6rem;
}

.nav-links .page-numbers.current {
  background-color: #3c4856;
}

.nav-links .page-numbers.dots {
  background-color: transparent;
  color: #333;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
/*******************************************************
 *
 * MOBILE HEADER
 *
 *******************************************************/
.mobile-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3971a2;
  /*    display: flex;*/
  height: 6.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1100px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header .burger-menu {
  cursor: pointer;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 30px;
}

.mobile-header .burger-menu div {
  background: #FFF;
  border-radius: 9px;
  display: block;
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 100%;
}

.mobile-header .burger-menu div:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mobile-header .burger-menu div:nth-child(2) {
  top: 1rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mobile-header .burger-menu div:nth-child(3) {
  top: 2rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mobile-header .burger-menu.open div:nth-child(1) {
  left: 5px;
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-header .burger-menu.open div:nth-child(2) {
  opacity: 0;
  width: 0;
}

.mobile-header .burger-menu.open div:nth-child(3) {
  left: 5px;
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-header__menu {
  display: none;
  position: absolute;
  right: 0;
  top: 6.2rem;
  background-color: #fff;
  width: 100%;
}

.mobile-header__menu li {
  padding: 2rem;
}

.mobile-header__menu li a {
  color: #333;
  display: block;
}

/*******************************************************
 *
 * HEADER
 *
 *******************************************************/
.header {
  color: #fff;
  display: none;
}

@media (min-width: 1100px) {
  .header {
    display: block;
  }
}

.header__top {
  background-color: #3c4856;
  font-size: 0.9em;
  height: 3.7rem;
}

.header__top > div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 3.7rem;
}

.header__top .fontsize-change {
  margin-left: 4rem;
}

.header__top .fontsize-change .size-button {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.9em;
  padding: 0.5rem;
}

.header__top .fontsize-change .size-button:hover, .header__top .fontsize-change .size-button:focus {
  border-color: #fff;
}

.header__top .fontsize-change .size-button:hover {
  background-color: #fff;
  color: #3c4856;
  cursor: pointer;
}

.header__top .fontsize-change .size-button:focus {
  outline: none;
}

.header__mid {
  background-color: #fff;
  height: 5.1rem;
}

.header__mid > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 5.1rem;
}

.header__mid .txt {
  color: #3971a2;
  font-size: 1em;
  font-weight: 400;
}

.header__mid .tel {
  color: #333;
}

.header__mid .tel span {
  font-size: 1.2em;
}

.header__main {
  background-color: #3971a2;
  height: 6.2rem;
}

.header__main > div {
  height: 6.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__main > div .custom-logo-link {
  margin: auto 0;
}

.header__menu {
  font-size: 1.6rem;
  line-height: 6.2rem;
}

.header__menu .nav-menu > .menu-item:not(:last-child):after {
  content: '/';
  margin: 0.5rem;
}

.header__menu .nav-menu > .menu-item a {
  color: #fff;
  display: inline-block;
}

.header__menu .nav-menu .menu-item:hover > .sub-menu {
  opacity: 1;
  max-height: 9999px;
}

.header__menu .nav-menu .menu-item > .sub-menu {
  background-color: #fffc;
  color: #333;
  left: 0;
  line-height: 1.5;
  margin: 0;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}

.header__menu .nav-menu .menu-item > .sub-menu a {
  color: #333;
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 4rem 0;
  width: 80rem;
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper .parent-title {
  border-right: 2px solid #333;
  position: relative;
  width: 25rem;
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper .parent-title .txt {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5rem;
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper .content .column {
  width: calc(100% / 3);
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper .content .column .sub-menu-item {
  height: 5rem;
  margin-left: 1rem;
  padding-left: 2rem;
  position: relative;
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper .content .column .sub-menu-item:before {
  content: '－';
  left: 0;
  position: absolute;
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper .content .column .sub-menu-item a {
  display: inline;
}

.header__menu .nav-menu .menu-item > .sub-menu .wrapper .content .column a {
  margin-left: 1rem;
}

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

/*******************************************************
 *
 * TOP PAGE SEC 2
 *
 *******************************************************/
.top-sec2 {
  padding-bottom: 8rem;
}

.top-sec2 h2 {
  font-size: 1.4em;
}

.top-sec2 .sec__content {
  margin: 0 auto;
  max-width: 38rem;
}

@media (min-width: 750px) {
  .top-sec2 .sec__content {
    max-width: 100%;
  }
}

.top-sec2 .sec__content:after {
  content: '';
  background-color: #3971a2;
  bottom: 0;
  height: 90%;
  left: 50%;
  max-width: 140rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 97vw;
  z-index: -1;
}

@media (min-width: 750px) {
  .top-sec2 .sec__content:after {
    height: 28.3rem;
  }
}

.top-sec2 .point {
  display: block;
  margin: auto;
}

@media (min-width: 750px) {
  .top-sec2 .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-sec2 .point__item {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 38rem;
}

@media (min-width: 750px) {
  .top-sec2 .point__item {
    margin-right: 3rem;
  }
  .top-sec2 .point__item:last-child {
    margin-right: 0;
  }
}

.top-sec2 .point__item canvas {
  border-radius: 6px;
  height: 20rem;
}

.top-sec2 .point__item:nth-child(1) canvas {
  background-image: url(./images/top/point_01.jpg);
}

.top-sec2 .point__item:nth-child(2) canvas {
  background-image: url(./images/top/point_02.jpg);
}

.top-sec2 .point__item:nth-child(3) canvas {
  background-image: url(./images/top/point_03.jpg);
}

.top-sec2 .point__ttl {
  font-size: 1.1em;
  margin: 1rem 0;
  text-align: center;
}

/*******************************************************
 *
 * TOP PAGE SEC 3
 *
 *******************************************************/
.top-sec3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.top-sec3 h2 {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
}

.top-sec3 h2:after {
  content: none;
}

.top-sec3 img {
  margin: auto;
}

.top-sec3 .sec__ttl {
  margin-top: 3rem;
}

.top-sec3 .sec__ttl .desc {
  text-align: center;
  margin-top: 1rem;
}

.top-sec3 .sec__content {
  margin-top: 3rem;
}

.top-sec3 .sec__content .support {
  display: block;
  max-width: 20rem;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .top-sec3 .sec__content .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

.top-sec3 .sec__content .support__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 750px) {
  .top-sec3 .sec__content .support__item {
    margin-right: 4rem;
  }
}

.top-sec3 .sec__content .support__item:last-child {
  margin-right: 0;
}

.top-sec3 .sec__content .support__item a {
  display: block;
  height: 100%;
}

.top-sec3 .sec__content .support__icon {
  border-bottom: 1px solid #3f3f3f;
  height: 10rem;
}

.top-sec3 .sec__content .support__icon img {
  bottom: 2rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-sec3 .sec__content .support__ttl {
  height: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 750px) {
  .top-sec3 .sec__content .support__ttl {
    display: block;
  }
}

@media (min-width: 1100px) {
  .top-sec3 .sec__content .support__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-sec3 .sec__content .support__ttl .txt {
  color: #3971a2;
  line-height: 1.2;
  margin: auto 0.5rem auto 0;
  text-align: center;
}

@media (min-width: 750px) {
  .top-sec3 .sec__content .support__ttl .txt {
    margin: 1rem 0;
  }
}

@media (min-width: 1100px) {
  .top-sec3 .sec__content .support__ttl .txt {
    margin: auto 0.5rem auto 0;
  }
}

.top-sec3 .sec__content .support__ttl .arrow {
  width: 3.2rem;
}

@media (min-width: 750px) {
  .top-sec3 .sec__content .support__ttl .arrow {
    height: 0.8rem;
    margin: 0 auto;
  }
}

@media (min-width: 1100px) {
  .top-sec3 .sec__content .support__ttl .arrow {
    height: 100%;
    margin: 0;
  }
}

.top-sec3 .sec__content .support__ttl .arrow:before {
  background: url(./images/top/arrow.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
}

.top-sec3:before {
  background-image: url(./images/top/support_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 20.3rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*******************************************************
 *
 * TOP PAGE SEC 4
 *
 *******************************************************/
.top-sec4 {
  background-color: #ebeff0;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.top-sec4 .wrapper {
  display: block;
}

@media (min-width: 1100px) {
  .top-sec4 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-sec4 .sec__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media (min-width: 1100px) {
  .top-sec4 .sec__ttl {
    margin-right: 6rem;
  }
}

.top-sec4 .sec__ttl h2 {
  margin: 0 auto 3rem auto;
  text-align: left;
}

@media (min-width: 1100px) {
  .top-sec4 .sec__ttl h2 {
    margin: 0;
  }
}

.top-sec4 .sec__ttl h2:after {
  width: auto;
}

.top-sec4 .sec__content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 750px) {
  .top-sec4 .sec__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-sec4 .list__item {
  background-color: #3d4957;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
}

@media (min-width: 750px) {
  .top-sec4 .list__item {
    width: calc(50% - 1rem);
  }
  .top-sec4 .list__item:nth-child(odd) {
    margin-right: 1rem;
  }
  .top-sec4 .list__item:nth-child(even) {
    margin-left: 1rem;
  }
}

.top-sec4 .list__item:nth-last-child(1) {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.top-sec4 .list__item:nth-child(1):before {
  background-image: url(./images/top/problem_icon01.png);
  content: '';
  left: 1.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-child(1):before {
    left: 2rem;
  }
}

.top-sec4 .list__item:nth-child(2):before {
  background-image: url(./images/top/problem_icon02.png);
  content: '';
  left: 1.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-child(2):before {
    left: 2rem;
  }
}

.top-sec4 .list__item:nth-child(3):before {
  background-image: url(./images/top/problem_icon03.png);
  content: '';
  left: 1.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-child(3):before {
    left: 2rem;
  }
}

.top-sec4 .list__item:nth-child(4):before {
  background-image: url(./images/top/problem_icon04.png);
  content: '';
  left: 1.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-child(4):before {
    left: 2rem;
  }
}

.top-sec4 .list__item:nth-child(5):before {
  background-image: url(./images/top/problem_icon05.png);
  content: '';
  left: 1.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-child(5):before {
    left: 2rem;
  }
}

.top-sec4 .list__item:nth-child(6):before {
  background-image: url(./images/top/problem_icon06.png);
  content: '';
  left: 1.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-child(6):before {
    left: 2rem;
  }
}

.top-sec4 .list__item:nth-child(7):before {
  background-image: url(./images/top/problem_icon07.png);
  content: '';
  left: 1.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-child(7):before {
    left: 2rem;
  }
}

.top-sec4 .list__item:nth-child(8):before {
  background-image: url(./images/top/problem_icon08.png);
  content: '';
  left: 1.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item:nth-child(8):before {
    left: 2rem;
  }
}

.top-sec4 .list__item:after {
  background: url(./images/top/arrow_white.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 0.8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
}

.top-sec4 .list__item a {
  color: #fff;
  display: block;
  padding: 2rem 0 2rem 6rem;
}

@media (min-width: 750px) {
  .top-sec4 .list__item a {
    padding: 2rem 0 2rem 9rem;
  }
}

/*******************************************************
 *
 * TOP PAGE SEC 5
 *
 *******************************************************/
.top-sec5 {
  background-color: #a0abbd;
  padding: 8rem 0;
}

.top-sec5 a {
  color: inherit;
}

.top-sec5 .wrapper {
  display: block;
}

@media (min-width: 1100px) {
  .top-sec5 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-sec5 .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-sec5 .content--left {
  margin-bottom: 4rem;
}

@media (min-width: 1100px) {
  .top-sec5 .content--left {
    margin: 0 4rem  0 0;
  }
}

.top-sec5 .content__hdr {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
}

@media (min-width: 750px) {
  .top-sec5 .content__hdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: inherit;
  }
}

.top-sec5 .content__hdr h2 {
  font-weight: 400;
  margin-bottom: 2rem;
}

.top-sec5 .content__hdr h2:after {
  content: none;
}

.top-sec5 .content__hdr a {
  display: inline-block;
  height: 100%;
  margin-right: 0;
}

@media (min-width: 750px) {
  .top-sec5 .content__hdr a {
    display: block;
    margin-right: 2rem;
  }
}

.top-sec5 .content__hdr .more:after {
  background: url(./images/top/arrow.png);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 0.8rem;
  margin-left: 1rem;
  width: 3.2rem;
}

.top-sec5 .content__item {
  background-color: #fff;
  margin-bottom: 0.2rem;
  position: relative;
}

.top-sec5 .content__item:last-child {
  margin-bottom: 0;
}

.top-sec5 .content__item a {
  display: block;
  line-height: 2;
  padding: 1rem 5rem 1rem 2rem;
}

@media (min-width: 750px) {
  .top-sec5 .content__item a {
    padding: 1rem 0 1rem 4rem;
  }
}

.top-sec5 .content__item a:after {
  background: url(./images/top/arrow.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 0.8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
}

.top-sec5 .content__item .new {
  background-color: #b34e4f;
  color: #fff;
  display: inline-block;
  line-height: 2.2rem;
  margin-left: 1rem;
  text-align: center;
  width: 10.2rem;
}

/*******************************************************
 *
 * ONLINE SEC
 *
 *******************************************************/
.online-sec {
  margin-top: 2rem;
}

.online-sec:before {
  background-color: #3971a2;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.online-sec p {
  font-size: 1.2em;
  width: 50%;
}

.online-sec p:nth-child(1) {
  margin-bottom: 6rem;
}

.online-sec p:nth-child(2) {
  margin-left: auto;
  text-align: right;
}

.online-sec p:nth-child(2) a {
  color: #fff;
  display: inline-block;
  padding-right: 4rem;
  position: relative;
}

.online-sec p:nth-child(2) a:after {
  background: url(./images/top/arrow_white.png);
  background-repeat: no-repeat;
  bottom: 1rem;
  content: '';
  display: block;
  height: 0.8rem;
  position: absolute;
  right: 0;
  width: 3.2rem;
}

/*******************************************************
 *
 * TOP PAGE SEC 6
 *
 *******************************************************/
.top-sec6 {
  background-image: url(./images/top/coop_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 2rem auto 0 auto;
  padding: 8rem 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 1280px) {
  .top-sec6 {
    width: 98vw;
  }
}

.top-sec6 h2 {
  margin-bottom: 4rem;
}

.top-sec6 h2:after {
  content: none;
}

.top-sec6 .text--blue {
  color: #0099fa;
  margin-top: 4rem;
  text-decoration: underline;
}

.top-sec6 .btn {
  border: 2px solid;
  color: #0099fa;
  display: inline-block;
  padding: 0.4rem 5.9rem;
}

/*******************************************************
 *
 * TOP PAGE SEC 7
 *
 *******************************************************/
.top-sec7 h2 {
  font-weight: 400;
}

.top-sec7 h2:after {
  content: none;
}

.top-sec7 .content {
  background-color: #fff;
}

@media (min-width: 750px) {
  .top-sec7 .content {
    left: 50%;
    margin: 0 auto;
    padding: 4rem;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80.2rem;
    z-index: 1;
  }
}

.top-sec7 .content .list__item {
  line-height: 4.5rem;
}

.top-sec7 .content .list__item label {
  border-bottom: 1px solid #3d4956;
  font-weight: 700;
  padding-left: 2rem;
  width: 12rem;
}

@media (min-width: 750px) {
  .top-sec7 .content .list__item label {
    width: 20.2rem;
  }
}

.top-sec7 .content .list__item .data {
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 750px) {
  .top-sec7 .content .list__item .data {
    padding-right: 0;
    width: 20.2rem;
  }
}

.top-sec7 .map {
  margin-top: 3rem;
}

@media (min-width: 750px) {
  .top-sec7 .map {
    margin-top: 20rem;
  }
}

.top-sec7 .map__embed {
  height: 0;
  overflow: hidden;
  padding-top: 45.2rem;
  width: 100%;
}

.top-sec7 .map__embed iframe {
  bottom: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 150%;
}

/* Page
--------------------------------------------- */
/*******************************************************
 *
 * page header
 *
 *******************************************************/
.page-header .page-bnr {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25rem;
  position: relative;
}

.page-header .page-bnr:after {
  background-image: url(./images/page/page_bnr_overlay.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -2px;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.page-header .breadcrumbs {
  font-size: 1rem;
  text-align: right;
}

@media (min-width: 750px) {
  .page-header .breadcrumbs {
    font-size: 1.2rem;
  }
}

.page-header .breadcrumbs a {
  color: #333;
}

.page-header h1.page-title {
  font-size: 1.4em;
  margin: 8rem 0 3rem 0;
  text-align: center;
}

.page-header h1.page-title:after {
  background-color: #3971a2;
  content: '';
  display: block;
  height: 0.5rem;
  margin: 1.5rem auto 0;
  width: 4rem;
}

/*******************************************************
 *
 * page content
 *
 *******************************************************/
.page-content .sec__ttl {
  text-align: center;
}

.page-content .sec__ttl h2 {
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: inline-block;
  font-weight: 400;
  min-width: 30rem;
  padding: 2rem;
  width: auto;
}

@media (min-width: 750px) {
  .page-content .sec__ttl h2 {
    min-width: 40rem;
  }
}

.page-content .sec__ttl h2:after {
  content: none;
}

.page-content .sec__content h3 {
  color: #b34e4f;
  font-size: 1.2em;
  margin-bottom: 2rem;
}

.page-content .sec__content h3:not(:first-child) {
  margin-top: 3rem;
}

.page-content .sec__content p:not(:first-child) {
  margin-top: 2rem;
}

.page-content .table {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 750px) {
  .page-content .table {
    max-width: 100rem;
  }
}

.page-content .table dl {
  display: block;
}

@media (min-width: 750px) {
  .page-content .table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-content .table dl:first-child {
  margin-top: 0;
}

.page-content .table dl:last-child {
  margin-bottom: 0;
}

.page-content .table dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3971a2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30%;
  padding: 1rem;
  position: relative;
}

.page-content .table dl dt:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3971a2;
  bottom: 0;
  content: '';
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (min-width: 750px) {
  .page-content .table dl dt:before {
    border-bottom: 10px solid transparent;
    border-left: 15px solid #3971a2;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: auto;
    right: 1px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.page-content .table dl dd {
  background-color: #dadada;
  display: block;
  margin: 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 750px) {
  .page-content .table dl dd {
    text-align: left;
    padding-left: 3rem;
  }
}

.page-content .table.fixed-table {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.page-content .table.fixed-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0;
}

@media (min-width: 750px) {
  .page-content .table.fixed-table dl {
    margin: 0.1rem 0;
  }
}

.page-content .table.fixed-table dl dt {
  font-weight: 400;
  text-align: center;
  width: 30%;
}

.page-content .table.fixed-table dl dt:before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #3971a2;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: auto;
  right: 1px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.page-content .table.fixed-table dl dt.none {
  background-color: transparent;
}

.page-content .table.fixed-table dl dt.none:before {
  content: none;
}

.page-content .table.fixed-table dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0.5rem;
  padding-left: 2rem;
  width: 70%;
}

@media (min-width: 750px) {
  .page-content .table.fixed-table dl dd {
    padding-left: 3rem;
  }
}

.page-content .table.fixed-table dl dd:nth-child(odd) {
  padding-left: 0.5rem;
}

@media (min-width: 750px) {
  .page-content .table.fixed-table dl dd:nth-child(odd) {
    padding-left: 1rem;
  }
}

.page-content .table.fixed-table dl:nth-child(odd) dd {
  background-color: #fff;
}

.page-content .table.fixed-table dl.hdr dd {
  background-color: #3c4856;
  color: #fff;
}

.page-content .table.fixed-table dl.total {
  font-weight: 700;
}

.page-content .table.fixed-table dl.total dt {
  font-weight: 700;
}

.page-content .box-list {
  margin: 0 auto;
  max-width: 80.2rem;
}

@media (min-width: 1100px) {
  .page-content .box-list {
    width: 80.2rem;
  }
}

.page-content .box-list .list {
  display: block;
}

@media (min-width: 1100px) {
  .page-content .box-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-content .box-list .list__item {
  background-color: #3971a2;
  margin-bottom: 1rem;
}

@media (min-width: 1100px) {
  .page-content .box-list .list__item {
    width: calc(100% / 2 - 1rem);
  }
  .page-content .box-list .list__item:nth-child(odd) {
    margin-right: 1rem;
  }
  .page-content .box-list .list__item:nth-child(even) {
    margin-left: 1rem;
  }
  .page-content .box-list .list__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.page-content .box-list .list__item:last-child() {
  margin-bottom: 0;
}

.page-content .box-list .list a {
  color: #fff;
  display: block;
  padding: 1rem;
}

@media (min-width: 1100px) {
  .page-content .box-list .list a {
    padding: 2rem 0 2rem 3rem;
  }
}

.page-content .index {
  background-color: #eceff0;
  margin: 0 auto;
  max-width: 80.2rem;
  padding: 2rem 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 750px) {
  .page-content .index {
    padding: 2rem 6rem;
  }
}

.page-content .index h2 {
  border-bottom: 1px solid #3971a2;
  display: inline-block;
  margin-bottom: 2rem;
}

.page-content .index h2:after {
  content: none;
}

.page-content .index .list {
  text-align: left;
}

.page-content .index a {
  color: #333;
}

.page-content .tips {
  background-color: #eceff0;
  margin: 2rem auto;
  max-width: 80.2rem;
  padding: 2rem 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 750px) {
  .page-content .tips {
    padding: 2rem 6rem;
  }
}

.page-content .tips .list {
  text-align: left;
}

.page-content .tips .list:not(:first-child) {
  margin-top: 1rem;
}

.page-content .tips .list__hdr {
  font-weight: 700;
}

.page-content .tips .ttl {
  color: #3971a2;
  font-size: 1.2em;
}

.page-content .col3 {
  background-color: #eceff0;
  margin: 2rem auto;
  max-width: 80.2rem;
  padding: 2rem 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 750px) {
  .page-content .col3 {
    padding: 2rem 6rem;
  }
}

.page-content .col3 .list {
  display: block;
  text-align: left;
}

@media (min-width: 750px) {
  .page-content .col3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-content .col3 .list__item {
  padding-left: 2rem;
  position: relative;
}

@media (min-width: 750px) {
  .page-content .col3 .list__item {
    margin-right: 0.5rem;
    width: calc(100% / 3 - 1rem);
  }
}

.page-content .col3 .list__item:nth-child(3n) {
  margin: 0;
}

.page-content .col3 .list__item:before {
  content: '・';
  left: 0;
  position: absolute;
}

.page-content .col3 .list__item a {
  color: #333;
}

.page-content .flow {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 750px) {
  .page-content .flow {
    max-width: 100rem;
  }
}

.page-content .flow .list__item {
  margin-bottom: 2rem;
  position: relative;
}

.page-content .flow .list__item:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #a0abbd;
  content: '';
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-content .flow .list__item:last-child {
  margin-bottom: 0;
}

.page-content .flow .list__item:last-child:before {
  content: none;
}

.page-content .flow .list__item .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .flow .list__item .hdr .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3971a2;
  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: 750px) {
  .page-content .flow .list__item .hdr .label {
    width: 15rem;
  }
}

.page-content .flow .list__item .hdr .ttl {
  background-color: #dadada;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}

.page-content .flow .list__item .hdr .ttl span {
  color: #fff;
  padding: 0.3rem 1rem;
  margin-right: 1rem;
}

.page-content .flow .list__item .hdr .ttl span.l-01 {
  background-color: #6cbe72;
}

.page-content .flow .list__item .hdr .ttl span.l-02 {
  background-color: #3c4856;
}

.page-content .flow .list__item .hdr .ttl a {
  text-decoration: underline;
}

.page-content .flow .list__item .desc {
  padding: 1rem;
}

.page-content .msg-box {
  background-color: #3971a2;
  color: #fff;
  display: block;
  font-size: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  padding: 2rem 2rem;
}

@media (min-width: 750px) {
  .page-content .msg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2em;
    padding: 2rem 4rem;
  }
}

.page-content .msg-box ul {
  margin-bottom: 2rem;
}

@media (min-width: 750px) {
  .page-content .msg-box ul {
    margin: auto 0;
  }
}

@media (min-width: 750px) {
  .page-content .msg-box ul li:nth-child(2) {
    padding-left: 6rem;
  }
  .page-content .msg-box ul li:nth-child(3) {
    padding-left: 12rem;
  }
}

.page-content .msg-box img {
  width: 100%;
}

@media (min-width: 750px) {
  .page-content .msg-box img {
    width: auto;
  }
}

/*******************************************************
 *
 * about us
 *
 *******************************************************/
.about-us .page-sec1 .msg-box {
  background-color: #3971a2;
  color: #fff;
  display: block;
  font-size: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  padding: 2rem 2rem;
}

@media (min-width: 750px) {
  .about-us .page-sec1 .msg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2em;
    padding: 2rem 4rem;
  }
}

.about-us .page-sec1 .msg-box ul {
  margin-bottom: 2rem;
}

@media (min-width: 750px) {
  .about-us .page-sec1 .msg-box ul {
    margin: auto 0;
  }
}

@media (min-width: 750px) {
  .about-us .page-sec1 .msg-box ul li:nth-child(2) {
    padding-left: 6rem;
  }
  .about-us .page-sec1 .msg-box ul li:nth-child(3) {
    padding-left: 12rem;
  }
}

.about-us .page-sec1 .msg-box img {
  width: 100%;
}

@media (min-width: 750px) {
  .about-us .page-sec1 .msg-box img {
    width: auto;
  }
}

.about-us .page-sec2 .list {
  display: block;
  position: relative;
}

@media (min-width: 1100px) {
  .about-us .page-sec2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-us .page-sec2 .list:before {
    border: 1px solid #3971a2;
    content: '';
    height: 0.1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12rem;
  }
  .about-us .page-sec2 .list:after {
    border: 1px solid #3971a2;
    content: '';
    height: 12rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0.1rem;
  }
}

.about-us .page-sec2 .list__item {
  height: auto;
  min-height: 18rem;
  padding: 0 8% 0 0;
  position: relative;
}

@media (min-width: 1100px) {
  .about-us .page-sec2 .list__item {
    max-width: calc(100% / 2 - 1rem);
    width: 59rem;
  }
}

.about-us .page-sec2 .list__item .img {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

@media (min-width: 1100px) {
  .about-us .page-sec2 .list__item .img {
    bottom: auto;
  }
}

.about-us .page-sec2 .list__item:nth-child(1) {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.about-us .page-sec2 .list__item:nth-child(2) {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.about-us .page-sec2 .list__item:nth-child(3) {
  margin-top: 1rem;
  margin-right: 1rem;
}

.about-us .page-sec2 .list__item:nth-child(4) {
  margin-left: 1rem;
  margin-top: 1rem;
}

.about-us .page-sec2 .list__item .ttl {
  color: #3971a2;
  display: table-cell;
  font-weight: 700;
  height: 4.8rem;
  margin-bottom: 0.5rem;
  padding-left: 5rem;
  position: relative;
  vertical-align: middle;
}

.about-us .page-sec2 .list__item .ttl img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-us .page-sec2 .list__item .txt {
  min-height: 18rem;
}

@media (min-width: 1100px) {
  .about-us .page-sec2 .list__item .txt {
    min-height: 0;
  }
}

/*******************************************************
 *
 * qa
 *
 *******************************************************/
.qa-sec .question {
  line-height: 3.5rem;
  padding-left: 5rem;
  position: relative;
}

.qa-sec .question:before {
  background-image: url(./images/page/qa/qa_01.png);
  content: '';
  display: block;
  height: 3.5rem;
  left: 0;
  position: absolute;
  width: 3.7rem;
}

.qa-sec .question p {
  color: #3971a2;
  font-weight: 700;
}

.qa-sec .answer {
  margin-top: 3rem;
  padding-left: 5rem;
  position: relative;
}

.qa-sec .answer:before {
  background-image: url(./images/page/qa/qa_02.png);
  content: '';
  display: block;
  height: 3.5rem;
  left: 0;
  position: absolute;
  width: 3.7rem;
}

.qa-sec .answer .point {
  margin-top: 1rem;
  text-align: center;
}

.qa-sec .answer .point h3 {
  background-color: #3971a2;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding: 1rem 3rem;
  position: relative;
}

.qa-sec .answer .point h3:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3971a2;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.qa-sec .rnk__src {
  color: #b34e4f;
}

.qa-sec .rnk__dest {
  color: #b34e4f;
  font-weight: 700;
}

.qa-sec .table {
  margin-top: 3rem;
}

.qa-sec .table dl dd {
  text-align: left;
}

/*.qa01, .qa02, .qa03, .qa04, .qa05, .qa06, .qa07, .qa08 {*/
.sec__content .qa-sec p {
  text-align: left;
}

/*******************************************************
 *
 * workers accident
 *
 *******************************************************/
.workers-accident .page-sec2 .table dl dt {
  min-width: 40%;
}

/*******************************************************
 *
 * employment
 *
 *******************************************************/
.employment .case {
  border: 1px solid #eceff0;
  margin: 0 auto 3rem auto;
  max-width: 80.2rem;
  padding: 2rem 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 750px) {
  .employment .case {
    padding: 2rem 6rem;
  }
}

.employment .case .ttl {
  color: #3971a2;
  font-size: 1.2em;
  margin-bottom: 1rem;
}

.employment .case ul li {
  padding: 1.5rem 0;
  position: relative;
}

.employment .case ul li:not(:last-child):after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #a0abbd;
  content: '';
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.employment .suggest {
  background-color: #eceff0;
  margin: 0 auto;
  max-width: 80.2rem;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 750px) {
  .employment .suggest {
    padding: 2rem 6rem;
  }
}

.employment .suggest .ttl {
  color: #3971a2;
  font-size: 1.2em;
}

.employment .table {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.employment .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0;
}

@media (min-width: 750px) {
  .employment .table dl {
    margin: 0.1rem 0;
  }
}

.employment .table dl dt {
  font-weight: 400;
  text-align: center;
}

.employment .table dl dt:before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #3971a2;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: auto;
  right: 1px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.employment .table dl dt.none {
  background-color: transparent;
}

.employment .table dl dt.none:before {
  content: none;
}

.employment .table dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0.5rem;
  padding-left: 2rem;
}

@media (min-width: 750px) {
  .employment .table dl dd {
    padding-left: 3rem;
  }
}

.employment .table dl dd:nth-child(odd) {
  padding-left: 0.5rem;
}

@media (min-width: 750px) {
  .employment .table dl dd:nth-child(odd) {
    padding-left: 1rem;
  }
}

.employment .table dl:nth-child(odd) dd {
  background-color: #fff;
}

.employment .table dl.hdr dd {
  background-color: #3c4856;
  color: #fff;
}

.employment .table dl.total {
  font-weight: 700;
}

.employment .table dl.total dt {
  font-weight: 700;
}

.employment .merit .label {
  background-color: #3971a2;
  color: #fff;
  display: inline-block;
  line-height: 4rem;
  padding: 0 2rem;
  position: relative;
}

.employment .merit .label:before {
  border-bottom: 20px solid transparent;
  border-left: 14px solid #3971a2;
  border-top: 20px solid transparent;
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.employment .sec__content .merit p {
  margin: 1rem 0 2rem 0;
}

.employment .sec__content .merit p:last-child {
  margin-bottom: 0;
}

/*******************************************************
 *
 * over 60
 *
 *******************************************************/
.over60 .profile {
  margin: 2rem auto 0 auto;
  max-width: 80.2rem;
  width: 100%;
  border-collapse: collapse;
}

.over60 .profile tr th {
  border-bottom: 1px solid;
  padding: 1rem 2rem;
  text-align: left;
  width: 40%;
}

.over60 .profile tr td {
  border-bottom: 1px solid #ccc;
  padding: 1rem 2rem;
}

.over60 .ex .table {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.over60 .ex .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0;
}

@media (min-width: 750px) {
  .over60 .ex .table dl {
    margin: 0.1rem 0;
  }
}

.over60 .ex .table dl dt {
  font-weight: 400;
  text-align: center;
}

.over60 .ex .table dl dt:before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #3971a2;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: auto;
  right: 1px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.over60 .ex .table dl dt.none {
  background-color: transparent;
}

.over60 .ex .table dl dt.none:before {
  content: none;
}

.over60 .ex .table dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0.5rem;
  padding-left: 2rem;
}

@media (min-width: 750px) {
  .over60 .ex .table dl dd {
    padding-left: 3rem;
  }
}

.over60 .ex .table dl dd:nth-child(odd) {
  padding-left: 0.5rem;
}

@media (min-width: 750px) {
  .over60 .ex .table dl dd:nth-child(odd) {
    padding-left: 1rem;
  }
}

.over60 .ex .table dl:nth-child(odd) dd {
  background-color: #fff;
}

.over60 .ex .table dl.hdr dd {
  background-color: #3c4856;
  color: #fff;
}

.over60 .ex .table dl.bold {
  font-weight: 700;
}

.over60 .ex .table dl.bold dt {
  font-weight: 700;
}

.over60 .sec__content > .table {
  margin-top: 2rem;
}

/*******************************************************
 *
 * office
 *
 *******************************************************/
.office .table {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.office .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0;
}

@media (min-width: 750px) {
  .office .table dl {
    margin: 0.1rem 0;
  }
}

.office .table dl dt {
  font-weight: 400;
  text-align: center;
}

.office .table dl dt:before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #3971a2;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: auto;
  right: 1px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.office .table dl dt.none {
  background-color: transparent;
}

.office .table dl dt.none:before {
  content: none;
}

.office .table dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  padding-left: 2rem;
  text-align: left;
}

@media (min-width: 750px) {
  .office .table dl dd {
    padding-left: 3rem;
  }
}

.office .table dl dd:nth-child(odd) {
  padding-left: 0.5rem;
}

@media (min-width: 750px) {
  .office .table dl dd:nth-child(odd) {
    padding-left: 1rem;
  }
}

.office .table dl dd ul li {
  padding-left: 2rem;
  position: relative;
}

.office .table dl dd ul li:before {
  content: '・';
  left: 0;
  position: absolute;
}

.office .table dl dd ul li:first-child {
  font-weight: 700;
  padding-left: 0;
}

.office .table dl dd ul li:first-child:before {
  content: '';
}

.office .table dl:nth-child(even) dd {
  background-color: #fff;
}

.office .table dl.bold {
  font-weight: 700;
}

.office .table dl.bold dt {
  font-weight: 700;
}

.office .list__item {
  padding-left: 2rem;
  position: relative;
}

.office .list__item:before {
  position: absolute;
  content: '・';
  left: 0;
}

@media (min-width: 750px) {
  .office .page-sec2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .office .page-sec2 .list .list__item {
    width: calc(100% / 2);
  }
}

/*******************************************************
 *
 * staff
 *
 *******************************************************/
.staff .person {
  margin-bottom: 3rem;
}

.staff .person:last-child {
  margin-bottom: 0;
}

.staff .person .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.staff .person .data .illust {
  width: 17rem;
}

/*******************************************************
 *
 * salary support
 *
 *******************************************************/
.salary-support .page-sec1 .list {
  padding-left: 2rem;
}

.salary-support .page-sec1 .list__item {
  margin-bottom: 2rem;
}

.salary-support .page-sec1 .list__item:last-child {
  margin-bottom: 0;
}

.salary-support .page-sec1 .list__item .ttl {
  font-weight: 700;
}

/*******************************************************
 *
 * regulation support
 *
 *******************************************************/
.regulation-support .page-sec2 h3 {
  border-bottom: 1px dotted;
  color: #3971a2;
  font-weight: 400;
}

/*******************************************************
 *
 * online
 *
 *******************************************************/
.online .page-sec4 .set-price h3 {
  border-bottom: 2px solid #b34e4f;
  color: #333;
  display: inline-block;
  margin-bottom: 0;
}

.online .page-sec4 .set-price .set__content {
  display: block;
}

@media (min-width: 1100px) {
  .online .page-sec4 .set-price .set__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.online .page-sec4 .set-price .set__content .table {
  margin: 0;
  width: 100%;
}

@media (min-width: 1100px) {
  .online .page-sec4 .set-price .set__content .table {
    width: auto;
  }
}

.online .page-sec4 .set-price .set__content .table--right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.online .page-sec4 .set-price .set__content .table--right .table__term {
  background-color: #b34e4f;
}

.online .page-sec4 .set-price .set__content .table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 1100px) {
  .online .page-sec4 .set-price .set__content .table__list {
    width: 45rem;
  }
}

.online .page-sec4 .set-price .set__content .table__term {
  width: 60%;
}

@media (min-width: 1100px) {
  .online .page-sec4 .set-price .set__content .table__term {
    width: 30rem;
  }
}

.online .page-sec4 .set-price .set__content .table__term:before {
  content: none;
}

.online .page-sec4 .set-price .set__content .table__desc {
  padding: 1rem;
  text-align: center;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1100px) {
  .online .page-sec4 .set-price .set__content .table__desc {
    width: 15rem;
  }
}

.online .page-sec4 .set-price .set__content .off {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  padding: 4rem 0;
  position: relative;
}

@media (min-width: 1100px) {
  .online .page-sec4 .set-price .set__content .off {
    padding: 0 0 0 6rem;
    margin-top: 0;
  }
}

.online .page-sec4 .set-price .set__content .off:before {
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 3rem solid #3971a2;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (min-width: 1100px) {
  .online .page-sec4 .set-price .set__content .off:before {
    border-bottom: 3rem solid transparent;
    border-left: 4rem solid #3971a2;
    border-right: none;
    border-top: 3rem solid transparent;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/*******************************************************
 *
 * price
 *
 *******************************************************/
.price .page-sec1 h3 {
  border-bottom: 2px solid #b34e4f;
  color: #333;
  display: inline-block;
}

.price .page-sec1 .type h4 {
  color: #3971a2;
  font-weight: 400;
}

.price .page-sec1 .type h4 + div {
  margin-left: 2rem;
}

.price .page-sec1 .type h5 {
  font-size: 1em;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.price .page-sec1 .type h5 + div {
  margin-left: 2rem;
}

.price .page-sec1 .type > li {
  margin-bottom: 2rem;
}

.price .page-sec1 .service {
  border: 1px solid #eceff0;
  margin: 0 auto 3rem auto;
  max-width: 80.2rem;
  padding: 2rem 2rem;
  width: 100%;
}

@media (min-width: 750px) {
  .price .page-sec1 .service {
    padding: 2rem 6rem;
  }
}

.price .page-sec1 .service li > div {
  font-weight: 700;
}

.price .page-sec1 .work {
  border: 1px solid #eceff0;
  margin: 0 auto 3rem auto;
  max-width: 80.2rem;
  position: relative;
  width: 100%;
}

.price .page-sec1 .work h4 {
  padding: 2rem 2rem;
}

@media (min-width: 750px) {
  .price .page-sec1 .work h4 {
    padding: 2rem 6rem;
  }
}

.price .page-sec1 .work ol {
  list-style-position: inside;
  padding: 2rem 2rem;
}

@media (min-width: 750px) {
  .price .page-sec1 .work ol {
    padding: 2rem 6rem;
  }
}

.price .page-sec1 .work ol div {
  margin-bottom: 1rem;
}

.price .page-sec1 .work--blue h4 {
  border-bottom: 1px solid #3971a2;
}

.price .page-sec1 .work--red h4 {
  border-bottom: 1px solid #b34e4f;
}

.price .page-sec2 h3 {
  border-bottom: 2px solid #b34e4f;
  color: #333;
  display: inline-block;
}

/*******************************************************
 *
 * price
 *
 *******************************************************/
.sitemap .page-sec1 ul li {
  margin-bottom: 2rem;
}

.sitemap .page-sec1 ul li a {
  border: 1px solid #333;
  display: block;
  padding: 1rem 6rem 1rem 1rem;
  position: relative;
}

.sitemap .page-sec1 ul li a:before {
  background: url(./images/top/arrow.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 0.8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
}

.sitemap .page-sec1 ul li div {
  margin-bottom: 2rem;
}

.sitemap .page-sec1 ul li div a {
  color: #333;
}

.sitemap .page-sec1 ul li div a:hover {
  opacity: 1;
}

.sitemap .page-sec1 ul li div a:before {
  display: none;
}

.sitemap .page-sec1 ul li ul {
  margin-left: 6rem;
}

/*******************************************************
 *
 * contact
 *
 *******************************************************/
.contact .wpcf7 {
  background-color: #eceff0;
  margin: 2rem auto;
  max-width: 80.2rem;
  padding: 2rem 2rem;
  width: 100%;
}

@media (min-width: 750px) {
  .contact .wpcf7 {
    padding: 2rem 6rem;
  }
}

.contact .wpcf7 input {
  width: 100%;
}

.contact .wpcf7 input.wpcf7-submit {
  background-color: #3971a2;
  border: 1px solid #3971a2;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 1.5rem 0;
}

/*******************************************************
 *
 * partnership contact
 *
 *******************************************************/
.partnership-contact .wpcf7 {
  background-color: #eceff0;
  margin: 2rem auto;
  max-width: 80.2rem;
  padding: 2rem 2rem;
  width: 100%;
}

@media (min-width: 750px) {
  .partnership-contact .wpcf7 {
    padding: 2rem 6rem;
  }
}

.partnership-contact .wpcf7 input {
  width: 100%;
}

.partnership-contact .wpcf7 input.wpcf7-submit {
  background-color: #3971a2;
  border: 1px solid #3971a2;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 1.5rem 0;
}

/* Archive
--------------------------------------------- */
/*******************************************************
 *
 * ARCHIVE
 *
 *******************************************************/
.archive-sec1 .list {
  margin-left: auto;
  margin-right: auto;
  max-width: 80.2rem;
  width: 100%;
}

.archive-sec1 .list__item {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 750px) {
  .archive-sec1 .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.archive-sec1 .list__item:last-child {
  margin-bottom: 0;
}

.archive-sec1 .list__item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-sec1 .list__item .label .date {
  margin-right: 4rem;
}

.archive-sec1 .list__item .label .new {
  background-color: #b34e4f;
  color: #fff;
  display: inline-block;
  margin-right: 1rem;
  text-align: center;
  width: 10.2rem;
}

.archive-sec1 .list__item .ttl a {
  color: #333;
}

/* Post
--------------------------------------------- */
/*******************************************************
 *
 * ARCHIVE
 *
 *******************************************************/
.post-sec1 .inner {
  margin: 0 auto;
  max-width: 80.2rem;
  width: 100%;
}

.post-sec1 .inner .date {
  font-size: 0.9em;
  margin-bottom: 1rem;
}

.post-sec1 .thumb {
  margin: 0 auto;
  width: 30rem;
}

/* Footer
--------------------------------------------- */
/*******************************************************
 *
 * FOOTER
 *
 *******************************************************/
.site-footer .footer__main {
  background-color: #3971a2;
  padding: 8rem 0;
  text-align: center;
}

.site-footer .footer__main .custom-logo-link {
  margin-bottom: 4rem;
}

.site-footer .footer__main .content {
  color: #fff;
  display: block;
  text-align: left;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}

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

@media (min-width: 1280px) {
  .site-footer .footer__main .content {
    max-width: none;
  }
}

.site-footer .footer__main .content .column {
  display: table;
  margin: 0 auto;
  width: 30rem;
}

@media (min-width: 750px) {
  .site-footer .footer__main .content .column {
    border-left: 1px solid #fff;
    display: block;
    margin: 0;
    padding-left: 2rem;
    width: calc(100% / 2);
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__main .content .column {
    width: 30rem;
  }
}

@media (min-width: 750px) {
  .site-footer .footer__main .content .column.content--01, .site-footer .footer__main .content .column.content--02 {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__main .content .column.content--01, .site-footer .footer__main .content .column.content--02 {
    margin-bottom: 0;
  }
}

.site-footer .footer__main .content .column.content--04 {
  border: none;
}

.site-footer .footer__main .content .menu-item {
  margin-bottom: 1rem;
}

.site-footer .footer__main .content .menu-item:before {
  content: '●';
  margin-right: 0.5rem;
}

.site-footer .footer__main .content .menu-item.menu-item-has-children .menu-item:before {
  content: '－';
}

.site-footer .footer__main .content .menu a {
  color: #fff;
}

.site-footer .footer__main .content .banner {
  margin-bottom: 2rem;
}

.site-footer .footer__main .content .banner img {
  width: 100%;
}

.site-footer .footer__main .content .srp {
  background-color: #fff;
  border: 2px solid #74a6da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}

.site-footer .footer__main .content .srp img {
  height: 7.7rem;
  margin-right: 2rem;
  width: 7.7rem;
}

.site-footer .footer__main .content .srp p {
  color: #74a6da;
  font-size: 0.8em;
  font-weight: 700;
}

.site-footer .copyright p {
  line-height: 9rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */