@charset "UTF-8";
/*--------------------------------------------------------------
	reset
--------------------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

/*--------------------------------------------------------------
	form reset
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Base
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
  color: #000;
  text-align: left;
  background-color: #fff;
}

/*--------------------------------------------------------------
    screen reader text
--------------------------------------------------------------*/
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

/*--------------------------------------------------------------
    #page.site
--------------------------------------------------------------*/
#page.site {
  margin-top: 80px;
}

/*--------------------------------------------------------------
    loading
--------------------------------------------------------------*/
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
}

.loader-bg {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10001;
}

/*--------------------------------------------------------------
    site header
--------------------------------------------------------------*/
.site-header {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 23px 30px;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 20px;
  }
}

.site-header__logo {
  line-height: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .site-header__logo {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}

.site-header .menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  width: 80px;
  height: 80px;
  z-index: 10000;
}

@media screen and (min-width: 992px) {
  .site-header .menu-trigger {
    display: none;
  }
}

.site-header .menu-trigger span {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 4px;
  background-color: #fff;
  border-right: 4px;
  border-radius: 2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.site-header .menu-trigger span:nth-of-type(1) {
  top: 19px;
}

.site-header .menu-trigger span:nth-of-type(2) {
  top: 38px;
}

.site-header .menu-trigger span:nth-of-type(3) {
  bottom: 19px;
}

.site-header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(-45deg);
  -ms-transform: translateY(18px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg);
}

.site-header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.site-header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-18px) rotate(45deg);
  -ms-transform: translateY(-18px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
}

.site-navigation {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  display: none;
  top: 80px;
  left: 0;
  width: 100%;
  height: 90vh;
  z-index: 10000;
}

@media screen and (min-width: 992px) {
  .site-navigation {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    top: inherit;
    left: inherit;
  }
}

.site-navigation ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-navigation__menu-item {
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
}

.site-navigation__menu-item:nth-of-type(2n+1) {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}


@media screen and (min-width: 992px) {
  .site-navigation__menu-item:nth-of-type(2n+1) {
    border-right: none;
  }
}

@media screen and (min-width: 992px) {
  .site-navigation__menu-item {
    width: auto;
    border-bottom: none;
  }
  .site-navigation__menu-item:first-child a {
    border-left: none;
  }
}

.site-navigation__menu-item a {
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
}



@media screen and (min-width: 992px) {
  .site-navigation__menu-item a {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    margin-top: 25px;
    padding: 5px 10px;
    border-left: 1px solid #000;
  }
  .sns_icon a{
    border: none;
    padding: 1px 15px;
  }
  .site-navigation__menu-item a:hover {
    text-decoration: underline;
  }
  .sns_icon a:hover{
    opacity: 0.8;
  }


}

@media screen and (min-width: 992px) {
  .site-navigation__menu-item_contact {
    margin-left: 10px;
  }
  .site-navigation__menu-item_contact a {
    background: #000;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
  }
  .site-navigation__menu-item_contact a:hover {
    background: #00c846;
    text-decoration: none;
  }
}

/*--------------------------------------------------------------
    firstview
--------------------------------------------------------------*/
.firstview {
  position: relative;
}

.firstview-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.firstview-title {
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  width: 80%;
}

.firstview-sdgs {
  position: absolute;
  display: block;
  top: 50%;
  left: 10%;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .firstview-title {
    position: absolute;
    display: block;
    top: 30%;
    left: 10%;
    width: 80%;
  }
  
  .firstview-sdgs {
    position: absolute;
    display: block;
    top: 50%;
    left: 10%;
    width: 80%;
  }
  
  .firstview-title {
    text-align: center;
  }
  .firstview-sdgs {
    text-align: center;
  }
}

.firstview-button {
  display: none;
}



@media screen and (min-width: 768px) {
  .firstview-button {
    position: absolute;
    display: block;
    margin: 0;
    width: 100%;
    left: 0;
    bottom: 70px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
  }
}

.firstview-button:before {
  position: absolute;
  content: url(../images/firstview-arrow-down.png);
  bottom: -40px;
  left: 50%;
  margin-left: -5px;
}

.firstview-button-text {
  position: relative;
  color: white;
  text-decoration: none;
}

.firstview-gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 110, 184, 0.6);
  z-index: 999;
}

/**
  slider
 */
.slider-wrap {
  height: 200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .slider-wrap {
    height: 400px;
  }
}

@media screen and (min-width: 992px) {
  .slider-wrap {
    height: 90vh;
  }
}

.slider-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider-item {
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
}

@media screen and (min-width: 768px) {
  .slider-item {
    height: 400px;
  }
}

@media screen and (min-width: 992px) {
  .slider-item {
    height: 90vh;
  }
}

.slider-item_1 {
  background-image: url(../images/firstview-slide-03.jpg);
}

.slider-item_2 {
  background-image: url(../images/firstview-slide-02.jpg);
}

.slider-item_3 {
  background-image: url(../images/firstview-slide-03.jpg);
}

.slider-item:nth-child(1) {
  -webkit-animation-name: slider-zoomin;
  animation-name: slider-zoomin;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.slider-item:nth-child(2) {
  -webkit-animation-name: slider-zoomout;
  animation-name: slider-zoomout;
  opacity: 0;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.slider-item:nth-child(3) {
  -webkit-animation-name: slider-zoomin;
  animation-name: slider-zoomin;
  opacity: 0;
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}

.slider-item img {
  width: 130%;
}

@-webkit-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-webkit-keyframes slider-zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slider-zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-title {
  text-align: center;
  margin: 50px 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
}

@media screen and (min-width: 992px) {
  .container {
    width: 960px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .container_qa, .container_company, .container_contact {
    width: 680px;
  }
}

/*--------------------------------------------------------------
    mission
--------------------------------------------------------------*/
.mission-content {
  background-image: url(../images/mission-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .mission-content {
    background-position: 100px 50px;
  }
}

.mission-top {
  position: relative;
}

.mission-top__image-photo {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 992px) {
  .mission-top__image-photo {
    width: 70%;
  }
}

.mission-top__image-text {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  margin-top: -55px;
}

@media screen and (min-width: 768px) {
  .mission-top__image-text {
    width: 60%;
    left: 20%;
    margin-top: -85px;
  }
}

@media screen and (min-width: 992px) {
  .mission-top__image-text {
    width: 40%;
    left: 50%;
  }
}

.mission__inner {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mission__inner h3 {
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  .mission__inner h3 {
    width: 70%;
    margin: 0 auto 1em;
  }
}

.mission__inner p {
  font-size: 14px;
  margin-bottom: 4em;
}

@media screen and (min-width: 992px) {
  .mission__inner p {
    width: 70%;
    margin: 0 auto 4em;
  }
}

/*--------------------------------------------------------------
    service
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .service-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
}



@media screen and (min-width: 768px) {
  .service-item {
    width: 50%;
    padding: 15px;
  }

}
@media screen and (max-width: 768px) {
.sns_icon{
  margin: auto;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;	
}
}


@media screen and (min-width: 992px) {
  .service-item {
    width: 33%;
  }
}

.service-item__title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.service-item__icon {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 0 0 30px 0;
}

.service-item__desc {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  margin: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
    message
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .message {
    height: 550px;
  }
}

@media screen and (min-width: 1200px) {
  .message {
    height: 600px;
  }
}

@media screen and (min-width: 992px) {
  .message-content {
    position: relative;
  }
}

.message-content__image {
  width: 100%;
  height: 250px;
  background-image: url(../images/top-message-image.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  .message-content__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 300px;
    z-index: 100;
  }
}

.message-content__text {
  padding: 15px;
  background: #000;
}

@media screen and (min-width: 992px) {
  .message-content__text {
    background: transparent;
    position: absolute;
    left: 50%;
    top: 70px;
    width: 40%;
    z-index: 101;
  }
}

.message-content__text h3 {
  color: #00c846;
  font-size: 20px;
  margin: 0;
}

.message-content__text h4 {
  font-size: 20px;
  color: white;
}

@media screen and (min-width: 992px) {
  .message-content__text h4 {
    padding-left: 30%;
  }
}

.message-content__text p {
  color: white;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .message-content__text p {
    padding-left: 30%;
  }
}

@media screen and (min-width: 992px) {
  .message-content__bgblack {
    position: absolute;
    content: " ";
    background: #000;
    width: 90%;
    height: 400px;
    right: 0;
    top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .message-content__bgblack {
    height: 350px;
  }
}

/*--------------------------------------------------------------
    store
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .store-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.store-content__image {
  width: 100%;
  height: 250px;
  background-image: url(../images/store-image.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .store-content__image {
    width: 50%;
    height: 400px;
  }
}

@media screen and (min-width: 768px) {
  .store-content__map {
    width: 50%;
    height: 400px;
  }
}

#map {
  height: 250px;
}

@media screen and (min-width: 768px) {
  #map {
    height: 400px;
  }
}

/*--------------------------------------------------------------
    site footer
--------------------------------------------------------------*/
.site-footer {
  padding-top: 30px;
  background: #efefef;
}

@media screen and (min-width: 992px) {
  .site-footer {
    padding-top: 50px;
  }
}

.site-footer__meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__meta-list__item {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.site-footer__meta-list__item_logo {
  margin-bottom: 15px;
}

.site-footer__toform {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .site-footer__toform {
    margin-bottom: 50px;
  }
}

.site-footer__toform-title {
  font-size: 14px;
}

.site-footer__toform-button {
  display: block;
  background: #00c846;
  color: white;
  padding: 30px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}

.site-footer__bar {
  text-align: center;
  background: #000;
  padding: 15px;
}

.site-footer__bar__logo {
  margin-bottom: 10px;
}

.site-footer__bar__copyright {
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 1;
}

/*--------------------------------------------------------------
    page header image
--------------------------------------------------------------*/
.page-header-image {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .page-header-image {
    height: 300px;
  }
}

.page-header-image_flow {
  background-image: url(../images/flow-page-header-image.jpg);
}

.page-header-image_works {
  background-image: url(../images/works-page-header-image.jpg);
}

.page-header-image_qa {
  background-image: url(../images/qa-page-header-image.jpg);
}

.page-header-image_company {
  background-image: url(../images/company-page-header-image.jpg);
}

.page-header-image_recruit {
  background-image: url(../images/recruit-page-header-image.jpg);
}

.page-header-image_contact {
  background-image: url(../images/contact-page-header-image.jpg);
}

.page-header-image_sdgs {
  background-image: url(../images/sdgs-page-header-image.jpg);
}

/*--------------------------------------------------------------
    breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px;
}

.breadcrumbs__body {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 12px;
}

.breadcrumbs__item a {
  color: #000;
}

.breadcrumbs__item:first-child::after {
  content: "▶︎";
  margin-left: 5px;
}

/*--------------------------------------------------------------
    page:flow
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .flow {
    margin-bottom: 100px;
  }
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list__item {
  position: relative;
  background: #000;
  color: #fff;
  margin-bottom: 100px;
}

@media screen and (min-width: 992px) {
  .flow-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
  }
}

.flow-list__item::after {
  position: absolute;
  bottom: -82px;
  left: 50%;
  margin-left: -15px;
  content: url("../images/flow-arrow-down.png");
}

@media screen and (min-width: 992px) {
  .flow-list__item::after {
    bottom: -107px;
  }
}

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

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

.flow-list__item-thumb {
  width: 100%;
  height: 200px;
  margin: 0;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .flow-list__item-thumb {
    height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .flow-list__item-thumb {
    width: 50%;
  }
}

.flow-list__item-thumb_1 {
  background-image: url(../images/flow-image-01.jpg);
}

.flow-list__item-thumb_2 {
  background-image: url(../images/flow-image-02.jpg);
}

.flow-list__item-thumb_3 {
  background-image: url(../images/flow-image-03.jpg);
}

.flow-list__item-thumb_4 {
  background-image: url(../images/flow-image-04.jpg);
}

.flow-list__item-thumb_5 {
  background-image: url(../images/flow-image-05.jpg);
}

.flow-list__item-thumb_6 {
  background-image: url(../images/flow-image-06.jpg);
}

.flow-list__item-text {
  padding: 5%;
}

@media screen and (min-width: 992px) {
  .flow-list__item-text {
    padding: 25px;
    width: 50%;
  }
}

.flow-list__item-text__title {
  position: relative;
  font-size: 22px;
  margin: 1.5em 0 1em;
  padding: 0;
}

.flow-list__item-text__title::before {
  position: absolute;
  top: -35px;
  left: 3px;
  width: 50%;
}

.flow-list__item-text__title_step1::before {
  content: url(../images/flow-step-01.png);
}

.flow-list__item-text__title_step2::before {
  content: url(../images/flow-step-02.png);
}

.flow-list__item-text__title_step3::before {
  content: url(../images/flow-step-03.png);
}

.flow-list__item-text__title_step4::before {
  content: url(../images/flow-step-04.png);
}

.flow-list__item-text__title_step5::before {
  content: url(../images/flow-step-05.png);
}

.flow-list__item-text__title_step6::before {
  content: url(../images/flow-step-06.png);
}

.flow-list__item-text__desc {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}

.flow-list__item-text__desc span {
  color: #00c846;
}

/*--------------------------------------------------------------
    page:works
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .works {
    margin-bottom: 100px;
  }
}

.works-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.works-list__item {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .works-list__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.works-list__item__thumb {
  margin: 0 0 10px;
}

.works-list__item__cap {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.works-coming-soon {
  text-align: center;
  margin-bottom: 150px;
}

/*--------------------------------------------------------------
    page:q&a
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .qa {
    margin-bottom: 100px;
  }
}

.qa-list {
  margin: 0 0 30px;
}

.qa-list__question {
  position: relative;
  padding: 20px 0 20px 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border-top: 1px solid #00c846;
  border-bottom: 1px solid #00c846;
}

.qa-list__question::before {
  position: absolute;
  content: url(../images/qa-question.png);
  top: 19px;
  left: 0;
}

.qa-list__answer {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 30px;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .qa-list__answer {
    font-size: 14px;
  }
}

.qa-list__answer::before {
  position: absolute;
  content: url(../images/qa-answer.png);
  top: 19px;
  left: 0;
}

/*--------------------------------------------------------------
    page:company
--------------------------------------------------------------*/
.company {
  margin-bottom: 50px;
}

.company-image {
  padding: 0 0 30px;
  margin: 0;
}

.company-table {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-table {
    border-collapse: inherit;
  }
}

.company-table tr {
  border-bottom: 1px solid #000;
}

.company-table th,
.company-table td {
  display: block;
  padding: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-table th,
  .company-table td {
    display: table-cell;
    width: auto;
  }
}

.company-table td {
  padding-bottom: 30px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .company-table td {
    padding-bottom: 0;
  }
}

#company-map {
  height: 250px;
}

@media screen and (min-width: 768px) {
  #company-map {
    height: 400px;
  }
}

/*--------------------------------------------------------------
    page:recruit
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .recruit-content {
    padding-bottom: 150px;
  }
}

.recruit-content-title {
  text-align: center;
  padding: 30px 0 60px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  letter-spacing: .25em;
}

@media screen and (min-width: 768px) {
  .recruit-content-title {
    text-align: left;
  }
}

.recruit-content-text {
  font-size: 16px;
  line-height: 1.7;
}

.recruit-contact h3 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.recruit-contact-button {
  display: block;
  background: #00c846;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  .recruit-contact-button {
    width: 400px;
    margin: 0 auto;
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
    page:contact
--------------------------------------------------------------*/
.contact-message {
  border-top: 1px solid #000;
  margin-bottom: 50px;
}

.contact-message p {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 1em;
}

.contact-form {
  padding-bottom: 50px;
}

.contact-form-title {
  margin: 0 0 30px;
  padding-bottom: 15px;
  font-size: 22px;
  border-bottom: 1px solid #000;
  letter-spacing: .25em;
}

.contact-form-table {
  border-collapse: collapse;
  width: 100%;
}

.contact-form-table th,
.contact-form-table td {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact-form-table th,
  .contact-form-table td {
    display: table-cell;
    width: auto;
  }
}

.contact-form-table th {
  padding: 5px;
  text-align: center;
}

.contact-form-table th span {
  font-size: 12px;
  color: #00c846;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .contact-form-table th {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .contact-form-table th {
    font-size: 16px;
  }
}

.contact-form-table td {
  padding-bottom: 15px;
}

.contact-form-table textarea {
  width: 100%;
}

.contact-form-table input,
.contact-form-table textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  padding: 5px;
}

.contact-form-btn {
  text-align: center;
}

.contact-form-btn__confirm {
  background: #00c846;
  border: none;
  color: white;
  padding: 15px 50px;
  font-size: 12px;
  letter-spacing: .25em;
}
/*--------------------------------------------------------------
    page:sdgs
--------------------------------------------------------------*/
.sdgs-content img {
  image-rendering: -webkit-optimize-contrast;
}
.sdgs-main-img {
  text-align: center;
  padding-bottom: 20px;
}
.sdgs-bg {
  background-image: url(../images/sdgs_bg.jpg);
  padding: 40px 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sdgs-bg-inner {
  /* background-color: #fff; */
  padding: 20px;
  background:rgba(255, 255, 255, 0.97);
}
.sdgs-title-img {
  text-align: center;
  padding: 30px 0 60px;
}
.sdgs-title {
  text-align: center;
  padding: 30px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #348daf;
}
.sdgs-description {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  padding: 0px;
  margin: 0;
}
.sdgs-signature {
  text-align: right;
  font-size: 13px;
}
.sdgs-signature .date {
  display: block;
}
.sdgs-signature .pr_name {
  font-weight: bold;
  font-size: 14px;
}
.sdgs-detail h4 {
  font-size: 14px;
  margin: 0 0 30px;
  text-align: center;
}
.sdgs-detail h4 span {
  border: solid 1px #000;
  padding: 10px;
}
.sdgs-content-text {
  font-size: 13px;
  line-height: 1.7;
}
.sdgs-text {
  font-size: 13px;
  width: 100%;
  padding: 0 10px 20px 0;
}
.sdgs-icons {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sdgs-title {
    text-align: center;
    padding: 30px 0 10px;
    font-size: 30px;
    font-weight: bold;
    color: #348daf;
  }
  .sdgs-description {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin: 0;
  }
  .sdgs-signature {
    text-align: right;
    font-size: 14px;
    margin-right: 60px;
  }
  .sdgs-signature .date {
    display: block;
  }
  .sdgs-signature .pr_name {
    font-weight: bold;
    font-size: 18px;
  }
  .sdgs-detail h4 {
    font-size: 18px;
    margin: 0 0 30px;
    text-align: left;
  }
  .sdgs-detail h4 span {
    border: solid 1px #000;
    padding: 10px;
  }
  .sdgs-content-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .sdgs-box {
    display: flex;
  }
  .sdgs-text {
    font-size: 16px;
    width: 55%;
    padding: 0 10px 20px 0;
  }
  .efforts-box {
    display: flex;
    padding: 20px 0;
  }
  .efforts-title {
    width: 430px;
    white-space: nowrap;
  }
  .efforts {
    width: 965px;
  }
  .sdgs-icons {
    width: 45%;
  }
}