@charset "UTF-8";

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */

/*
 * Normalization
 */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * Universal inheritance
 */

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@font-face {
  font-family: "myfont";
  src: url("../fonts/myfont/myfont.eot");
  src: url("../fonts/myfont/myfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myfont/myfont.woff") format("woff"), url("../fonts/myfont/myfont.ttf") format("truetype"), url("../fonts/myfont/myfont.svg#myfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.mf,
.footer1__nav2Lists > li > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 "myfont";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mf:before,
.footer1__nav2Lists > li > a:before {
  font-family: "myfont";
}

.mf-icon_arrow1_down1:before {
  content: "";
}

.mf-icon_arrow1_right1:before,
.footer1__nav2Lists > li > a:before {
  content: "";
}

.mf-icon_mail1_1:before {
  content: "";
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a,
button {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

*:focus {
  outline: none !important;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.-visiblePc {
  display: block;
}

.-visibleSp {
  display: none;
}

/* ================================================== *
 *
 *    IMAGE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        fluidImage1
 * ------------------------------------------------- */

.fluidImage1 {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------- *
 *        fluidImage2
 * ------------------------------------------------- */

.fluidImage2 {
  width: 100%;
  height: auto;
}

/* ================================================== *
 *
 *    LAYOUT
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        layouot
 * ------------------------------------------------- */

.main {
  background: url("/assets/images/bg_type1_1.png") right 0 no-repeat;
}

.main__inner {
  margin: auto;
  padding: 100px 0;
  overflow: hidden;
}

/* ================================================== *
 *
 *    BUTTON
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        button
 * ------------------------------------------------- */

.button button,
.button a {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  padding: 0;
  border: none;
  padding: 7px 15px;
  margin: 0;
  min-height: inherit;
  min-height: 34px;
}

.button button:hover,
.button a:hover {
  background: #1c3b5d;
}

.button.-type1 button,
.button.-type1 a {
  background: #102236;
  color: #fff;
}

.button.-type1 button:hover,
.button.-type1 a:hover {
  background: #1c3b5d;
}

.button.-type2 button,
.button.-type2 a {
  border: 1px solid #000;
  background: #fff;
}

.button.-type2 button:hover,
.button.-type2 a:hover {
  background: #000;
  color: #fff;
}

.button.-type2 .mf:hover,
.button.-type2 .footer1__nav2Lists > li > a:hover:before {
  color: #fff;
}

.button.-type3 button,
.button.-type3 a {
  color: #567B03;
  border: 1px solid #567b03;
}

.button.-type3 button:hover,
.button.-type3 a:hover {
  background: #567b03;
  color: #fff;
}

.button.-type4 button,
.button.-type4 a {
  color: #567B03;
  background: #fff;
}

.button.-type4 button:hover,
.button.-type4 a:hover {
  background: #567b03;
  color: #fff;
}

.button.-type5 button,
.button.-type5 a {
  background: #102236;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
}

.button.-type5 button:hover,
.button.-type5 a:hover {
  background: #1c3b5d;
}

.button .mf,
.button .footer1__nav2Lists > li > a:before {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}

.button .mf:last-child,
.button .footer1__nav2Lists > li > a:last-child:before {
  margin: 0 0 0 5px;
}

/* ------------------------------------------------- *
 *        pagetop1
 * ------------------------------------------------- */

.pagetop1 a {
  position: relative;
  display: block;
  width: 98px;
  height: 85px;
  background: url("/assets/images/bg_type2_1.svg") 0 0 no-repeat;
  text-align: center;
  color: #fff;
  line-height: 85px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding: 5px 0 0 0;
}

.pagetop1 a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 25px;
  margin: auto;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ================================================== *
 *
 *    LABEL
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        label1
 * ------------------------------------------------- */

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

.label1__listItem {
  display: inline-block;
}

.label1__listItem a {
  padding: 3px 5px;
  display: block;
  background: #fff;
  font-size: 11px;
  letter-spacing: .05em;
  color: #567b03;
  line-height: 1;
  margin: 0 0 0 5px;
}

.label1__listItem:first-child a {
  margin-left: 0;
}

.label1.-type1 .label1__listItem a {
  background: #82AD3F;
  color: #fff;
}

/* ================================================== *
 *
 *    IMAGE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        media1
 * ------------------------------------------------- */

.media1 {
  text-align: center;
}

.media1__image {
  max-width: 285px;
  margin: auto;
}

.media1__caption {
  font-weight: bold;
  margin: 20px 0 0 0;
}

/* ------------------------------------------------- *
 *        media2
 * ------------------------------------------------- */

.media2__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 20px 0 0 0;
}

.media2__text {
  font-size: 15px;
  margin: 15px 0 0 0;
  text-align: justify;
}

.media2__body {
  padding: 0 20px;
}

/* ------------------------------------------------- *
 *        media3
 * ------------------------------------------------- */

.media3__image {
  width: 102px;
  height: 102px;
  margin: auto;
}

.media3__title {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 0 0;
  text-align: center;
}

.media3__text {
  font-size: 14px;
  margin: 15px 0 0 0;
  letter-spacing: 0.1em;
  text-align: justify;
}

/* ------------------------------------------------- *
 *        media4
 * ------------------------------------------------- */

.media4__title {
  font-weight: bold;
  padding: 20px;
  letter-spacing: 0.1em;
}

.media4__title span {
  display: block;
  font-size: 16px;
}

.media4__body {
  padding: 0 20px;
}

.media4__text {
  color: #666;
}

/* ------------------------------------------------- *
 *        media5
 * ------------------------------------------------- */

.media5 {
  position: relative;
  margin: 80px 0 0 0;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  overflow: hidden;
}

.media5__logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 314px;
}

/* ------------------------------------------------- *
 *        media6
 * ------------------------------------------------- */

.media6 {
  border-bottom: 1px solid #ddd;
}

.media6__unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 30px;
}

.media6__image {
  margin: 0 30px 0 0;
}

.media6__title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.media6__text {
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0.1em;
  margin: 15px 0 0 0;
}

/* ================================================== *
 *
 *    FRAME
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        frame1
 * ------------------------------------------------- */

.frame1 {
  padding: 90px 0;
  background: url("/assets/images/bg_type3_1.jpg") 0 0 no-repeat;
  background-size: cover;
}

.frame1__inner {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

/* ================================================== *
 *
 *    TYPOGRAPHY
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        title1
 * ------------------------------------------------- */

.title1__title {
  text-align: center;
}

.title1__mainLabel {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.title1__subLabel {
  font-size: 24px;
  display: block;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 5px 0 0 0;
}

/* ------------------------------------------------- *
 *        title2
 * ------------------------------------------------- */

.title2__title {
  text-align: center;
}

.title2__mainLabel {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  display: block;
  letter-spacing: 0.15em;
  color: #567b03;
  line-height: 1;
}

.title2__mainLabel span {
  color: #82AD3F;
}

.title2__subLabel {
  font-size: 14px;
  display: block;
  letter-spacing: 0.1em;
  color: #333;
  margin: 10px 0 0 0;
}

/* ------------------------------------------------- *
 *        title3
 * ------------------------------------------------- */

.title3 {
  position: relative;
}

.title3__title {
  padding: 90px 0 0 100px;
}

.title3__number {
  font-size: 70px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: .05em;
}

.title3__number.-type1 {
  color: #2C5278;
}

.title3__number.-type2 {
  color: #82ad3f;
}

.title3__number:before {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: #e6e6e6;
  position: absolute;
  right: -10px;
  top: 30px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title3__mainLabel {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  display: block;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.title3__subLabel {
  font-size: 14px;
  display: block;
  letter-spacing: 0.1em;
  margin: 5px 0 0 0;
}

/* ------------------------------------------------- *
 *        title4
 * ------------------------------------------------- */

.title4 {
  margin: 80px 0 0 0;
}

.title4__title {
  position: relative;
  text-align: center;
  padding: 30px 0 0 0;
}

.title4__title:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  margin: auto;
}

.title4__mainLabel {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  display: block;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.title4.-type1 .title4__mainLabel {
  font-size: 22px;
}

.title4__subLabel {
  font-size: 14px;
  display: block;
  letter-spacing: 0.1em;
  margin: 10px 0 0 0;
}

/* ------------------------------------------------- *
 *        title5
 * ------------------------------------------------- */

.title5 {
  position: relative;
}

.title5__title {
  text-align: center;
}

.title5__title:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title5__mainLabel {
  display: inline-block;
  background: #fff;
  padding: 0 50px;
  position: relative;
}

.title5__mainLabel img {
  width: 96px;
  height: auto;
}

/* ------------------------------------------------- *
 *        title6
 * ------------------------------------------------- */

.title6__mainLabel {
  display: block;
  font-size: 22px;
  letter-spacing: .1em;
}

.title6__subLabel {
  display: block;
  font-size: 16px;
  letter-spacing: .05em;
  color: #82AD3F;
  font-family: "Roboto", sans-serif;
  margin: 5px 0 0 0;
}

/* ------------------------------------------------- *
 *        title7
 * ------------------------------------------------- */

.title7 {
  padding: 20px 0;
  border-top: 3px solid #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  color: #fff;
}

.title7__mainLabel {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.title7__text {
  font-size: 13px;
  margin: 5px 0 0 0;
  min-height: 3em;
  color: rgba(255, 255, 255, 0.6);
}

/* ------------------------------------------------- *
 *        title8
 * ------------------------------------------------- */

.title8__title {
  text-align: center;
}

.title8__mainLabel {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
}

.title8.-type1 .title8__mainLabel {
  color: #82AD3F;
}

/* ------------------------------------------------- *
 *        title9
 * ------------------------------------------------- */

.title9 {
  text-align: center;
  width: 660px;
  margin: auto;
}

.title9__title {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background: #82AD3F;
  padding: 15px 20px;
  letter-spacing: .1em;
}

.title9__body {
  background: #102236;
  margin: -15px 0 0 0;
  padding: 40px 0;
}

.title9.-type1 .title9__body {
  margin-top: 0;
}

.title9__text {
  font-size: 22px;
  color: #fff;
  letter-spacing: .1em;
}

.title9__btnGroup {
  max-width: 310px;
  margin: 20px auto 0;
  display: -ms-flexbox;
  display: flex;
}

.title9__btnGroup p {
  width: 50%;
  margin: 0 auto;
}

/* ------------------------------------------------- *
 *        title10
 * ------------------------------------------------- */

.title10 {
  position: relative;
}

.title10__title {
  text-align: center;
}

.title10__mainLabel {
  font-size: 18px;
  letter-spacing: 0.1em;
}

/* ------------------------------------------------- *
 *        title11
 * ------------------------------------------------- */

.title11 {
  position: relative;
}

.title11__title {
  padding: 0 0 0 20px;
}

.title11__mainLabel {
  font-size: 16px;
}

.title11__mainLabel:before {
  content: '■';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------------------------------------------- *
 *        title12
 * ------------------------------------------------- */

.title12 {
  border-top: 1px solid #E6E6E6;
}

.title12__title {
  text-align: center;
  position: relative;
  top: -13px;
}

.title12__mainLabel {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}

/* ------------------------------------------------- *
 *        lists1
 * ------------------------------------------------- */

.lists1__lists {
  margin: 0 0 0 1.5em;
}

.lists1__lists li {
  font-size: 15px;
  margin: 10px 0 0 0;
  letter-spacing: .1em;
}

.lists1__lists li:first-child {
  margin-top: 0;
}

/* ------------------------------------------------- *
 *        lists2
 * ------------------------------------------------- */

.lists2 {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #E6E6E6;
}

.lists2__lists dt {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #E6E6E6;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
}

.lists2__lists dt:first-child {
  margin-top: 0;
}

.lists2__lists dd {
  font-size: 14px;
  margin: 20px 0 0 0;
}

/* ------------------------------------------------- *
 *        lists3
 * ------------------------------------------------- */

.lists3__lists {
  color: #fff;
  margin: -10px 0 0 0;
}

.lists3__lists dt {
  font-size: 15px;
  float: left;
  padding: 10px 0 0 0;
}

.lists3__lists dd {
  font-size: 15px;
  overflow: hidden;
  padding: 10px 0 0 0;
}

/* ------------------------------------------------- *
 *        lists4
 * ------------------------------------------------- */

.lists4__lists {
  list-style: none;
}

.lists4__lists li {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #567B03;
  background: #FAFBF6;
  padding: 15px;
  margin: 2px 0 0 0;
}

.lists4__lists li:first-child {
  margin-top: 0;
}

/* ------------------------------------------------- *
 *        list5
 * ------------------------------------------------- */

.list5__lists {
  font-size: 15px;
}

.list5__lists dt {
  position: relative;
  padding: 0 0 0 15px;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.list5__lists dt:first-child {
  margin-top: 0;
}

.list5__lists dt:before {
  content: '■';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list5__lists dd {
  margin: 5px 0 0 0;
}

/* ================================================== *
 *
 *    BLOCK
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        keyVisual1
 * ------------------------------------------------- */

.keyVisual1 {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.keyVisual1__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

.keyVisual1__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #102236;
}

.keyVisual1__catch {
  z-index: 1200;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.keyVisual1__btnScroll {
  display: block;
  color: #fff;
  width: 50px;
  height: 40px;
  position: absolute;
  z-index: 1200;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
}

.keyVisual1__btnScroll:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1200;
  animation: scrollIcon1 1s infinite;
}

@keyframes scrollIcon1 {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg);
  }
}

/* ------------------------------------------------- *
 *        header1
 * ------------------------------------------------- */

.header1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 770px;
  background: url("/assets/images/header1_bg1_1.png") 0 0 no-repeat;
  padding: 50px 0 0 70px;
  box-sizing: border-box;
  z-index: 1000;
}

.header1.-type1 {
  height: auto;
  position: relative;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #E6E6E6;
}

.header1__inner {
  width: 140px;
  text-align: center;
}

.header1.-type1 .header1__inner {
  width: auto;
  text-align: left;
}

.header1__logo img {
  margin: auto;
}

.header1__logo .-visiblePc {
  display: block;
}

.header1__logo .-visibleMd {
  display: none;
}

.header1__btnToggle {
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: none;
  margin: auto;
}

.header1__btnToggle span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #333;
}

.header1__btnToggle span:nth-of-type(1) {
  top: 18px;
}

.header1__btnToggle.-active span:nth-of-type(1) {
  animation: active-menu-bar01 .3s forwards;
}

.header1__btnToggle span:nth-of-type(2) {
  top: 23px;
}

.header1__btnToggle.-active span:nth-of-type(2) {
  animation: active-menu-bar02 .3s forwards;
}

.header1__btnToggle span:nth-of-type(3) {
  top: 28px;
}

.header1__btnToggle.-active span:nth-of-type(3) {
  animation: active-menu-bar03 .3s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  1% {
    transform: translateY(5px) rotate(0);
  }

  100% {
    transform: translateY(5px) rotate(45deg);
  }
}

@keyframes active-menu-bar02 {
  100% {
    opacity: 0;
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  1% {
    transform: translateY(-5px) rotate(0);
  }

  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

/* ------------------------------------------------- *
 *        nav1
 * ------------------------------------------------- */

.nav1__lists {
  margin: 40px 0 0 0;
}

.header1.-type1 .nav1__lists {
  margin-top: 0;
  position: absolute;
  right: 300px;
  top: 25px;
}

.nav1__lists li {
  margin: 20px 0 0 0;
}

.header1.-type1 .nav1__lists li {
  margin: 0 0 0 30px;
  float: left;
}

.header1.-type1 .nav1__lists li:first-child {
  margin-left: 0;
}

.nav1__lists li:first-child {
  margin-top: 0;
}

.nav1__lists a {
  display: block;
  font-size: 14px;
  text-align: center;
}

.nav1__lists a.-active {
  color: #567B03;
}

.nav1__lang {
  position: absolute;
  right: 170px;
  top: 18px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  border: 1px solid #ccc;
}

.nav1__lang select {
  height: 32px;
  border: none;
  line-height: 32px;
  padding: 0 30px 0 15px;
}

.nav1__lang:before {
  position: absolute;
  right: 10px;
  top: 3px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  display: block;
  content: '';
  border: 3px solid transparent;
  border-top: 4px solid #000;
}

.nav1__btnRecruit {
  margin: 40px 0 0 0;
}

.nav1__btnContact {
  position: absolute;
  right: 15px;
  top: 18px;
}

/* ------------------------------------------------- *
 *        nav2
 * ------------------------------------------------- */

.nav2__navLists {
  max-width: 700px;
  margin: auto;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav2__navLists li {
  margin: 20px 10px 0;
}

.nav2__navLists a {
  display: block;
  background: #82AD3F;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  min-width: 130px;
}

.nav2__navLists a:hover,
.nav2__navLists a.-active {
  background: #567B03;
  color: #fff;
}

/* ------------------------------------------------- *
 *        footer1
 * ------------------------------------------------- */

.footer1__inner {
  background: #79A13B;
}

.footer1__subInner {
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding: 50px 0;
}

.footer1__nav1 {
  padding-bottom: 40px;
}

.footer1__breadcrumbs {
  margin-top: 100px;
}

.footer1__btnPagetop {
  position: absolute;
  right: 0;
  top: -42px;
}

.footer1__nav2 {
  overflow: hidden;
}

.footer1__nav2Lists {
  width: 33.333%;
  float: left;
}

.footer1__nav2Lists,
.footer1__nav2Lists ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer1__nav2Lists a:hover {
  opacity: .5;
}

.footer1__nav2Lists > li {
  margin: 15px 0 0 0;
}

.footer1__nav2Lists > li > a {
  font-size: 15px;
  letter-spacing: .05em;
}

.footer1__nav2Lists > li > a:before {
  position: relative;
  top: 1px;
  font-size: 13px;
  margin: 0 5px 0 0;
}

.footer1__nav2Lists > li > ul {
  margin: 10px 0;
}

.footer1__nav2Lists > li > ul > li {
  margin: 5px 0 0 0;
}

.footer1__nav2Lists > li > ul > li > a {
  padding: 0 0 0 3px;
  font-size: 13px;
}

.footer1__nav2Lists > li > ul > li > a:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  position: relative;
  top: -2px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 9px 0 0;
}

.footer1__nav2Lists > li > ul > li > ul {
  margin: 10px 0;
}

.footer1__nav2Lists > li > ul > li > ul > li {
  margin: 3px 0 0 0;
}

.footer1__nav2Lists > li > ul > li > ul > li > a {
  margin: 0 0 0 20px;
}

.footer1__nav2ListsItem a {
  color: #fff;
}

.footer1__info {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  margin: 50px 0 0 0;
}

.footer1__infoLogo {
  display: -ms-flexbox;
  display: flex;
}

.footer1__infoLogo img {
  margin: auto;
}

.footer1__infoBody {
  width: 100%;
  margin: 0 0 0 70px;
}

.footer1__infoText {
  font-size: 13px;
}

.footer1__copy {
  color: #fff;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  text-align: center;
  display: block;
  margin: 50px 0 0 0;
}

/* ------------------------------------------------- *
 *        block1
 * ------------------------------------------------- */

.block1 {
  background: #82AD3F;
  padding: 50px 0;
}

.block1.-type1 {
  max-width: 1000px;
  margin: auto;
  background: none;
  padding: 0;
  margin: 80px auto 0;
}

.block1__inner {
  max-width: 1400px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.block1.-type1 {
  max-width: auto;
}

.block1__title {
  padding: 0 60px;
}

.block1__btnMore {
  margin: 30px auto 0;
}

.block1__body {
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 50px;
}

.block1.-type1 .block1__body {
  padding: 0;
}

.block1__dl {
  color: #fff;
}

.block1.-type1 .block1__dl {
  padding-bottom: 25px;
  color: #333;
  border-bottom: 1px solid #E6E6E6;
}

.block1__dl dt {
  margin: 15px 0 0 0;
}

.block1__dl dt:first-child {
  margin-top: 0;
}

.block1.-type1 .block1__dl dt {
  border-top: 1px solid #E6E6E6;
  padding: 25px 0 0;
  margin: 25px 0 0 0;
}

.block1__dl dd {
  margin: 2px 0 0 0;
  font-size: 12px;
}

.block1.-type1 .block1__dl dd {
  padding: 15px 0 0;
  font-size: 15px;
  text-align: justify;
}

.block1__dl dd a {
  color: #fff;
  text-decoration: underline;
}

.block1.-type1 .block1__dl dd a {
  color: #333;
}

.block1__date {
  font-size: 12px;
}

.block1__label {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0 0 10px;
}

/* ------------------------------------------------- *
 *        block2
 * ------------------------------------------------- */

.block2 {
  max-width: 1000px;
  margin: 100px auto 0;
}

.block2__unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.block2__unit.-imageRight {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block2.-type1 .block2__unit {
  margin: 80px 0 0 0;
}

.block2__image {
  max-width: 480px;
}

.block2__image img {
  position: relative;
  right: -100px;
}

.block2__unit.-imageLeft img {
  left: -130px;
}

.block2.-type1 .block2__unit.-imageLeft .block2__image img {
  left: -100px;
}

.block2__body {
  max-width: 520px;
}

.block2__unit.-imageLeft .block2__body {
  margin: 0;
  margin-left: 50px;
}

.block2__title {
  position: relative;
}

.block2__title .mask {
  background-color: #82ad3f;
  background-color: rgba(130, 173, 63, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.-imageRight .block2__title .mask {
  left: 100%;
}

.block2__text {
  font-size: 16px;
  margin: 50px 0 0 0;
  text-align: justify;
  position: relative;
}

.block2__text .mask2 {
  background-color: #82ad3f;
  background-color: rgba(130, 173, 63, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.-imageRight .block2__text .mask2 {
  left: 100%;
}

.block2__btnMore {
  width: 135px;
  margin: 50px 0 0 0;
}

.block2__unit.-imageLeft .block2__btnMore {
  margin-left: auto;
}

/* ------------------------------------------------- *
 *        block3
 * ------------------------------------------------- */

.block3 {
  margin: 50px 0 0 0;
}

.block3:first-child {
  margin: 100px 0 0 0;
}

.block3__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #E6E6E6;
}

.block3__headImage {
  width: 50%;
  margin: -2px 0 0 0;
  min-height: 400px;
  background-position: center 0;
  background-size: cover;
}

.block3__headImage:hover {
  opacity: .7;
}

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

.block3__headBody {
  width: 50%;
  padding: 0 90px;
}

.block3__headBodyLogo {
  text-align: center;
}

.block3__headBodyText {
  font-size: 14px;
  color: #82AD3F;
  margin: 40px 0 0 0;
  text-align: justify;
}

.block3__headBodyBtnMore {
  width: 135px;
  margin: 40px auto 0;
}

.block3__body {
  display: -ms-flexbox;
  display: flex;
}

.block3__bodyUnit {
  display: block;
  width: 25%;
}

.block3__bodyUnit:hover {
  opacity: .7;
}

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

.block3__bodyUnitLogo {
  text-align: center;
  margin: 20px 0 0 0;
}

.block3__bodyUnitText {
  font-size: 14px;
  margin: 20px 20px 0;
  text-align: justify;
}

/* ------------------------------------------------- *
 *        block4
 * ------------------------------------------------- */

.block4 {
  margin: 100px 0 0 0;
}

.block4__body {
  max-width: 800px;
  margin: 60px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.block4__bodyUnit {
  width: 50%;
  display: block;
}

.block4__bodyUnit:hover {
  opacity: .7;
}

.block4__bodyUnitImage {
  text-align: center;
}

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

.block4__bodyUnitText {
  text-align: center;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.block4__bodyUnitText span {
  display: block;
  font-size: 12px;
  color: #999;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

/* ------------------------------------------------- *
 *        breadcrumbs1
 * ------------------------------------------------- */

.breadcrumbs1 {
  padding: 20px;
  margin: -100px 0 0 0;
}

.breadcrumbs1__lists {
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs1__lists li {
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs1__lists li:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs1__lists li:before {
  content: '>';
  display: inline-block;
  margin: 0 10px;
}

.breadcrumbs1__lists li:first-child:before {
  display: none;
}

.breadcrumbs1__lists a {
  font-size: 13px;
  color: #567B03;
  text-decoration: underline;
  letter-spacing: .1em;
}

/* ------------------------------------------------- *
 *        heading1
 * ------------------------------------------------- */

.heading1 {
  padding: 20px 0 0 0;
  text-align: center;
}

.heading1__title {
  letter-spacing: 0.18em;
  line-height: 1;
}

.heading1__titleMainLabel {
  font-size: 30px;
}

.heading1__content{
  margin: 30px auto;
}

.heading1.-type1 .heading1__titleMainLabel {
  font-size: 12px;
  color: #999;
}

.heading1__titleSubLabel {
  font-size: 26px;
  margin: 25px 0 0 0;
  position: relative;
}

.heading1__btnToggle {
  position: relative;
  padding: 20px 0;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  display: none;
  font-weight: 700;
  cursor: pointer;
  margin: 30px 0 0 0;
}

.heading1__btnToggle:before {
  width: 7px;
  height: 7px;
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 3px;
  margin: auto;
  z-index: 10;
  display: none;
}

.heading1__btnToggle:after {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background: #82AD3F;
  border-radius: 100%;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.heading1__text {
  max-width: 700px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 70px auto 0;
}

/* ------------------------------------------------- *
 *        block5
 * ------------------------------------------------- */

.block5 {
  max-width: 1000px;
  margin: auto;
}

.block5__body {
  margin: 70px -25px 0;
  overflow: hidden;
}

.block5__text {
  width: 50%;
  float: left;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
  padding: 0 25px;
}

.block5__text p {
  margin: 20px 0 0 0;
}

.block5__text p:first-child {
  margin-top: 0;
}

.block5__image {
  width: 50%;
  float: left;
  padding: 0 25px;
  text-align: center;
}

/* ------------------------------------------------- *
 *        block6
 * ------------------------------------------------- */

.block6 {
  max-width: 1000px;
  margin: 100px auto 0;
  position: relative;
  border-bottom: 1px solid #333;
}

.block6:after,
.block6:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 100%;
}

.block6:after {
  left: inherit;
  right: 0;
}

.block6__unit {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted #ccc;
  padding: 60px 50px 60px 0;
}

.block6__unit:first-child {
  border-top: 1px solid #333;
}

.block6__unit:nth-of-type(2n) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 60px 0 60px 50px;
}

.block6__unit:after,
.block6__unit:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  left: 0;
  top: -4px;
  border-radius: 100%;
  display: none;
}

.block6__unit:first-child:before,
.block6__unit:first-child:after {
  display: block;
}

.block6__unit:after {
  left: inherit;
  right: 0;
}

.block6__unitTitle {
  min-width: 40%;
  padding: 0 40px;
}

.block6__unitBody {
  width: 100%;
}

/* ------------------------------------------------- *
 *        block7
 * ------------------------------------------------- */

.block7 {
  padding: 50px;
  background: #F9F9F9;
}

.block7__image {
  width: 150px;
  float: left;
  margin: 0 40px 0 0;
}

.block7__body {
  overflow: hidden;
}

.block7__name {
  font-size: 15px;
  font-weight: bold;
}

.block7__name span {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 24px;
}

.block7__lists {
  overflow: hidden;
  list-style: none;
  margin: 23px 0 0 0;
}

.block7__lists li {
  width: 50%;
  float: left;
  margin: 7px 0 0 0;
}

/* ------------------------------------------------- *
 *        block8
 * ------------------------------------------------- */

.block8 {
  background: #F2F2F2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.block8__body {
  padding: 20px 30px;
}

.block8__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.block8__text {
  text-align: justify;
  margin: 10px 0 0 0;
}

/* ------------------------------------------------- *
 *        block9
 * ------------------------------------------------- */

.block9 {
  max-width: 1000px;
  margin: 80px auto 0;
  border: 5px solid #82AD3F;
}

.block9__title {
  font-size: 20px;
  color: #567B03;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px;
  border-bottom: 5px solid #82AD3F;
}

.block9__body {
  padding: 30px;
  text-align: center;
}

.block9__lists {
  display: inline-block;
  color: #567B03;
  font-weight: bold;
  font-size: 15px;
}

.block9__lists li {
  text-align: left;
  margin: 5px 0 0 0;
}

.block9__lists li:first-child {
  margin-top: 0;
}

/* ------------------------------------------------- *
 *        block10
 * ------------------------------------------------- */

.block10 {
  border: 5px solid #82AD3F;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 20px;
}

.block10__unit {
  width: 33.3%;
  border-left: 1px solid #82AD3F;
  padding: 15px 40px;
  position: relative;
}

.block10__unit:first-child {
  border: none;
}

.block10__title {
  font-size: 18px;
  color: #567B03;
  font-weight: bold;
  letter-spacing: 0.1em;
  height: 4em;
  padding: 15px 0 0 0;
}

.block10__body {
  margin: 15px 0 0 0;
}

.block10__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  text-align: justify;
}

.block10__number {
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  margin: auto;
  width: 92px;
  height: 107px;
  background: url("/assets/images/bg_type4_1.svg") 0 0 no-repeat;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 22px 0 0 0;
}

.block10__number span {
  display: block;
  font-size: 30px;
  margin: 4px 0 0 0;
  font-weight: 700;
}

/* ------------------------------------------------- *
 *        block11
 * ------------------------------------------------- */

.block11 {
  border: 1px solid #333;
  padding: 0 20px;
}

.block11__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #82AD3F;
  padding: 15px 0;
  letter-spacing: 0.1em;
}

.block11__body {
  padding: 30px 20px;
}

.block11__lists li {
  font-size: 14px;
  margin: 10px 0 0 0;
}

.block11__lists li:first-child {
  margin-top: 0;
}

/* ------------------------------------------------- *
 *        block12
 * ------------------------------------------------- */

.block12 {
  display: table;
  max-width: 1000px;
  -ms-flex-align: center;
  align-items: center;
  background: #82AD3F;
  margin: 100px auto 0;
  padding: 30px;
}

.block12__image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.block12__body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}

.block12__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.block12__text {
  color: #fff;
  font-size: 15px;
  text-align: justify;
  margin: 15px 0 0 0;
}

/* ------------------------------------------------- *
 *        block13
 * ------------------------------------------------- */

.block13 {
  max-width: 1000px;
  margin: 80px auto 0;
}

.block13__body {
  padding: 30px;
  background: #F5F5F5;
}

.block13__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.block13__btnLists {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 0 0;
}

.block13__btnLists li {
  margin: 0 10px;
}

.block13__link {
  text-align: right;
  margin: 10px 0 0 0;
}

.block13__link a {
  color: #567B03;
  text-decoration: underline;
}

/* ------------------------------------------------- *
 *        block14
 * ------------------------------------------------- */

.block14 {
  max-width: 1000px;
  margin: 80px auto 0;
}

.block14__btnLists {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0 0;
}

.block14__btnLists li {
  margin: 0 10px;
}

/* ------------------------------------------------- *
 *        block15
 * ------------------------------------------------- */

.block15 {
  max-width: 1000px;
  margin: auto;
}

.block15__body {
  overflow: hidden;
  margin: 80px 0 0 0;
}

.block15__text {
  width: 58.3%;
  float: left;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 0 80px 0 0;
  text-align: justify;
}

.block15__text p {
  margin: 30px 0 0 0;
}

.block15__text p:first-child {
  margin-top: 0;
}

.block15__history {
  overflow: hidden;
}

.block15__date {
  margin-bottom: 30px;
}

.block15__map {
  margin-top: 30px;
}

.block15__map iframe {
  width: 100%;
  pointer-events: none;
}

.block15__information p.button {
  width: 15em;
  margin: 0 auto;
}

/* ------------------------------------------------- *
 *        block16
 * ------------------------------------------------- */

.block16 {
  overflow: hidden;
  margin: 90px 0 0 0;
}

.block16__row {
  margin: 0 -45px;
}

.block16__grid {
  width: 33.3%;
  float: left;
  padding: 0 45px;
}

.block16__text {
  color: #fff;
  font-size: 15px;
  text-align: justify;
  margin: 30px 0 0 0;
}

.block16__lists {
  margin: 30px 0 0 0;
}

/* ------------------------------------------------- *
 *        block17
 * ------------------------------------------------- */

.block17 {
  max-width: 1000px;
  margin: auto;
}

.block17__subTitle {
  margin: 80px 0 0 0;
}

.block17__body {
  margin: 50px 0 0 0;
}

.block17__text {
  max-width: 600px;
  margin: auto;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.block17__profile {
  padding: 40px 0;
  max-width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px auto 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.block17__profileImage {
  width: 100%;
  margin: 0 50px 0 0;
}

.block17__profileBody p {
  text-align: justify;
  margin: 15px 0 0 0;
}

.block17__profileBody p:first-child {
  margin-top: 0;
}

.block17__profileBody .block17__profileTitle {
  font-weight: bold;
}

/* ------------------------------------------------- *
 *        blcok18
 * ------------------------------------------------- */

.block18 {
  position: relative;
  padding: 43.8% 0 0 0;
  margin: 100px 0 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block18.-type1 {
  padding: 21.9% 0 0 0;
}

.block18__title {
  width: 660px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.block18.-type1 .block18__title {
  top: inherit;
  bottom: -70px;
  height: 146px;
}

.block18__image {
  display: none;
}

/* ------------------------------------------------- *
 *        block19
 * ------------------------------------------------- */

.block19 {
  max-width: 1000px;
  margin: auto;
}

.block19__body {
  margin: 80px 0 0 0;
  display: -ms-flexbox;
  display: flex;
}

.block19.-type1 .block19__body {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block19__image {
  width: 60%;
  margin: 0 60px 0 0;
}

.block19.-type1 .block19__image {
  margin: 0 0 0 60px;
}

.block19__text {
  width: 100%;
  font-size: 15px;
  text-align: justify;
  overflow: hidden;
  letter-spacing: 0.1em;
}

.block19__text p {
  margin: 15px 0 0 0;
}

.block19__text p:first-child {
  margin-top: 0;
}

.block19__btnMessage {
  display: inline-block;
  margin: 30px 0;
}

.block19__lists {
  width: 100%;
}

.block19__point {
  margin: 140px 0 0 0;
}

.block19__image2 {
  width: 60%;
  margin: 80px auto 0;
}

.block19__btnContact {
  max-width: 460px;
  margin: 80px auto 0;
}

.block19__copy {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

/* ------------------------------------------------- *
 *        block20
 * ------------------------------------------------- */

.block20__text {
  max-width: 700px;
  margin: 80px auto 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
}

.block20__image {
  text-align: center;
  margin: 80px 0 0 0;
}

/* ------------------------------------------------- *
 *        block21
 * ------------------------------------------------- */

.block21__body {
  max-width: 800px;
  margin: 80px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.block21__bodyImage {
  margin: 0 50px 0 0;
}

.block21__bodyText {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
}

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

.block21__doctor {
  max-width: 1000px;
  margin: 80px auto 0;
}

/* ------------------------------------------------- *
 *        block22
 * ------------------------------------------------- */

.block22 {
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin: 80px auto 0;
  padding: 0 30px;
}

.block22__image {
  width: 50%;
  padding: 0 55px 0 0;
}

.block22__cto {
  width: 50%;
}

/* ------------------------------------------------- *
 *        block23
 * ------------------------------------------------- */

.block23 {
  max-width: 1000px;
  margin: auto;
}

.block23__inner {
  position: relative;
  border-bottom: 1px solid #333;
  margin: 80px 0 0 0;
}

.block23__inner:after,
.block23__inner:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -4px;
  border-radius: 100%;
}

.block23__inner:after {
  left: inherit;
  right: 0;
}

.block23__subInner {
  border-top: 1px solid #333;
  padding: 80px 0;
}

.block23__subInner:after,
.block23__subInner:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  left: 0;
  top: -4px;
  border-radius: 100%;
}

.block23__subInner:after {
  left: inherit;
  right: 0;
}

.block23__bodyRow {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

.block23__unit {
  width: 50%;
  padding: 0 30px;
}

.block23__unit.-type1 {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 80px 0 0 0;
  border-top: 1px solid #E6E6E6;
}

.block23__unit.-type1 .block23__unitBody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
}

.block23__unitText {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 50px 0 0 0;
  min-height: 5em;
}

.block23__unit.-type1 .block23__unitText {
  min-height: auto;
}

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

.block23__unit.-type1 .block23__unitImage {
  min-width: 30%;
}

.block23__unitBtnMore {
  display: inline-block;
  margin: 30px 0 0 0;
}

/* ------------------------------------------------- *
 *        block24
 * ------------------------------------------------- */

.block24 {
  overflow: hidden;
}

.block24__body {
  margin: 50px 0 0 0;
  overflow: hidden;
}

.block24__body:first-child {
  margin-top: 70px;
}

.block24.-type1 .block24__body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.block24__unit {
  width: 33.3%;
  float: left;
  margin: 30px 0 0 0;
}

.block24__unit:nth-of-type(3n+1) {
  clear: both;
}

.block24__text {
  max-width: 700px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 80px auto 0;
}

.block24__btnVoice,
.block24__btnContact {
  max-width: 460px;
  margin: 80px auto 30px;
}

.block24__btnMore {
  display: inline-block;
  margin: 20px 0;
}

.block24__hide {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
}

/* ------------------------------------------------- *
 *        block25
 * ------------------------------------------------- */

.block25__body {
  max-width: 700px;
  margin: auto;
}

.block25__text {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 80px auto 0;
  text-align: justify;
  max-width: 700px;
}

.block25__subTitle {
  margin: 60px 0 0 0;
}

.block25__lists1 {
  margin: 50px 0 0 0;
}

.block25__lists2 {
  margin: 15px 0 0 0;
}

.block25__btnContact {
  max-width: 460px;
  margin: 80px auto 0;
}

/* ------------------------------------------------- *
 *        block26
 * ------------------------------------------------- */

.block26 {
  max-width: 1400px;
  margin: auto;
}

.block26__body {
  overflow: hidden;
  margin: 50px 0 0;
}

.block26__unit {
  width: 25%;
  float: left;
  padding: 0 20px;
  margin: 30px 0 0 0;
}

.block26__unit:nth-of-type(4n+1) {
  clear: both;
}

.block26__btnContact {
  max-width: 460px;
  margin: 80px auto 0;
}

/* ------------------------------------------------- *
 *        block27
 * ------------------------------------------------- */

.block27 {
  max-width: 1000px;
  margin: auto;
}

.block27__subTitle {
  margin: 80px 0 0 0;
}

.block27__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0 0 0;
}

.block27__text {
  width: 50%;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
  padding: 0 25px 0 0;
}

.block27__btnAccess {
  display: inline-block;
  margin: 30px 0 0 0;
}

.block27__feature {
  width: 50%;
  padding: 0 0 0 25px;
}

/* ------------------------------------------------- *
 *        block28
 * ------------------------------------------------- */

.block28__text {
  max-width: 700px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 80px auto 0;
}

.block28__body {
  margin: 80px 0 0 0;
}

.block28__btnRecruit {
  max-width: 460px;
  margin: 80px auto 0;
}

/* ------------------------------------------------- *
 *        block29
 * ------------------------------------------------- */

.block29__subTitle {
  margin: 60px 0 0 0;
}

.block29__image {
  margin: 60px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 460px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block29__text {
  max-width: 700px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 80px auto 0;
}

/* ------------------------------------------------- *
 *        block30
 * ------------------------------------------------- */

.block30__subTitle {
  margin: 80px 0 0 0;
}

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

.block30__body {
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 80px auto 0;
}

.block30__text {
  width: 100%;
}

.block30__text p {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 15px 0 0 0;
}

.block30__text p:first-child {
  margin-top: 0;
}

.block30__share {
  width: 55%;
  margin: 0 0 0 60px;
}

.block30__btnMedirom {
  margin: 30px 0 0 0;
}

.block30__btnReraku {
  margin: 15px 0 0 0;
}

/* ------------------------------------------------- *
 *        block31
 * ------------------------------------------------- */

.block31 .content-blk .comparison-table {
  margin-top: -30px;
}

.block31 .comparison-table {
  display: table;
  max-width: 1020px;
  margin: 0 auto -1px;
}

.block31 .comparison-table .item-compared {
  display: table-cell;
  width: 50%;
  padding: 0 30px;
}

.block31 .comparison-table .item-compared.type-01 .item-icon {
  color: #58752b;
}

.block31 .comparison-table .item-compared.type-02 .item-icon {
  color: #58752b;
}

.block31 .comparison-table .item-compared .item-icon {
  font-size: 18px;
  font-weight: bold;
  padding: 35px 0 30px;
  text-align: center;
}

.block31 .comparison-table .item-compared .item-icon img {
  margin: 0 0 30px 0;
}

.block31 .comparison-table .item-compared.type-01 dl dt {
  background-color: #82AD3F;
}

.block31 .comparison-table .item-compared.type-02 dl dt {
  background-color: #82AD3F;
}

.block31 .comparison-table .item-compared dl dt {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.block31 .comparison-table .item-compared.type-01 dl dt {
  background-color: #82AD3F;
}

.block31 .comparison-table .item-compared.type-02 dl dt {
  background-color: #82AD3F;
}

.block31 .comparison-table .item-compared dl dt {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.block31 .comparison-table .item-compared.type-01 dl dd ul li {
  border-top: 1px solid #82AD3F;
}

.block31 .comparison-table .item-compared.type-02 dl dd ul li {
  border-top: 1px solid #82AD3F;
}

.block31 .comparison-table .item-compared dl dd ul {
  list-style: none;
}

.block31 .comparison-table .item-compared dl dd ul li {
  line-height: 1.5;
  position: relative;
  padding: 11px 20px 10px 29px;
  border-top: 1px solid #000;
}

.block31 .comparison-table .item-compared dl dd ul li::before {
  position: absolute;
  top: 11px;
  left: 15px;
  content: "・";
}

.block31__body {
  margin: 80px 0 0 0;
}

/* ------------------------------------------------- *
 *        block32
 * ------------------------------------------------- */

.block32 {
  max-width: 1000px;
  margin: auto;
}

.block32 .cost .cost-table {
  width: 100%;
  margin: 30px auto 12px;
  table-layout: fixed;
  border-spacing: 1px;
  border-collapse: separate;
}

.block32 .cost .cost-table th {
  font-weight: normal;
  padding: 8px 19px;
  text-align: left;
  vertical-align: top;
  background-color: #f8f8f6;
}

.block32 .cost .cost-table td {
  padding: 8px 19px;
  text-align: left;
  vertical-align: top;
  background-color: #f8f8f6;
}

.block32__subTitle {
  margin: 80px 0 0 0;
}

.block32__body {
  overflow: hidden;
  margin: 0 -30px;
}

.block32__unit {
  width: 50%;
  float: left;
  padding: 0 30px;
}

.block32__text {
  color: #666;
  font-size: 13px;
  margin: 30px 0 0 0;
}

.block32__btnGroup {
  max-width: 700px;
  margin: 100px auto 0;
  overflow: hidden;
}

.block32__btnGroup p {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.block32__btnGroup p.full {
  width: 100%;
  float: none;
  margin-bottom: 25px;
}

/* ------------------------------------------------- *
 *        block33
 * ------------------------------------------------- */

.block33 {
  max-width: 1000px;
  margin: auto;
}

.block33__title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}

.block33__body {
  margin: 50px 0 0 0;
}

.block33__btnBack {
  width: 180px;
  margin: 50px auto 0;
}

/* ------------------------------------------------- *
 *        block34
 * ------------------------------------------------- */

.block34 {
  max-width: 1000px;
  margin: auto;
}

.block34__inner {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

.block34__unit {
  width: 50%;
  padding: 0 25px;
}

.block34__map {
  margin: 30px 0 0 0;
}

.block34__map iframe {
  width: 100%;
  height: 300px;
}

.block34__body {
  text-align: center;
}

.block34__text {
  font-size: 15px;
  margin: 30px 0 0 0;
}

.block34__btnMap {
  display: inline-block;
  margin: 30px 0 0 0;
}

/* ------------------------------------------------- *
 *        block35
 * ------------------------------------------------- */

#taxonomy-fc_type .block35__title {
  margin-bottom: 30px;
}

#taxonomy-fc_type .block35 {
  margin-top: 90px;
}

.block35 {
  max-width: 1360px;
  margin: 0 auto;
}

.block35 .copy {
  margin-top: 67px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.block35 .copy .type1 {
  background-color: #ed9d9c;
  color: #fff;
  font-weight: normal;
  width: 5em;
  text-align: center;
  padding: 8px 15px;
  font-size: 80%;
  margin-left: 35px;
}

.block35 .copy .type2 {
  background-color: #5689ca;
  margin-left: 15px;
  color: #fff;
  font-size: 80%;
  width: 5em;
  text-align: center;
  padding: 8px 30px;
}

.block35 .block35__sub_title {
  text-align: center;
  font-size: 22px;
  margin-top: 90px;
  margin-bottom: 30px;
}

.block35 .block35__row {
  margin-bottom: 45px;
}

.block35 .block35__unit {
  width: 400px;
  float: left;
  margin: 0 25px 30px;
  min-height: 420px;
}

.block35 .block35__unit .block35__unit_img {
  position: relative;
  display: block;
  height: 250px;
  background-size: 640px;
  background-position: 50% 50%;
}

.block35 .block35__unit .block35__unit_date {
  margin-top: 10px;
  color: #333;
}

.block35 .block35__unit .block35__unit_title {
  margin-top: 0px;
  font-size: 16px;
}

.block35 .block35__unit .block35__unit_description {
  margin-top: 15px;
}

.block35 .button-more {
  clear: both;
  width: 350px;
  margin: 0 auto;
  display: block;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  background-image: url(/assets/images/ico_arrow_down.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 125px;
}

.block36 {
  max-width: 800px;
  margin: 0 auto;
}

.block36 .block36__unit {
  clear: both;
  list-style: none;
  margin-bottom: 20px;
}

.block36 .block36__img {
  display: block;
  width: 150px;
  height: 75px;
  float: left;
  margin: 0 25px;
  background-size: 300px;
  background-position: 50% 50%;
}

.block36 .block36__inner {
  margin-left: 200px;
}

.block36 .block36__unit_date {
  color: #333;
}

.block36 .block36__unit_title {
  font-size: 14px;
}

.fc-type01 {
  background-color: #ed9d9c;
  color: #fff;
  width: 12em;
  text-align: center;
  padding: 8px;
}

.fc-type02 {
  background-color: #5689ca;
  color: #fff;
  width: 12em;
  text-align: center;
  padding: 8px;
}

.block35__unit .fc-type01,
.block35__unit .fc-type02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ------------------------------------------------- *
 *        wp-pagenavi
 * ------------------------------------------------- */

.wp-pagenavi {
  text-align: center;
  margin: 80px 0 0 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  vertical-align: top;
  background: #82AD3F;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 3px;
  transition: all .1s linear;
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  text-decoration: none;
  background: #c9dfa6;
}

.wp-pagenavi span {
  background: #fff;
  color: #000;
}

.wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: auto;
  padding: 0 20px;
}

/* ================================================== *
 *
 *    MW WP Form
 *
 * ================================================== */

.mw_wp_form {
  margin-top: 80px;
}

.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form textarea {
  background-color: #eee;
  border: 1px solid #999;
  width: 100%;
  padding: 5px;
  font-size: 16px;
}

.mw_wp_form .row {
  margin-bottom: 1em;
}

.mw_wp_form .required {
  background-color: #f66;
  color: #fff;
  padding: 3px;
  font-size: 80%;
  margin-left: 10px;
}

.mw_wp_form input[type=submit] {
  background-color: #102236;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}

.mw_wp_form input[name=submitBack] {
  background-color: #fff;
  color: #102236;
  border: 1px solid #102236;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  vertical-align: top;
}

.mw_wp_form label {
  display: block;
  margin-bottom: 10px;
}

.mw_wp_form select {
  border: 1px solid #999;
  background-color: #eee;
  padding: 5px 10px;
}

/* ================================================== *
 *
 *    PLUGINS
 *
 * ================================================== */

/* For modern browsers */

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 only */

.cf {
  *zoom: 1;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.-no-flex {
  display: block;
}

/* ================================================== *
 *
 *    MEDIA QUERY
 *
 * ================================================== */

#fc-detail span.type01 {
  background-color: #ed9d9c;
  color: #fff;
  font-size: 18px;
  width: 200px;
  text-align: center;
  padding: 15px;
  position: absolute;
  right: 100px;
  bottom: 0;
}

#fc-detail span.type02 {
  background-color: #5689ca;
  color: #fff;
  font-size: 18px;
  width: 200px;
  text-align: center;
  padding: 15px;
  position: absolute;
  right: 100px;
  bottom: 0;
}

.-sp_only {
  display: none;
}

@media screen and (max-width: 1379px) {
  .block35 .block35__row {
    width: 900px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1099px) {
  .main {
    overflow: hidden;
  }

  .footer1__inner {
    padding: 0 50px;
  }

  .footer1__infoLogo {
    display: block;
    text-align: center;
  }

  .block2 {
    padding: 0 50px;
  }

  .block2__unit {
    margin: 30px 0 0 0;
  }

  .block2__image {
    width: 40%;
  }

  .block2__image img {
    width: 100%;
    height: auto;
    right: 0;
  }

  .block2__unit.-imageLeft img {
    left: 0;
  }

  .block2.-type1 .block2__unit.-imageLeft .block2__image img {
    left: 0;
  }

  .block2__body {
    width: 60%;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1059px) {
  .frame1__inner {
    margin: 0 30px;
  }

  .header1.-type1 {
    position: relative;
    background: #fff;
    height: auto;
    padding: 0;
    z-index: 2000;
  }

  .header1 {
    position: relative;
    background: #fff;
    height: auto;
    padding: 0;
    z-index: 2000;
  }

  .header1__body {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    display: none;
  }

  .header1__inner {
    position: relative;
    width: auto;
    text-align: left;
  }

  .header1__logo {
    padding: 20px;
  }

  .header1__logo img {
    width: auto;
    height: 30px;
    margin: 0;
  }

  .header1__logo .-visiblePc {
    display: none;
  }

  .header1__logo .-visibleMd {
    display: block;
  }

  .header1__btnToggle {
    display: block;
  }

  .header1.-type1 .nav1__lists {
    position: static;
    right: inherit;
    top: inherit;
  }

  .nav1__lists {
    margin-top: 0;
  }

  .header1.-type1 .nav1__lists li {
    margin: 20px 0 0 0;
    float: none;
  }

  .header1.-type1 .nav1__lists li:first-child {
    margin-top: 0;
  }

  .nav1__btnRecruit {
    margin-top: 20px;
  }

  .nav1__btnContact {
    position: static;
    margin: 15px 0 0 0;
  }

  .footer1__info {
    display: block;
    padding: 30px;
  }

  .footer1__infoBody {
    margin: 30px 0 0 0;
    text-align: center;
  }

  .block1.-type1 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .block3__head {
    display: block;
    border: none;
  }

  .block3__headImage {
    width: auto;
  }

  .block3__headBody {
    width: auto;
    padding: 50px;
  }

  .block4__body {
    padding: 0 30px;
  }

  .block5 {
    max-width: auto;
    margin: 0 30px;
  }

  .block6 {
    max-width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }

  .block12 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .block13 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .block14 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .block15 {
    margin: 0 30px;
  }

  .block16__row {
    margin: 0 -20px;
  }

  .block16__grid {
    padding: 0 20px;
  }

  .block17 {
    margin: 0 30px;
  }

  .block19 {
    margin: 0 30px;
  }

  .block20 {
    margin: 0 30px;
  }

  .block21 {
    margin: 0 30px;
  }

  .block23 {
    margin: 0 30px;
  }

  .block25 {
    margin: 0 30px;
  }

  .block26 {
    margin: 0 30px;
  }

  .block26__body {
    margin-left: 0;
    margin-right: 0;
  }

  .block27 {
    margin: 0 30px;
  }

  .block28 {
    margin: 0 30px;
  }

  .block29 {
    margin: 0 30px;
  }

  .block29__image {
    margin: 60px -30px 0;
  }

  .block30 {
    margin: 0 30px;
  }

  .block32 {
    margin: 0 30px;
  }

  .block33 {
    padding: 0 30px;
  }

  .block34 {
    margin: 0 30px;
  }

  .block34__inner {
    display: block;
    margin: 0;
  }

  .block34__unit {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .-visiblePc {
    display: none;
  }

  .-visibleSp {
    display: block;
  }

  .main {
    background: none;
  }

  .pagetop1 a {
    width: 100%;
    height: auto;
    line-height: inherit;
    background: #6b8e34;
    padding: 30px 0 20px;
  }

  .pagetop1 a:before {
    bottom: 16px;
  }

  .media4__title {
    padding: 20px;
  }

  .media4__body {
    padding: 0 20px;
  }

  .media5 {
    margin: 30px 0 0 0;
    height: 250px;
  }

  .media6__unit {
    display: block;
  }

  .media6__image {
    text-align: center;
    margin: 0;
  }

  .media6__title {
    font-size: 16px;
    margin: 30px 0 0 0;
  }

  .title2__mainLabel {
    font-size: 26px;
  }

  .title3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .title3__title {
    padding: 0 0 0 20px;
    border-left: 1px solid #e6e6e6;
  }

  .title3__number {
    font-size: 50px;
    position: static;
    margin: 0 20px 0 0;
  }

  .title3__number:before {
    display: none;
  }

  .title3__mainLabel {
    font-size: 20px;
  }

  .title4 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .title4.-type1 .title4__mainLabel {
    font-size: 18px;
  }

  .title4__mainLabel {
    font-size: 22px;
  }

  .title6__title {
    text-align: center;
  }

  .title6__mainLabel {
    font-size: 18px;
  }

  .title7__text {
    min-height: auto;
  }

  .title9 {
    width: auto;
    margin: 0 30px;
  }

  .title9__title {
    font-size: 15px;
  }

  .title9__body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title9__text {
    font-size: 16px;
  }

  .title9__btnGroup {
    display: block;
  }

  .title9__btnGroup p {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .title9__btnGroup p:first-child {
    margin-top: 0;
  }

  .keyVisual1__btnScroll {
    display: none;
  }

  .nav1__lang {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
  }

  .nav2 {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
  }

  .nav2__navLists {
    display: block;
  }

  .nav2__navLists li {
    margin: 0;
  }

  .nav2__navLists li:first-child {
    margin-top: 20px;
  }

  .nav2__navLists a {
    padding: 15px;
    background: none;
    color: #333;
  }

  .footer1__inner {
    padding: 0 30px;
  }

  .footer1__subInner {
    padding-top: 0;
  }

  .footer1__nav1 {
    padding-bottom: 0;
  }

  .footer1__btnPagetop {
    position: static;
    margin: 0 -30px;
  }

  .footer1__nav2 {
    margin: 50px 0 0 0;
  }

  .footer1__nav2Lists {
    width: auto;
    float: none;
  }

  .footer1__nav2Lists > li > a {
    display: block;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer1__infoLogo img {
    max-width: 80px;
  }

  .block1.-type1 {
    margin-left: 0;
    margin-right: 0;
  }

  .block1__inner {
    display: block;
  }

  .block1__title {
    padding: 0 30px;
  }

  .block1__body {
    width: auto;
    padding: 30px 0 0;
    margin: 30px 30px 0 30px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .block2 {
    padding: 0 30px;
  }

  .block2__unit {
    display: block;
    margin: 80px 0 0 0;
  }

  .block2__image {
    width: 80%;
    margin: auto;
  }

  .block2__body {
    width: auto;
    max-width: inherit;
    margin: 0;
  }

  .block2__unit.-imageLeft .block2__body {
    margin: 0;
  }

  .block2__title {
    margin: 30px 0 0 0;
  }

  .block2__text {
    margin-top: 15px;
    font-size: 14px;
  }

  .block2__btnMore {
    width: auto;
    margin: 25px 0 0 0;
  }

  .block3__headBody {
    padding: 50px 30px;
  }

  .block3__headBodyBtnMore {
    width: auto;
  }

  .block3__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
  }

  .block3__bodyUnit {
    width: 50%;
    margin: 30px 0 0 0;
  }

  .block3__bodyUnitText {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading1 {
    padding: 30px 0 0;
  }

  .heading1__nav {
    display: none;
  }

  .heading1__titleMainLabel {
    font-size: 22px;
  }

  .heading1__titleSubLabel {
    padding: 15px 0 0;
    font-size: 22px;
    margin-top: 0;
  }

  .heading1__btnToggle {
    display: block;
  }

  .heading1__btnToggle:before {
    display: block;
  }

  .heading1__btnToggle:after {
    display: block;
  }

  .heading1__text {
    margin: 30px 30px 0;
  }

  .block5__body {
    margin-left: 0;
    margin-right: 0;
  }

  .block5__text {
    float: none;
    width: 100%;
    padding: 0;
  }

  .block5__image {
    float: none;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
  }

  .block6__unit {
    display: block;
    padding: 60px 0;
  }

  .block6__unit:nth-of-type(2n) {
    padding: 60px 0;
  }

  .block6__unitTitle {
    width: 100%;
    padding: 0;
  }

  .block6__unitBody {
    width: 100%;
    margin: 50px 0 0 0;
  }

  .block7 {
    padding: 30px;
  }

  .block7__image {
    float: none;
    margin: auto;
  }

  .block7__body {
    margin: 30px 0 0 0;
  }

  .block7__name {
    text-align: center;
  }

  .block7__lists li {
    float: none;
    width: 100%;
  }

  .block8 {
    display: block;
    padding: 30px;
  }

  .block8__image {
    width: 50%;
    margin: auto;
    text-align: center;
  }

  .block8__body {
    padding: 0;
  }

  .block8__name {
    text-align: center;
    margin: 30px 0 0 0;
  }

  .block10 {
    display: block;
    padding: 30px;
  }

  .block10__unit {
    width: 100%;
    border: #000;
    border-top: 1px solid #82AD3F;
    padding: 30px 0;
  }

  .block10__unit:first-child {
    padding-top: 0;
  }

  .block10__unit:last-child {
    padding-bottom: 10px;
  }

  .block10__title {
    text-align: center;
    min-height: auto;
    margin: 20px 0 0 0;
  }

  .block10__number {
    position: static;
    width: 50px;
    height: 60px;
    padding: 12px 0 0 0;
    font-size: 10px;
    background-size: 50px auto;
  }

  .block10__number span {
    font-size: 20px;
    margin: 0;
  }

  .block12 {
    display: block;
    margin-top: 80px;
  }

  .block12__image {
    width: 100%;
    display: block;
  }

  .block12__body {
    width: 100%;
    padding: 30px 0;
    display: block;
  }

  .block12__title {
    font-size: 16px;
  }

  .block13__btnLists {
    display: block;
    margin: 30px 0 0 0;
  }

  .block13__btnLists li {
    margin: 10px 0 0 0;
  }

  .block13__btnLists li:first-child {
    margin-top: 0;
  }

  .block14__btnLists {
    display: block;
    margin: 30px 0 0 0;
  }

  .block14__btnLists li {
    margin: 10px 0 0 0;
  }

  .block14__btnLists li:first-child {
    margin-top: 0;
  }

  .block15__text {
    float: none;
    width: 100%;
  }

  .block15__history {
    margin: 30px 0 0 0;
  }

  .block16__grid {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
  }

  .block16__grid:first-child {
    margin-top: 0;
  }

  .block17__profile {
    max-width: 100%;
    display: block;
  }

  .block17__profileImage {
    margin: 0;
  }

  .block17__profileBody {
    margin: 30px 0 0 0;
  }

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

  .block18 {
    height: auto;
    display: block;
    background: none !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .block18.-type1 {
    padding: 0;
  }

  .block18__title {
    position: static;
    width: auto;
    height: auto;
    margin: -40px -30px 0;
  }

  .block18.-type1 .block18__title {
    margin-top: 0;
  }

  .block18__image {
    display: block;
  }

  .block19__body {
    display: block;
  }

  .block19.-type1 .block19__image {
    margin: 0 auto;
    width: 100%;
  }

  .block19__image {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .block19__text {
    width: auto;
    margin: 50px 0 0 0;
  }

  .block19__btnMessage {
    display: block;
  }

  .block19__lists {
    margin: 30px 0 0 0;
  }

  .block19__point {
    margin-top: 80px;
  }

  .block19__image2 {
    display: none;
  }

  .block21__body {
    display: block;
  }

  .block21__bodyImage {
    text-align: center;
    margin: 0;
  }

  .block21__bodyText {
    margin: 30px 0 0 0;
  }

  .block22 {
    display: block;
  }

  .block22__image {
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .block22__cto {
    width: 100%;
    margin: 50px 0 0 0;
  }

  .block23__subInner {
    padding-top: 0;
  }

  .block23__bodyRow {
    display: block;
    margin: 0;
  }

  .block23__unit {
    width: 100%;
    margin: 80px 0 0 0;
    padding: 80px 0 0 0;
    border-top: 1px solid #E6E6E6;
  }

  .block23__unit:first-child {
    border: none;
    padding-top: 0;
  }

  .block23__unit.-type1 .block23__unitBody {
    display: block;
  }

  .block23__unitBtnMore {
    display: block;
  }

  .block24__unit {
    width: 100%;
    float: none;
  }

  .block24__text {
    margin-left: 30px;
    margin-right: 30px;
  }

  .block24__btnVoice,
  .block24__btnContact {
    max-width: inherit;
    margin-right: 30px;
    margin-left: 30px;
  }

  .block24__btnMore {
    display: block;
  }

  .block26__body {
    margin-left: -20px;
    margin-right: -20px;
  }

  .block26__unit {
    width: 50%;
  }

  .block26__unit:nth-of-type(2n+1) {
    clear: both;
  }

  .block27__body {
    display: block;
  }

  .block27__text {
    width: 100%;
    padding: 0;
  }

  .block27__btnAccess {
    display: block;
  }

  .block27__feature {
    width: 100%;
    padding: 0;
    margin: 60px 0 0 0;
  }

  .block29__logo {
    width: 60%;
  }

  .block30__body {
    display: block;
    margin-top: 50px;
  }

  .block30__share {
    width: 100%;
    margin: 0 0 0 0;
  }

  .block30__timeline {
    margin: 80px 0 0 0;
  }

  .block31 .comparison-table {
    display: block;
  }

  .block31 .comparison-table .item-compared {
    width: 100%;
    display: block;
  }

  .block32__body {
    margin: 0;
  }

  .block32__unit {
    float: none;
    width: 100%;
    padding: 0;
  }

  .block32__btnGroup p {
    float: none;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
  }

  .block32__btnGroup p:first-child {
    margin-top: 0;
  }

  .block35 .copy .type1 {
    margin-left: 0;
  }

  .block35 .block35__row {
    width: inherit;
  }

  .block35 .block35__unit {
    width: inherit;
    max-width: 310px;
    float: none;
    margin: 0 auto 30px;
  }

  .block36 .block36__img {
    float: none;
    margin: 0 auto;
  }

  .block36 .block36__inner {
    margin-left: 25px;
  }

  .heading1__titleSubLabel .fc-type01,
  .heading1__titleSubLabel .fc-type02 {
    display: block;
    margin: 0 auto 10px;
  }

  #fc-detail span.type01 {
    right: 30px;
  }

  #fc-detail span.type02 {
    right: 30px;
  }

  .-sp_only {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header1__logo img {
    height: 20px;
  }

  .block3__bodyUnit {
    width: 100%;
  }

  .block4__body {
    display: block;
  }

  .block4__bodyUnit {
    width: auto;
    margin: 30px 0 0 0;
  }

  .block4__bodyUnitImage img {
    width: 50%;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
