@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: http://underscores.me/
Author: shpa
Author URI: https://shpa.co.jp/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSEentry
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* 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;
}

/* 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: #222222;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #1b305b;
  text-decoration: none;
}
a:visited {
  color: #1b305b;
}
a:hover, a:focus, a:active {
  color: #1b305b;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
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 {
  border: none;
  border-radius: 0;
  height: 58px;
  width: 100%;
  padding: 5px 15px;
}
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
--------------------------------------------------------------*/
.site {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 25%;
  grid-template-columns: auto 25%;
      grid-template-areas: "header header" "main sidebar" "footer footer";
}

.site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
}

.no-sidebar .site > .site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.site-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
}


.no-sidebar .site > .site-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.widget-area {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: sidebar;
}

.site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: footer;
}

.no-sidebar .site > .site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.no-sidebar .site {
  display: -ms-grid;















  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
      grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.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
--------------------------------------------- */
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Customize
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}

/*#########################################################

レイアウト

#########################################################*/
/*============
common
=============*/
/* 一般的な書き方（Android 4.4以降対応） */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansJP/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansJP/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Rajdhani/Rajdhani-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Rajdhani/Rajdhani-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Rajdhani/Rajdhani-Bold.ttf") format("truetype");
  font-display: swap;
}
html.is-fixed,
html.is-fixed body {
  overflow: hidden;
  width: 100%;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

main {
  position: relative;
}

section {
  position: relative;
}

.container-wrapper {
  width: 100%;
  max-width: 3840px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container-inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1396px) {
  .container-inner {
    max-width: 1366px;
    padding-left: 0;
    padding-right: 0;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.position-fixed {
  position: fixed !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.text-center {
  text-align: center !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.px-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.w100 {
  width: 100%;
}

.only-sp {
  display: block;
}
@media (min-width: 768px) {
  .only-sp {

    display: none;
  }
}

.only-sp-inline {
  display: inline-block;
}
@media (min-width: 768px) {
  .only-sp-inline {
    display: none;
  }
}

.only-tab {
  display: none;
}
@media (min-width: 768px) {
  .only-tab {
    display: block;
  }
}
@media (min-width: 1396px) {
  .only-tab {
    display: none;
  }
}

.only-tab-inline {
  display: none;
}
@media (min-width: 768px) {
  .only-tab-inline {
    display: inline-block;
  }
}
@media (min-width: 1396px) {
  .only-tab-inline {
    display: none;
  }
}

.except-tab {
  display: block;
}
@media (min-width: 768px) {
  .except-tab {
    display: none;
  }
}
@media (min-width: 1396px) {
  .except-tab {
    display: block;
  }
}

.except-tab-inline {
  display: inline-block;
}
@media (min-width: 768px) {
  .except-tab-inline {
    display: none;
  }
}
@media (min-width: 1396px) {
  .except-tab-inline {
    display: inline-block;
  }
}

.only-pc {
  display: none;
}
@media (min-width: 1396px) {
  .only-pc {
    display: block;
  }
}

.only-pc-inline {
  display: none;
}
@media (min-width: 1396px) {
  .only-pc-inline {
    display: inline-block;
  }
}

.under-tab {
  display: block;
}
@media (min-width: 1396px) {
  .under-tab {
    display: none;
  }
}

.under-tab-inline {
  display: inline-block;
}
@media (min-width: 1396px) {
  .under-tab-inline {
    display: none;
  }
}

.under-menu {
  display: block;
}
@media (min-width: 1000px) {
  .under-menu {
    display: none;
  }
}

.under-menu-inline {
  display: inline-block;
}
@media (min-width: 1000px) {
  .under-menu-inline {
    display: none;
  }
}

.under-menu220118 {
  display: block;
}
@media (min-width: 1200px) {
  .under-menu220118 {
    display: none;
  }
}

.under-menu-inline220118 {
  display: inline-block;
}
@media (min-width: 1200px) {
  .under-menu-inline220118 {
    display: none;
  }
}

.above-tab {
  display: none;
}
@media (min-width: 768px) {
  .above-tab {
    display: block;
  }
}

.above-tab-inline {
  display: none;
}
@media (min-width: 768px) {
  .above-tab-inline {
    display: inline-block;
  }
}

.above-pc {
  display: none;
}
@media (min-width: 1396px) {
  .above-pc {
    display: block;
  }
}

.above-pc-inline {
  display: none;
}
@media (min-width: 1396px) {
  .above-pc-inline {
    display: inline-block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.boya {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (min-width: 768px) {
  .boya {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.boya:hover {
  opacity: 0.6;
}
.boya:active {
  opacity: 0.6;
}

/* トップに戻るボタン */
#page-top {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: calc((50% - ((1366 * 1px) / 2)));
  opacity: 0.6;
  background-color: #4c9ea1;
  z-index: 900;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (max-width: 1395px) {
  #page-top {
    right: 15px;
  }
}

#page-top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 18px;
}

#page-top:hover,
#page-top:active,
#page-top:focus {
  opacity: 1;
}

/*============
#mask
=============*/
#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  cursor: pointer;
  opacity: 0.3;
}

/*============
#ボタン
=============*/
.btn-wrap {
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.btn-wrap .btn,
.btn-wrap button,
.btn-wrap input[type=button],
.btn-wrap input[type=reset],
.btn-wrap input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: auto;
  position: relative;
  cursor: pointer;
  border: 2px solid;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-weight: bold;
}
.btn-wrap .btn.-whitewaku,
.btn-wrap button.-whitewaku,
.btn-wrap input[type=button].-whitewaku,
.btn-wrap input[type=reset].-whitewaku,
.btn-wrap input[type=submit].-whitewaku {
  color: white;
  border-color: white;
}
.btn-wrap .btn.-orangewaku,
.btn-wrap button.-orangewaku,
.btn-wrap input[type=button].-orangewaku,
.btn-wrap input[type=reset].-orangewaku,
.btn-wrap input[type=submit].-orangewaku {
  color: #e04900;
  border-color: #e04900;
}

.btn-wrap .btn.-redwaku,
.btn-wrap button.-redwaku,
.btn-wrap input[type=button].-redwaku,
.btn-wrap input[type=reset].-redwaku,
.btn-wrap input[type=submit].-redwaku {
  color: #e51d37;
  border-color: #e51d37;
}

.btn-wrap .btn.-white,
.btn-wrap button.-white,
.btn-wrap input[type=button].-white,
.btn-wrap input[type=reset].-white,
.btn-wrap input[type=submit].-white {
  color: #1b305b;
  border-color: white;
  background-color: white;
}
.btn-wrap .btn.-navy,
.btn-wrap button.-navy,
.btn-wrap input[type=button].-navy,
.btn-wrap input[type=reset].-navy,
.btn-wrap input[type=submit].-navy {
  color: white;
  border-color: #1b305b;
  background-color: #1b305b;
}
.btn-wrap .btn.-blue,
.btn-wrap button.-blue,
.btn-wrap input[type=button].-blue,
.btn-wrap input[type=reset].-blue,
.btn-wrap input[type=submit].-blue {
  color: white;
  border-color: #09468b;
  background-color: #09468b;
}
.btn-wrap .btn.-green,
.btn-wrap button.-green,
.btn-wrap input[type=button].-green,
.btn-wrap input[type=reset].-green,
.btn-wrap input[type=submit].-green {
  color: white;
  border-color: #4c9ea1;
  background-color: #4c9ea1;
}
.btn-wrap .btn.-gray,
.btn-wrap button.-gray,
.btn-wrap input[type=button].-gray,
.btn-wrap input[type=reset].-gray,
.btn-wrap input[type=submit].-gray {
  color: white;
  border-color: #5b5b5b;
  background-color: #5b5b5b;
}
.btn-wrap .btn.-deepskyblue,
.btn-wrap button.-deepskyblue,
.btn-wrap input[type=button].-deepskyblue,
.btn-wrap input[type=reset].-deepskyblue,
.btn-wrap input[type=submit].-deepskyblue {
  color: white;
  border-color: #0aa8ea;
  background-color: #0aa8ea;
}
.btn-wrap .btn:hover.-whitewaku, .btn-wrap .btn:hover.-navy, .btn-wrap .btn:active.-whitewaku, .btn-wrap .btn:active.-navy,
.btn-wrap button:hover.-whitewaku,
.btn-wrap button:hover.-navy,
.btn-wrap button:active.-whitewaku,
.btn-wrap button:active.-navy,
.btn-wrap input[type=button]:hover.-whitewaku,
.btn-wrap input[type=button]:hover.-navy,
.btn-wrap input[type=button]:active.-whitewaku,
.btn-wrap input[type=button]:active.-navy,
.btn-wrap input[type=reset]:hover.-whitewaku,
.btn-wrap input[type=reset]:hover.-navy,
.btn-wrap input[type=reset]:active.-whitewaku,
.btn-wrap input[type=reset]:active.-navy,
.btn-wrap input[type=submit]:hover.-whitewaku,
.btn-wrap input[type=submit]:hover.-navy,
.btn-wrap input[type=submit]:active.-whitewaku,
.btn-wrap input[type=submit]:active.-navy {
  color: #1b305b;
  border-color: #1b305b;
  background-color: white;
}
.btn-wrap .btn:hover.-orangewaku, .btn-wrap .btn:active.-orangewaku,
.btn-wrap button:hover.-orangewaku,
.btn-wrap button:active.-orangewaku,
.btn-wrap input[type=button]:hover.-orangewaku,
.btn-wrap input[type=button]:active.-orangewaku,
.btn-wrap input[type=reset]:hover.-orangewaku,
.btn-wrap input[type=reset]:active.-orangewaku,
.btn-wrap input[type=submit]:hover.-orangewaku,
.btn-wrap input[type=submit]:active.-orangewaku {
  color: #e04900;
  border-color: #e04900;
  background-color: white;
}

.btn-wrap .btn:hover.-redwaku, .btn-wrap .btn:active.-redwaku,
.btn-wrap button:hover.-redwaku,
.btn-wrap button:active.-redwaku,
.btn-wrap input[type=button]:hover.-redwaku,
.btn-wrap input[type=button]:active.-redwaku,
.btn-wrap input[type=reset]:hover.-redwaku,
.btn-wrap input[type=reset]:active.-redwaku,
.btn-wrap input[type=submit]:hover.-redwaku,
.btn-wrap input[type=submit]:active.-redwaku {
  color: #e51d37;
  border-color: #e51d37;
  background-color: white;
}

.btn-wrap .btn:hover.-white, .btn-wrap .btn:active.-white,
.btn-wrap button:hover.-white,
.btn-wrap button:active.-white,
.btn-wrap input[type=button]:hover.-white,
.btn-wrap input[type=button]:active.-white,
.btn-wrap input[type=reset]:hover.-white,
.btn-wrap input[type=reset]:active.-white,

.btn-wrap input[type=submit]:hover.-white,
.btn-wrap input[type=submit]:active.-white {
  color: white;
  border-color: #1b305b;
  background-color: #1b305b;
}
.btn-wrap .btn:hover.-blue, .btn-wrap .btn:active.-blue,
.btn-wrap button:hover.-blue,
.btn-wrap button:active.-blue,
.btn-wrap input[type=button]:hover.-blue,
.btn-wrap input[type=button]:active.-blue,
.btn-wrap input[type=reset]:hover.-blue,
.btn-wrap input[type=reset]:active.-blue,
.btn-wrap input[type=submit]:hover.-blue,
.btn-wrap input[type=submit]:active.-blue {
  color: #09468b;
  border-color: #09468b;
  background-color: white;
}
.btn-wrap .btn:hover.-green, .btn-wrap .btn:active.-green,
.btn-wrap button:hover.-green,
.btn-wrap button:active.-green,
.btn-wrap input[type=button]:hover.-green,
.btn-wrap input[type=button]:active.-green,
.btn-wrap input[type=reset]:hover.-green,
.btn-wrap input[type=reset]:active.-green,
.btn-wrap input[type=submit]:hover.-green,
.btn-wrap input[type=submit]:active.-green {
  color: #4c9ea1;
  border-color: #4c9ea1;
  background-color: white;
}
.btn-wrap .btn:hover.-gray, .btn-wrap .btn:active.-gray,
.btn-wrap button:hover.-gray,
.btn-wrap button:active.-gray,
.btn-wrap input[type=button]:hover.-gray,
.btn-wrap input[type=button]:active.-gray,
.btn-wrap input[type=reset]:hover.-gray,
.btn-wrap input[type=reset]:active.-gray,
.btn-wrap input[type=submit]:hover.-gray,
.btn-wrap input[type=submit]:active.-gray {
  color: #5b5b5b;
  border-color: #5b5b5b;
  background-color: white;
}
.btn-wrap .btn:hover.-deepskyblue, .btn-wrap .btn:active.-deepskyblue,
.btn-wrap button:hover.-deepskyblue,
.btn-wrap button:active.-deepskyblue,
.btn-wrap input[type=button]:hover.-deepskyblue,
.btn-wrap input[type=button]:active.-deepskyblue,
.btn-wrap input[type=reset]:hover.-deepskyblue,
.btn-wrap input[type=reset]:active.-deepskyblue,
.btn-wrap input[type=submit]:hover.-deepskyblue,
.btn-wrap input[type=submit]:active.-deepskyblue {
  color: #0aa8ea;
  border-color: #0aa8ea;
  background-color: white;
}
.btn-wrap .btn .icon,
.btn-wrap button .icon,
.btn-wrap input[type=button] .icon,
.btn-wrap input[type=reset] .icon,
.btn-wrap input[type=submit] .icon {
  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;
}

/*============
英字フォント
=============*/
.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.oswald.semibold {
  font-weight: 600;
}
.oswald.bold {
  font-weight: 700;
}

/*============
背景の左右の細い線
=============*/
.bg-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 60%;
  max-width: 1024px;
  background-color: transparent;
  border-left: 1px solid #e1e1e182;
  border-right: 1px solid #e1e1e182;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

.bg-line-rightblue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #eef3f8), to(#eef3f8));
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #eef3f8 50%, #eef3f8 100%);
  z-index: -1;
}
.bg-line-rightblue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 60%;
  max-width: 1024px;
  background-color: white;
  border-left: 1px solid #e1e1e182;
  border-right: 1px solid #e1e1e182;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

/*============
マーカー線
=============*/
.marker {
  background-position: 0 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.marker.-white {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 255, 255, 0.25)));

  background-image: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.25) 70%);
}
.marker.-yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffdf60));
  background-image: linear-gradient(transparent 70%, #ffdf60 70%);
}

/*============
タイトル文字あしらい
=============*/
.ttlbox-withbacktxtimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ttlbox-withbacktxtimg .backtxtimg {
  width: 100%;
}
.ttlbox-withbacktxtimg .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: absolute;
}
@media (max-width: 767px) {
  .ttlbox-withbacktxtimg .ttl {
    font-size: 20px;
    line-height: 29px;
  }
}

.-leftblueline {
  font-size: 25px;
  line-height: 38px;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .-leftblueline {
    font-size: 18px;
    line-height: 28px;
    padding-left: 15px;
  }
}
.-leftblueline::before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 26px;
  margin: 6px 0;
  background-color: #09468b;
  left: 0;
}
@media (max-width: 767px) {
  .-leftblueline::before {
    height: 20px;
    margin: 4px 0;
  }
}

.-blue22_18 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: #09468b;
}
@media (max-width: 767px) {
  .-blue22_18 {
    font-size: 18px;
    line-height: 38px;
  }
}

/*============
背景色分割あしらい
=============*/
.bg-up_down {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #eef3f8), to(#eef3f8));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #eef3f8 50%, #eef3f8 100%);
}

.bg-left_right {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #eef3f8), to(#eef3f8));
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #eef3f8 50%, #eef3f8 100%);
}

/*============
header
=============*/
.navbar {
  border-top: 6px solid #1b305b;
  height: 96px;
  width: 100%;
  z-index: 1030;
}
@media (max-width: 1199px) {
  .navbar {
    border-top: 3px solid #1b305b;
    height: 65px;
  }
}

.navbar-inner {
  padding: 0 20px 0 20px;
  background-color: white;
  top: 0;
  right: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .navbar-inner {
    height: 62px;
    padding: 0 0 0 4.4%;
  }
}
.navbar-inner.-white {
  background-color: white;
}
.navbar-inner.-white #search-btn .iconimg img.-white {
  display: none;
}
.navbar-inner.-white #search-btn .iconimg img.-blue {
  display: block;
}
.navbar-inner.-white #menu-btn .toggle_btn span {
  background-color: #1b305b;
}
.navbar-inner.-transparent {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 254, 254, 0.56)), to(rgba(71, 86, 110, 0.43)));
  background: linear-gradient(to right, rgba(255, 254, 254, 0.56) 0%, rgba(71, 86, 110, 0.43) 100%);
}
.navbar-inner.-transparent #search-btn .iconimg img.-white {
  display: block;
}
.navbar-inner.-transparent #search-btn .iconimg img.-blue {
  display: none;
}
.page .navbar-inner.-transparent, .archive .navbar-inner.-transparent, .single .navbar-inner.-transparent {

  background: white;
  opacity: 1;
}
.page .navbar-inner.-transparent #search-btn .iconimg img.-white, .archive .navbar-inner.-transparent #search-btn .iconimg img.-white, .single .navbar-inner.-transparent #search-btn .iconimg img.-white {
  display: none;
}
.page .navbar-inner.-transparent #search-btn .iconimg img.-blue, .archive .navbar-inner.-transparent #search-btn .iconimg img.-blue, .single .navbar-inner.-transparent #search-btn .iconimg img.-blue {
  display: block;
}
.page .navbar-inner.-transparent #menu-btn .toggle_btn span, .archive .navbar-inner.-transparent #menu-btn .toggle_btn span, .single .navbar-inner.-transparent #menu-btn .toggle_btn span {
  background-color: #1b305b;
}
.page .navbar-inner.-transparent .header-menu-list .header-menu-item a, .archive .navbar-inner.-transparent .header-menu-list .header-menu-item a, .single .navbar-inner.-transparent .header-menu-list .header-menu-item a {
  color: #1b305b;
}
.page .navbar-inner.-transparent .btn-wrap .btn, .archive .navbar-inner.-transparent .btn-wrap .btn, .single .navbar-inner.-transparent .btn-wrap .btn {
  color: white;
  border-color: #1b305b;
  background-color: #1b305b;
}
.page .navbar-inner.-transparent .shop-btn .btn-wrap .btn, .archive .navbar-inner.-transparent .shop-btn .btn-wrap .btn, .single .navbar-inner.-transparent .shop-btn .btn-wrap .btn {
  color: white;
  border-color: #e51d37;
  background-color: #e51d37;
}
.page .navbar-inner.-transparent .shop-btn .btn-wrap .btn:hover, .page .navbar-inner.-transparent .shop-btn .btn-wrap .btn:active, .archive .navbar-inner.-transparent .shop-btn .btn-wrap .btn:hover, .archive .navbar-inner.-transparent .shop-btn .btn-wrap .btn:active, .single .navbar-inner.-transparent .shop-btn .btn-wrap .btn:hover, .single .navbar-inner.-transparent .shop-btn .btn-wrap .btn:active {
  color: #e51d37;
  border-color: #e51d37;
  background-color: white;
}
.navbar-inner.-transparent #menu-btn .toggle_btn span {
  background-color: white;
}

.site-branding {
  height: 96px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .site-branding {
    height: 65px;
    width: 400px;
    margin-top: 0;
  }
}
.site-branding a {
  display: block;
  line-height: 0;
}

.header-menu-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 1199px) {
  .header-menu-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-menu-wrap .header-menu-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 660px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header-menu-wrap .header-menu-list {
    display: none;
  }
}
.header-menu-wrap .header-menu-list .header-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  .header-menu-wrap .header-menu-list .header-menu-item {
    margin-right: 12px;
  }
}
.header-menu-wrap .header-menu-list .header-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  .header-menu-wrap .header-menu-list .header-menu-item a {
    font-size: 13px;
  }
}
.header-menu-wrap .header-menu-list .header-menu-item a span {
  position: relative;
}
.header-menu-wrap .header-menu-list .header-menu-item a span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5%;
  width: 110%;
  height: 2px;
  background: #1b305b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.header-menu-wrap .header-menu-list .header-menu-item.current span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.-transparent .header-menu-wrap .header-menu-list .header-menu-item a {
  color: white;
}
.header-menu-wrap .-white .header-menu-list .header-menu-item a {
  color: #1b305b;
}

#search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3000;
  line-height: 24px;
}
@media (max-width: 1199px) {
  #search-btn {
    margin: 0;
    display: none;
  }
}
#search-btn .iconimg {
  width: 22px;
  height: 22px;
}
#search-btn .iconimg img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.shop-btn {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .shop-btn {
    display: none;
  }
}
.shop-btn .btn-wrap .btn {
  width: 194px;
  height: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shop-btn .btn-wrap .btn .icon {
  width: 24.86px;
  height: 22.1px;
  margin-right: 15px;
  background-image: url("assets/img/icon-awesome-shopping-cart-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.shop-btn .btn-wrap .btn .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-btn .btn-wrap .btn .flex .small {
  font-size: 60%;
}
.-transparent .shop-btn .btn-wrap .btn {
  color: white;
  border-color: white;
}
.-transparent .shop-btn .btn-wrap .btn:hover, .-transparent .shop-btn .btn-wrap .btn:active {
  color: #e51d37;
  border-color: #e51d37;
  background-color: white;
}
.-transparent .shop-btn .btn-wrap .btn:hover .icon, .-transparent .shop-btn .btn-wrap .btn:active .icon {
  background-image: url("assets/img/icon-awesome-shopping-cart-red.png");
}
.-white .shop-btn .btn-wrap .btn {
  color: white;
  border-color: #e51d37;
  background-color: #e51d37;
}
.-white .shop-btn .btn-wrap .btn:hover, .-white .shop-btn .btn-wrap .btn:active {
  color: #e51d37;
  border-color: #e51d37;
  background-color: white;
}
.-white .shop-btn .btn-wrap .btn:hover .icon, .-white .shop-btn .btn-wrap .btn:active .icon {
  background-image: url("assets/img/icon-awesome-shopping-cart-red.png");
}

.contact-btn {
  position: relative;
}
@media (max-width: 1199px) {
  .contact-btn {
    display: none;
  }
}
.contact-btn .btn-wrap .btn {
  width: 194px;
  height: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact-btn .btn-wrap .btn .icon {
  width: 20px;
  height: 16px;

  margin-right: 15px;
  background-image: url("assets/img/icon-ionic-md-mail@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.-transparent .contact-btn .btn-wrap .btn {
  color: white;
  border-color: white;
}
.-transparent .contact-btn .btn-wrap .btn:hover, .-transparent .contact-btn .btn-wrap .btn:active {
  color: #1b305b;
  border-color: #1b305b;
  background-color: white;
}
.-transparent .contact-btn .btn-wrap .btn:hover .icon, .-transparent .contact-btn .btn-wrap .btn:active .icon {
  background-image: url("assets/img/icon-ionic-md-mail-navy@2x.png");
}
.-white .contact-btn .btn-wrap .btn {
  color: white;
  border-color: #1b305b;
  background-color: #1b305b;
}
.-white .contact-btn .btn-wrap .btn:hover, .-white .contact-btn .btn-wrap .btn:active {
  color: #1b305b;
  border-color: #1b305b;
  background-color: white;
}
.-white .contact-btn .btn-wrap .btn:hover .icon, .-white .contact-btn .btn-wrap .btn:active .icon {
  background-image: url("assets/img/icon-ionic-md-mail-navy@2x.png");
}

#menu-btn {
  display: none;
}
@media (max-width: 1199px) {
  #menu-btn {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3000;
    line-height: 24px;
  }
}

.toggle_btn {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 26px;
  height: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3000;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .toggle_btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 0;
}
.open .toggle_btn span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-315deg);
          transform: translateX(-50%) translateY(-50%) rotate(-315deg);
  background-color: #1b305b;
}
.toggle_btn span:nth-child(2) {
  top: 49.9%;
}
.open .toggle_btn span:nth-child(2) {
  width: 0;
  opacity: 0;
  background-color: #1b305b;
}
.toggle_btn span:nth-child(3) {
  bottom: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
          transform: translateX(-50%) translateY(-50%) rotate(315deg);
  background-color: #1b305b;
}
.toggle_btn span:nth-child(4) {
  bottom: 10px;
  background-color: transparent;
  height: 10px;
}
.open .toggle_btn span:nth-child(4) {
  opacity: 0;
  background-color: #1b305b;
}

/*============
nav
=============*/
#site-navigation {
  display: none;
}

.main-navigation {
  position: absolute;
  top: 96px;
  z-index: 1000;
}
@media (max-width: 1199px) {
  .main-navigation {
    top: 65px;
    padding: 15px 4%;
    background-color: #eef3f8;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 80px;
  }
}
.main-navigation .menu-area-wrap {
  position: relative;
}
@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap {
    border-top: solid 1px #1b305b;
    border-bottom: solid 1px #1b305b;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-navigation .menu-area-wrap .menu-box,
.main-navigation .menu-area-wrap .menu-box-nochild {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box:not(:last-child),
.main-navigation .menu-area-wrap .menu-box-nochild:not(:last-child) {
    border-bottom: solid 1px #1b305b52;
  }
  .main-navigation .menu-area-wrap .menu-box:last-child .menu-box-inner .menu-list .menu-item:last-child,
.main-navigation .menu-area-wrap .menu-box-nochild:last-child .menu-box-inner .menu-list .menu-item:last-child {
    margin-bottom: 20px;
  }
  .main-navigation .menu-area-wrap .menu-box.open,

.main-navigation .menu-area-wrap .menu-box-nochild.open {
    border-bottom: none;
  }
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner {
  position: fixed;
  top: 96px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner {
    top: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-title,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-title {
  background-color: #1b305b;
  color: white;
  -ms-flex-preferred-size: 24.5%;
      flex-basis: 24.5%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-title,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-title {
    background-color: #eef3f8;
    color: #1b305b;
    font-size: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: 52px;
    position: relative;
    padding-left: 15px;
  }
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-title .oswald,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-title .oswald {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-title .oswald,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-title .oswald {
    display: none;
  }
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-title > a,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-title > a {
  display: block;
  width: 100%;
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list-wrap,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list-wrap {
  -ms-flex-preferred-size: 75.5%;
      flex-basis: 75.5%;
  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;
  background-color: #eef3f8;
  padding: 0 15px;
}

@media (max-width: 1199px) {
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list-wrap,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list-wrap {
    display: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list {
  max-width: 753px;
  width: 100%;
  padding: 30px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list {
    padding: 0;

    max-width: 100%;
  }
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list::after,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list::after {
  content: "";
  display: block;
  -ms-flex-preferred-size: 32.5%;
      flex-basis: 32.5%;
}

.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list .menu-item,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list .menu-item {
  -ms-flex-preferred-size: 32.5%;
      flex-basis: 32.5%;
  text-align: center;
  margin-bottom: 20px;
}

#menu-box-company .menu-box-inner .menu-list-wrap .menu-list{
	max-width: 1200px;
  width: 100%;
  padding: 30px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}

#menu-box-company .menu-box-inner .menu-list-wrap .menu-list .menu-item{
   -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
  margin:0 2% 20px;
}

#menu-box-company .menu-box-inner .menu-list-wrap .menu-list .spacer{
  width: 100%;
  
}

@media (max-width: 1199px) {
	#menu-box-company .menu-box-inner .menu-list-wrap .menu-list .menu-item{
		-ms-flex-preferred-size: 100%;
		flex-basis: 1000%;
	}	
#menu-box-company .menu-box-inner .menu-list-wrap .menu-list .spacer{
  display: none !important;
}
}

#menu-box-business .menu-box-inner .menu-list-wrap .menu-list{
	max-width: 1200px;
  width: 100%;
  padding: 30px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}

#menu-box-business .menu-box-inner .menu-list-wrap .menu-list .menu-item{
   -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
  margin:0 2% 20px;
}

#menu-box-business .menu-box-inner .menu-list-wrap .menu-list .spacer{
  width: 100%;
  
}

@media (max-width: 1199px) {
#menu-box-business .menu-box-inner .menu-list-wrap .menu-list .menu-item{
		-ms-flex-preferred-size: 100%;
		flex-basis: 1000%;
	}	
#menu-box-business .menu-box-inner .menu-list-wrap .menu-list .spacer{
  display: none !important;
}
}

.menu-box-inner .menu-list-wrap .menu-list{
	max-width: 1200px;
  width: 100%;
  padding: 30px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}

#menu-box-company .menu-box-inner .menu-list-wrap .menu-list .menu-item{
   -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
  margin:0 2% 20px;
}

#menu-box-company .menu-box-inner .menu-list-wrap .menu-list .spacer{
  width: 100%;
  
}

@media (max-width: 1199px) {
	#menu-box-company .menu-box-inner .menu-list-wrap .menu-list .menu-item{
		-ms-flex-preferred-size: 100%;
		flex-basis: 1000%;
	}	
#menu-box-company .menu-box-inner .menu-list-wrap .menu-list .spacer{
  display: none !important;
}
}

@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list .menu-item,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list .menu-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background-color: white;
    margin-bottom: 0;
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list .menu-item::before,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list .menu-item::before {
    content: "";
    position: absolute;
    background-image: url("assets/img/icon-material-keyboard-arrow-right@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    width: 5.68px;
    height: 9.2px;
  }
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list .menu-item:not(:last-child),
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list .menu-item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list .menu-item a,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list .menu-item a {
  color: #1b305b;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list .menu-item a,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 43px;
  }
}
.main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list .menu-item .menu-item-img,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list .menu-item .menu-item-img {
  overflow: hidden;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-list .menu-item .menu-item-img,
.main-navigation .menu-area-wrap .menu-box-nochild .menu-box-inner .menu-list .menu-item .menu-item-img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-navigation .menu-area-wrap .menu-box .menu-box-inner .menu-title::after {
    content: "";
    position: absolute;
    background-image: url("assets/img/menu-plus@2x.png");
    background-size: contain;
    background-repeat: no-repeat;

    background-position: center center;
    right: 20px;
    width: 11px;
    height: 11px;
  }
}
.main-navigation .menu-area-wrap .menu-box.open .menu-box-inner .menu-title::after {
  background-image: url("assets/img/menu-minus@2x.png");
}
@media (min-width: 1200px) {
  .main-navigation .menu-area-wrap #menu-box-catalog .menu-list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .main-navigation .menu-area-wrap #menu-box-catalog .menu-list::after {
    content: unset;
  }
  .main-navigation .menu-area-wrap #menu-box-catalog .menu-item {
    background-color: white;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-navigation .menu-area-wrap #menu-box-catalog .menu-item.under-menu {
    display: none;
  }
  .main-navigation .menu-area-wrap #menu-box-catalog .menu-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-navigation .banner-area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .main-navigation .banner-area-wrap {
    display: none;
  }
}
.main-navigation .banner-area-wrap .banner-area {
  width: 100%;
  padding-top: 20px;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap {
  width: 100%;
  max-width: 345px;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap:not(:last-child) {
  margin-bottom: 12px;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap:last-child {
  margin-top: 23px;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap .btn {
  width: 100%;
  height: 52px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap .btn.-navy::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url("assets/img/icon-ionic-md-mail@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap .btn.-blue::before {
  content: "";
  width: 19.43px;
  height: 24px;
  background: url("assets/img/icon-checklist@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap .btn.-green::before {
  content: "";
  width: 20.22px;
  height: 20.22px;
  background: url("assets/img/icon-open-data-transfer-download@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap .btn:hover.-navy::before, .main-navigation .banner-area-wrap .banner-area .btn-wrap .btn:active.-navy::before {
  background: url("assets/img/icon-ionic-md-mail-navy@2x.png") no-repeat;
  background-size: contain;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap .btn:hover.-blue::before, .main-navigation .banner-area-wrap .banner-area .btn-wrap .btn:active.-blue::before {
  background: url("assets/img/icon-checklist-blue@2x.png") no-repeat;
  background-size: contain;
}
.main-navigation .banner-area-wrap .banner-area .btn-wrap .btn:hover.-green::before, .main-navigation .banner-area-wrap .banner-area .btn-wrap .btn:active.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-green@2x.png") no-repeat;
  background-size: contain;
}

.header-back {
  height: 96px;
}
@media (max-width: 1199px) {
  .header-back {
    height: 65px;
  }
}

/*============
ヘッダーイメージ
=============*/
.submv .container-inner {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.submv .pankuzu {
  top: 6px;
  z-index: 1;
}
@media (max-width: 767px) {
  .submv .pankuzu {
    top: 0;
  }
}
.submv .page-title-wrap {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
.submv .page-title-wrap .page-title {



  color: white;
  font-size: 43px;
  line-height: 64px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .submv .page-title-wrap .page-title {
    font-size: 26px;
    line-height: 38px;
  }
}

/*============
#breadcrumb
=============*/
#breadcrumb {
  padding: 10px 0px 15px;
}
@media (min-width: 768px) {
  #breadcrumb {
    padding: 14px 0px;
  }
}
#breadcrumb span {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  font-size: 13px;
  line-height: 19px;
  margin-right: 4px;
  color: white;
  font-weight: bold;
}
#breadcrumb span a {
  color: white;
  font-weight: bold;
}
@media (min-width: 768px) {
  #breadcrumb span {
    font-size: 12px;
    line-height: 18px;
    margin-right: 3px;
  }
}
#breadcrumb span:last-child {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#breadcrumb span.icon-home img {
  width: 14px;
  margin-right: 7px;
  position: relative;
  bottom: 4px;
}
@media (min-width: 768px) {
  #breadcrumb span.icon-home img {
    width: 18px;
    margin-right: 6px;
  }
}
#breadcrumb span.icon-arrow {
  width: 3.3px;
  height: 5.77px;
  background: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png") no-repeat;
  background-size: contain;
}

/*============
home 共通
=============*/
.home .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .ttl .oswald {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .home .ttl .oswald {
    font-size: 34px;
  }
}
.home .ttl .subttl {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: -7px;
}

/*============
mv
=============*/
@media (max-width: 767px) {
  .mv .inner {
    background-color: #1b305b;
  }
}
.mv .slider {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding-top: 51.92%;
  -webkit-clip-path: polygon(100% 0, 100% 87%, 50% 100%, 0 87%, 0 0);
          clip-path: polygon(100% 0, 100% 87%, 50% 100%, 0 87%, 0 0);
}
@media (max-width: 767px) {
  .mv .slider {
    padding-top: 113.2768%;
  }
}
.mv .slider .mv-item {
  opacity: 0;
  top: 0;
  position: absolute;
  -webkit-animation: mv-slide linear 30s 0s infinite;
          animation: mv-slide linear 30s 0s infinite;
}
.mv .slider .mv-item:nth-of-type(1) {
  opacity: 1;
}
.mv .slider .mv-item:nth-of-type(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.mv .slider .mv-item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.mv .slider .mv-item:nth-of-type(4) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.mv .slider .mv-item:nth-of-type(5) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
@-webkit-keyframes mv-slide {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }

  100% {
    opacity: 0;
  }
}
@keyframes mv-slide {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.mv .scrollarea {
  position: absolute;
  bottom: 9vw;
  right: 4vw;
  height: 120px;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv .scrollarea {
    bottom: 0;
  }
}
.mv .scrollarea span {
  position: absolute;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -65px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}
.mv .scrollarea .arrow {
  position: absolute;
  left: 50%;
  height: 120px;
  width: 2px;
  overflow: hidden;
}
.mv .scrollarea .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: white;
  opacity: 0.3;
  width: 2px;
}
.mv .scrollarea .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 20px;
  background: #eee;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 1;
}
@-webkit-keyframes pathmove {
  0% {
    top: -20px;
  }
  100% {
    top: 120px;
  }
}
@keyframes pathmove {
  0% {
    top: -20px;
  }
  100% {
    top: 120px;
  }
}
.mv .triarea {
  position: absolute;
  height: 0;
  width: 100%;
  border-top: solid 6.8vw transparent;
  border-left: solid 50vw white;
  border-right: solid 50vw white;
  border-bottom: solid 6.8vw white;
  bottom: -6.8vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv .triarea {
    top: 97vw;
    border-top: solid 16vw transparent;
    border-left: solid 50vw #1b305b;
    border-right: solid 50vw #1b305b;
    border-bottom: solid 16vw #1b305b;
    bottom: -16vw;
  }
}
.mv .copyarea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
@media (max-width: 999px) {
  .mv .copyarea {
    padding: 15px 15%;
  }
}
@media (max-width: 767px) {
  .mv .copyarea {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: unset;
  }
}
.mv .copyarea .inner {
  background: #1b305b;
  max-width: 1000px;
  margin: auto;
  opacity: 0.85;
  padding: 55px 20px;
}
@media (max-width: 999px) {
  .mv .copyarea .inner {
    padding: 13px 15px 20px;
  }
}
@media (max-width: 767px) {
  .mv .copyarea .inner {
    opacity: 1;
  }
}
.mv .copyarea .inner p {
  color: white;
  font-weight: bold;
}
.mv .copyarea .inner p.catch {
  font-size: 60px;
  line-height: 89px;
  text-align: center;
}
@media (max-width: 999px) {
  .mv .copyarea .inner p.catch {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media (max-width: 767px) {
  .mv .copyarea .inner p.catch {
    font-size: 6.7vw;
    line-height: 8.7vw;
  }
}
.mv .copyarea .inner p.lead {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .mv .copyarea .inner p.lead {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .mv .copyarea .inner p.lead {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    width: 88%;
    padding-top: 17px;
    margin: 0 auto;
  }
}

/*============
topページ お知らせ
=============*/

.top-info {
  padding-top: 80px;
  padding-bottom: 55px;
  color: #e51d37;
  text-align: center;  
  margin: auto;
}
@media (max-width: 767px) {
  .top-info {
    width: 90%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.top-info .topinfo-container-wrapper .topinfo-ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #000;
}

@media (max-width: 767px) {
 .top-info .topinfo-container-wrapper .topinfo-ttl {
    font-size: 18px;
  }
}
.top-info .topinfo-container-wrapper .topinfo-day {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 auto 30px;
  display: block;
}

.top-info .topinfo-container-wrapper > p{
  font-size: 16px;
  margin: 16px auto 0;
}

@media (max-width: 767px) {
  .top-info .topinfo-container-wrapper > p{
    font-size: 14px;
    margin-top: 14px;
  }
}

.top-info .btn-wrap {
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  .top-info .btn-wrap {
    margin: 28px auto 0;
  }
}
.top-info .btn-wrap .btn {
  width: 423px;
  height: 64px;
  position: relative;
}
@media (max-width: 767px) {
  .top-info .btn-wrap .btn {
    height: 65px;
    position: relative;
    max-width: 330px;
    align-items: center;
    padding: 0 20px;
  }
}
.top-info .btn-wrap .btn:after {
  content: "";
  background-image: url(assets/img/icon-material-keyboard-arrow-right-orange@2x.png);
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-info .youtube {
  width: 600px;
  height: 300px;
  margin: 20px auto 0;
}

.top-info .youtube iframe{
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .top-info .youtube {
    width: 100%;
    height: 200px;    
  }
}

/*============
topページ business
=============*/
.top-business {
  padding-top: 55px;
  padding-bottom: 222px;
}
@media (max-width: 767px) {
  .top-business {
    padding-top: 47px;
    padding-bottom: 50px;
  }
}
.top-business .backtxtimg {
  top: 21%;
  right: 0;
  width: 136px;
}
@media (max-width: 767px) {
  .top-business .backtxtimg {
    top: -45px;
    width: 65px;
  }
}
.top-business .container-inner {
  max-width: 1430px;
}
.top-business .ttl .oswald {
  color: #1b305b;
}
.top-business .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 57px;
}
@media (max-width: 767px) {
  .top-business .business-list {
    padding-top: 33px;
  }
}
.top-business .business-list .business-item {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
@media (max-width: 999px) {
  .top-business .business-list .business-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .top-business .business-list .business-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .top-business .business-list .business-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.top-business .business-list .business-item .rayer {
  width: 100%;
  height: 100%;
  top: 0;
}
.top-business .business-list .business-item .rayer-img_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-business .business-list .business-item .rayer-img_title .imgfitarea {
  position: relative;
  padding-bottom: 67.7%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-business .business-list .business-item .rayer-img_title .imgfitarea {
    padding-bottom: 62.4%;
  }
}
.top-business .business-list .business-item .rayer-img_title .imgfitarea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.top-business .business-list .business-item .rayer-img_title .title {
  color: white;
  position: absolute;
  width: 60%;
  font-size: 31px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .top-business .business-list .business-item .rayer-img_title .title {
    font-size: 28px;
  }
}
.top-business .business-list .business-item .rayer-img_title .title::before, .top-business .business-list .business-item .rayer-img_title .title::after {
  position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-business .business-list .business-item .rayer-img_title .title::before {
  top: 0;
  left: 0;
  content: "";
  background-image: url("assets/img/kagi-start@3x.png");
}
.top-business .business-list .business-item .rayer-img_title .title::after {
  bottom: 0;
  right: 0;
  content: "";
  background-image: url("assets/img/kagi-end@3x.png");
}
.top-business .business-list .business-item .rayer-blueback_img_txt {
  opacity: 0;
  position: absolute;
}
.top-business .business-list .business-item .rayer-blueback_img_txt .bgcolor {
  background-color: #1b305b;
  opacity: 0.95;
  width: 100%;
  height: 100%;
}
.top-business .business-list .business-item .rayer-blueback_img_txt .bgtxt {
  color: white;
  opacity: 0.05;
  font-size: 59px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-business .business-list .business-item .rayer-blueback_img_txt .lead {
  color: white;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px 30px;
}
.top-business .business-list .business-item .rayer-blueback_img_txt .lead::before, .top-business .business-list .business-item .rayer-blueback_img_txt .lead::after {
  position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-business .business-list .business-item .rayer-blueback_img_txt .lead::before {
  top: 0;
  left: 0;
  content: "";
  background-image: url("assets/img/kagi-start@3x.png");
}
.top-business .business-list .business-item .rayer-blueback_img_txt .lead::after {
  bottom: 0;
  right: 0;
  content: "";
  background-image: url("assets/img/kagi-end@3x.png");
}
.top-business .business-list .business-item .rayer-no_readmore {
  position: absolute;
  color: white;
}
.top-business .business-list .business-item .rayer-no_readmore .number {
  position: absolute;
  top: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .top-business .business-list .business-item .rayer-no_readmore .number {
    right: 10px;
  }
}
.top-business .business-list .business-item .rayer-no_readmore .number .no {
  font-size: 60px;
  line-height: 1.16;
}
@media (max-width: 767px) {
  .top-business .business-list .business-item .rayer-no_readmore .number .no {
    font-size: 38px;
  }
}
.top-business .business-list .business-item .rayer-no_readmore .number .txt {
  font-size: 13px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .top-business .business-list .business-item .rayer-no_readmore .number .txt {
    font-size: 9px;
    margin-top: 0;
  }
}
.top-business .business-list .business-item .rayer-no_readmore .readmore {
  position: absolute;
  bottom: 15px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  .top-business .business-list .business-item .rayer-no_readmore .readmore {
    font-size: 13px;
    bottom: 8px;
    right: 13px;
  }
}
.top-business .business-list .business-item .rayer-no_readmore .readmore .plus {
  font-size: 27px;
  margin-left: 23px;
}
@media (max-width: 767px) {
  .top-business .business-list .business-item .rayer-no_readmore .readmore .plus {

    font-size: 18px;
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .top-business .business-list .business-item:hover .rayer-img_title .imgfitarea img, .top-business .business-list .business-item:active .rayer-img_title .imgfitarea img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*============
topページ about
=============*/
.top-about .bgarea {
  color: white;
  background-color: #1b305b;
  width: 76.7%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-about .bgarea {
    width: 92%;
  }
}
.top-about .bgarea .inner {
  margin-left: 39.7%;
  max-width: 680px;
  padding: 85px 10px 103px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about .bgarea .inner {
    margin-left: 0;
    padding: 96vw 23px 42px 40px;
  }
}
.top-about .bgarea .inner .ttl .subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-about .bgarea .inner .catch {
  font-weight: bold;
  font-size: 40px;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .top-about .bgarea .inner .catch {
    margin-top: 25px;
    font-size: 24px;
  }
}
.top-about .bgarea .inner .catch .bigger {
  font-size: 120%;
}
@media (max-width: 767px) {
  .top-about .bgarea .inner .catch .bigger {
    font-size: 100%;
  }
}
.top-about .bgarea .inner .body {
  line-height: 36px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .top-about .bgarea .inner .body {
    font-size: 14px;
    line-height: 27px;
  }
}
.top-about .bgarea .inner .btn-wrap {
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-about .bgarea .inner .btn-wrap {
    margin-top: 26px;
  }
}
.top-about .bgarea .inner .btn-wrap .btn {
  width: 320px;
  height: 64px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about .bgarea .inner .btn-wrap .btn {
    width: 209px;
    height: 46px;
  }
}
.top-about .bgarea .inner .btn-wrap .btn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-about .bgarea .inner .btn-wrap .btn:hover::after, .top-about .bgarea .inner .btn-wrap .btn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-right@2x.png");
}
.top-about .bgarea .backtxtimg {
  bottom: 0;
  right: 0.4%;
  max-width: 944px;
  width: 75.2%;
}
@media (max-width: 767px) {
  .top-about .bgarea .backtxtimg {
    width: 87%;
  }
}
.top-about .imgarea {
  overflow: hidden;
  position: absolute;
  width: 47.4%;
  top: 16.5%;
  background-color: white;
}
@media (max-width: 767px) {
  .top-about .imgarea {
    top: 60px;
    padding-bottom: 71.8%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .top-about .imgarea img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.top-about .imgarea .fv_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #09468b;
  opacity: 1;
}
.top-about#top-about-jer {
  padding-top: 170px;
}
@media (max-width: 767px) {
  .top-about#top-about-jer {
    padding-top: 75px;
  }
}
.top-about#top-about-jer .bgarea {
  color: black;
  background-color: #eef3f8;
  width: 92%;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .bgarea {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.top-about#top-about-jer .bgarea .ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-about#top-about-jer .bgarea .ttl .oswald {
  color: #1b305b;
}
.top-about#top-about-jer .bgarea .ttl .subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-about#top-about-jer .bgarea .inner {
  margin-left: 5.8%;
  max-width: 663px;
  width: 37.6%;
  padding: 69px 0px 103px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .bgarea .inner {
    margin-left: unset;
    padding: 92vw 15px 0;
    width: 100%;
    max-width: 100%;
  }
}
.top-about#top-about-jer .bgarea .inner .catch {
  margin-top: 0;
  text-align: center;
}
.top-about#top-about-jer .bgarea .inner .catch .bigger {
  font-size: 103%;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .bgarea .inner .catch .bigger {
    font-size: 100%;
  }
}
.top-about#top-about-jer .bgarea .inner .catch .yellowbox {
  color: #0a0a0a;
  font-size: 24px;
  background-color: #fed638;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 22px;
  margin: 7px auto 0;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .bgarea .inner .catch .yellowbox {
    font-size: 16px;
    padding: 4px 15px;
  }
}
.top-about#top-about-jer .bgarea .inner .catch .jer-logo {
  width: 415px;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .bgarea .inner .catch .jer-logo {
    width: 288px;
  }
}
.top-about#top-about-jer .bgarea .inner .catch .line {

  max-width: 95px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-about#top-about-jer .bgarea .inner .body {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .bgarea .inner .body {
    margin-top: 22px;
    padding: 0 14px;
  }
}
.top-about#top-about-jer .bgarea .inner .btn-wrap {
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .bgarea .inner .btn-wrap {
    margin: 28px auto 0;
  }
}
.top-about#top-about-jer .bgarea .inner .btn-wrap .btn {
  width: 423px;
  height: 64px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .bgarea .inner .btn-wrap .btn {
    height: 70px;
    position: relative;
    max-width: 330px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 26px;
  }
}
.top-about#top-about-jer .bgarea .inner .btn-wrap .btn:after {
  content: "";
  background-image: url(assets/img/icon-material-keyboard-arrow-right-orange@2x.png);
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-about#top-about-jer .bgarea .backtxtimg {
  bottom: 0;
  right: unset;
  max-width: 700px;
  width: 90.7%;
}
.top-about#top-about-jer .imgarea {
  overflow: hidden;
  position: absolute;
  width: 47.4%;
  top: 27.9%;
  right: 0;
  background-color: white;
}
@media (max-width: 767px) {
  .top-about#top-about-jer .imgarea {
    top: 142px;
    padding-bottom: 71.8%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .top-about#top-about-jer .imgarea img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.top-about#top-about-jer .imgarea .fv_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #09468b;
  opacity: 1;
}

/*============
topページ news
=============*/
#top-news {
  background-color: #eef3f8;
  padding-top: 110px;
  padding-bottom: 105px;
  margin-top: 155px;
}
@media (max-width: 767px) {
  #top-news {
    padding-top: 75px;
    padding-bottom: 73px;
    margin-top: 75px;
  }
}
#top-news .bg-line {
  z-index: 0;
}
#top-news .container-inner {
  max-width: 1200px;
}
#top-news .backtxtimg {
  top: 0;
  margin-left: auto;
  width: 328px;
}
@media (max-width: 767px) {
  #top-news .backtxtimg {
    width: 189px;
  }
}
#top-news .ttl {
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #top-news .ttl {
    top: -22px;
  }
}
#top-news .ttl .oswald {
  color: #1b305b;
}
#top-news .btn-wrap {
  margin-top: 43px;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  #top-news .btn-wrap {
    margin-top: 30px;
    max-width: 343px;
  }
}
#top-news .btn-wrap .btn {
  width: 100%;
  height: 64px;
  position: relative;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
#top-news .btn-wrap .btn::before {
  content: "";
  background-image: url("assets/img/icon-list-white@2x.png");
  position: absolute;
  width: 16px;
  height: 16px;
  left: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
#top-news .btn-wrap .btn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
#top-news .btn-wrap .btn:hover::before, #top-news .btn-wrap .btn:active::before {
  background-image: url("assets/img/icon-list-blue@2x.png");
}
#top-news .btn-wrap .btn:hover::after, #top-news .btn-wrap .btn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-right@2x.png");
}

.news-section .news-list-wrap {
  background-color: white;
  padding: 47px 16px 65px;
}
@media (max-width: 767px) {
  .news-section .news-list-wrap {
    padding: 6px 10px 12px;
  }
}
.news-section .news-list {
  max-width: 1000px;
}
.news-section .news-list .news-item {
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  padding: 18px 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f3f3f3;
}
.news-section .news-list .news-item a {
  width: 100%;
  height: 100%;
  padding-right: 25px;
  color: #222222;
}
@media (max-width: 767px) {
  .news-section .news-list .news-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.news-section .news-list .news-item a::after {
  content: "";
  position: absolute;
  background-image: url("assets/img/menu-plus@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  right: 9px;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .news-section .news-list .news-item a::after {
    top: 25px;
    bottom: unset;
  }
}
.news-section .meta .date {
  display: inline-block;
  color: #a4a4a4;
  font-size: 13px;
  line-height: 20px;
  margin: 4px;
  display: inline-block;
  letter-spacing: 1.4px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .news-section .meta .date {
    margin-right: 18px;
  }
}
.news-section .meta .taglist {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .news-section .meta .taglist {
    padding: 0 10px;
  }
}
.news-section .meta .tag {
  border: #1b305b 1px solid;
  color: #1b305b;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px;
}

/*============
other-menu
=============*/
.other-menu .bg {
  position: relative;
  z-index: 0;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .other-menu .bg {
    padding-top: 66px;
  }
}
.other-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other-menu .menu-list .menu-item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  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;
  margin-bottom: 3.8%;
}
@media (max-width: 767px) {
  .other-menu .menu-list .menu-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 13px;
  }
}
.other-menu .menu-list .menu-item .imgwrap {
  overflow: hidden;
}
@media (max-width: 767px) {
  .other-menu .menu-list .menu-item .imgwrap {
    position: relative;
    padding-bottom: 64.6%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .other-menu .menu-list .menu-item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.other-menu .menu-list .menu-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.other-menu .menu-list .menu-item .ttl {
  color: white;
  top: 30%;
  left: 0;
  right: 0;
}
.other-menu .menu-list .menu-item .ttl .oswald {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.other-menu .menu-list .menu-item .btn-wrap {
  padding-top: 25px;
}
@media (max-width: 999px) {
  .other-menu .menu-list .menu-item .btn-wrap {
    padding-top: 1vw;
  }
}
@media (max-width: 767px) {
  .other-menu .menu-list .menu-item .btn-wrap {
    padding-top: 20px;
  }
}
.other-menu .menu-list .menu-item .btn-wrap .btn {
  width: 228px;
  height: 64px;
  position: relative;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .other-menu .menu-list .menu-item .btn-wrap .btn {
    width: 209px;
    height: 46px;
  }
}
.other-menu .menu-list .menu-item .btn-wrap .btn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.other-menu .menu-list .menu-item .btn-wrap .btn:hover::after, .other-menu .menu-list .menu-item .btn-wrap .btn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
}

/*============
topページ office
=============*/
.top-office .bg {
  background-image: url("assets/img/top-office-bg@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .top-office .bg {
    padding-top: 35px;
    padding-bottom: 100px;
    background-image: url("assets/img/top-office-bg-sp@3x.jpg");
  }
}
.top-office .readmore {
  position: absolute;
  top: -68px;
  right: 15px;
}
.top-office .readmore a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .top-office .readmore {
    top: unset;
    bottom: -20px;
    right: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-office .readmore .plus {
  font-size: 25px;
  margin-left: 15px;
}
.top-office .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}
.top-office .area:last-child {
  padding-top: 25px;
}
@media (max-width: 999px) {
  .top-office .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-office .area .ttl {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
}
@media (max-width: 999px) {
  .top-office .area .ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.top-office .area .ttl .oswald {
  font-size: 32px;
}
@media (max-width: 767px) {
  .top-office .area .ttl .oswald {
    font-size: 26px;
  }
}
.top-office .area .ttl .subttl {
  margin-top: -3px;
}
.top-office .area .list-wrap {
  -ms-flex-preferred-size: 88%;
      flex-basis: 88%;
}
@media (max-width: 767px) {
  .top-office .area .list-wrap {
    padding-top: 30px;
  }
}
.top-office .area .list-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .top-office .area .list-wrap ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-office .area .list-wrap ul li {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  padding: 10px 15px 15px;
}
@media (max-width: 767px) {
  .top-office .area .list-wrap ul li {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    padding: 0 0 52px;
  }
}
.top-office .area .list-wrap ul li .name {
  font-size: 17px;
  line-height: 36px;
  font-weight: bold;
  position: relative;
  padding-bottom: 6px;
  overflow: hidden;
}
.top-office .area .list-wrap ul li .name::before {
  content: "";
  width: 111px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.15;
}
.top-office .area .list-wrap ul li .name::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
}
.top-office .area .list-wrap ul li .name span {
  display: inline-block;
}
.top-office .area .list-wrap ul li .name span.ico-link::after {
  display: inline-block;
  content: "";
  background-image: url(assets/img/icon-awesome-external-link-alt.svg);
  width: 16px;
  height: 14px;
  margin-left: 5px;
}
.top-office .area .list-wrap ul li .name span.ico-link a {
  color: white;
}
.top-office .area .list-wrap ul li .subname {
  font-size: 15px;
  padding-top: 15px;
}
.top-office .area .list-wrap ul li .address {
  font-size: 14px;
  color: #7b8194;
  padding-top: 10px;
}
.top-office .area .list-wrap ul li .address a {
  color: #7b8194;
}
.top-office .area:last-child {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .top-office .area:last-child .list-wrap ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.top-office .area .list-wrap ul li .btn{
	max-width: 100%;
  width: 300px;
  text-align: center;
	height: 60px;
	font-size:16px;
	padding: 0 0 0 5%;
	margin: 3% 0 ;
	display: inline-flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: white;
  border-color: #4c9ea1;
  background-color: #4c9ea1;
  font-weight: bold;
}

@media (max-width: 767px) {
.top-office .area .list-wrap ul li .btn{
	width: 90%;
}
.top-office .area .list-wrap ul li .btn:first-child{
	margin:2% auto ;
	}
}

.top-office .area .list-wrap ul li .btn.-green .main{
	width: 80%;
  font-size: 16px;
  margin: 0 0 0 5%;
}

@media (max-width: 767px) {
.top-office .area .list-wrap ul li .btn.-green .main{
	max-width: 78%;
  font-size: 15px;
  }
}



.top-office .area .list-wrap ul li .btn.-green .main a{
  display: block;
	width: 100%;
}


 .top-office .area .list-wrap ul li .btn.-green::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("assets/img/icon-open-data-transfer-download@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  left: 10%;
  top: 32%;
}

@media (max-width: 767px) {
 .top-office .area .list-wrap ul li .btn.-green::before {
  left: 5%;
  }
}

.top-office .area .list-wrap ul li .btn:hover{
  color: #4c9ea1;
  border: 2px solid #4c9ea1;
  background-color: white;
}

 .top-office .area .list-wrap ul li .btn:hover.-green::before,  .btn-wrap .btn:active.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-green@2x.png") no-repeat;
  background-size: contain;
}
/*============
footer
=============*/
footer .bg {
  border-top: 4px solid #1b305b;
  background-color: #f8f8f8;
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
@media (max-width: 767px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .menu-area {
  display: -webkit-box;

  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 886px;
}
@media (max-width: 1395px) {
  footer .menu-area {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  footer .menu-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer .menu-area .area {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
}
footer .menu-area .area a:hover, footer .menu-area .area a:active {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .menu-area .area .menu-parent > li .menu-parent-title {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #1b305b;
  border-bottom: solid 2px #1b305b;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  footer .menu-area .area .menu-parent > li .menu-parent-title {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
footer .menu-area .area .menu-parent > li .menu-child {
  margin-top: 13px;
}
@media (max-width: 767px) {
  footer .menu-area .area .menu-parent > li .menu-child {
    margin-top: 6px;
  }
}
footer .menu-area .area .menu-parent > li .menu-child > li a {
  font-size: 14px;
  color: #222222;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .menu-area .area .menu-parent > li .menu-child > li a {

    line-height: 29px;
  }
}
footer .menu-area .area .menu-parent .link-area {
  padding-top: 50px;
}
@media (max-width: 767px) {
  footer .menu-area .area .menu-parent .link-area {
    padding-top: 10px;
  }
}

footer .menu-area .area .menu-parent .link-area .snslogo {
  padding: 6px 0 0 5px;
  line-height: normal;
  position: absolute;
}

footer .menu-area .area .menu-parent .link-area .snslogo img{
  width: 20px;
}

footer .menu-area .area .menu-parent .link-area a {
  font-size: 14px;
  line-height: 36px;
  color: #5b5b5b;
}
footer .menu-area .area .menu-parent .link-area a:hover, footer .menu-area .area .menu-parent .link-area a:active {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .banner-area {
  width: 270px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  footer .banner-area {
    width: 100%;
    padding-top: 20px;
  }
}
footer .banner-area .btn-wrap {
  width: 270px;
}
@media (max-width: 767px) {
  footer .banner-area .btn-wrap {
    width: 100%;
    max-width: 345px;
  }
}
footer .banner-area .btn-wrap:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .banner-area .btn-wrap:not(:last-child) {
    margin-bottom: 12px;
  }
}
footer .banner-area .btn-wrap:last-child {
  margin-top: 60px;
}
@media (max-width: 767px) {
  footer .banner-area .btn-wrap:last-child {
    margin-top: 23px;
  }
}
footer .banner-area .btn-wrap .btn {
  width: 270px;
  height: 52px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  footer .banner-area .btn-wrap .btn {
    width: 100%;
  }
}
footer .banner-area .btn-wrap .btn.-navy::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url("assets/img/icon-ionic-md-mail@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
footer .banner-area .btn-wrap .btn.-blue::before {
  content: "";
  width: 19.43px;
  height: 24px;
  background: url("assets/img/icon-checklist@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
footer .banner-area .btn-wrap .btn.-green::before {
  content: "";
  width: 20.22px;
  height: 20.22px;
  background: url("assets/img/icon-open-data-transfer-download@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
footer .banner-area .btn-wrap .btn:hover.-navy::before, footer .banner-area .btn-wrap .btn:active.-navy::before {
  background: url("assets/img/icon-ionic-md-mail-navy@2x.png") no-repeat;
  background-size: contain;
}
footer .banner-area .btn-wrap .btn:hover.-blue::before, footer .banner-area .btn-wrap .btn:active.-blue::before {
  background: url("assets/img/icon-checklist-blue@2x.png") no-repeat;
  background-size: contain;
}
footer .banner-area .btn-wrap .btn:hover.-green::before, footer .banner-area .btn-wrap .btn:active.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-green@2x.png") no-repeat;
  background-size: contain;
}
footer .site-info {
  padding-top: 20px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  footer .site-info {
    margin: 0;
    padding-top: 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .site-info .logo {
  width: 298px;
}
@media (max-width: 767px) {
  footer .site-info .logo {
    width: 245px;
  }
}
footer .site-info .copyright {
  padding-top: 10px;
  font-size: 12px;
  color: #c3c3c3;
}
@media (max-width: 767px) {

  footer .site-info .copyright {
    padding-top: 5px;
  }
}

/*============
contact-section
=============*/
#contact-section .bg {
  background-image: url("assets/img/contact-section-bg@2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #contact-section .bg {
    background-image: url("assets/img/contact-section-bg-sp@3x.jpg");
  }
}
#contact-section .container-inner {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#contact-section .inner {
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 15px;
}
#contact-section .inner .catch {
  color: white;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #contact-section .inner .catch {
    font-size: 20px;
    line-height: 29px;
  }
}
#contact-section .inner p {
  color: white;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  padding-top: 12px;
}
#contact-section .inner .btn-wrap {
  padding-top: 20px;
  z-index: 1;
}
#contact-section .inner .btn-wrap .btn {
  font-size: 22px;
  line-height: 36px;
  width: 378px;
  height: 66px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  #contact-section .inner .btn-wrap .btn {
    width: 315px;
    height: 60px;
    font-size: 18px;
  }
}
#contact-section .inner .btn-wrap .btn::before {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url("assets/img/icon-ionic-md-mail@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
#contact-section .inner .btn-wrap .btn:hover::before, #contact-section .inner .btn-wrap .btn:active::before {
  background-image: url("assets/img/icon-ionic-md-mail-navy@2x.png");
}
#contact-section .backtxtimg {
  bottom: 0;
  left: 0;
  width: 325px;
}
@media (max-width: 767px) {
  #contact-section .backtxtimg {
    width: 191px;
  }
}

/*============
business 共通
=============*/
.business .topsection .bg {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .business .topsection .bg {
    padding-top: 15px;
    padding-bottom: 46px;
  }
}
.business .topsection .container-inner {
  max-width: 1280px;
}
.business .topsection .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.business .topsection .wrap .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .business .topsection .wrap .imgarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .business .topsection .wrap .imgarea .imgwrap {
    position: relative;
    padding-bottom: 55%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .business .topsection .wrap .imgarea .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.business .topsection .wrap .txtarea {
  color: white;
}
.business .topsection .wrap .txtarea .inner {
  padding: 30px 13% 50px;
}
@media (max-width: 767px) {
  .business .topsection .wrap .txtarea .inner {
    padding: 30px 23px 24px;
  }

}
.business .topsection .wrap .txtarea .inner .catch {
  font-size: 26px;
  font-weight: bold;
  line-height: 56px;
}
@media (max-width: 767px) {
  .business .topsection .wrap .txtarea .inner .catch {
    font-size: 18px;
    line-height: 29px;
  }
}
.business .topsection .wrap .txtarea .inner .catch .bigger {
  font-size: 35px;
}
@media (max-width: 767px) {
  .business .topsection .wrap .txtarea .inner .catch .bigger {
    font-size: 20px;
    line-height: 32px;
  }
}
.business .topsection .wrap .txtarea .inner .lead {
  line-height: 2;
  padding-top: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business .topsection .wrap .txtarea .inner .lead {
    font-size: 14px;
    padding-top: 42px;
  }
}
.business .topsection .wrap .txtarea .backtxtimg {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: auto;
  width: 100px;
}
.business .sectitle .ttlundertxt {
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business .sectitle .ttlundertxt {
    font-size: 14px;
    line-height: 25px;
  }
}
.business .case .bg {
  background-color: #eef3f8;
}
.business .case .case-list-wrap {
  padding: 103px 3.2% 112px;
}
@media (max-width: 767px) {
  .business .case .case-list-wrap {
    padding: 50px 0% 32px;
  }
}
.business .case .case-list-wrap .fukidashi-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #09468b;
  color: white;
  font-size: 22px;
  font-weight: bold;
  max-width: 1000px;
  padding: 18px;
}
@media (max-width: 767px) {
  .business .case .case-list-wrap .fukidashi-ttl {
    font-size: 20px;
    padding: 13px;
  }
}
.business .case .case-list-wrap .fukidashi-ttl:after {
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "";
  width: 16px;
  height: 29px;
  background: url("assets/img/triangle-arrow-blue@2x.png") no-repeat;
  background-size: contain;
}
.business .case .case-list-wrap .fukidashi-ttl img {
  position: absolute;
  width: 107.35px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(calc(-50% + 123px), calc(-50% - 15px));
          transform: translate(calc(-50% + 123px), calc(-50% - 15px));
}
@media (max-width: 767px) {
  .business .case .case-list-wrap .fukidashi-ttl img {
    width: 75px;
    -webkit-transform: translate(calc(-50% + 110px), calc(-50% - 20px));
            transform: translate(calc(-50% + 110px), calc(-50% - 20px));
  }
}
.business .case .case-list-wrap .case-list {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .business .case .case-list-wrap .case-list {
    padding-top: 40px;
  }
}
.business .case .case-list-wrap .case-list .case-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .business .case .case-list-wrap .case-list .case-item:not(:last-child) {
    margin-bottom: 56px;
  }
}
.business .case .case-list-wrap .case-list .case-item .name {
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business .case .case-list-wrap .case-list .case-item .name {
    font-size: 16px;
  }
}
.business .case .case-list-wrap .case-list .case-item .no {
  color: #d7dde8;
  font-size: 38px;
  font-weight: bold;
  text-align: right;
  margin-top: -12px;
  line-height: 1;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .business .case .case-list-wrap .case-list .case-item .no {
    letter-spacing: 2px;
    font-size: 25px;
  }
}
.business .case .case-list-wrap .case-list .case-item .whitebox {
  background-color: white;
  padding: 47px 13.8% 44px;
}
@media (max-width: 999px) {
  .business .case .case-list-wrap .case-list .case-item .whitebox {
    padding: 30px 10.3% 30px 4.5%;
  }
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 999px) {
  .business .case .case-list-wrap .case-list .case-item .whitebox .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .before,
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .after {
  -ms-flex-preferred-size: 41.2%;
      flex-basis: 41.2%;
  position: relative;
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .before:before,
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .after:before {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  line-height: 1;
  right: -35px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: bold;
  letter-spacing: 6px;
}
@media (max-width: 999px) {
  .business .case .case-list-wrap .case-list .case-item .whitebox .inner .before:before,
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .after:before {
    font-size: 44px;
    right: -27px;
    letter-spacing: 5px;
  }
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .before:after,
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .after:after {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  width: 115px;
  height: 37px;
  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;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 999px) {
  .business .case .case-list-wrap .case-list .case-item .whitebox .inner .before:after,
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .after:after {
    font-size: 13px;
    width: 89px;
    height: 27px;
  }
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .before::before {
  content: "BEFORE";
  opacity: 0.17;
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .after::before {
  content: "AFTER";
  color: #004aa3;
  opacity: 0.85;
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .before::after {
  content: "施工前";
  background-color: #858585;
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .after::after {
  content: "施工後";
  background-color: #09468b;
}
.business .case .case-list-wrap .case-list .case-item .whitebox .inner .arrow {
  -ms-flex-preferred-size: 16px;
      flex-basis: 16px;
  height: 30px;
  background: url("assets/img/triangle-arrow-blue@2x.png") no-repeat;
  background-size: contain;
}
@media (max-width: 999px) {
  .business .case .case-list-wrap .case-list .case-item .whitebox .inner .arrow {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 16px;
    height: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 5px;
  }
}
.business .division .bg {
  background-color: #e8e8e8;
  padding-top: 142px;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .business .division .bg {
    padding-top: 47px;
    padding-bottom: 18px;
  }
}
.business .division .div-list-wrap .div-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;

      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business .division .div-list-wrap .div-list .div-item {
  cursor: pointer;
  -ms-flex-preferred-size: 29.3%;
      flex-basis: 29.3%;
  position: relative;

  background-color: white;
  margin-bottom: 53px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 999px) {
  .business .division .div-list-wrap .div-list .div-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media (max-width: 767px) {
  .business .division .div-list-wrap .div-list .div-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}
.business .division .div-list-wrap .div-list .div-item .number {
  color: white;
  position: absolute;
  top: -35px;

  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .business .division .div-list-wrap .div-list .div-item .number {
    right: 10px;
  }
}
.business .division .div-list-wrap .div-list .div-item .number .no {
  font-size: 60px;
  line-height: 1.16;
}
.business .division .div-list-wrap .div-list .div-item .number .txt {
  font-size: 13px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .business .division .div-list-wrap .div-list .div-item .number .txt {
    font-size: 9px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .business .division .div-list-wrap .div-list .div-item .imgfitarea {
    position: relative;
    padding-bottom: 61%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
}
.business .division .div-list-wrap .div-list .div-item .title {
  font-size: 30px;
  position: relative;
  font-weight: bold;
  text-align: center;
  width: 70%;
  margin: 30px auto 0px;
  padding: 3px 0px;
}
@media (max-width: 767px) {
  .business .division .div-list-wrap .div-list .div-item .title {
    width: 63%;
    margin: 19px auto 0px;
    padding: 1px 0px;
    font-size: 22px;
  }
}
.business .division .div-list-wrap .div-list .div-item .title::before, .business .division .div-list-wrap .div-list .div-item .title::after {
  position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .business .division .div-list-wrap .div-list .div-item .title::before, .business .division .div-list-wrap .div-list .div-item .title::after {
    width: 12px;
    height: 27px;
  }
}
.business .division .div-list-wrap .div-list .div-item .title::before {
  top: 0;
  left: 0;
  content: "";
  background-image: url("assets/img/kagi-start-black@3x.png");
}
.business .division .div-list-wrap .div-list .div-item .title::after {
  bottom: 0;
  right: 0;
  content: "";
  background-image: url("assets/img/kagi-end-black@3x.png");
}
.business .division .div-list-wrap .div-list .div-item .lead {
  padding: 17px 30px 40px;
  line-height: 1.625;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business .division .div-list-wrap .div-list .div-item .lead {
    font-size: 14px;
    line-height: 25px;
    padding: 15px 15px 20px;
  }
}
.business .division .div-list-wrap .div-list .div-item .readmore {
  border-top: 1px solid #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 25px 0;
  padding: 23px;
}
@media (max-width: 767px) {
  .business .division .div-list-wrap .div-list .div-item .readmore {
    font-size: 17px;
    margin: auto 15px 0;
    padding: 13px;
  }
}
.business .division .div-list-wrap .div-list .div-item .readmore .plus {
  font-size: 20px;
  margin-left: 20px;
}
.business .division .div-list-wrap .div-list .div-item:hover {
  background-color: #1b305b;
  color: white;
}
.business .division .div-list-wrap .div-list .div-item:hover .title::before {
  background-image: url("assets/img/kagi-start@3x.png");
}
.business .division .div-list-wrap .div-list .div-item:hover .title::after {
  background-image: url("assets/img/kagi-end@3x.png");
}

/*============
business
=============*/
#business .summary .bg {
  background: url("assets/img/business-topsection-bg@2x.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #business .summary .bg {
    padding-top: 30px;
    padding-bottom: 37px;
  }
}
@media (max-width: 767px) {
  #business .summary .container-inner {
    padding: 0;
  }
}
#business .summary .container-inner .boxwrap {
  max-width: 1200px;
  background-color: #000000;
  opacity: 0.83;
  color: white;
  font-weight: bold;
  padding: 55px 8.2%;
}
@media (max-width: 767px) {
  #business .summary .container-inner .boxwrap {
    padding: 34px 4%;
  }
}
#business .summary .container-inner .catch {
  font-size: 40px;
}
@media (max-width: 767px) {
  #business .summary .container-inner .catch {
    font-size: 22px;
    line-height: 34px;
  }
}
#business .summary .container-inner .lead {
  font-size: 16px;
  line-height: 2;
  padding-top: 22px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #business .summary .container-inner .lead {
    padding-top: 25px;
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
#business .summary .container-inner .graphic {
  width: 64%;
  margin: 50px auto;
}
@media (max-width: 767px) {
  #business .summary .container-inner .graphic {
    width: 99.3%;
    margin: 11% auto 13.4%;
  }
}
#business .summary .container-inner .graphic .logo-ace {
  top: 15.1%;
  left: -28.5%;
  width: 39%;
}
@media (max-width: 767px) {
  #business .summary .container-inner .graphic .logo-ace {
    top: 27.2%;
    left: -0.3%;
    width: 19%;
  }

}
#business .summary .container-inner .graphic .logo-jer {
  top: 15.1%;
  right: -27.5%;
  width: 39%;
}
@media (max-width: 767px) {
  #business .summary .container-inner .graphic .logo-jer {
    top: 26.1%;
    right: 1.9%;
    width: 15.9%;
  }
}
#business .summary .container-inner .graphic .logo-technos {
  bottom: -8.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 39%;
}
@media (max-width: 767px) {
  #business .summary .container-inner .graphic .logo-technos {
    bottom: -14.4%;
    width: 46.5%;
  }
}
#business .summary .container-inner .graphic a {
  display: block;
}

/*============
anticorrosion
=============*/
#anticorrosion .topsection .txtarea {
  background-color: #062158;
}
#anticorrosion .method {
  padding-top: 73px;
}
@media (max-width: 767px) {
  #anticorrosion .method {
    padding-top: 59px;
  }
}
#anticorrosion .method .container-inner {
  max-width: 1280px;
}
#anticorrosion .method .sectitle {
  max-width: 1013px;
}
@media (max-width: 767px) {
  #anticorrosion .method .sectitle .ttlbox {
    width: 83%;
  }
}
#anticorrosion .method .sectitle .ttlundertxt {
  padding: 30px 18px 0;
}
@media (max-width: 767px) {
  #anticorrosion .method .sectitle .ttlundertxt {
    padding: 13px 0px 0;
  }
}
#anticorrosion .method .method-list-wrap {
  padding-top: 66px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap {
    padding-top: 38px;
    padding-bottom: 44px;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item {
  padding: 50px 7%;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item {
    padding: 30px 7% 40px;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item.-no01 {
  background-image: url("assets/img/anticorrosion-method-bg01@2x.jpg");
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item.-no01 {
    background-image: url("assets/img/anticorrosion-method-bg01-sp@3x.jpg");
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item.-no02 {
  background-image: url("assets/img/anticorrosion-method-bg02@2x.jpg");
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item.-no02 {
    background-image: url("assets/img/anticorrosion-method-bg02-sp@3x.jpg");
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item.-no03 {
  background-image: url("assets/img/anticorrosion-method-bg03@2x.jpg");
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item.-no03 {
    background-image: url("assets/img/anticorrosion-method-bg03-sp@3x.jpg");
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item.-no04 {
  background-image: url("assets/img/anticorrosion-method-bg04@2x.jpg");
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item.-no04 {
    background-image: url("assets/img/anticorrosion-method-bg04-sp@3x.jpg");
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .titlebox {
  -ms-flex-preferred-size: 45.5%;
      flex-basis: 45.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .titlebox .titleboxinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
  margin-top: -5px;
}
@media (max-width: 999px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item .inner .titlebox .titleboxinner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .titlebox .titleboxinner p {
  font-size: 28px;
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item .inner .titlebox .titleboxinner p {
    font-size: 20px;
    line-height: 36px;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .titlebox .titleboxinner .no {
  width: 110px;
  letter-spacing: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .titlebox .titleboxinner .no:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: white;
  position: absolute;
  margin-left: 28px;

}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item .inner .titlebox .titleboxinner .no:after {
    width: 45px;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox {
  -ms-flex-preferred-size: 54.5%;
      flex-basis: 54.5%;
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    padding-top: 40px;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox .btn-wrap {
  padding-top: 44px;
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox .btn-wrap {
    padding-top: 27px;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox .btn-wrap .btn {
  width: 320px;
  height: 64px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 767px) {
  #anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox .btn-wrap .btn {
    width: 295px;
    height: 62px;
  }
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox .btn-wrap .btn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
#anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox .btn-wrap .btn:hover::after, #anticorrosion .method .method-list-wrap .method-list .method-item .inner .expbox .btn-wrap .btn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-right@2x.png");
}
#anticorrosion .case .bg {
  padding-top: 60px;
}
@media (max-width: 767px) {
  #anticorrosion .case .bg {
    padding-top: 43px;
  }
}
#anticorrosion .case .sectitle {
  max-width: 340px;
}
@media (max-width: 767px) {
  #anticorrosion .case .sectitle .backtxtimg {
    width: 44.1%;
  }
}
#anticorrosion .case .about-jer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1000px) {
  #anticorrosion .case .about-jer {
    background: url("assets/img/anticorrosion-case-top-bg@2x.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 23px;
  }
}
#anticorrosion .case .about-jer .txtbox {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-weight: bold;
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer .txtbox {
    background: url("assets/img/anticorrosion-case-top-bg-sp@3x.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
#anticorrosion .case .about-jer .txtbox .inner {
  background-color: white;
  margin: 6% 8.8%;
  padding: 4% 5% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer .txtbox .inner {
    margin: 15px;
    padding: 29px 15px 32px;
  }
}
#anticorrosion .case .about-jer .txtbox .inner .yellowbox {
  color: #0a0a0a;
  font-size: 18px;
  background-color: #fed638;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 15px;
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer .txtbox .inner .yellowbox {
    font-size: 14px;
    padding: 2px 11px;
  }
}
#anticorrosion .case .about-jer .txtbox .inner .jer-logo {
  width: 360px;
  padding-top: 22px;
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer .txtbox .inner .jer-logo {
    width: 278px;
    padding-top: 17px;
  }
}
#anticorrosion .case .about-jer .txtbox .inner .catch {
  font-size: 25px;
  line-height: 38px;
  padding-top: 20px;
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer .txtbox .inner .catch {
    font-size: 16px;
    line-height: 22px;
  }
}
#anticorrosion .case .about-jer .txtbox .inner .line {
  width: 95px;
  padding-top: 10px;
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer .txtbox .inner .line {
    padding-top: 8px;
  }
}
#anticorrosion .case .about-jer .txtbox .inner .txt {
  padding-top: 17px;
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer .txtbox .inner .txt {
    padding-top: 25px;
    font-size: 14px;
    line-height: 25px;
  }
}
#anticorrosion .case .about-jer .mapbox {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 1000px) {
  #anticorrosion .case .about-jer .mapbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3%;
    padding-right: 2.2%;
  }
}
@media (max-width: 999px) {
  #anticorrosion .case .about-jer .mapbox {
    background-color: #022563;
    height: 522px;
    width: 100%;
    padding: 10px;
  }
  #anticorrosion .case .about-jer .mapbox .inner {
    height: 522px;
    width: 635px;
    padding: 10px;
  }
  #anticorrosion .case .about-jer .mapbox .inner img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*============
ses
=============*/
#ses .topsection .txtarea {
  background-color: #2b457a;
}
#ses .structure .container-inner {
  max-width: 1100px;
}
#ses .structure .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 57px;
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  #ses .structure .tab-group {
    padding-top: 43px;
    padding-bottom: 18px;
  }
}
#ses .structure .tab.btn-wrap {
  cursor: pointer;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
#ses .structure .tab.btn-wrap .btn {
  border: solid 2px #1b305b;
  height: 100px;
  font-size: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  #ses .structure .tab.btn-wrap .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    line-height: 23px;
    height: 84px;
  }
}
#ses .structure .tab.btn-wrap .btn:after {
  position: absolute;
  content: "";
  background-image: url("assets/img/icon-ionic-ios-arrow-dropdown-circle-navy@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  right: 20px;
}
@media (max-width: 767px) {
  #ses .structure .tab.btn-wrap .btn:after {
    position: relative;
    margin-top: 10px;
    width: 18px;
    height: 18px;
    right: unset;
  }
}
#ses .structure .tab.btn-wrap .btn:hover::after {
  background-image: url("assets/img/icon-ionic-ios-arrow-dropdown-circle-white@2x.png");
}
#ses .structure .panel-group {
  background: #f8f8f8;
}
#ses .structure .panel {
  display: none;
}
#ses .structure .tab.is-active.btn-wrap .btn {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
  border-color: #1b305b;
  background-color: #1b305b;
}
#ses .structure .tab.is-active.btn-wrap .btn:after {
  background-image: url("assets/img/icon-ionic-ios-arrow-dropdown-circle-white@2x.png");
}
#ses .structure .panel.is-show {
  display: block;
}
#ses .structure .sectitle {
  padding-top: 47px;
  padding-bottom: 26px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  #ses .structure .sectitle {
    padding-top: 44px;
    padding-bottom: 31px;
  }
}
#ses .structure .repair-list-wrap .repair-list {
  padding-top: 23px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #ses .structure .repair-list-wrap .repair-list {
    padding-top: 11px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ses .structure .repair-list-wrap .repair-list .repair-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  #ses .structure .repair-list-wrap .repair-list .repair-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#ses .structure .repair-list-wrap .repair-list .repair-item .name {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #ses .structure .repair-list-wrap .repair-list .repair-item .name {
    font-size: 18px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  #ses .structure .repair-list-wrap .repair-list .repair-item .imgwrap {
    position: relative;
    padding-bottom: 62.2%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #ses .structure .repair-list-wrap .repair-list .repair-item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  #ses .structure .panel-construction .repair-list-wrap .repair-list .repair-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
#ses .structure .type-list-wrap .type-list {
  padding-top: 39px;
  padding-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;

          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #ses .structure .type-list-wrap .type-list {
    padding-top: 22px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#ses .structure .type-list-wrap .type-list .type-item {
  position: relative;
  -ms-flex-preferred-size: 48.2%;
      flex-basis: 48.2%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #ses .structure .type-list-wrap .type-list .type-item {
    margin-bottom: 49px;
  }
}
#ses .structure .type-list-wrap .type-list .type-item .no {
  position: absolute;
  font-size: 18px;
  color: white;
  width: 41px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  background-color: #09468b;
  z-index: 1;
}
@media (max-width: 767px) {
  #ses .structure .type-list-wrap .type-list .type-item .no {
    width: 36px;
    height: 28px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #ses .structure .type-list-wrap .type-list .type-item .imgwrap {
    position: relative;
    padding-bottom: 62.2%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #ses .structure .type-list-wrap .type-list .type-item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
#ses .structure .type-list-wrap .type-list .type-item .name {
  padding-top: 15px;
}
#ses .structure .type-list-wrap .type-list .type-item .exp {
  font-weight: bold;
  line-height: 26px;
  font-size: 16px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  #ses .structure .type-list-wrap .type-list .type-item .exp {
    padding-top: 4px;
    line-height: 25px;
    font-size: 14px;
  }
}

/*============
chemical
=============*/
#chemical .topsection .txtarea {
  background-color: #09468b;
}
#chemical .topsection .subimg-area {
  background-color: white;
  padding: 76.7px 4.4% 0px;
}
@media (max-width: 767px) {
  #chemical .topsection .subimg-area {
    padding: 40px 0 13px;
  }
}
#chemical .topsection .subimg-area .subimg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#chemical .topsection .subimg-area .subimg-list .subimg-item {
  -ms-flex-preferred-size: 29.4%;
      flex-basis: 29.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  #chemical .topsection .subimg-area .subimg-list .subimg-item {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    margin-bottom: 20px;
  }
}
#chemical .topsection .subimg-area .subimg-list .subimg-item p {
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  #chemical .topsection .subimg-area .subimg-list .subimg-item p {
    font-size: 14px;
    line-height: 15px;
  }
}
#chemical .our-procuct .bg {
  background-image: url("assets/img/chemical-our-product-bg@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#chemical .our-procuct .sectitle .ttlbox {
  max-width: 945px;
  padding-top: 150px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  #chemical .our-procuct .sectitle .ttlbox {
    padding-top: 43px;
    padding-bottom: 82px;
  }
  #chemical .our-procuct .sectitle .ttlbox .ttl {
    top: 35%;
  }
}
#chemical .our-procuct .sectitle .ttlundertxt {
  text-align: center;
}
@media (max-width: 767px) {
  #chemical .our-procuct .sectitle .ttlundertxt {
    text-align: left;
  }
}
#chemical .our-procuct .sectitle .ttlundertxt a {
  color: #09468b;
  text-decoration: underline;
}
#chemical .our-procuct .product-list-wrap {
  padding: 62px 9.8% 20px;
}
@media (max-width: 767px) {
  #chemical .our-procuct .product-list-wrap {
    padding: 27px 0px 17px;
  }
}
#chemical .our-procuct .product-list-wrap .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #chemical .our-procuct .product-list-wrap .product-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#chemical .our-procuct .product-list-wrap .product-list .product-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  #chemical .our-procuct .product-list-wrap .product-list .product-item {
    -ms-flex-preferred-size: 100%;

        flex-basis: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #chemical .our-procuct .product-list-wrap .product-list .product-item .imgwrap {
    position: relative;
    padding-bottom: 62.5%;
    width: 100%;

    height: 0;
    overflow: hidden;
  }
  #chemical .our-procuct .product-list-wrap .product-list .product-item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
#chemical .our-procuct .product-list-wrap .product-list .product-item p {
  padding-top: 20px;
}
@media (max-width: 767px) {
  #chemical .our-procuct .product-list-wrap .product-list .product-item p {
    padding-top: 9px;
  }
}
#chemical .our-procuct .product-list-wrap .product-list .product-item p span {
  font-size: 14px;
  color: #616161;
}
#chemical .our-procuct .product-list-wrap .product-list .product-item p .bgwhite {
  background-color: white;
  font-weight: bold;
}
#chemical .our-procuct .product-list-wrap .product-list .product-item p .red {
  color: #e4020e;
  font-weight: normal;
}
#chemical .our-procuct .product-list-wrap .product-list .product-item p.add {
  padding-top: 2px;
  line-height: 35px;
}
@media (max-width: 767px) {
  #chemical .our-procuct .product-list-wrap .product-list .product-item p.add {
    padding-top: 5px;
    line-height: 27px;
    letter-spacing: 1.3px;
  }
}
#chemical .case .bg {
  padding-top: 5px;
}
@media (max-width: 767px) {
  #chemical .case .bg {
    padding-top: 12px;
  }
}

/*============
medicine
=============*/
#medicine .topsection .txtarea {
  background-color: #172136;
}
#medicine .variety .variety-list-wrap {
  padding: 80px 0 65px;
  max-width: 1176px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #medicine .variety .variety-list-wrap {
    padding: 40px 0 41px;
  }
}
#medicine .variety .variety-list-wrap .variety-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#medicine .variety .variety-list-wrap .variety-list .variety-item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  #medicine .variety .variety-list-wrap .variety-list .variety-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #medicine .variety .variety-list-wrap .variety-list .variety-item .imgwrap {
    position: relative;
    padding-bottom: 62.5%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #medicine .variety .variety-list-wrap .variety-list .variety-item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
#medicine .variety .variety-list-wrap .variety-list .variety-item .name {
  padding-top: 20px;
}
@media (max-width: 767px) {
  #medicine .variety .variety-list-wrap .variety-list .variety-item .name {
    padding-top: 15px;
  }
}
#medicine .variety .variety-list-wrap .variety-list .variety-item .exp {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding-top: 15px;
  padding: 0 3%;
}
@media (max-width: 767px) {
  #medicine .variety .variety-list-wrap .variety-list .variety-item .exp {
    font-size: 14px;
    line-height: 25px;
    padding-top: 4px;
  }
}
#medicine .slump .slump-list-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  #medicine .slump .slump-list-wrap {
    padding-bottom: 33px;
  }
}
#medicine .slump .slump-list-wrap .slump-list {
  padding-top: 40px;
}
@media (max-width: 767px) {
  #medicine .slump .slump-list-wrap .slump-list {
    padding-top: 25px;
  }
}
#medicine .slump .slump-list-wrap .slump-list .slump-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  #medicine .slump .slump-list-wrap .slump-list .slump-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#medicine .slump .slump-list-wrap .slump-list .slump-item .txtarea {
  color: white;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  background-color: #172136;
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5.6%;
}
@media (max-width: 767px) {
  #medicine .slump .slump-list-wrap .slump-list .slump-item .txtarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 15px 45px;
  }
}
#medicine .slump .slump-list-wrap .slump-list .slump-item .txtarea .no {
  position: absolute;
  font-size: 61px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.07;
  bottom: 0;
  left: 15px;
}
@media (max-width: 767px) {
  #medicine .slump .slump-list-wrap .slump-list .slump-item .txtarea .no {
    position: relative;
    font-size: 35px;
    left: unset;
    bottom: unset;
    padding-bottom: 22px;
  }
}
#medicine .slump .slump-list-wrap .slump-list .slump-item .imgarea {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
}
#medicine .slump .slump-list-wrap .slump-list .slump-item .imgarea .imgwrap {
  height: 100%;
}
#medicine .slump .slump-list-wrap .slump-list .slump-item .imgarea .imgwrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  #medicine .slump .slump-list-wrap .slump-list .slump-item .imgarea .imgwrap {
    position: relative;
    padding-bottom: 66%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #medicine .slump .slump-list-wrap .slump-list .slump-item .imgarea .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media (min-width: 768px) {
  #medicine .slump .slump-list-wrap .slump-list .slump-item:nth-child(2n) .txtarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #medicine .slump .slump-list-wrap .slump-list .slump-item:nth-child(2n) .txtarea .no {
    left: unset;
    right: 15px;
  }
}

/*============
technology
=============*/
#technology .topsection .txtarea {
  background-color: #4c9ea1;
}
#technology .analysis .bg {
  background-image: url("assets/img/technology-analysis-bg@2x.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 173px;
  padding-bottom: 172px;
}
@media (max-width: 767px) {
  #technology .analysis .bg {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
#technology .analysis .container-inner {
  max-width: 1100px;
}
#technology .analysis .sectitle {
  background-color: #ffffffd9;
  padding: 20px 15px 48px;
}
@media (max-width: 767px) {
  #technology .analysis .sectitle {
    padding: 30px 25px 40px;
  }
}
#technology .analysis .ttlbox {
  width: 79%;
}
#technology .analysis .ttlundertxt {
  text-align: center;
  margin-top: -5px;
}
@media (max-width: 767px) {
  #technology .analysis .ttlundertxt {
    text-align: left;
    margin-top: 30px;
  }
}
#technology .development .dev-introduce {
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  #technology .development .dev-introduce {
    padding: 45px 0 53px;
  }
}
#technology .development .dev-introduce .container-inner {
  max-width: 1175px;
}
#technology .development .dev-introduce .ttlbox {
  width: 83%;
}
#technology .development .dev-introduce .ttlundertxt {
  text-align: center;
}
@media (max-width: 767px) {
  #technology .development .dev-introduce .ttlundertxt {
    text-align: left;
    margin-top: 30px;
  }
}
#technology .development .dev-introduce .img-list-wrap {
  padding-top: 65px;
}
@media (max-width: 767px) {
  #technology .development .dev-introduce .img-list-wrap {
    padding-top: 30px;
  }
}
#technology .development .dev-introduce .img-list-wrap .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 767px) {
  #technology .development .dev-introduce .img-list-wrap .img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#technology .development .dev-introduce .img-list-wrap .img-list .img-item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#technology .development .dev-introduce .img-list-wrap .img-list .img-item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #technology .development .dev-introduce .img-list-wrap .img-list .img-item .imgwrap {
    position: relative;
    padding-bottom: 62.5%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #technology .development .dev-introduce .img-list-wrap .img-list .img-item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
#technology .development .dev-introduce .img-list-wrap .img-list .img-item p {
  padding-top: 20px;
}
@media (max-width: 767px) {
  #technology .development .dev-introduce .img-list-wrap .img-list .img-item p {
    padding-top: 15px;
  }

}
#technology .development .dev-field .bg {
  background-image: url("assets/img/technology-development-bg@2x.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #technology .development .dev-field .bg {
    background-image: url("assets/img/technology-development-bg-sp@2x.jpg");
  }
}
#technology .development .dev-field .dev-list-wrap {
  padding-top: 75px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #technology .development .dev-field .dev-list-wrap {
    padding-top: 20px;
  }
}
#technology .development .dev-field .dev-list-wrap .dev-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 767px) {
  #technology .development .dev-field .dev-list-wrap .dev-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#technology .development .dev-field .dev-list-wrap .dev-list .dev-item {
  position: relative;
  color: white;
  font-weight: bold;
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  #technology .development .dev-field .dev-list-wrap .dev-list .dev-item:not(:last-child) {
    margin-bottom: 35px;
  }
}
#technology .development .dev-field .dev-list-wrap .dev-list .dev-item .no {
  position: absolute;
  font-size: 39px;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  #technology .development .dev-field .dev-list-wrap .dev-list .dev-item .no {
    right: 15px;
  }
}
#technology .development .dev-field .dev-list-wrap .dev-list .dev-item .imgwrap {
  width: 80%;
  margin: 60px auto 0;
}
#technology .development .dev-field .dev-list-wrap .dev-list .dev-item .name {
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #technology .development .dev-field .dev-list-wrap .dev-list .dev-item .name {
    font-size: 22px;
    padding-top: 17px;
  }
}
#technology .development .dev-field .dev-list-wrap .dev-list .dev-item .name .skyblue {
  color: #4bc1ff;
}
#technology .development .dev-field .dev-list-wrap .dev-list .dev-item .name .small {
  display: block;
  font-size: 64%;
  line-height: 20px;
}
#technology .development .dev-field .dev-list-wrap .dev-list .dev-item .txt {
  font-size: 16px;
  line-height: 2;
  padding-top: 30px;
}
@media (max-width: 767px) {
  #technology .development .dev-field .dev-list-wrap .dev-list .dev-item .txt {
    font-size: 14px;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
    padding-top: 17px;
  }
}

/*============
sales
=============*/
#sales .topsection .txtarea {
  background-color: #081737;
}
#sales .our-work .sectitle .ttlbox {
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 35px;
  width: 67%;
}
@media (max-width: 767px) {
  #sales .our-work .sectitle .ttlbox {
    padding-top: 44px;
    padding-bottom: 18px;
  }
}
#sales .our-work .our-work-box {
  max-width: 1100px;
  margin: 0 auto;
  border: 8px solid #081737;
  background-image: url("assets/img/sales-our-work-bg@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #081737;
  font-size: 22px;
  line-height: 51px;
  font-weight: bold;
  padding: 46px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  #sales .our-work .our-work-box {
    border-width: 4px;
    font-size: 16px;
    line-height: 25px;
    padding: 30px 25px 30px 38px;
    margin-bottom: 56px;
  }
}
#sales .our-work .our-work-box ul {
  list-style-type: disc;
}
@media (max-width: 767px) {
  #sales .our-work .our-work-box ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
#sales .our-work .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  #sales .our-work .wrap {
    padding-bottom: 28px;
  }
}
#sales .our-work .wrap .ttl {
  max-width: 1100px;
  margin: 0 auto;
}
#sales .our-work .wrap .list {
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 767px) {
  #sales .our-work .wrap .list {
    padding-top: 31px;
  }
}
#sales .our-work .wrap .list .item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  #sales .our-work .wrap .list .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  #sales .our-work .wrap .list .item .imgwrap {
    position: relative;
    padding-bottom: 63.6%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #sales .our-work .wrap .list .item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

/*============
会社案内 共通
=============*/
.company .menu-section {
  padding-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .company .menu-section {
    padding-top: 50px;
    padding-bottom: 42px;
  }
}
.company .menu-section .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;

      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company .menu-section .menu-list .menu-item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  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;
  margin-bottom: 3.8%;
}
@media (max-width: 767px) {
  .company .menu-section .menu-list .menu-item {

    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 16px;
  }
}
.company .menu-section .menu-list .menu-item .imgwrap {
  overflow: hidden;
}
@media (max-width: 767px) {
  .company .menu-section .menu-list .menu-item .imgwrap {
    position: relative;
    padding-bottom: 61%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .company .menu-section .menu-list .menu-item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.company .menu-section .menu-list .menu-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
@media (max-width: 999px) {
  .company .menu-section .menu-list .menu-item .inner {
    padding-top: 2px;
  }
}
.company .menu-section .menu-list .menu-item .ttl {
  color: white;
  font-weight: bold;
  top: 30%;
  left: 0;
  right: 0;
}
.company .menu-section .menu-list .menu-item .ttl .oswald {
  font-size: 48px;
  line-height: 57px;
  font-weight: bold;
}
@media (max-width: 999px) {
  .company .menu-section .menu-list .menu-item .ttl .oswald {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .company .menu-section .menu-list .menu-item .ttl .oswald {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .company .menu-section .menu-list .menu-item .ttl .subttl {
    font-size: 14px;
    line-height: 18px;
  }
}
.company .menu-section .menu-list .menu-item .btn-wrap {
  padding-top: 25px;
}
@media (max-width: 999px) {
  .company .menu-section .menu-list .menu-item .btn-wrap {
    padding-top: 1vw;
  }
}
@media (max-width: 767px) {
  .company .menu-section .menu-list .menu-item .btn-wrap {
    padding-top: 20px;
  }
}
.company .menu-section .menu-list .menu-item .btn-wrap .btn {
  width: 228px;
  height: 54px;
  position: relative;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .company .menu-section .menu-list .menu-item .btn-wrap .btn {
    height: 50px;
  }
}
.company .menu-section .menu-list .menu-item .btn-wrap .btn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.company .menu-section .menu-list .menu-item .btn-wrap .btn:hover::after, .company .menu-section .menu-list .menu-item .btn-wrap .btn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
}

/*============
food
=============*/
/*============
bcp
=============*/
#food .top-catch .bg {
  background-color: #eef3f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #food .top-catch .bg {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#food .top-catch .catch {
  background-color: #1b305b;
  color: white;
  font-weight: bold;
  font-size: 35px;
  line-height: 56px;
  padding: 43px 15px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #food .top-catch .catch {
    font-size: 20px;
    line-height: 36px;
    padding: 35px 15px;
  }
}
#food .message .bg {
  background-color: #eef3f8;
  padding-bottom: 60px;
}
#food .message .ttlbox {
  max-width: 580px;
  width: 56%;
}
#food .message .flex {
  padding-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items: center;
}
@media (max-width: 767px) {
  #food .message .flex {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#food .message .flex .imgarea {
  -ms-flex-preferred-size: 46.5%;
      flex-basis: 46.5%;
}
#food .message .flex .txtarea {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#food .message .flex .txtarea .inner {
  padding: 0px 15px;
}
@media (max-width: 767px) {
  #food .message .flex .txtarea .inner {
    padding: 20px 0 0;
  }
}
#food .message .flex .txtarea .inner .title {
  font-weight: bold;
  font-size: 25px;
  line-height: 38px;
}
@media (max-width: 767px) {
  #food .message .flex .txtarea .inner .title {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}
#food .message .flex .txtarea .inner .txt {
  font-weight: bold;
  font-size: 15px;
  line-height: 32px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #food .message .flex .txtarea .inner .txt {
    font-size: 14px;
    line-height: 25px;
    padding-top: 25px;
  }
}
#food .message .flex .txtarea .inner .profile .shoulder {
  font-size: 15px;
  line-height: 28px;
  text-align: right;
}
#food .message .flex .txtarea .inner .profile .shoulder .bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  #food .message .flex .txtarea .inner .profile .shoulder .bold {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #food .message .flex .txtarea .inner .profile .shoulder {
    font-size: 13px;
    line-height: 21px;
  }
}

#food .business-food{
    padding-top: 140px;
}

@media (max-width: 767px) {
#food .business-food{
    padding-top: 40px;
  }
}

#food .business-food .ttlbox {
  max-width: 470px;
  width: 43%;
}
#food .business-food .wrap {
  background-image: url("assets/img/logo-backimg@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 50px;
}
#food .business-food .wrap .textbox .inner {
  padding-bottom: 60px;
}
#food .business-food .wrap .textbox .inner .title {
  font-size: 25px;
  color: #1b305b;
  position: relative;
  font-weight: bold;
  text-align: center;
  max-width: 600px;
	width: 60%;
  margin: 0 auto 32px;
  padding: 3px 0px;
}
@media (max-width: 767px) {
  #food .business-food .wrap .textbox .inner .title {
    max-width: 369px;
		width: 80%;
    margin: 19px auto 13px;
    padding: 1px 0px;
    font-size: 18px;
  }
}
#food .business-food .wrap .textbox .inner .title::before, #food .business-food .wrap .textbox .inner .title::after {
  position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #food .business-food .wrap .textbox .inner .title::before, #food .business-food .wrap .textbox .inner .title::after {
    width: 12px;
    height: 27px;
  }
}
#food .business-food .wrap .textbox .inner .title::before {
  top: 0;
  left: 0;
  content: "";
  background-image: url("assets/img/kagi-start-navy@3x.png");
}
#food .business-food .wrap .textbox .inner .title::after {
  bottom: 0;
  right: 0;
  content: "";
  background-image: url("assets/img/kagi-end-navy@3x.png");
}
#food .business-food .wrap .textbox .inner .exp {
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
	width: 80%;
	margin: 3% auto;
}

#food .business-food .wrap .textbox .inner .banner {
  margin: 3% auto;
	width: 600px;
}

@media (max-width: 767px) {
  #food .business-food .wrap .textbox .inner .banner {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #food .business-food .wrap .textbox .inner .exp {
    font-size: 16px;
    line-height: 35px;
  }
}

#food .business-food .wrap .textbox .inner ol{
	margin: 30px auto 0;
}

#food .business-food .wrap .textbox .inner ol li {
	font-weight: bold;
	margin: 0 auto 20px;
	font-size: 18px;
  line-height: 30px;
	text-align: center;
  list-style-position: inside;
	padding: 0 0 0 10px;
}

@media (max-width: 767px) {
#food .business-food .wrap .textbox .inner ol li {
	font-size: 16px;
	}
}

/*============
about
=============*/
#about .top-catch .bg {
  background-color: #eef3f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #about .top-catch .bg {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#about .top-catch .catch {
  background-color: #1b305b;
  color: white;
  font-weight: bold;
  font-size: 35px;
  line-height: 56px;
  padding: 43px 15px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #about .top-catch .catch {
    font-size: 20px;
    line-height: 36px;
    padding: 35px 15px;
  }
}
#about .message .bg {
  background-color: #eef3f8;
  padding-bottom: 60px;
}
#about .message .ttlbox {
  max-width: 580px;
  width: 56%;
}
#about .message .flex {
  padding-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #about .message .flex {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .message .flex .imgarea {
  -ms-flex-preferred-size: 46.5%;
      flex-basis: 46.5%;
}
#about .message .flex .txtarea {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#about .message .flex .txtarea .inner {
  padding: 0px 15px;
}
@media (max-width: 767px) {
  #about .message .flex .txtarea .inner {
    padding: 20px 0 0;
  }
}
#about .message .flex .txtarea .inner .title {
  font-weight: bold;
  font-size: 25px;
  line-height: 38px;
}
@media (max-width: 767px) {
  #about .message .flex .txtarea .inner .title {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}
#about .message .flex .txtarea .inner .txt {
  font-weight: bold;
  font-size: 15px;
  line-height: 32px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #about .message .flex .txtarea .inner .txt {
    font-size: 14px;
    line-height: 25px;
    padding-top: 25px;
  }
}
#about .message .flex .txtarea .inner .profile {
  width: 330px;
  margin-left: auto;
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #about .message .flex .txtarea .inner .profile {
    padding-top: 20px;
    width: 300px;
    margin-right: auto;
  }
}
#about .message .flex .txtarea .inner .profile .shoulder {
  font-size: 15px;
  line-height: 28px;
  text-align: right;
}
#about .message .flex .txtarea .inner .profile .shoulder .bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  #about .message .flex .txtarea .inner .profile .shoulder .bold {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #about .message .flex .txtarea .inner .profile .shoulder {
    font-size: 13px;
    line-height: 21px;
  }
}
#about .policy {
  padding-top: 140px;
}
@media (max-width: 767px) {
  #about .policy {
    padding-top: 40px;
  }
}
#about .policy .ttlbox {
  max-width: 470px;
  width: 43%;
}
#about .policy .wrap {
  background-image: url("assets/img/logo-backimg@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 50px;
}
#about .policy .wrap .textbox .inner {
  padding-bottom: 60px;
}
#about .policy .wrap .textbox .inner .title {
  font-size: 25px;
  color: #1b305b;
  position: relative;
  font-weight: bold;
  text-align: center;
  width: 300px;
  margin: 0 auto 32px;
  padding: 3px 0px;
}
@media (max-width: 767px) {
  #about .policy .wrap .textbox .inner .title {
    width: 170px;
    margin: 19px auto 13px;
    padding: 1px 0px;
    font-size: 18px;
  }
}
#about .policy .wrap .textbox .inner .title::before, #about .policy .wrap .textbox .inner .title::after {
  position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #about .policy .wrap .textbox .inner .title::before, #about .policy .wrap .textbox .inner .title::after {
    width: 12px;
    height: 27px;
  }
}
#about .policy .wrap .textbox .inner .title::before {
  top: 0;
  left: 0;
  content: "";
  background-image: url("assets/img/kagi-start-navy@3x.png");
}
#about .policy .wrap .textbox .inner .title::after {
  bottom: 0;
  right: 0;
  content: "";
  background-image: url("assets/img/kagi-end-navy@3x.png");
}
#about .policy .wrap .textbox .inner .exp {
  font-weight: bold;
  font-size: 18px;
  line-height: 42px;
}
@media (max-width: 767px) {
  #about .policy .wrap .textbox .inner .exp {
    font-size: 16px;
    line-height: 35px;
  }
}


/*============
bcp
=============*/
#bcp .top-catch .bg {
  background-color: #eef3f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #bcp .top-catch .bg {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#bcp .top-catch .catch {
  background-color: #1b305b;
  color: white;
  font-weight: bold;
  font-size: 35px;
  line-height: 56px;
  padding: 43px 15px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #bcp .top-catch .catch {
    font-size: 20px;
    line-height: 36px;
    padding: 35px 15px;
  }
}
#bcp .message .bg {
  background-color: #eef3f8;
  padding-bottom: 60px;
}
#bcp .message .ttlbox {
  max-width: 580px;
  width: 56%;
}
#bcp .message .flex {
  padding-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items: center;
}
@media (max-width: 767px) {
  #bcp .message .flex {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#bcp .message .flex .imgarea {
  -ms-flex-preferred-size: 46.5%;
      flex-basis: 46.5%;
}
#bcp .message .flex .txtarea {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#bcp .message .flex .txtarea .inner {
  padding: 0px 15px;
}
@media (max-width: 767px) {
  #bcp .message .flex .txtarea .inner {
    padding: 20px 0 0;
  }
}
#bcp .message .flex .txtarea .inner .title {
  font-weight: bold;
  font-size: 25px;
  line-height: 38px;
}
@media (max-width: 767px) {
  #bcp .message .flex .txtarea .inner .title {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}
#bcp .message .flex .txtarea .inner .txt {
  font-weight: bold;
  font-size: 15px;
  line-height: 32px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #bcp .message .flex .txtarea .inner .txt {
    font-size: 14px;
    line-height: 25px;
    padding-top: 25px;
  }
}
#bcp .message .flex .txtarea .inner .profile .shoulder {
  font-size: 15px;
  line-height: 28px;
  text-align: right;
}
#bcp .message .flex .txtarea .inner .profile .shoulder .bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  #bcp .message .flex .txtarea .inner .profile .shoulder .bold {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #bcp .message .flex .txtarea .inner .profile .shoulder {
    font-size: 13px;
    line-height: 21px;
  }
}

#bcp .policy{
    padding-top: 140px;
}

@media (max-width: 767px) {
#bcp .policy{
    padding-top: 40px;
  }
}

#bcp .policy .ttlbox {
  max-width: 470px;
  width: 43%;
}
#bcp .policy .wrap {
  background-image: url("assets/img/logo-backimg@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 50px;
}
#bcp .policy .wrap .textbox .inner {
  padding-bottom: 60px;
}
#bcp .policy .wrap .textbox .inner .title {
  font-size: 25px;
  color: #1b305b;
  position: relative;
  font-weight: bold;
  text-align: center;
  max-width: 600px;
	width: 60%;
  margin: 0 auto 32px;
  padding: 3px 0px;
}
@media (max-width: 767px) {
  #bcp .policy .wrap .textbox .inner .title {
    max-width: 369px;
		width: 80%;
    margin: 19px auto 13px;
    padding: 1px 0px;
    font-size: 18px;
  }
}
#bcp .policy .wrap .textbox .inner .title::before, #bcp .policy .wrap .textbox .inner .title::after {
  position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #bcp .policy .wrap .textbox .inner .title::before, #bcp .policy .wrap .textbox .inner .title::after {
    width: 12px;
    height: 27px;
  }
}
#bcp .policy .wrap .textbox .inner .title::before {
  top: 0;
  left: 0;
  content: "";
  background-image: url("assets/img/kagi-start-navy@3x.png");
}
#bcp .policy .wrap .textbox .inner .title::after {
  bottom: 0;
  right: 0;
  content: "";
  background-image: url("assets/img/kagi-end-navy@3x.png");
}
#bcp .policy .wrap .textbox .inner .exp {
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
	width: 80%;
	margin: auto;
}

@media (max-width: 767px) {
  #bcp .policy .wrap .textbox .inner .exp {
    font-size: 16px;
    line-height: 35px;
  }
}

#bcp .policy .wrap .textbox .inner ol{
	margin: 30px auto 0;
}

#bcp .policy .wrap .textbox .inner ol li {
	font-weight: bold;
	margin: 0 auto 20px;
	font-size: 18px;
  line-height: 30px;
	text-align: center;
  list-style-position: inside;
	padding: 0 0 0 10px;
}

@media (max-width: 767px) {
#bcp .policy .wrap .textbox .inner ol li {
	font-size: 16px;
	}
}

/*============
sdgs
=============*/

#sdgs .topsection .bg {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
	margin: 0 0 ;
}

@media (max-width: 767px) {
  #sdgs .topsection .bg {
    padding-top: 30px;
    padding-bottom: 40px;
		margin: 0 0 50px;
  }
}

#sdgs .topsection .bg p{
  font-weight: 700;
	font-size:35px;
	text-align: center;
}

@media (max-width: 767px) {
#sdgs .topsection .bg p{
	font-size:20px;
	}
}

#sdgs .sdgssection .bg {
  background-color: #eef3f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  #sdgs .sdgssection .bg {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

#sdgs .sdgssection .sdgslogo .imgwrap {
  margin: 0 auto 70px;
	max-width: 534px;
	width: 50%;
}

@media (max-width: 767px) {
#sdgs .sdgssection .sdgslogo .imgwrap {
	margin: 0 auto 50px;
	max-width: 90%;
	width: 90%;
	}
}

#sdgs .sdgssection .sdgslogo .ttl{
	font-size: 35px;
	font-weight: 700;
	color: #000;
	position: relative;
	text-align: center;
	margin: 0 auto 32px;
	padding: 3px 0px;
	width: 80%;
	max-width: 1100px;
}

@media (max-width: 767px) {
#sdgs .sdgssection .sdgslogo .ttl{
	font-size: 20px;
	}
}

#sdgs .sdgssection .sdgslogo .ttl::after{
	top: 0;
  left: -5px;
  content: "";
  background-image: url(assets/img/kagi-start-black@3x.png);
	position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

#sdgs .sdgssection .sdgslogo .ttl::before{
	bottom: 0;
  right: -5px;
  content: "";
  background-image: url(assets/img/kagi-end-black@3x.png);
	position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

#sdgs .actionsection{
	width: 100%;
	margin: auto;
	background-color: #eef3f8;
	padding: 0 3.2% 100px;
}

#sdgs .actionsection h2.ttl{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 auto ;
}

@media (max-width: 767px) {
#sdgs .actionsection h2.ttl{
	font-size: 20px;
	}
}


#sdgs .actionsection h3.ttl{
  width: 100%;
  height: 80px;
  line-height: 80px;
	background-image: url("assets/img/backtxtimg-target@2x.png");
	background-position: center;
	background-size: auto 180%;
	background-repeat: no-repeat;
	margin: 0 auto ;
	text-align: center;
	font-weight: 700;	
	font-size: 25px;
}

@media (max-width: 767px) {
#sdgs .actionsection h3.ttl{
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	}
}

#sdgs .actionsection h3.ttl.-orange{
	color: #EC6A06;
	border:1px solid #EC6A06;
}

#sdgs .actionsection h3.ttl.-yellow{
	color:#F5A20B;
	border:1px solid #F5A20B;
}

#sdgs .actionsection h3.ttl.-gold{
	color:#D39206;
	border:1px solid #D39206;
}


#sdgs .actionsection h3.ttl.-green{
	color:#407936;
	border:1px solid #407936;
}

#sdgs .actionsection h3.ttl.-red{
	color:#E83418;
	border:1px solid #E83418;
}

#sdgs .actionsection h3.ttl.-brown{
	color:#970A31;
	border:1px solid #970A31;
}

#sdgs .actionsection h3.ttl.-navy{
	color:#004C88;
	border:1px solid #004C88;
}

#sdgs .actionsection h3.ttl.-red{
	color:#C50E28;
	border:1px solid #C50E28;
}

#sdgs .actionsection .backtxtimg{
	max-width: 940px;
}

#sdgs .actionsection .sectitle {
	text-align: left;
	font-weight: 700;
	max-width: 960px;
}

#sdgs .actionsection .sectitle .txt{
	text-align: left;
	font-weight: 700;
	line-height: 32px;
}

@media (max-width: 767px) {
#sdgs .actionsection .sectitle .txt{
	line-height: normal;
	}
}

#sdgs .actionsection .ttlbox-withbacktxtimg + .txt{
	margin-top: 50px;
}


#sdgs .actionsection h3 + .txt{
	margin-top: 30px;
}

#sdgs .actionsection .sectitle .leadtxt{
	text-align: left;
	font-weight: 700;
	margin:30px auto 100px;
	line-height: 32px;
}

@media (max-width: 767px) {
#sdgs .actionsection .sectitle .leadtxt{
	line-height: normal;
	}
}

#sdgs .actionsection .sectitle {
	text-align: left;
	font-weight: 700;
	max-width: 960px;
}

#sdgs .actionsection .sectitle ul{
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
	margin: 60px auto 100px;
	max-width: 800px;
}

#sdgs .actionsection .sectitle ul li{
	width: 30%;
	max-width: 229px;
	text-align: center;
	margin: 0 30px;
}

@media (max-width: 767px) {
#sdgs .actionsection .sectitle ul li{
	margin: 0 5px;
	}
}

#sdgs .actionsection .container-inner{
	padding: 103px 3.2% 60px;
	max-width: 1400px;
	margin: 0 auto 100px;
	background-color: #fff;
}

@media (max-width: 767px) {
#sdgs .actionsection .container-inner{
	padding: 60px 3.2% 60px;
	margin: 0 auto 30px;
	}
}

#sdgs .actionsection .container-inner .btn-wrap{
	width: 99%;
	max-width: 969px;
	margin: 0 auto 50px;
	text-align: center;
}

@media (max-width: 767px) {
#sdgs .actionsection .container-inner .btn-wrap{
	flex-direction: column;
	}
}

#sdgs .actionsection .container-inner .subttl{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 60px;
}

@media (max-width: 767px) {
#sdgs .actionsection .container-inner .subttl{
	font-size: 18px;
	margin: 0 auto 40px;
	}
}

#sdgs .actionsection .container-inner .btn-wrap .btn{
	width: 45%;
  text-align: center;
	height: 86px;
	font-size:25px;
	padding: 0 0 0 5%;
	margin: 0 2%;
	display: inline-flex;
}

@media (max-width: 767px) {
#sdgs .actionsection .container-inner .btn-wrap .btn{
	width: 250px;
	font-size:18px;
}
#sdgs .actionsection .container-inner .btn-wrap .btn:first-child{
	margin:0 auto 8%;
	}
}

#sdgs .actionsection .btn.-green .main{
	width: 80%;
}


#sdgs .actionsection .btn.-green .main a{
  display: block;
	width: 100%;
}


#sdgs .btn-wrap .btn.-green::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("assets/img/icon-open-data-transfer-download@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  left: 10%;
  top: 35%;
}

#sdgs .btn-wrap .btn:hover.-green::before, #sdgs .btn-wrap .btn:active.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-green@2x.png") no-repeat;
  background-size: contain;
}

#sdgs .actionsection .div-list-wrap{
	margin: 50px auto ;
	
}

#sdgs .actionsection .div-list-wrap .div-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
	margin: auto;
	align-content: center;
  justify-content: space-around;
	max-width: 900px;
}

#sdgs .actionsection .div-list-wrap .div-list .div-item {
	max-width: 400px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  position: relative;
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	margin: 0 5%;
}

#sdgs .actionsection .div-list-wrap .div-list .div-item:first-child {
	margin: 0 auto;
}

#sdgs .actionsection .div-list-wrap .div-list .div-item:last-child {
	margin-right: auto;
}

#sdgs .actionsection .div-list-wrap .div-list .div-item .txtbox{
	text-align: left;
	font-weight: 700;
	margin: 30px auto;
	line-height: 32px;
	min-height: 130px;
}

@media (max-width: 767px) {
 #sdgs .actionsection .div-list-wrap .div-list .div-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
	 	margin: 0 auto 50px;
  }
#sdgs .actionsection .div-list-wrap .div-list .div-item:first-child {
	margin: 0 auto 50px;
}

#sdgs .actionsection .div-list-wrap .div-list .div-item:last-child {
	margin:0 auto;
}
	
#sdgs .actionsection .div-list-wrap .div-list .div-item .txtbox{
	min-height: 70px;
	line-height: normal;
	}
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .number {
  color: #1B305B;
  position: absolute;
  top: -35px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  #sdgs .actionsection .div-list-wrap .div-list .div-item .number {
    right: 10px;
  }
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .number .no {
  font-size: 60px;
  line-height: 1.16;
	font-weight: 600;
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .number .txt {
  font-size: 13px;
  margin-top: -5px;
	font-weight: bold;
}
@media (max-width: 767px) {
  #sdgs .actionsection .div-list-wrap .div-list .div-item .number .txt {
    font-size: 9px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #sdgs .actionsection .div-list-wrap .div-list .div-item .imgfitarea {
    position: relative;
    padding-bottom: 61%;
    width: 100%;
    height: 0;
		margin: 0 auto 20px;
  }
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .title {
  font-size:25px;
  position: relative;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0px;
  padding: 3px 0px;
	min-width: 270px;
	max-width: 320px;
}
@media (max-width: 767px) {
  #sdgs .actionsection .div-list-wrap .div-list .div-item .title {
    width: 80%;
    margin: 19px auto 0px;
    padding: 1px 0px;
    font-size: 18px;
	  min-width: 50%;
    max-width: 90%;
  }
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .title::before, #sdgs .actionsection .div-list-wrap .div-list .div-item .title::after {
  position: absolute;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #sdgs .actionsection .div-list-wrap .div-list .div-item .title::before, #sdgs .actionsection .div-list-wrap .div-list .div-item .title::after {
    width: 12px;
    height: 27px;
  }
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .title::before {
  top: 0;
  left: -10%;
  content: "";
  background-image: url("assets/img/kagi-start-black@3x.png");
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .title::after {
  bottom: 0;
  right: -10%;
  content: "";
  background-image: url("assets/img/kagi-end-black@3x.png");
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .lead {
  padding: 30px 10px 40px;
  line-height: 1.625;
  font-weight: bold;
}
@media (max-width: 767px) {
  #sdgs .actionsection .div-list-wrap .div-list .div-item .lead {
    font-size: 14px;
    line-height: 25px;
    padding: 15px 15px 20px;
  }
}
#sdgs .actionsection .div-list-wrap .div-list .div-item .readmore .plus {
  font-size: 20px;
  margin-left: 20px;
}



/*============
info
=============*/
#info .gaiyou .container-inner,
#info .qualification .container-inner,
#info .enkaku .container-inner {
  max-width: 960px;
}
#info dl {
  padding-top: 35px;
}
@media (max-width: 767px) {
  #info dl {
    padding-top: 15px;
  }
}

#info .qualification > table th{
	width: 250px;
}

@media (max-width: 767px) {
  #info .qualification > table th{
    width: 75%;
  }
}

#info .qualification > table td{
	vertical-align: top;
}

#info .qualification > table{
	text-align: left;
}

#info dl dt {
  position: relative;
  margin-bottom: 13px;
  padding-left: 20px;
  padding-bottom: 12px;
  width: 200px;
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
  color: #1b305b;
}
@media (min-width: 768px) {
  #info dl dt {
    float: left;
    clear: both;
  }
}
@media (max-width: 767px) {
  #info dl dt {
    padding-left: 15px;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
    padding-bottom: 7px;
  }
  #info dl dt:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #1b305b;
  }
}
#info dl dd {
  position: relative;
  margin-bottom: 13px;
  padding: 0 0 12px 250px;
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
}


@media (min-width: 768px) {
  #info dl dd {
    border-bottom: 1px solid #d8d8d8;
  }
  #info dl dd:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #1b305b;
  }
}
@media (max-width: 767px) {
  #info dl dd {
    padding: 0 0 7px 15px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 25px;
  }
}
#info .mapbtn {
  font-size: 12px;
  line-height: 190%;
  color: white;
  background-color: #4d4d4d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 23px;
  margin-left: 5px;
}
#info .gaiyou {
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  #info .gaiyou {
    padding: 33px 0 40px;
  }
}
#info .gaiyou .ttl {
  color: white;
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1b305b;
  padding: 6px;
}
@media (max-width: 767px) {
  #info .gaiyou .ttl {
    font-size: 18px;
    padding: 3px;
  }
}


#info .enkaku .bg {
  background-color: #eef3f8;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #info .enkaku .bg {
    padding: 37px 0;
  }
}
#info .enkaku .ttlbox {
  max-width: 555px;
  width: 55%;
}
@media (max-width: 767px) {
  #info .enkaku dl {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #info .enkaku dl dt {
    margin-bottom: 8px;

    padding-bottom: 8px;
  }
}
#info .enkaku dl dd {
  padding: 0 0 12px 200px;
}
@media (max-width: 767px) {
  #info .enkaku dl dd {
    padding: 0 0 14px 15px;
    margin-bottom: 14px;
  }
}

/*============
office
=============*/
#office .map-office .bg-map {
  background-image: url("assets/img/office-map-bg@2x.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #office .map-office .bg-map {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #office .map-office .mapbox {
    max-width: 920px;
    padding-top: 36px;
    padding-left: 4.4%;
    padding-bottom: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  #office .map-office .mapbox {
    height: 522px;
    width: 100%;
    padding: 0px;
  }
  #office .map-office .mapbox .inner {
    height: 522px;
    width: 635px;
    padding: 0px;
  }
  #office .map-office .mapbox .inner img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#office .map-office .bg-office {
  background-color: #eef3f8;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #office .map-office .bg-office {
    padding-bottom: 6px;
  }
}
#office .map-office .sectitle .ttlbox {
  max-width: 510px;
  width: 58%;
}
#office .map-office .office-list-wrap {
  max-width: 1230px;
  margin: 43px auto 0;
}
@media (max-width: 767px) {
  #office .map-office .office-list-wrap {
    margin: 38px auto 0;
  }
}
#office .map-office .office-list-wrap .office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#office .map-office .office-list-wrap .office-list::before {
  content: "";
  display: block;
  margin: 10px;
  width: 390px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#office .map-office .office-list-wrap .office-list .office-item {
  margin: 10px;
  width: 390px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: -0.03em;
  padding: 6px 25px 15px;
}
@media (max-width: 767px) {
  #office .map-office .office-list-wrap .office-list .office-item {
    padding: 6px 25px 14px;
    margin: 0 0 15px;
  }
}
#office .map-office .office-list-wrap .office-list .office-item .name {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  #office .map-office .office-list-wrap .office-list .office-item .name {
    padding-bottom: 5px;
  }
}
#office .map-office .office-list-wrap .office-list .office-item .name:before {
  content: "";
  position: absolute;
  width: 111px;
  height: 2px;
  background-color: #00000038;
  left: 0;
  bottom: 0;
}
#office .map-office .office-list-wrap .office-list .office-item .name:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: black;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #office .map-office .office-list-wrap .office-list .office-item .name {
    font-size: 17px;
  }
}
#office .map-office .office-list-wrap .office-list .office-item .address {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
}
#office .map-office .office-list-wrap .office-list .office-item .address a {
  color: #222222;
}
#office .affiliate .bg {
  background-image: url("assets/img/office-affiliate-bg@2x.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #office .affiliate .bg {
    padding-bottom: 40px;
  }
}
#office .affiliate .sectitle .ttlbox {
  max-width: 555px;
  width: 55%;
  color: white;
}
#office .affiliate .affiliate-list-wrap {
  max-width: 1090px;
  margin: 48px auto 0;
}
@media (max-width: 767px) {
  #office .affiliate .affiliate-list-wrap {
    margin: 38px auto 0;
  }
}
#office .affiliate .affiliate-list-wrap .affiliate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item {
  margin: 10px;
  width: 525px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: -0.03em;
  padding: 27px 28px 23px;
}
@media (max-width: 767px) {
  #office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item {
    padding: 11px 25px 14px;
    margin: 0 0 15px;
  }
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .name {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 10px;
  position: relative;
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .name:before {
  content: "";
  position: absolute;
  width: 111px;
  height: 2px;
  background-color: #00000038;
  left: 0;
  bottom: 0;
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .name:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: black;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .name {
    font-size: 17px;
  }
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .name span {
  display: inline-block;
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .name span.ico-link::after {
  display: inline-block;
  content: "";
  background-image: url("assets/img/icon-awesome-external-link-alt-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  margin-left: 10px;
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .name span.ico-link a {
  color: #222222;
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .address {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .address a {
  color: #222222;
}

#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn{
	max-width: 80%;
  width: 400px;
  text-align: center;
	height: 60px;
	font-size:16px;
	padding: 0 0 0 5%;
	margin: 3% 0 ;
	display: inline-flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: white;
  border-color: #4c9ea1;
  background-color: #4c9ea1;
  font-weight: bold;
}

@media (max-width: 767px) {
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn{
	width: 90%;
}
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn:first-child{
	margin:2% auto ;
	}
}

#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn.-green .main{
	width: 80%;
  font-size: 16px;
  margin: 0 0 0 5%;
}

@media (max-width: 767px) {
#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn.-green .main{
	max-width: 78%;
  font-size: 15px;
  }
}



#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn.-green .main a{
  display: block;
	width: 100%;
}


 #office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn.-green::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("assets/img/icon-open-data-transfer-download@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  left: 10%;
  top: 32%;
}

@media (max-width: 767px) {
 #office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn.-green::before {
  left: 5%;
  }
}

#office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn:hover{
  color: #4c9ea1;
  border: 2px solid #4c9ea1;
  background-color: white;
}

 #office .affiliate .affiliate-list-wrap .affiliate-list .affiliate-item .btn:hover.-green::before,  .btn-wrap .btn:active.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-green@2x.png") no-repeat;
  background-size: contain;
}


/*============
organigram
=============*/
#organigram .bg {
  background-color: #eef3f8;
}
#organigram .chart-wrap {
  background-image: url("assets/img/organigram-chart-bg@2x.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 700px;
  max-width: 1296px;
  padding-top: 100px;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  #organigram .chart-wrap {
    padding-top: 90px;
    padding-bottom: 65px;
    background-position: center 25px;
    background-size: 90%;
  }
}

/*============
ir
=============*/
#ir .bg {
  background-image: url("assets/img/ir-bg@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 120px 0 110px;
}
@media (max-width: 767px) {
  #ir .bg {
    padding: 25px 0 65px;
  }
}
#ir .ir-wrap {
  max-width: 960px;
  margin: 0 auto;
}
#ir .ir-wrap .ttl {
  color: white;
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1b305b;
  padding: 6px;
}
@media (max-width: 767px) {
  #ir .ir-wrap .ttl {
    font-size: 18px;
    padding: 3px;
  }
}
#ir .ir-wrap .list-wrap {
  background-color: white;
}
#ir .ir-wrap .list-wrap ul {
  padding: 35px 30px;
}
@media (max-width: 767px) {
  #ir .ir-wrap .list-wrap ul {
    padding: 18px 15px;
  }
}
#ir .ir-wrap .list-wrap ul li {
  padding: 0 6.5% 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e7e8;
}
@media (max-width: 767px) {
  #ir .ir-wrap .list-wrap ul li {
    padding: 0 0 5px;
  }
}
#ir .ir-wrap .list-wrap ul li a {
  color: black;
  height: 100%;
  width: 100%;
  display: block;
}
#ir .ir-wrap .list-wrap ul li p {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  #ir .ir-wrap .list-wrap ul li p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  #ir .ir-wrap .list-wrap ul li p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#ir .ir-wrap .list-wrap ul li p .filename {
  font-size: 16px;
  line-height: 31.5px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 450px;
}
@media (max-width: 767px) {
  #ir .ir-wrap .list-wrap ul li p .filename {
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 15px;
    line-height: 25px;
    min-width: unset;
  }
}
#ir .ir-wrap .list-wrap ul li p .filename::before {
  position: absolute;
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right-navy@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  margin: 9.75px 0;
  left: 0;
}
@media (max-width: 767px) {
  #ir .ir-wrap .list-wrap ul li p .filename::before {
    margin: 6.5px 0;
  }
}
#ir .ir-wrap .list-wrap ul li p .filesize {
  font-size: 15px;
  line-height: 31.5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
}
@media (max-width: 767px) {
  #ir .ir-wrap .list-wrap ul li p .filesize {
    padding-left: 15px;
    font-size: 15px;
    line-height: 35px;
  }
}
#ir .ir-wrap .list-wrap ul li p .filesize::after {
  position: absolute;
  content: "";
  background-image: url("assets/img/icon-material-picture-as-pdf@3x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 0;
}

/*============
catalog
=============*/
#catalog {
  padding: 150px 0;
}
@media (max-width: 767px) {
  #catalog {
    padding: 50px 0;
  }
}
#catalog .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#catalog .menu-list .menu-item {
  width: 400px;
  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;
  margin: 26.5px;
}
@media (max-width: 767px) {
  #catalog .menu-list .menu-item {
    margin: 0 0 15px;
  }
}
#catalog .menu-list .menu-item .imgwrap {
  overflow: hidden;
}
@media (max-width: 767px) {
  #catalog .menu-list .menu-item .imgwrap {
    position: relative;
    padding-bottom: 61%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #catalog .menu-list .menu-item .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
#catalog .menu-list .menu-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#catalog .menu-list .menu-item .ttl {
  color: white;
  font-weight: bold;
  top: 30%;
  left: 0;
  right: 0;
}
#catalog .menu-list .menu-item .ttl .subttl {
  font-size: 28px;
  line-height: 41px;
}
@media (max-width: 767px) {
  #catalog .menu-list .menu-item .ttl .subttl {
    font-size: 24px;
    line-height: 36px;
  }
}
#catalog .menu-list .menu-item .btn-wrap {
  padding-top: 25px;
}
@media (max-width: 999px) {
  #catalog .menu-list .menu-item .btn-wrap {
    padding-top: 1vw;
  }
}
@media (max-width: 767px) {
  #catalog .menu-list .menu-item .btn-wrap {
    padding-top: 20px;
  }
}
#catalog .menu-list .menu-item .btn-wrap .btn {
  width: 247px;
  height: 54px;
  position: relative;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  #catalog .menu-list .menu-item .btn-wrap .btn {

    width: 228px;
    height: 50px;
  }
}
#catalog .menu-list .menu-item .btn-wrap .btn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
#catalog .menu-list .menu-item .btn-wrap .btn:hover::after, #catalog .menu-list .menu-item .btn-wrap .btn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
}

/*============
catalog 共通
=============*/
.catalog {
  background-color: #eef3f8;
  padding: 80px 0 105px;
}
@media (max-width: 767px) {
  .catalog {
    padding: 30px 0 105px;
  }
}
.catalog .container-inner {
  max-width: 1100px;
}
.catalog .catalog-wrap {
  padding: 60px 4.5% 35px;
  background-color: white;
}
@media (max-width: 767px) {
  .catalog .catalog-wrap {
    padding: 0 0 20px;
  }
}
.catalog .ttl.-navybar {
  color: white;
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1b305b;
  padding: 6px;
}
@media (max-width: 767px) {
  .catalog .ttl.-navybar {
    font-size: 18px;
    padding: 3px;
  }
}

.catalog .table-wrap{
  margin: 0 auto 55px;
}

@media (max-width: 767px) {
  .catalog .table-wrap{
   margin: 0 auto ;
  }
}

.catalog .table-wrap.tbl-sticky{
  width: 100%;
  overflow-x: auto;
  margin: 0 auto 55px;
}
@media (max-width: 767px) {
  .catalog .table-wrap.tbl-sticky{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin: 0 auto 45px;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .catalog .table-wrap {
      padding-top: 42px;
      padding-bottom: 32px;
      padding-left: 15px;
      padding-right: 15px;
  }
}

.ttl.-leftblueline.tbl_chemical-ttl{
  padding-top: 42px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .ttl.-leftblueline.tbl_chemical-ttl{
    padding-top: 42px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
  }
}

.table-sticky {
  position: relative;
}

.table-header, .table-body {
  width: 100%;
  margin-bottom: 0;
}


.table-header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.table-body {
  overflow-x: auto;
}

.catalog table,
.catalog td,
.catalog th {
  border: 1px #8ba2bc solid;
  border-collapse: collapse;
  font-weight: bold;
}
.catalog table {
  table-layout: fixed;
  margin: 20px 0 0;
}

.catalog table th {
  background-color: #09468b;
  color: white;
}
.catalog table td {
  background-color: #f9f9f9;
  height: 61.5px;
}
.catalog table td.product_name {
  background-color: #e7eef8;
}
.catalog table .comingsoon {
  width: 65px;
  height: 26px;
  border: 1px solid #d4d4d4;
  font-size: 13px;
  font-weight: bold;
  color: #1b305b;
  padding: 3px 11px;
}
.catalog table .ask {
  font-size: 10px;
}
.catalog table .btn-wrap .btn {
  z-index: 1;
  width: 110px;
  height: 40px;
  font-size: 13px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.catalog table .btn-wrap .btn.-green::before {
  content: "";
  width: 12.06px;
  height: 14.86px;
  background: url("assets/img/icon-open-data-transfer-download@2x.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
  background-position: center;
}



.catalog table .btn-wrap .btn:hover.-green::before, .catalog table .btn-wrap .btn:active.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-green@2x.png") no-repeat;
  background-size: contain;
}
.catalog .tbl_anticorrosion th {
  padding: 13px 10px;
  text-align: center !important;
}
.catalog .tbl_anticorrosion td {
  padding: 8px 10px;
}
.catalog .tbl_anticorrosion td.product_name,
.catalog .tbl_anticorrosion th.product_name {
  width: 252px;
  font-size: 15px;
}
.catalog .tbl_anticorrosion td.product_name .pdf,
.catalog .tbl_anticorrosion th.product_name .pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.catalog .tbl_anticorrosion td.product_name .pdf::before,
.catalog .tbl_anticorrosion th.product_name .pdf::before {
  content: "";
  background-image: url("assets/img/icon-material-picture-as-pdf@3x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog .tbl_anticorrosion td.category,
.catalog .tbl_anticorrosion th.category {
  text-align: center;
  width: 167px;
  font-size: 14px;
}
.catalog .tbl_anticorrosion td.sds,
.catalog .tbl_anticorrosion th.sds {
  width: 145px;
  font-size: 15px;
  padding: 8px 4px;
}
.catalog .tbl_anticorrosion td.design_price,
.catalog .tbl_anticorrosion th.design_price {
  width: 145px;
  font-size: 14px;
  padding: 8px 4px;
}
.catalog .tbl_anticorrosion td.report,
.catalog .tbl_anticorrosion th.report {
  width: 145px;
  font-size: 15px;
  padding: 8px 4px;
}
.catalog .tbl_anticorrosion td.construction_procedure,
.catalog .tbl_anticorrosion th.construction_procedure {
  width: 145px;
  font-size: 15px;
}
.catalog .tbl_anticorrosion a {
  text-decoration: underline;
}
.catalog .tbl_anticorrosion .btn-wrap a {
  text-decoration: none;
}
.catalog .tbl_anticorrosion .btn-wrap .btn.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-locked@2x.png") no-repeat;
  background-size: contain;
  width: 22.36px;
  height: 18.48px;
  margin-right: 3px;
  margin-top: 3px;
}
.catalog .tbl_anticorrosion .btn-wrap .btn:hover.-green::before, .catalog .tbl_anticorrosion .btn-wrap .btn:active.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-locked-green@2x.png") no-repeat;
  background-size: contain;
}

.catalog .tbl_chemical.tbl-sticky,
.catalog .tbl_anticorrosion.tbl-sticky{
  position: relative;
}
.catalog .tbl_chemical.tbl-sticky thead,
.catalog .tbl_anticorrosion.tbl-sticky thead{
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
}

.tbl-header {
  width: 995px;
  border-collapse: collapse;
  table-layout: fixed;
}

.tbl-header th {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-body {
  max-height: 500px; 
  overflow-y: auto;
  width: 1000px;
}

.table-body::-webkit-scrollbar {
  width: 5px;
}

.table-body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 10px;
}

.table-body table{
  table-layout: fixed;
  margin: 0;
}

@media (min-width: 768px) {
  .table-body {
    max-height: 500px; 
  }
}


.catalog .tbl_chemical th {
  padding: 2.5px 10px;
  text-align: center !important;
}


.catalog .tbl_chemical td {
  padding: 8px 10px;
}

.catalog .tbl_chemical td.product_name,
.catalog .tbl_chemical th.product_name {
  width: 230px;
  font-size: 15px;
}
.catalog .tbl_chemical td.product_name .pdf,
.catalog .tbl_chemical th.product_name .pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.catalog .tbl_chemical td.product_name .pdf::before,
.catalog .tbl_chemical th.product_name .pdf::before {
  content: "";
  background-image: url("assets/img/icon-material-picture-as-pdf@3x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.catalog .tbl_chemical td.product_name p.netis{
  font-size: 10px;
	font-weight: normal;
	margin: 5px 0 0;
}

.catalog .tbl_chemical td.product_name p.netis .pdf::before,
.catalog .tbl_chemical td.product_name p.netis .pdf::before {
  content: "";
  background-image: url("assets/img/icon-material-picture-as-pdf@3x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 15px;
}

.catalog .tbl_chemical td.packing,
.catalog .tbl_chemical th.packing {
  width: 90px;
  font-size: 15px;
}
.catalog .tbl_chemical td.category,
.catalog .tbl_chemical th.category {
  text-align: left;
  width: 180px;
  font-size: 14px;
}
.catalog .tbl_chemical td.sds,
.catalog .tbl_chemical th.sds {
  width: 120px;
  font-size: 15px;
  padding: 8px 4px;
}

.catalog .tbl_chemical td.guideline,
.catalog .tbl_chemical th.guideline {
  width: 120px;
  font-size: 15px;
  padding: 8px 4px;
}

.catalog .tbl_chemical td.design_price,
.catalog .tbl_chemical th.design_price {
  width: 120px;
  font-size: 14px;
  padding: 8px 4px;
}
.catalog .tbl_chemical td.report,
.catalog .tbl_chemical th.report {
  width: 120px;
  font-size: 15px;
  padding: 8px 4px;
}
.catalog .btn-wrap.-catalog {
  max-width: 358px;
  height: 100px;
  width: 100%;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .catalog .btn-wrap.-catalog {
    max-width: 315px;
  }
}
.catalog .btn-wrap.-catalog .btn {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 29px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
.catalog .btn-wrap.-catalog .btn .small {
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}
.catalog .btn-wrap.-catalog .btn:hover .small, .catalog .btn-wrap.-catalog .btn:active .small {
  color: white;
}

.catalog .container-inner .catalog-btn-wrap .btn-wrap{
	width: 99%;
	max-width: 969px;
	margin: 0 auto 50px;
	text-align: center;
}

@media (max-width: 767px) {
.catalog .container-inner .catalog-btn-wrap .btn-wrap{
	flex-direction: column;
  padding: 30px 0;
  margin: 0 auto ;
	}
}

.catalog .container-inner .catalog-btn-wrap .btn-wrap .btn{
	width: 45%;
  text-align: center;
	height: 68px;
	font-size:25px;
	padding: 0 0 0 5%;
	margin: 0 2%;
	display: inline-flex;
}

@media (max-width: 767px) {
.catalog .container-inner .catalog-btn-wrap .btn-wrap .btn{
	width: 90%;
}
.catalog .container-inner .catalog-btn-wrap .btn-wrap .btn:first-child{
	margin:2% auto ;
	}
}

.catalog .container-inner .catalog-btn-wrap .btn.-green .main{
	width: 80%;
  font-size: 16px;
}

@media (max-width: 767px) {
.catalog .container-inner .catalog-btn-wrap .btn.-green .main{
	max-width: 78%;
  font-size: 15px;
  }
}



.catalog .container-inner .catalog-btn-wrap .btn.-green .main a{
  display: block;
	width: 100%;
}


 .catalog .container-inner .catalog-btn-wrap .btn-wrap .btn.-green::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("assets/img/icon-open-data-transfer-download@2x.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  left: 10%;
  top: 32%;
}

@media (max-width: 767px) {
 .catalog .container-inner .catalog-btn-wrap .btn-wrap .btn.-green::before {
  left: 5%;
  }
}

 .catalog .container-inner .catalog-btn-wrap .btn-wrap .btn:hover.-green::before,  .btn-wrap .btn:active.-green::before {
  background: url("assets/img/icon-open-data-transfer-download-green@2x.png") no-repeat;
  background-size: contain;
}

/*============
お知らせ一覧
=============*/
#news-archive .list-section {
  z-index: 0;
}
#news-archive .list-section .bg {
  background-color: #eef3f8;
  padding-top: 60px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  #news-archive .list-section .bg {
    padding-top: 25px;
  }
}
#news-archive .list-section .container-inner {
  max-width: 1200px;
}
#news-archive .list-section .sectitle .backtxtimg {
  max-width: 260px;
  width: 34%;
}
#news-archive .other-menu .bg {
  background-color: #eef3f8;
}

#news-single .article-section {
  z-index: 0;
}
#news-single .article-section .bg {
  background-color: #eef3f8;
  padding-top: 80px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  #news-single .article-section .bg {
    padding-top: 35px;
  }
}
#news-single .article-section .container-inner {
  max-width: 1200px;
}
#news-single .article-section .news-article-wrap {
  background-color: white;
  padding: 64px 8% 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #news-single .article-section .news-article-wrap {
    padding: 24px 20px 45px;
  }
}
#news-single .article-section .news-article-wrap .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  #news-single .article-section .news-article-wrap .entry-header {
    padding-bottom: 17px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #news-single .article-section .news-article-wrap .entry-header .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#news-single .article-section .news-article-wrap .entry-header .meta .tag {
  padding: 4.5px 10px;
}
#news-single .article-section .news-article-wrap .entry-header .meta .date {
  margin: 4px;
}
#news-single .article-section .news-article-wrap .entry-header .entry-title {
  font-size: 27px;
  line-height: 40px;
  margin: 10px 0px 7px;
}
@media (max-width: 767px) {
  #news-single .article-section .news-article-wrap .entry-header .entry-title {
    font-size: 20px;
    line-height: 28px;
    margin: 22px 0px 11px;
  }
}
#news-single .article-section .news-article-wrap .entry-content {
  max-width: 1000px;
  width: 100%;
  font-size: 15px;
  line-height: 46px;
}
@media (max-width: 767px) {
  #news-single .article-section .news-article-wrap .entry-content {
    font-size: 14px;
    line-height: 26px;
  }
}
#news-single .other-menu .bg {
  background-color: #eef3f8;
}

/*============
お知らせページの一覧のページネーション
=============*/
.pagination {
  padding: 40px 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .nav-links .page-numbers li {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 40px;
  height: 40px;
  margin: 2px 5px;
}
.pagination .nav-links .page-numbers li .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #d8d8d8;
}
.pagination .nav-links .page-numbers li .page-numbers.current {

  background-color: #1b305b;
  border: 1px solid #1b305b;
  color: white;
}
.pagination .nav-links .page-numbers li .page-numbers.prev .icon, .pagination .nav-links .page-numbers li .page-numbers.next .icon {
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination .nav-links .page-numbers li .page-numbers.prev .icon {
  background-image: url("assets/img/icon-material-keyboard-arrow-left-navy@2x.png");
}
.pagination .nav-links .page-numbers li .page-numbers.next .icon {
  background-image: url("assets/img/icon-material-keyboard-arrow-right-navy@2x.png");
}
.pagination .nav-links .page-numbers li a:hover, .pagination .nav-links .page-numbers li a:active {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*============
お知らせページの前後ページ送り
=============*/
.post-navigation {
  margin: 0;
  padding: 40px 0;
}

.single-nav-links {
  width: 100%;
  position: relative;
  height: 64px;
}
@media (max-width: 767px) {
  .single-nav-links {
    height: 60px;
  }
}
.single-nav-links .single-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
}
@media (max-width: 767px) {
  .single-nav-links .single-nav-btn {
    height: 60px;
  }
}
.single-nav-links .single-nav-btn.single-nav-previous .btn, .single-nav-links .single-nav-btn.single-nav-next .btn {
  width: 196px;
  height: 64px;
}
@media (max-width: 767px) {
  .single-nav-links .single-nav-btn.single-nav-previous .btn, .single-nav-links .single-nav-btn.single-nav-next .btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .single-nav-links .single-nav-btn.single-nav-previous .btn span, .single-nav-links .single-nav-btn.single-nav-next .btn span {
    display: none;
  }
}
.single-nav-links .single-nav-btn.single-nav-previous .btn .icon, .single-nav-links .single-nav-btn.single-nav-next .btn .icon {
  width: 10.21px;
  height: 10.21px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.single-nav-links .single-nav-btn.single-nav-previous {
  position: absolute;
  left: 0;
  top: 0;
}
.single-nav-links .single-nav-btn.single-nav-previous .icon {
  left: 30px;
  background-image: url("assets/img/icon-material-keyboard-arrow-left-white@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-nav-links .single-nav-btn.single-nav-previous .icon {
    left: 0;
    right: 0;
  }
}
.single-nav-links .single-nav-btn.single-nav-previous:hover .icon, .single-nav-links .single-nav-btn.single-nav-previous:active .icon {
  background-image: url("assets/img/icon-material-keyboard-arrow-left-gray@2x.png");
}
.single-nav-links .single-nav-btn.single-nav-next {
  position: absolute;
  right: 0;
  top: 0;
}
.single-nav-links .single-nav-btn.single-nav-next .icon {
  right: 30px;
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-nav-links .single-nav-btn.single-nav-next .icon {
    left: 0;
    right: 0;
  }
}
.single-nav-links .single-nav-btn.single-nav-next:hover .icon, .single-nav-links .single-nav-btn.single-nav-next:active .icon {
  background-image: url("assets/img/icon-material-keyboard-arrow-right-gray@2x.png");
}
.single-nav-links .single-nav-btn.single-nav-archive {
  width: 195px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.single-nav-links .single-nav-btn.single-nav-archive .btn {
  width: 195px;
  height: 64px;
}
@media (max-width: 767px) {
  .single-nav-links .single-nav-btn.single-nav-archive .btn {
    height: 60px;
  }
}
.single-nav-links .single-nav-btn.single-nav-archive .btn .icon {
  width: 10.21px;
  height: 10.21px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 30px;
  background-image: url("assets/img/icon-list-white@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.single-nav-links .single-nav-btn.single-nav-archive:hover .icon, .single-nav-links .single-nav-btn.single-nav-archive:active .icon {
  background-image: url("assets/img/icon-list-blue@2x.png");
}

/*============
個人情報保護方針・ご利用条件・関連リンク
=============*/
.etc {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .etc {
    padding: 45px 0;
  }
}
.etc .container-inner {
  max-width: 960px;
}
.etc .etc-sec {
  padding-bottom: 7px;
}
.etc .etc-sec .sec-ttl {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .etc .etc-sec .sec-ttl {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 30px;
  }
}
.etc .etc-sec .ttl-list-wrap {
  padding-bottom: 30px;
}
.etc .etc-sec .ttl-list-wrap .navybar-ttl {
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  color: white;
  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;
  background-color: #1b305b;
  margin-bottom: 40px;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .etc .etc-sec .ttl-list-wrap .navybar-ttl {
    font-size: 18px;
    line-height: 38px;
    padding: 2.3px 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .etc .etc-sec .ttl-list-wrap .list-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.etc .etc-sec .ttl-list-wrap .list-wrap > p {
  font-size: 15px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1.3px;
}
@media (max-width: 767px) {
  .etc .etc-sec .ttl-list-wrap .list-wrap > p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.etc .etc-sec .ttl-list-wrap .list-wrap ol,
.etc .etc-sec .ttl-list-wrap .list-wrap ul {
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1b305b;
  list-style-position: inside;
}
@media (max-width: 767px) {
  .etc .etc-sec .ttl-list-wrap .list-wrap ol,
.etc .etc-sec .ttl-list-wrap .list-wrap ul {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1.2px;
  }
}
.etc .etc-sec .ttl-list-wrap .list-wrap ol li,
.etc .etc-sec .ttl-list-wrap .list-wrap ul li {
  margin-bottom: 26px;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table,
.etc .etc-sec .ttl-list-wrap .list-wrap td,
.etc .etc-sec .ttl-list-wrap .list-wrap th {
  border: 1px #8ba2bc solid;
  border-collapse: collapse;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table {
  table-layout: fixed;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table td,
.etc .etc-sec .ttl-list-wrap .list-wrap table th {
  padding: 10.3px 0;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table th {
  background-color: #09468b;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 15px;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table th.name {
  vertical-align: text-top;
  width: 300px;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table th.about {
  width: 629px;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table td {
  background-color: #f9f9f9;
  font-size: 16px;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table td.name {
  vertical-align: text-top;
  width: 300px;
  padding: 20px 30px;
  font-weight: bold;
}
.etc .etc-sec .ttl-list-wrap .list-wrap table td.about {
  width: 629px;
  padding: 20px 40px;
}
.etc .addition {
  text-align: right;
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .etc .addition {
    font-size: 13px;
    line-height: 27px;
  }
}
.etc .addition .myname {
  font-weight: bold;
}
@media (max-width: 767px) {
  .etc .addition .myname {
    font-size: 15px;
    line-height: 27px;
  }
}
.etc#link .etc-sec .ttl-list-wrap .navybar-ttl {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .etc#link .etc-sec .ttl-list-wrap .list-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.etc#link .etc-sec a {
  color: #09468b;
}

/*============
お問い合わせ 共通
=============*/
.contact .bg {
  background-color: #eef3f8;
  padding: 110px 0 140px;
}
@media (max-width: 767px) {
  .contact .bg {
    padding: 37px 0 60px;
  }
}
.contact .top-section .container-inner {
  max-width: 1200px;
}
.contact .top-section .top-p {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .top-section .top-p {
    line-height: 25px;
  }
}
.contact .top-section .phone-box-wrap {
  margin-top: 50px;
  margin-bottom: 60px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 40px 3.5% 60px;
  position: relative;
}
@media (max-width: 767px) {
  .contact .top-section .phone-box-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 15px 7px;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .contact .top-section .phone-box-wrap::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 63%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #d8d8d8;
  }
}
.contact .top-section .phone-box-wrap .tel-wrap,
.contact .top-section .phone-box-wrap .fax-wrap {
  padding: 6px 0;
}
@media (max-width: 767px) {
  .contact .top-section .phone-box-wrap .tel-wrap,
.contact .top-section .phone-box-wrap .fax-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
    width: 100%;
  }
}
.contact .top-section .phone-box-wrap .tel-wrap .icon-box,
.contact .top-section .phone-box-wrap .fax-wrap .icon-box {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .top-section .phone-box-wrap .tel-wrap .icon-box .icon,
.contact .top-section .phone-box-wrap .fax-wrap .icon-box .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact .top-section .phone-box-wrap .tel-wrap .icon-box .icon img,
.contact .top-section .phone-box-wrap .fax-wrap .icon-box .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.contact .top-section .phone-box-wrap .tel-wrap .no-box,
.contact .top-section .phone-box-wrap .fax-wrap .no-box {
  font-weight: 600;
  font-size: 48px;
  line-height: 57px;
  text-align: left;
  color: #1b305b;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .contact .top-section .phone-box-wrap .tel-wrap .no-box,
.contact .top-section .phone-box-wrap .fax-wrap .no-box {
    font-size: 40px;
    padding-top: 0;
  }
}
.contact .top-section .phone-box-wrap .tel-wrap .hour-box,
.contact .top-section .phone-box-wrap .fax-wrap .hour-box {
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #666;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .contact .top-section .phone-box-wrap .tel-wrap .hour-box,
.contact .top-section .phone-box-wrap .fax-wrap .hour-box {
    font-size: 14px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .contact .top-section .phone-box-wrap .tel-wrap {
    border-bottom: #d8d8d8 solid 1px;
  }
}
.contact .form-section .container-inner {
  max-width: 1000px;
}

.contact .form-section .container-inner .urgent-news{
  color: #e51d37;
  text-align: center;
  border: 2px solid #e51d37;
  background-color: #fff;
  padding: 3%;
  width: 70%;
  margin: auto;
}

@media (max-width: 767px) {
  .contact .form-section .container-inner .urgent-news{
    width: 90%;
    font-size: 12px;
    padding: 5% ;
  }
}

.contact .form-section .sectitle .backtxtimg {
  max-width: 354.24px;
  width: 46.4%;
}
.contact .form-section .form-top-p {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .contact .form-section .form-top-p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding-top: 7px;
  }
}
.contact .form-section .form-top-p .red {
  color: #e4020e;
}

.contact .form-section .mw_wp_form .p-country-name {
  display: none;
}

.contact .form-section .mw_wp_form .privacytext {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding-top: 27px;
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form .privacytext {
    line-height: 28px;
    padding-top: 4px;
  }
}
.contact .form-section .mw_wp_form .privacytext a {
  text-decoration: underline;
}
.contact .form-section .mw_wp_form .checkbox-wrap {
  margin-top: 25px;
  max-width: 768px;
  background-color: #cde2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px;
}
.contact .form-section .mw_wp_form .btn-wrap-box {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form .btn-wrap-box {
    padding-top: 40px;
  }
}
.contact .form-section .mw_wp_form .btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .form-section .mw_wp_form .btn-wrap.-confirmbtn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact .form-section .mw_wp_form .btn-wrap.-backbtn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-left-white@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact .form-section .mw_wp_form .btn-wrap.-backbtn:hover::after, .contact .form-section .mw_wp_form .btn-wrap.-backbtn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-left-white@2x.png");
}
.contact .form-section .mw_wp_form textarea {
  height: 215px;
  padding: 15px;
}
.contact .form-section .mw_wp_form input[type=submit] {
  color: white;
  cursor: pointer;
  position: relative;
  border-radius: 0;
}
.contact .form-section .mw_wp_form input[type=submit].confirmbtn {
  width: 380px;
  height: 62px;
  border-color: #1b305b;
  background-color: #1b305b;
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form input[type=submit].confirmbtn {
    width: 315px;
  }
}
.contact .form-section .mw_wp_form input[type=submit].backbtn {
  width: 200px;
  height: 62px;
  border-color: #b4b4b4;
  background-color: #b4b4b4;
}
.contact .form-section .mw_wp_form input[type=submit]:disabled {
  border-color: #b4b4b4;
  background-color: #b4b4b4;
  cursor: not-allowed;
}
.contact .form-section .mw_wp_form .mwform-zip-field {
  letter-spacing: 5px;
}
.contact .form-section .mw_wp_form input[type=text].telno,
.contact .form-section .mw_wp_form input[type=text].faxno {
  width: 200px;
}
.contact .form-section .mw_wp_form dl {

  margin-top: 39px;
  padding-top: 15px;
  border-top: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form dl {
    border-top: none;
    margin-top: 20px;
  }
}
.contact .form-section .mw_wp_form dl dt {
  position: relative;
  padding-top: 13px;
  margin-bottom: 15px;
  padding-left: 40px;
  padding-bottom: 15px;
  width: 300px;
  font-weight: bold;
  font-size: 18px;
  color: black;
  min-height: 74px;
}
@media (min-width: 768px) {
  .contact .form-section .mw_wp_form dl dt {
    float: left;
    clear: both;
  }
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form dl dt {
    font-size: 16px;
    padding: 0;
    margin-bottom: 9px;
    min-height: unset;
  }
}
.contact .form-section .mw_wp_form dl dt.required::before {
  content: "※";
  color: #e4020e;
  position: relative;
}
@media (min-width: 768px) {
  .contact .form-section .mw_wp_form dl dt.required::before {
    position: absolute;
    left: 12px;
  }
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form dl dt.required::before {
    margin-right: 5px;
  }
}
.contact .form-section .mw_wp_form dl dd {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 15px 300px;
  font-size: 16px;
  border-bottom: 1px solid #d8d8d8;
  min-height: 74px;
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form dl dd {
    padding: 0 0 7px 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.contact .form-section .mw_wp_form.mw_wp_form_confirm .privacytext {
  display: none;
}
.contact .form-section .mw_wp_form.mw_wp_form_confirm .checkbox-wrap {
  display: none;
}
.contact .form-section .mw_wp_form.mw_wp_form_confirm .hidden-confirm {
  display: none;
}
.contact .form-section .mw_wp_form.mw_wp_form_confirm .btn-wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form.mw_wp_form_confirm .btn-wrap-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .form-section .mw_wp_form.mw_wp_form_confirm .btn-wrap-box .-backbtn {
    padding-top: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .contact .form-section .mw_wp_form.mw_wp_form_confirm dl dt {
    padding-top: 13px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-bottom: 34px;
  }
  .contact .form-section .mw_wp_form.mw_wp_form_confirm dl dd {
    margin-bottom: 15px;
    padding: 14px 0 35px 300px;
  }
}
@media (max-width: 767px) {
  .contact .form-section .mw_wp_form.mw_wp_form_confirm dl dt {
    min-height: unset;
  }
  .contact .form-section .mw_wp_form.mw_wp_form_confirm dl dd {
    padding: 0 0 7px 20px;
    min-height: 43px;
  }
}
.contact.request .mw_wp_form .document,
.contact.request .mw_wp_form .sample {
  padding-top: 35px;
}
.contact.request .mw_wp_form .document .navybar-ttl,
.contact.request .mw_wp_form .sample .navybar-ttl {
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  color: white;
  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;
  background-color: #1b305b;
  margin-bottom: 30px;
  padding: 6px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .document .navybar-ttl,
.contact.request .mw_wp_form .sample .navybar-ttl {
    font-size: 18px;
    line-height: 38px;
    padding: 2.3px 10px;
    margin-bottom: 20px;
  }
}
.contact.request .mw_wp_form .document .no-wrap,
.contact.request .mw_wp_form .sample .no-wrap {
  margin-bottom: 50px;
}
.contact.request .mw_wp_form .document .underline-ttl,
.contact.request .mw_wp_form .sample .underline-ttl {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #1b305b;
  border-bottom: 1px solid #1b305b;
  padding-bottom: 5px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .document .underline-ttl,
.contact.request .mw_wp_form .sample .underline-ttl {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact.request .mw_wp_form .document .technocolor-ttl,
.contact.request .mw_wp_form .sample .technocolor-ttl {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #1b305b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .document .technocolor-ttl,
.contact.request .mw_wp_form .sample .technocolor-ttl {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact.request .mw_wp_form .document .mwform-checkbox-field,
.contact.request .mw_wp_form .sample .mwform-checkbox-field {
  display: block;
}
.contact.request .mw_wp_form .document .mwform-checkbox-field-text,
.contact.request .mw_wp_form .sample .mwform-checkbox-field-text {
  line-height: 37px;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .document .mwform-checkbox-field-text,
.contact.request .mw_wp_form .sample .mwform-checkbox-field-text {
    font-size: 15px;
  }
}
.contact.request .mw_wp_form .document .bluetxt,
.contact.request .mw_wp_form .sample .bluetxt {
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #1b305b;
  padding-left: 40px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .document .bluetxt,
.contact.request .mw_wp_form .sample .bluetxt {
    font-size: 13px;
    line-height: 24px;
    padding-left: 0;
  }
}
.contact.request .mw_wp_form .document .checkwrap {
  margin-bottom: 15px;
}
.contact.request .mw_wp_form .document label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
}
.contact.request .mw_wp_form .document label input {
  height: 1.3em;
  position: absolute;
}
.contact.request .mw_wp_form .document label .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .document label .mwform-checkbox-field-text {
    padding-left: 25px;
  }
}
.contact.request .mw_wp_form .sample {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample {
    padding-bottom: 80px;
  }
}
.contact.request .mw_wp_form .sample .sample-select {
  border-bottom: 1px solid #d8d8d8;
}
.contact.request .mw_wp_form .sample .color-wrap {
  
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample .color-wrap {
    
  }
}
.contact.request .mw_wp_form .sample .color-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample .color-wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox {
  -ms-flex-preferred-size: 24.5%;
      flex-basis: 24.5%;
  color: white;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  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;
  background-color: grey;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox {
    font-size: 18px;
    line-height: 27px;
    padding: 6.5px;
  }
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-beige {
  background-color: #f8b85a;

}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-yellow {
  background-color: #f9bf01;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-blue {
  background-color: #73bcf6;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-green {
  background-color: #55a475;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-grayyellow {
  background-color: #b68742;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-graygreen {
  background-color: #4a8458;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-grayblue {
  background-color: #487391;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-red {
  background-color: #c14742;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-grayred {
  background-color: #a5382c;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-brown {
  background-color: #8b5855;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-graybrown {
  background-color: #714a45;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-gray {
  background-color: #757484;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-black {
  background-color: black;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-white {
  background-color: white;
  color: black;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .ttlbox.-comment {
  color: black;
  font-size: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: transparent;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 98%;
		margin: auto;
  }
  .contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul::after {
    content: "";
    width: 100px;
    margin: 10px;
  }
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
  background-color: white;
  position: relative;
  padding: 15px 7px 10px;
  border: 1px solid white;
	margin: 0 0 15px;
}


@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li {
    flex-basis: 23%;
		padding: 5px 2px ;
  }
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li.is-select {
  background-color: #fffae6;
  border: 1px solid #1b305b;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li div.js-sample-check {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	z-index: 10;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .mwform-checkbox-field {
	padding-top: 15px;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .mwform-checkbox-field-text {
	display: none;
}
@media (max-width: 767px) {

  .contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .mwform-checkbox-field-text {

  }
}

.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .color-name {
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
	margin: auto;
	position: relative;
	z-index: 1;
	display: block;
}
@media (max-width: 767px) {

  .contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .color-name{

    font-size: 10px;
  }
}

.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap {
  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;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea {
  width: 55px;
  height: 55px;
  background-color: grey;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea {
    width: 45px;
    height: 45px;
  }
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-beige_5 {
  background-color: #f8b85a;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-beige_4 {
  background-color: #f7c57b;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-beige_3 {
  background-color: #fcd190;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-beige_2 {
  background-color: #fce0b3;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-beige_1 {
  background-color: #fae9cf;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-yellow_5 {
  background-color: #f9bf01;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-yellow_4 {
  background-color: #fccc2c;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-yellow_3 {
  background-color: #f9d252;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-yellow_2 {
  background-color: #ffe078;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-yellow_1 {
  background-color: #f5e2a3;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-blue_5 {
  background-color: #73bcf6;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-blue_4 {
  background-color: #96cefb;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-blue_3 {
  background-color: #abd9fe;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-blue_2 {
  background-color: #c4e4ff;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-blue_1 {
  background-color: #d4ecff;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-green_5 {
  background-color: #55a475;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-green_4 {
  background-color: #67b587;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-green_3 {
  background-color: #7cc59a;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-green_2 {
  background-color: #b2d8c2;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-green_1 {
  background-color: #d5e5dc;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayyellow_5 {
  background-color: #b68742;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayyellow_4 {
  background-color: #b69656;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayyellow_3 {
  background-color: #b99d63;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayyellow_2 {
  background-color: #c4aa83;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayyellow_1 {
  background-color: #cbbaa0;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graygreen_5 {
  background-color: #4a8458;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graygreen_4 {
  background-color: #659571;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graygreen_3 {
  background-color: #81ab8b;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graygreen_2 {
  background-color: #a8c1ae;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graygreen_1 {
  background-color: #b8c8bc;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayblue_5 {
  background-color: #487391;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayblue_4 {
  background-color: #6b91ac;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayblue_3 {
  background-color: #7395ac;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayblue_2 {
  background-color: #81a9c7;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayblue_1 {
  background-color: #a0b5c4;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-red_5 {
  background-color: #c14742;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-red_4 {
  background-color: #e75c55;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-red_3 {
  background-color: #ee6d63;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-red_2 {
  background-color: #f98c87;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-red_1 {
  background-color: #fbaca8;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayred_5 {
  background-color: #a5382c;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayred_4 {
  background-color: #bf544b;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayred_3 {
  background-color: #be5a54;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayred_2 {
  background-color: #bc7874;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-grayred_1 {
  background-color: #b98780;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-brown_5 {
  background-color: #8b5855;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-brown_4 {
  background-color: #a56d6a;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-brown_3 {
  background-color: #b37b78;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-brown_2 {
  background-color: #cc9a95;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-brown_1 {
  background-color: #e0b6b7;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graybrown_5 {
  background-color: #714a45;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graybrown_4 {
  background-color: #8e5f5c;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graybrown_3 {
  background-color: #9b7672;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graybrown_2 {
  background-color: #aa8985;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-graybrown_1 {
  background-color: #b59f98;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-gray_5 {
  background-color: #757484;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-gray_4 {
  background-color: #7d8398;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-gray_3 {
  background-color: #81899e;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-gray_2 {
  background-color: #9c9eb7;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-gray_1 {
  background-color: #bebdcf;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-black_5 {
  background-color: #090909;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-black_4 {
  background-color: #191919;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-black_3 {
  background-color: #222222;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-black_2 {
  background-color: #444444;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-black_1 {
  background-color: #666666;
}
.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .colorarea-wrap .colorarea.-white_4 {
  background-color: white;
  border: 1px solid black;
}

.contact.request .mw_wp_form .sample .color-wrap .inner .listbox ul li .mwform-checkbox-field label > [type=checkbox]{
	display: none;	
}


.contact.request .mw_wp_form .sample .color-wrap .inner .caution-box {
  font-size: 15px;
  line-height: 33px;
  font-weight: bold;
  width: 100%;
  text-align: left;
	margin: 0 0 30px;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample .color-wrap .inner .caution-box {
    font-size: 14px;
    line-height: 25px;
  }
}
.contact.request .mw_wp_form .sample .color-wrap .inner .caution-box span {
  color: #e4020e;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form .sample .color-wrap .inner .caution-box span {
    display: block;
  }
}
.contact.request .mw_wp_form.mw_wp_form_confirm .document,
.contact.request .mw_wp_form.mw_wp_form_confirm .sample {
  padding-bottom: 35px;
}
.contact.request .mw_wp_form.mw_wp_form_confirm .document .select-list-wrap,
.contact.request .mw_wp_form.mw_wp_form_confirm .sample .select-list-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.contact.request .mw_wp_form.mw_wp_form_confirm .document .select-list-wrap ul,
.contact.request .mw_wp_form.mw_wp_form_confirm .sample .select-list-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact.request .mw_wp_form.mw_wp_form_confirm .document .select-list-wrap ul li,
.contact.request .mw_wp_form.mw_wp_form_confirm .sample .select-list-wrap ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 30px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form.mw_wp_form_confirm .document .select-list-wrap ul li,
.contact.request .mw_wp_form.mw_wp_form_confirm .sample .select-list-wrap ul li {
    white-space: unset;
  }
}
.contact.request .mw_wp_form.mw_wp_form_confirm .document .select-list-wrap ul li:before,
.contact.request .mw_wp_form.mw_wp_form_confirm .sample .select-list-wrap ul li:before {
  content: "";
  background-image: url(assets/img/icon-material-keyboard-arrow-right-navy@2x.png);
  position: absolute;
  width: 8px;
  height: 1.5em;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact.request .mw_wp_form.mw_wp_form_confirm .document .select-list-wrap ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form.mw_wp_form_confirm .document .select-list-wrap ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.contact.request .mw_wp_form.mw_wp_form_confirm .sample .select-list-wrap ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form.mw_wp_form_confirm .sample .select-list-wrap ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .contact.request .mw_wp_form.mw_wp_form_confirm #comment-check dd {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contact#contact-thanks .bg {
    padding: 60px 0;
  }
}
.contact#contact-thanks .whitebox {
  background-color: white;
  padding: 72px 25px 80px;
}
@media (max-width: 767px) {
  .contact#contact-thanks .whitebox {
    padding: 40px 25px;
  }
}
.contact#contact-thanks .whitebox .backtxtimg {
  max-width: 551px;
  width: 80%;
}
.contact#contact-thanks .whitebox p {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 3px;
}
@media (max-width: 767px) {
  .contact#contact-thanks .whitebox p {
    font-size: 14px;
    line-height: 25px;
    padding: 17px 0 0;
  }
}
.contact#contact-thanks .whitebox .btn-wrap {
  margin-top: 43px;
}
@media (max-width: 767px) {

  .contact#contact-thanks .whitebox .btn-wrap {
    margin-top: 30px;
  }
}
.contact#contact-thanks .whitebox .btn-wrap .btn {
  width: 380px;
  height: 65px;
  position: relative;
}
@media (max-width: 767px) {
  .contact#contact-thanks .whitebox .btn-wrap .btn {
    width: 295px;
    height: 60px;
  }
}
.contact#contact-thanks .whitebox .btn-wrap .btn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact#contact-thanks .whitebox .btn-wrap .btn:hover::after, .contact#contact-thanks .whitebox .btn-wrap .btn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-right@2x.png");
}

/*============
サイトマップ
=============*/
#sitemap .bg {
  background-color: #eef3f8;
  padding-top: 90px;
  padding-bottom: 80px;
}
#sitemap .container-inner {
  max-width: 1100px;
}
#sitemap .whitebox {
  background-color: white;
  padding: 52px 15px 90px;
}
#sitemap .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sitemap .page-list::before, #sitemap .page-list::after {
  content: "";
  display: block;
  width: 224px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  #sitemap .page-list::before, #sitemap .page-list::after {
    width: 315px;
  }
}
#sitemap .page-list .comingsoon {
  color: white;
  background-color: #158ad8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
}
#sitemap .page-list .page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 224px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #sitemap .page-list .page-item {
    width: 315px;
  }
}
#sitemap .page-list .page-item .parent {
  color: white;
  background-color: #1b305b;
  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;
  font-size: 16px;
  font-weight: bold;
  padding: 18px;
}
@media (max-width: 767px) {
  #sitemap .page-list .page-item .parent {
    padding: 13px;
  }
}
#sitemap .page-list .page-item .child {
  padding: 24px 15px 0;
}
#sitemap .page-list .page-item .child ul {
  list-style-type: disc;
  list-style-position: inside;
}
#sitemap .page-list .page-item .child ul li {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #sitemap .page-list .page-item .child ul li {
    font-size: 15px;
  }
}
#sitemap .page-list .page-item .child ul li a {
  color: #222222;
}
#sitemap .page-list a:hover, #sitemap .page-list a:active {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recruit .topsection {
  color: white;
  font-weight: bold;
  text-align: center;
}
.recruit .topsection .bg {
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes animationZoom1 {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes animationZoom1 {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.recruit .topsection .bg:after {
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("assets/img/recruit-top-backimg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: animationZoom1 10s ease-in-out forwards;
          animation: animationZoom1 10s ease-in-out forwards;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .recruit .topsection .bg:after {
    background-image: url("assets/img/recruit-top-backimg@2x.jpg");
  }
}
.recruit .topsection .container {
  max-width: 1000px;
}
.recruit .topsection .inner {
  padding: 58px 15px 47px;
}
@media (min-width: 768px) {
  .recruit .topsection .inner {
    padding: 85px 15px 78px;
  }
}
.recruit .topsection .inner .ttl {
  width: 221.8px;
  margin: auto;
}
@media (min-width: 768px) {
  .recruit .topsection .inner .ttl {
    width: 293.75px;
  }
}
.recruit .topsection .inner .lead {
  font-size: 5.8vw;
  line-height: 9.3vw;
  margin-top: 27px;
}
@media (min-width: 768px) {
  .recruit .topsection .inner .lead {
    font-size: 5vw;
    line-height: 7.5vw;
  }
}
@media (min-width: 1000px) {
  .recruit .topsection .inner .lead {
    font-size: 46px;
    line-height: 68px;
  }
}
.recruit .topsection .inner .exp {
  font-size: 14px;
  line-height: 28px;
  margin-top: 53px;
  letter-spacing: 1.1px;
}
@media (min-width: 768px) {
  .recruit .topsection .inner .exp {
    font-size: 18px;
    line-height: 36px;
    margin-top: 25px;
  }
}
.recruit .workplace .container-inner {
  max-width: 1200px;
}
.recruit .workplace .sectitle .ttlbox {
  max-width: 800px;
  padding-top: 55px;
  padding-bottom: 37px;
  width: 67%;
}
@media (min-width: 768px) {
  .recruit .workplace .sectitle .ttlbox {
    padding-top: 42px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .recruit .workplace .contents-parts {
    padding-bottom: 120px;
  }

}
.recruit .workplace .contents-parts .part .imgarea {
  position: relative;
}
@media (max-width: 767px) {
  .recruit .workplace .contents-parts .part .imgarea .imgwrap {
    position: relative;
    padding-bottom: 57.5%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .recruit .workplace .contents-parts .part .imgarea .imgwrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.recruit .workplace .contents-parts .part .txtarea {
  font-weight: bold;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .recruit .workplace .contents-parts .part .txtarea {
    padding: 0;
  }
}
.recruit .workplace .contents-parts .part .txtarea .ttlcopy {
  color: #09468b;
  font-size: 18px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .recruit .workplace .contents-parts .part .txtarea .ttlcopy {
    font-size: 22px;
    line-height: 36px;
  }
}
.recruit .workplace .contents-parts .part .txtarea .expcopy {
  font-size: 14px;
  line-height: 25px;
  padding-top: 11px;
  letter-spacing: 1.1px;
}
@media (min-width: 768px) {
  .recruit .workplace .contents-parts .part .txtarea .expcopy {
    font-size: 16px;
    line-height: 32px;
  }
}
.recruit .workplace .contents-parts .part.div1 {
  position: relative;
}
@media (min-width: 1000px) {
  .recruit .workplace .contents-parts .part.div1 {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .recruit .workplace .contents-parts .part.div1 {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.recruit .workplace .contents-parts .part.div1 .txtarea {
  position: relative;
  background-color: white;
  width: 92%;
  padding: 20px 30px;
  top: -35px;
}
@media (min-width: 1000px) {
  .recruit .workplace .contents-parts .part.div1 .txtarea {
    position: absolute;
    width: 466px;
    top: unset;
    bottom: -100px;
    left: 50px;
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .recruit .workplace .contents-parts .part.div2, .recruit .workplace .contents-parts .part.div3, .recruit .workplace .contents-parts .part.div4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 100px;
  }
  .recruit .workplace .contents-parts .part.div2 .imgarea, .recruit .workplace .contents-parts .part.div3 .imgarea, .recruit .workplace .contents-parts .part.div4 .imgarea {
    -ms-flex-preferred-size: 53.5%;
        flex-basis: 53.5%;
  }
  .recruit .workplace .contents-parts .part.div2 .txtarea, .recruit .workplace .contents-parts .part.div3 .txtarea, .recruit .workplace .contents-parts .part.div4 .txtarea {
    -ms-flex-preferred-size: 42.5%;
        flex-basis: 42.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
@media (max-width: 767px) {
  .recruit .workplace .contents-parts .part.div2 .imgwrap, .recruit .workplace .contents-parts .part.div3 .imgwrap, .recruit .workplace .contents-parts .part.div4 .imgwrap {
    padding-bottom: 62%;
  }
}
@media (min-width: 768px) {
  .recruit .workplace .contents-parts .part.div3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

}
.recruit .information {
  background: #eef3f8;
}
.recruit .information .movie {
  width: 100%;
  height: 420px;
  padding: 0 calc((100% - 560px) / 2) 70px;
}
.recruit .application {
  background-color: #eef3f8;
}
.recruit .application .sectitle .ttlbox {
  max-width: 850px;
  padding-top: 33px;
  padding-bottom: 0;
  width: 70%;
}
@media (min-width: 768px) {
  .recruit .application .sectitle .ttlbox {
    padding-top: 60px;
  }
}
.recruit .application .tab-panel .container-inner {
  max-width: 1100px;
}
.recruit .application .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 15px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .recruit .application .tab-group {
    padding-top: 35px;
    padding-bottom: 18px;
  }
}
.recruit .application .tab.btn-wrap {
  cursor: pointer;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.recruit .application .tab.btn-wrap .btn {
  border: solid 2px #1b305b;
  height: 100px;
  font-size: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .recruit .application .tab.btn-wrap .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    line-height: 23px;
    height: 84px;
  }
}
.recruit .application .tab.btn-wrap .btn:after {
  position: absolute;
  content: "";
  background-image: url("assets/img/icon-ionic-ios-arrow-dropdown-circle-navy@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  right: 20px;
}

@media (max-width: 767px) {
  .recruit .application .tab.btn-wrap .btn:after {
    position: relative;
    margin-top: 10px;
    width: 18px;
    height: 18px;
    right: unset;
  }
}
.recruit .application .tab.btn-wrap .btn:hover::after {
  background-image: url("assets/img/icon-ionic-ios-arrow-dropdown-circle-white@2x.png");
}
.recruit .application .panel {
  display: none;
}
.recruit .application .tab.is-active.btn-wrap .btn {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
  border-color: #1b305b;
  background-color: #1b305b;
}
.recruit .application .tab.is-active.btn-wrap .btn:after {
  background-image: url("assets/img/icon-ionic-ios-arrow-dropdown-circle-white@2x.png");
}
.recruit .application .panel.is-show {
  display: block;
}
.recruit .application .panel-mid-career {
  padding-bottom: 100px;
}
.recruit .application .whitebox {
  background-color: white;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .recruit .application .whitebox {
    padding: 37px 6.4%;
  }
}
.recruit .application .whitebox .terms dl dt {
  position: relative;
  margin-bottom: 13px;
  padding-left: 20px;
  padding-bottom: 12px;
  width: 200px;
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
  color: #1b305b;
}
@media (min-width: 768px) {
  .recruit .application .whitebox .terms dl dt {
    float: left;
    clear: both;
  }
}
@media (max-width: 767px) {
	
  .recruit .application .whitebox .terms dl dt {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
    padding-bottom: 7px;
  }

  .recruit .application .whitebox .terms dl dt:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #1b305b;
  }
}
.recruit .application .whitebox .terms dl dd {
  position: relative;
  margin-bottom: 13px;
  padding: 0 0 12px 250px;
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .recruit .application .whitebox .terms dl dd {
    border-bottom: 1px solid #d8d8d8;
  }
  .recruit .application .whitebox .terms dl dd:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #1b305b;
  }
}
@media (max-width: 767px) {

  .recruit .application .whitebox .terms dl dd {
    padding: 0 0 7px 15px;
    padding: 0 0 7px 0;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 25px;
  }
}
.recruit .application .whitebox .jisseki {
  padding-top: 40px;
}
.recruit .application .whitebox .jisseki .navybar-ttl {
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  color: white;
  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;
  background-color: #1b305b;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit .application .whitebox .jisseki .navybar-ttl {
    font-size: 18px;
    line-height: 38px;
    padding: 2.3px 10px;
  }
}
.recruit .application .whitebox .jisseki .jisseki-list {
  margin-top: 25px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .recruit .application .whitebox .jisseki .jisseki-list {
    margin-top: 35px;
  }
}
.recruit .application .whitebox .jisseki .jisseki-list .jisseki-item:not(:first-child) {
  margin-top: 30px;
}
.recruit .application .whitebox .jisseki .jisseki-list .jisseki-item p {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .recruit .application .whitebox .jisseki .jisseki-list .jisseki-item p {
    font-size: 15px;
    line-height: 32px;
    margin-top: 24px;
  }
}
.recruit .application .whitebox .now-hiring .navybar-ttl {
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  color: white;
  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;
  background-color: #1b305b;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit .application .whitebox .now-hiring .navybar-ttl {
    font-size: 18px;
    line-height: 38px;
    padding: 2.3px 10px;
  }
}
.recruit .application .whitebox .now-hiring-list {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .recruit .application .whitebox .now-hiring-list {
    margin-top: 35px;
  }
}
.recruit .application .whitebox .now-hiring-item .linkttl a {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #09468b;
  border-bottom: 1px solid #09468b;
}
@media (min-width: 768px) {
  .recruit .application .whitebox .now-hiring-item .linkttl a {
    font-size: 18px;
  }
}
.recruit .application .whitebox .now-hiring-item .exp {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .recruit .application .whitebox .now-hiring-item .exp {
    font-size: 15px;
    margin-top: 24px;
  }
}
.recruit .application .whitebox .now-hiring-item .red {
  color: #e4020e;
}
.recruit .application .whitebox .now-hiring-item:not(:first-child) {
  margin-top: 30px;
}
.recruit .application .flow .sectitle .ttlbox {
  max-width: 330px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 40%;
}
@media (min-width: 768px) {
  .recruit .application .flow .sectitle .ttlbox {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.recruit .application .flow .step-list-wrap {
  background-color: #cad8e6;
  padding: 20px 25px;
}
@media (min-width: 768px) {
  .recruit .application .flow .step-list-wrap {
    padding: 46px 38px;
  }
}
@media (min-width: 768px) {
  .recruit .application .flow .step-list-wrap .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}
.recruit .application .flow .step-list-wrap .step-list .step-item {
  color: white;
}
@media (min-width: 768px) {
  .recruit .application .flow .step-list-wrap .step-list .step-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruit .application .flow .step-list-wrap .step-list .step-item.step-01 {
  background-color: #00acf3;
}
@media (max-width: 767px) {
  .recruit .application .flow .step-list-wrap .step-list .step-item.step-01 {
    padding-top: 33px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .recruit .application .flow .step-list-wrap .step-list .step-item.step-01 {
    padding-top: 22px;
  }
}
.recruit .application .flow .step-list-wrap .step-list .step-item.step-02, .recruit .application .flow .step-list-wrap .step-list .step-item.step-03, .recruit .application .flow .step-list-wrap .step-list .step-item.step-04, .recruit .application .flow .step-list-wrap .step-list .step-item.step-05 {
  -webkit-clip-path: polygon(0 0, 50% 35px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 35px, 100% 0, 100% 100%, 0 100%);
  margin-top: -40px;
  padding-top: 55px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .recruit .application .flow .step-list-wrap .step-list .step-item.step-02, .recruit .application .flow .step-list-wrap .step-list .step-item.step-03, .recruit .application .flow .step-list-wrap .step-list .step-item.step-04, .recruit .application .flow .step-list-wrap .step-list .step-item.step-05 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);
    padding-top: 22px;

    margin-top: 0;
    padding-bottom: 5px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruit .application .flow .step-list-wrap .step-list .step-item.step-02 {
  background-color: #0075bc;
}
.recruit .application .flow .step-list-wrap .step-list .step-item.step-03 {
  background-color: #00a0c6;
}
.recruit .application .flow .step-list-wrap .step-list .step-item.step-04 {
  background-color: #09468b;
}
.recruit .application .flow .step-list-wrap .step-list .step-item.step-05 {
  background-color: #1b305b;
  padding-top: 80px;
  padding-bottom: 60px;
}
.recruit .application .flow .step-list-wrap .step-list .step-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .recruit .application .flow .step-list-wrap .step-list .step-item .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruit .application .flow .step-list-wrap .step-list .step-item .ttl-num {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .application .flow .step-list-wrap .step-list .step-item .ttl-num::after {
  content: "";
  height: 1px;
  width: 27px;
  background-color: white;
  position: relative;
}
.recruit .application .flow .step-list-wrap .step-list .step-item .naiyo {
  font-size: 20px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .application .flow .step-list-wrap .step-list .step-item .ellipse-box {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid white;
  height: 26px;
  border-radius: 13px;
  padding: 0px 11px;
  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;
}
.recruit .application .flow .step-list-wrap .step-list .step-item p:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .recruit .application .flow .step-list-wrap .step-list .step-item p:not(:first-child) {
    margin-top: 13px;
  }
}
.recruit .application .entry .btn-wrap {
  margin-top: 60px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .recruit .application .entry .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.recruit .application .entry .btn-wrap .mynavilogo {
  width: 309px;
  height: 80px;
  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;
  border: 2px solid #0aa8ea;
  border-right: none;
  padding: 0 20px;
  background-color: white;
  cursor: auto;
}
@media (max-width: 767px) {
  .recruit .application .entry .btn-wrap .mynavilogo {
    border: 2px solid #0aa8ea;
    border-bottom: none;
    padding: 0 57px;
    width: 315px;
    height: 60px;
  }
}
.recruit .application .entry .btn-wrap .btn {
  width: 309px;
  height: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .recruit .application .entry .btn-wrap .btn {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .recruit .application .entry .btn-wrap .btn {
    width: 315px;
    height: 60px;
  }
}
.recruit .application .entry .btn-wrap .btn::after {
  content: "";
  background-image: url("assets/img/icon-material-keyboard-arrow-right-white@2x.png");
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.recruit .application .entry .btn-wrap .btn:hover::after, .recruit .application .entry .btn-wrap .btn:active::after {
  background-image: url("assets/img/icon-material-keyboard-arrow-right-deepskyblue@2x.png");
}

.recruit .application .entry .sns {
  width: 100%;
  display: block;
  padding-top:50px;
  padding-bottom: 105px;
  font-weight: 700;
  text-align: center;
}

.recruit .application .entry .sns p{
  line-height: 36px;
}

.recruit .application .entry .sns .snslogo {
  padding: 5px 0 0 8px;
  line-height: normal;
  position: absolute;
}

.recruit .application .entry .sns img{
  width: 25px;
}

@media (max-width: 767px) {
.recruit .application .entry .sns {
  padding-top:30px;
  padding-bottom: 60px;
  }
}

.recruit-container.clearfix{
	background-color: #fff;
}

.recruit-container .toggle-box{
	display: none;
}


.recruit .recruit-panel-title{
	background-color: #1B305B;
	color:#fff;
	text-align: center;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 50px;
}


@media (max-width: 767px) {
.recruit .recruit-panel-title{
  font-size: 18px;
	margin: 0 auto 20px;
  }
}

.recruit h3.recruit-container-title{
	background-color: #fff;
	cursor: pointer;
	color:#1B305B;
	text-align: left;
	font-size: 25px;
	padding: 20px 6.4%;
	border-bottom: 2px solid #09468B;
	position: relative;
}

.recruit h3.recruit-container-title span.ttl{
	 width:90%;
   display: block;
}

@media (max-width: 767px) {
.recruit h3.recruit-container-title span.ttl{
	 width: 85%;
	}
}

@media (max-width: 767px) {
.recruit h3.recruit-container-title{
  font-size: 16px;
  }
}

.recruit .recruit-container-title .icon-wrap {
  position: absolute;
  top: 50%;
	right: 40px;
  transform: translatey(-50%);
  width: 14px;
  height: 14px;
}

.recruit .recruit-container-title .icon-wrap .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
	position: fixed;
}
.recruit .recruit-container-title .icon-wrap .icon:before,
.recruit .recruit-container-title .icon-wrap .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #1B305B;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.recruit .recruit-container-title .icon-wrap .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.recruit .recruit-container-title .icon-wrap .icon.is-open:before {
  transform: translate(-50%, -50%) rotate(180deg);
}


.recruit .recruit-box-inner{
	padding: 0 6.4%;
	margin: 40px 0 0;
}

.recruit .recruit-container .whitebox {
	padding: 6.4%;
}

.recruit .recruit-container .whitebox .terms dl {
  border-top: 1px solid #d8d8d8;
	position: relative;
	padding: 12px 0 0;
}

.recruit .recruit-container .whitebox .terms dl:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    top: -1px;
    left: 0;
    background-color: #1b305b;
  }

.recruit h4.box-title{
	color:#09468B;
	text-align: left;
	font-size: 25px;
	padding: 0 0 20px 0;
}

@media (max-width: 767px) {
.recruit h4.box-title{
  font-size: 18px;
  }
}

.recruit-box{
	position: relative;
}

.recruit-box .pic{
	position: absolute;
	top:26px;
	right: 40px;
	width: 267px;
}

@media (max-width: 767px) {
.recruit-box .pic{
	 	position: relative;
    width: 90%;
    margin: 10px auto 0;
    top: auto;
    right: auto;
	}
}

.recruit .recruit-box-inner .lead{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding: 0 0 20px 0;
}

@media (max-width: 767px) {
.recruit .recruit-box-inner .lead{
  font-size: 17px;
  }
}

.recruit .recruit-box-inner .text{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
}

@media (max-width: 767px) {
.recruit .recruit-box-inner .text{
  font-size: 14px;
  }
}

.recruit .recruit-container ul.btn-list{
	display: flex;
	flex-direction: row;
  justify-content: center;
  align-items: center;
	margin:  6.4% 0 0;
}

@media (max-width: 767px) {
.recruit .recruit-container ul.btn-list{
  flex-direction: column;
  }
}

.recruit .recruit-container ul.btn-list li{
	color: #fff;
	width: 48%;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

@media (max-width: 767px) {
.recruit .recruit-container ul.btn-list li{
	width: 100%;
	font-size: 16px;
	margin: 0 auto 20px;
	}
}

.recruit .recruit-container ul.btn-list li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 0;
}


@media (max-width: 767px) {
.recruit .recruit-container ul.btn-list li a{
	padding:15px 0;
}
}

.recruit .recruit-container ul.btn-list li:first-child{
	background-color: #0AA8EA;
	margin: 0 2% 0 0;
}

.recruit .recruit-container ul.btn-list li:last-child{
	background-color: #1B305B;
}

@media (max-width: 767px) {
  .error-404 {
    font-size: 95%;
  }
}
.error-404 h1 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.error-404 .page-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.error-404 .page-content a {
  text-decoration: underline;
}
#menu-box-search .menu-list-wrap {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#menu-box-search .menu-list-inner {
  max-width: 1370px;
  width: 94%;
  margin: 40px 0;
}
#menu-box-search .menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu-box-search .menu-tabs .tab-item {
  width: 47.9%;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0;
  transition: all 0;
  margin-left: 1.4%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #1b305b;
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  padding: 18px 0;
  cursor: pointer;
}
#menu-box-search .menu-tabs .tab-item span {
  position: relative;
  padding-left: 45px;
}
#menu-box-search .menu-tabs .tab-item span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 26px;
  height: 100%;
}
#menu-box-search .menu-tabs .tab-item.facility {
  margin-left: 0;
}
#menu-box-search .menu-tabs .tab-item.facility span:before {
  background: url("assets/img/ico_facility_off.png") no-repeat;
  background-size: contain;
}
#menu-box-search .menu-tabs .tab-item.use span:before {
  background: url("assets/img/ico_use_off.png") no-repeat;
  background-size: contain;
}
#menu-box-search .menu-tabs .tab-item.product span:before {
  background: url("assets/img/ico_product_off.png") no-repeat;
  background-size: contain;
}
#menu-box-search .menu-tabs .tab-item.order span:before {
  background: url("assets/img/ico_order_off.png") no-repeat;
  background-size: contain;
}
#menu-box-search #facility:checked ~ .tab-item.facility span::before {
  background: url("assets/img/ico_facility_on.png") no-repeat;
  background-size: contain;
}
#menu-box-search #use:checked ~ .tab-item.use span::before {
  background: url("assets/img/ico_use_on.png") no-repeat;
  background-size: contain;
}
#menu-box-search #product:checked ~ .tab-item.product span::before {
  background: url("assets/img/ico_product_on.png") no-repeat;
  background-size: contain;
}
#menu-box-search #order:checked ~ .tab-item.order span::before {
  background: url("assets/img/ico_order_on.png") no-repeat;
  background-size: contain;
}
#menu-box-search input[name=tab-item] {
  display: none;
}
#menu-box-search .tab-content {
  display: none;
  padding: 40px 50px;
  clear: both;
  overflow: hidden;
  background: #1b305b;
  width: 100%;
}
#menu-box-search .tab-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu-box-search .tab-content li {
  width: 16%;
  margin-left: 0.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu-box-search .tab-content li a {
  display: block;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 10px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menu-box-search .tab-content li:nth-of-type(6n-5) {
  margin-left: 0;
}
#menu-box-search .tab-content li:nth-child(n+7) {
  margin-top: 10px;
}
#menu-box-search #facility:checked ~ #facility-content,
#menu-box-search #use:checked ~ #use-content,
#menu-box-search #product:checked ~ #product-content,
#menu-box-search #order:checked ~ #order-content {
  display: block;
}
#menu-box-search .menu-tabs input:checked + .tab-item {
  background: #1b305b;
  color: #fff;
  border: 1px solid #1b305b;
}

#search-navigation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  background: #1b305b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  #search-navigation.show {
    visibility: visible;
    opacity: 1;
  }
}
#search-navigation .close-btn {
  display: block;
  position: relative;
  width: 65px;
  height: 65px;
  position: fixed;
  top: 1px;
  right: 0;
  cursor: pointer;
}
#search-navigation .close-btn:before, #search-navigation .close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background: #1b305b;
}
#search-navigation .close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#search-navigation .close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#search-navigation .search-title {
  background: #fff;
  border-top: 3px solid #1b305b;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search-navigation .search-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: bold;
  color: #1b305b;
}
#search-navigation .top-category {
  margin: 15px;
}
#search-navigation .top-category li {
  margin-bottom: 10px;
}
#search-navigation .top-category li a {
  color: #000;
  display: block;
  background: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 0;
}
#search-navigation .top-category li span {
  display: block;
  position: relative;
  padding: 0 30px 0 45px;
  margin-left: 20px;
}
#search-navigation .top-category li span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 26px;
  height: auto;
}
#search-navigation .top-category li span:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#search-navigation .top-category li.facility span:before {
  background: url("assets/img/ico_facility_off.png") no-repeat;
  background-size: contain;
}
#search-navigation .top-category li.use span:before {
  background: url("assets/img/ico_use_off.png") no-repeat;
  background-size: contain;
  left: 1px;
}
#search-navigation .top-category li.product span:before {
  background: url("assets/img/ico_product_off.png") no-repeat;
  background-size: contain;
  left: 1px;
}
#search-navigation .top-category li.order span:before {
  background: url("assets/img/ico_order_off.png") no-repeat;
  background-size: contain;
}
#search-navigation .sub-category .sub-category-inner {
  background: #1b305b;
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  overflow-x: scroll;
  padding-bottom: 65px;
}
#search-navigation .sub-category .sub-category-inner.show {
  visibility: visible;
  opacity: 1;
}
#search-navigation .sub-category .back-link {
  position: fixed;
  top: 18px;
  left: 0;
  display: inline-block;
  padding: 5px;
  padding-left: 30px;
}
#search-navigation .sub-category .back-link span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  position: relative;
}
#search-navigation .sub-category .back-link span:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#search-navigation .sub-category ul {
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#search-navigation .sub-category ul li {
  width: calc(50% - 5px);
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search-navigation .sub-category ul li a {
  background: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #1b305b;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
#search-navigation .sub-category ul li:nth-child(odd) {
  margin-left: 0;
}
#search-navigation .sub-category ul li:nth-child(n+3) {
  margin-top: 10px;
}

/*============
工法・製品
=============*/
#products {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  #products {
    margin: 30px auto;
  }
}
#products .category-block h2 {
  font-size: 25px;
  line-height: 38px;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #products .category-block h2 {
    font-size: 18px;
    line-height: 28px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
#products .category-block h2:before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 26px;
  margin: 6px 0;
  background-color: #09468b;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #products .category-block h2:before {
    height: 20px;
    margin: 4px 0;
  }
}
#products .category-list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #products .category-list {
    margin-bottom: 20px;
  }
}
#products .category-list li {
  margin: 0 20px 15px 0;
}
@media only screen and (max-width: 767px) {
  #products .category-list li {
    margin: 0 15px 10px 0;
  }
}
#products .category-list li a {
  background: #1b305b;
  color: #fff;
  padding: 10px 20px;
  display: block;
  border: 1px solid #1b305b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  #products .category-list li a {
    padding: 10px 12px;
    font-size: 13px;
  }
}
#products .category-list li a:hover {
  background: #fff;
  color: #1b305b;
}
#products .page-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1em;
}
#products .page-list li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1b305b;
  border-radius: 50%;
}
#products .page-list li a {
  text-decoration: underline;
}
#products .page-list li a:hover {
  text-decoration: none;
}
#products .page-back {
  max-width: 378px;
  margin: 60px auto auto auto;
}
@media only screen and (max-width: 767px) {
  #products .page-back {
    max-width: 315px;
    margin: 40px auto auto auto;
  }
}
#products .btn01 {
  background: #1b305b;
  display: block;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 20px;
  padding: 17px 20px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #1b305b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  #products .btn01 {
    font-size: 18px;
    padding: 15px 20px;
  }
}
#products .btn01:hover {
  background: #fff;
  color: #1b305b;
}
#products .page-block h2 {
  font-size: 50px;
  color: #0a478a;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #products .page-block h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
#products .page-block h3 {
  font-size: 30px;
  color: #0a478a;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #products .page-block h3 {
    font-size: 22px;
  }
}
#products .page-block h4 {
  font-size: 18px;
  color: #fff;
  background: #0a478a;
  margin: 25px 0 15px 0;
  border-radius: 20px;
  padding: 20px 40px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #products .page-block h4 {
    margin: 15px 0 15px 0;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 15px;
  }
}
#products .page-block p {
  margin-bottom: 1em;
}
#products .page-block ul {
  margin-bottom: 15px;
}
#products .page-block ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 1em;
}
#products .page-block ul li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  background: #000;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
}
#products .page-block ol {
  margin: 0 0 15px 1.5em;
}
#products .page-block ol li {
  margin-bottom: 5px;
}
#products .page-block img {
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  padding-bottom: 15px;
}
#products .page-block iframe {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  #products .page-block iframe {
    height: 200px;
  }
}
#products .page-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
#products .page-block table th, #products .page-block table td {
  border: 1px solid #aaa;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
}
#products .page-block table th {
  background: #0a478a;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #products .page-block .scroll {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  #products .page-block .scroll table {
    width: 1000px;
  }
}

.lb-dataContainer {
  display: none !important;
}
