@charset "UTF-8";
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
th,
td {
  padding: 0;
  margin: 0;
}

address,
caption,
th {
  font-style: normal;
}

table {
  font-size: inherit;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  line-height: 0;
  vertical-align: bottom;
  border: 0;
}

li {
  list-style-type: none;
}

article,
footer,
header,
nav,
section {
  display: block;
}

html {
  box-sizing: border-box;
}

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

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bold;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  color: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  overflow: visible;
  line-height: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  background-color: #fff;
}

body {
  min-width: 1140px;
}
body.is-scrollFix {
  position: fixed;
  width: 100%;
}
a {
  color: #333;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  color: #2c3e9d;
  text-decoration: underline;
  outline: 0;
}

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

main {
  display: block;
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 100;
  src: local("Helvetica Neue Regular");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 200;
  src: local("Helvetica Neue Regular");
}
body {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

body.ie8 {
  font-family: "メイリオ", sans-serif;
}

.header {
  position: relative;
  width: 100%;
  background-color: #fff661;
}
.header__wrap {
  width: 100%;
  padding-right: calc((100% - 1140px) / 2);
  padding-left: calc((100% - 1140px) / 2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header__logo {
  margin-left: -390px;
  padding-bottom: 57px;
}
.header__logo img {
  width: auto;
  max-width: none;
  height: 100%;
}

.footer {
  padding-top: 56px;
}

.footer__wrap--type01 {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 64px;
}
.footer__wrap--type02 {
  background-color: #2c3e9d;
}

.footer__container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  max-width: 985px;
}
.footer__container .wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 575px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.5;
}
.footer__container .wrap dt {
  font-weight: bold;
}
.footer__container .wrap dd {
  margin-top: 8px;
}
.footer__container .logo {
  width: 250px;
}
.footer__container .tel {
  margin-top: 8px;
}
.footer__container .mail {
  margin-top: 8px;
}
.footer__container .mail a:link, .footer__container .mail a:visited {
  text-decoration: underline;
}
.footer__container .mail a:hover, .footer__container .mail a:active, .footer__container .mail a:focus {
  text-decoration: none;
}

.footer__copyright {
  padding-top: 39px;
  padding-bottom: 39px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.footer__copyright small {
  font-size: inherit;
}

.gNav {
  width: calc(100% - 413px - 140px);
}
.gNav__container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  max-width: 885px;
  margin: 0 auto;
}
.gNav__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.gNav__item:not(:first-child) {
  margin-left: 5px;
}
.gNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  padding: 5px 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  color: #333;
}
.gNav__item a:link, .gNav__item a:visited, .gNav__item a:hover, .gNav__item a:active, .gNav__item a:focus {
  text-decoration: none;
}
.gNav__item a:hover, .gNav__item a:focus {
  opacity: 0.7;
}

.fxNav {
  position: fixed;
  top: 184px;
  right: 0;
  z-index: 100;
  width: 134px;
}
.fxNav__item {
  width: 134px;
  height: 134px;
}
.fxNav__item:not(:first-child) {
  margin-top: 16px;
}
.fxNav__item a {
  transition: opacity 0.2s linear;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.fxNav__item a:link, .fxNav__item a:visited, .fxNav__item a:hover, .fxNav__item a:active, .fxNav__item a:focus {
  text-decoration: none;
}
.fxNav__item a:hover, .fxNav__item a:focus {
  opacity: 0.7;
}
.fxNav__item a::before {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 7px;
  content: "";
  background-image: url("../img/icn_set01.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.fxNav__item a div span {
  display: block;
}
.fxNav__item--form a {
  background-color: #4ab270;
}
.fxNav__item--form a::before {
  background-position: 0 0;
}
.fxNav__item--tel a {
  background-color: #aba460;
}
.fxNav__item--tel a::before {
  background-position: -40px 0;
}
.fxNav__item--online a {
  background-color: #209cb5;
}
.fxNav__item--online a::before {
  background-position: -80px 0;
}
.fxNav__item--movie a {
  background-color: #e25151;
}
.fxNav__item--movie a::before {
  background-position: 100% 0;
}
.fxNav__item--sample a {
  background-color: #aba460;
}
.fxNav__item--sample a::before {
  width: 50px;
  background-image: url("../img/icn_sample01.svg");
  background-position: 50% 50%;
  background-size: contain;
}

.oNav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 300;
  display: none;
  height: 100%;
}
.oNav__wrap {
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  width: 100%;
  height: calc(100% - 56px);
  padding: 20px 20px 72px;
  margin-top: 56px;
  overflow: auto;
  background-color: #fff;
  transition: transform 0.4s ease;
}
.oNav__wrap.is-open {
  transform: translateX(-100%);
}
.oNav__inner {
  padding-top: 4px;
}

.oNav__button--type01 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 301;
  width: 56px;
  height: 56px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
.oNav__button--type01 button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #4ab270;
  border: none;
}
.oNav__button--type01 button::before, .oNav__button--type01 button::after,
.oNav__button--type01 button span::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fff;
  transition: all 0.2s linear;
}
.oNav__button--type01 button::before {
  top: 20px;
}
.oNav__button--type01 button::after {
  top: 27px;
}
.oNav__button--type01 button span::before {
  top: 34px;
}
.oNav__button--type01 button.is-open {
  position: absolute;
}
.oNav__button--type01 button.is-open::before {
  transform: translateY(7px) rotate(-45deg);
}
.oNav__button--type01 button.is-open::after {
  transform: translateY(0) rotate(45deg);
}
.oNav__button--type01 button.is-open span::before {
  opacity: 0;
}

.oNav__menu--type01 {
  width: 100%;
}
.oNav__menu--type01 .oNav__item {
  border-top: 1px solid #ccc;
}
.oNav__menu--type01 .oNav__item:last-child {
  border-bottom: 1px solid #ccc;
}
.oNav__menu--type01 .oNav__item a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  border-radius: 6px;
}
.oNav__menu--type01 .oNav__item a:link, .oNav__menu--type01 .oNav__item a:visited, .oNav__menu--type01 .oNav__item a:hover, .oNav__menu--type01 .oNav__item a:active, .oNav__menu--type01 .oNav__item a:focus {
  text-decoration: none;
}
.oNav__menu--type01 .oNav__item a:link, .oNav__menu--type01 .oNav__item a:visited, .oNav__menu--type01 .oNav__item a:hover, .oNav__menu--type01 .oNav__item a:active, .oNav__menu--type01 .oNav__item a:focus {
  color: #000;
}
.oNav__menu--type01 .oNav__item a[target=_blank]::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  background: url("../img/ico_external-link01.png") no-repeat 0 0;
  background-size: 100% auto;
}

.oNav__menu--type02 {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.oNav__menu--type02 .oNav__message {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.oNav__menu--type02 .oNav-button__item:not(:first-child) {
  margin-top: 24px;
}
.oNav__menu--type02 .oNav-button__item a {
  transition: opacity 0.2s linear;
  display: block;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 84px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 84px;
}
.oNav__menu--type02 .oNav-button__item a:link, .oNav__menu--type02 .oNav-button__item a:visited, .oNav__menu--type02 .oNav-button__item a:hover, .oNav__menu--type02 .oNav-button__item a:active, .oNav__menu--type02 .oNav-button__item a:focus {
  text-decoration: none;
}
.oNav__menu--type02 .oNav-button__item a:hover, .oNav__menu--type02 .oNav-button__item a:focus {
  opacity: 0.7;
}
.oNav__menu--type02 .oNav-button__item a::before {
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url("../img/icn_set01.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.oNav__menu--type02 .oNav-button__item--form a {
  background-color: #4ab270;
}
.oNav__menu--type02 .oNav-button__item--form a::before {
  background-position: 0 0;
}
.oNav__menu--type02 .oNav-button__item--tel a {
  background-color: #aba460;
}
.oNav__menu--type02 .oNav-button__item--tel a::before {
  background-position: -26px 0;
}
.oNav__menu--type02 .oNav-button__item--tel span + span {
  margin-left: 0.5em;
}
.oNav__menu--type02 .oNav-button__item--online a {
  background-color: #209cb5;
}
.oNav__menu--type02 .oNav-button__item--online a::before {
  background-position: -52px 0;
}
.oNav__menu--type02 .oNav-button__item--movie a {
  background-color: #c31d1d;
}
.oNav__menu--type02 .oNav-button__item--movie a::before {
  background-position: 100% 0;
}
.oNav__menu--type02 .oNav-button__item--sample a {
  background-color: #aba460;
}
.oNav__menu--type02 .oNav-button__item--sample a::before {
  width: 39px;
  background-image: url("../img/icn_sample01.svg");
  background-position: 50% 50%;
  background-size: contain;
}
.oNav__menu--type02 .oNav__tel {
  margin-top: 10px;
}
.oNav__menu--type02 .oNav__tel a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #8d6b9c;
}
.oNav__menu--type02 .oNav__tel a:link, .oNav__menu--type02 .oNav__tel a:visited, .oNav__menu--type02 .oNav__tel a:hover, .oNav__menu--type02 .oNav__tel a:active, .oNav__menu--type02 .oNav__tel a:focus {
  text-decoration: none;
}
.oNav__menu--type02 .oNav__tel a::before {
  display: inline-block;
  width: 42px;
  height: 28px;
  margin-right: 8px;
  content: "";
  background: url("../img/icn_freedial01.svg") no-repeat 0 50%;
  background-size: 100% auto;
}
.oNav__menu--type02 .oNav__time {
  margin-top: 10px;
  font-size: 15px;
}
.oNav__menu--type02 .oNav__link {
  width: 100%;
  margin-top: 12px;
}
.oNav__menu--type02 .oNav__link a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #009d95;
  border: 2px solid #000;
  border-radius: 80px;
}
.oNav__menu--type02 .oNav__link a:link, .oNav__menu--type02 .oNav__link a:visited, .oNav__menu--type02 .oNav__link a:hover, .oNav__menu--type02 .oNav__link a:active, .oNav__menu--type02 .oNav__link a:focus {
  text-decoration: none;
}
.oNav__menu--type02 .oNav__link a::before {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  content: "";
  background: url("../img/icn_application01.svg") no-repeat 0 0;
  background-size: 100% auto;
}

.pageTop__button {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: fixed;
  right: 20px;
  bottom: 66px;
  z-index: 3;
  width: 66px;
  height: 66px;
  visibility: hidden;
  background: #fff url(../img/icn_arrow01.svg) no-repeat 50% 49%;
  background-size: 24px;
  border: 1px solid #2c3e9d;
  border-radius: 50%;
  opacity: 0;
  transform: rotateZ(270deg);
  transition: visibility 0.4s linear, opacity 0.4s linear;
}
.pageTop__button.is-active {
  visibility: visible;
  opacity: 1;
}
.pageTop__button.is-inactive {
  visibility: hidden;
  opacity: 0;
}

.c-main {
  position: relative;
}

.c-head--base01 {
  font-weight: normal;
}

.c-head--type01 {
  margin-bottom: 56px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.c-head--type02 {
  text-align: center;
  margin-bottom: 19px;
}
.c-head--type02 .inner {
  position: relative;
  display: inline-block;
  padding-left: 62px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #2c3e9d;
  text-align: left;
}
.c-head--type02 .inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  background: url(../img/icn_arrow01.svg) no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}

.c-head--type03 {
  margin-bottom: 32px;
  line-height: 1.5;
  text-align: center;
}
.c-head--type03 span {
  display: block;
}
.c-head--type03 .main {
  font-size: 36px;
  color: #4ab270;
}
.c-head--type03 .sub {
  font-size: 18px;
  font-weight: bold;
}

.c-notes--type01 {
  position: relative;
  padding-left: 2.25em;
}
.c-notes--type01 span {
  position: absolute;
  top: 0;
  left: 0;
}

.c-notes--type02 {
  color: #f00;
}

.c-color--red01 {
  color: #f00;
}

.c-wrap {
  padding-top: 93px;
  padding-bottom: 99px;
}
.c-wrap--type01 {
  width: 100%;
  padding-right: calc((100% - 1140px) / 2);
  padding-left: calc((100% - 1140px) / 2);
}
.c-wrap--type02 {
  width: 100%;
  padding-right: calc((100% - 1140px) / 2);
  padding-left: calc((100% - 1140px) / 2);
  padding-top: 104px;
  padding-bottom: 104px;
}
.c-wrap .c-wrap__inner {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.c-section {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.c-section + .c-section {
  margin-top: 60px;
}
.c-section .c-section {
  margin-bottom: 40px;
}

.c-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-columns .c-col__item--center {
  align-self: center;
}

.c-col1--type01 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-col1--type01 img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.c-col2--type01 .c-columns__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-col2--type01 .c-columns__item {
  width: 50%;
}
.c-col2--type01 .c-columns__item a {
  transition: opacity 0.2s linear;
}
.c-col2--type01 .c-columns__item a:hover, .c-col2--type01 .c-columns__item a:focus {
  opacity: 0.7;
}

.c-col3--type01 {
  margin-bottom: 60px;
}
.c-col3--type01 .c-columns__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: -30px;
}
.c-col3--type01 .c-columns__container::after {
  display: block;
  width: calc(33.3333333333% - 20px);
  content: "";
}
.c-col3--type01 .c-columns__item {
  width: calc(33.3333333333% - 20px);
  margin-top: 30px;
}
.c-col3--type01 .c-columns__item a {
  transition: opacity 0.2s linear;
}
.c-col3--type01 .c-columns__item a:hover, .c-col3--type01 .c-columns__item a:focus {
  opacity: 0.7;
}

.c-col4--type01 {
  margin-top: -20px;
}
.c-col4--type01::before, .c-col4--type01::after {
  display: block;
  content: "";
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
}
.c-col4--type01::before {
  order: 1;
}
.c-col4--type01 .c-columns__item {
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
  margin-top: 20px;
}
.c-col4--type01 .c-columns__text {
  margin-top: 5px;
  text-align: center;
}
.c-pic-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-pic-text .c-col__item--center {
  align-self: center;
}
.c-pic-text__picture {
  order: 1;
  text-align: center;
}
.c-pic-text__picture--type01 {
  width: 350px;
}
.c-pic-text__picture--type02 {
  width: 260px;
}
.c-pic-text__picture--type03 {
  width: 500px;
}
.c-pic-text__text {
  order: 2;
}
.c-pic-text__text--type01 {
  width: calc(100% - 350px - 30px);
  margin-top: -0.5em;
  line-height: 2;
}
.c-pic-text__text--type02 {
  width: calc(100% - 260px - 30px);
}
.c-pic-text__text--type03 {
  width: calc(100% - 500px - 30px);
}

.c-pic-text--picLeft01 .c-pic-text__picture {
  order: 1;
  margin-right: 30px;
}
.c-pic-text--picLeft01 .c-pic-text__text {
  order: 2;
}

.c-pic-text--picRight01 .c-pic-text__picture {
  order: 2;
  margin-left: 30px;
}
.c-pic-text--picRight01 .c-pic-text__text {
  order: 1;
}
.c-pic-text--picRight01 .c-pic-text__text p:not(:first-child) {
  margin-top: 1.61em;
}

ul:not([class]) li {
  position: relative;
  list-style-type: none;
}
ul:not([class]) li::before {
  position: absolute;
  top: 0.65em;
  left: -14px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #333;
  border-radius: 50%;
}

ul:not([class]) {
  padding-left: 20px;
  margin-bottom: 20px;
}
ul:not([class]) li + li {
  margin-top: 10px;
}
ul:not([class]) li ul:not([class]),
ul:not([class]) li ol:not([class]) {
  margin-top: 10px;
  margin-bottom: 0;
}

ol:not([class]) {
  padding-left: 24px;
  margin-bottom: 20px;
}
ol:not([class]) li {
  list-style-position: outside;
  list-style-type: decimal;
}
ol:not([class]) li + li {
  margin-top: 6px;
}
ol:not([class]) li ol:not([class]),
ol:not([class]) li ul:not([class]) {
  margin-top: 10px;
  margin-bottom: 0;
}

table ul:not([class]),
table ul.c-ul--col2,
table ol:not([class]) {
  margin-bottom: 0;
  margin-left: 0;
}
.c-ul--type01 li {
  position: relative;
  padding-left: 23px;
  list-style-type: none;
}
.c-ul--type01 li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: #4ab270;
  border-radius: 50%;
}

.c-dl--type01 dd:not(:last-child) {
  margin-bottom: 1em;
}

.c-link__contact {
  width: 100%;
}
.c-link__contact a {
  display: block;
  padding: 24px 24px 36px;
  text-align: center;
  border: 2px solid #2c3e9d;
  transition: 0.2s linear;
}
.c-link__contact a:link, .c-link__contact a:visited, .c-link__contact a:hover, .c-link__contact a:active, .c-link__contact a:focus {
  text-decoration: none;
}
.c-link__contact a span {
  display: block;
}
.c-link__contact a span.main {
  position: relative;
  display: inline-block;
  padding-right: 72px;
  font-size: 70px;
  font-weight: bold;
  font-family: "Lato", serif;
  line-height: 1.2;
  color: #2c3e9d;
}
.c-link__contact a span.main::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  background: url(../img/icn_arrow01.svg) no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.c-link__contact a:hover {
  background: #2c3e9d;
}
.c-link__contact a:hover .main {
  color: #fff;
}
.c-link__contact a:hover .sub {
  color: #fff;
}

.c-linkWrap--type01 {
  margin-top: 60px;
  text-align: center;
}

table:not([class]) {
  width: 100%;
}
table:not([class]) th,
table:not([class]) td {
  padding: 5px 8px;
  border: 1px solid #ccc;
}
table:not([class]) th {
  font-weight: bold;
}

.c-table--type01 {
  width: 100%;
}
.c-table--type01 th,
.c-table--type01 td {
  padding: 25px 21px;
  vertical-align: top;
  border: 1px solid #ccc;
}
.c-table--type01 th {
  padding-left: 0;
  font-weight: bold;
  border-left: 0;
}
.c-table--type01 td {
  border-right: 0;
}

.c-table--type02 {
  width: 100%;
}
.c-table--type02 tr:nth-child(even) {
  background-color: #ccc;
}
.c-table--type02 th,
.c-table--type02 td {
  padding-top: 50px;
  padding-bottom: 50px;
  vertical-align: middle;
}
.c-table--type02 th {
  font-weight: bold;
  color: #4ab270;
}
.c-table--type02 th div {
  width: 230px;
  white-space: nowrap;
}
.c-table--type02 td {
  padding-left: 20px;
}

.c-th--type01 th {
  width: 160px;
}

.c-cell--fixed {
  table-layout: fixed;
}

.c-form input[type=text],
.c-form textarea {
  box-sizing: border-box;
  padding: 13px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.c-form__table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.c-form__table th,
.c-form__table td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.c-form__table th {
  padding-right: 36px;
  font-weight: normal;
  white-space: nowrap;
}
.c-form__table--type01 th,
.c-form__table--type01 td {
  vertical-align: top;
}
.c-form__table--type01 th {
  width: 230px;
}
.c-form__table--type02 {
  border-top: 0;
}
.c-form__table--type02 th,
.c-form__table--type02 td {
  padding-bottom: 0;
  vertical-align: top;
  border-bottom: 0;
}
.c-form__table--type02 th {
  width: 4em;
  font-weight: normal;
  white-space: nowrap;
}
.c-form__table--type02 tr:first-child th,
.c-form__table--type02 tr:first-child td {
  padding-top: 0;
}
.c-form__table--type02 tr:last-child th,
.c-form__table--type02 tr:last-child td {
  padding-bottom: 0;
}

.c-form__input {
  padding: 13px 12px;
  line-height: 1;
  border: 1px solid #ccc;
}
.c-form__input--type01 {
  width: 100%;
}
.c-form__input--type02 {
  width: 500px;
}
.c-form__input--type03 {
  width: calc(5em + 24px + 2px);
}
.c-form__input--type04 {
  width: calc(3em + 24px + 2px);
}
.c-form__input--type05 {
  width: calc(5em + 24px + 2px);
  margin-left: 15px;
}

.c-form__textarea {
  padding: 8px 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
}
.c-form__textarea--type01 {
  width: 100%;
  height: calc(15em + 20px + 2px);
}

.c-form__selectWrap {
  position: relative;
  display: table-cell;
  border: 1px solid #ccc;
}
.c-form__selectWrap::after {
  position: absolute;
  right: 10px;
  bottom: 50%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  transform: translateY(50%);
}
.c-form__select {
  padding: 16px 31px 15px 15px;
  font-size: inherit;
  color: inherit;
  text-indent: 0.01px;
  vertical-align: middle;
  background: none transparent;
  border: 1px solid #ccc;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__select option {
  color: #333;
  background-color: #fff;
}
.c-form__select::-ms-expand {
  display: none;
}
.c-form__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.c-form__required {
  color: #c53e37;
}
.c-form__required--type01 {
  padding-left: 0.5em;
}

.c-form__errorMessage {
  margin-bottom: 12px;
}
.c-form__errorMessage .c-form__message {
  position: relative;
  display: inline-block;
  padding: 6px 18px 8px;
  font-size: 14px;
  line-height: 1.25;
  color: #fff;
  background-color: #c53e37;
  border-radius: 4px;
}
.c-form__errorMessage .c-form__message::after {
  position: absolute;
  bottom: -9px;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #c53e37 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 5px 0 5px;
}
.c-form__errorMessage--type02 {
  padding-left: 2em;
}
.c-form__errorMessage--type03 .c-form__message::after {
  right: 50%;
  transform: translateX(50%);
}

.c-form__errorList {
  padding: 20px;
  margin-bottom: 60px;
  border: 1px solid #c53e37;
}
.c-form__errorList .c-form__message {
  margin-bottom: 10px;
  text-align: center;
}
.c-form__errorList .c-form__container {
  display: table;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.c-form__errorList .c-form__item {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
  list-style-type: none;
}
.c-form__errorList .c-form__item::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #c53e37;
  border-radius: 50%;
}

.c-form__zipMark {
  display: inline-block;
  width: 2em;
}

.c-form__agree {
  padding-top: 50px;
  padding-bottom: 50px;
}
.c-form__agreeMessage {
  margin-bottom: 40px;
}
.c-form__consentCheck {
  padding: 40px 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #fff661;
}
.c-form__consentCheck label {
  margin-left: 12px;
  font-weight: bold;
}
.c-form__consentText {
  display: block;
}

.c-form__submitWrap--type01 {
  margin-top: 40px;
}
.c-form__submitWrap--type02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-form__submitWrap--type03 {
  padding-bottom: 60px;
  margin-top: 100px;
  text-align: center;
}
.c-form__submitWrap--type03 .c-link--type01 {
  width: 427px;
  margin-right: auto;
  margin-left: auto;
}
.c-form__submitWrap form {
  width: calc(50% - 30px);
}

.c-form__submit {
  width: 100%;
  padding: 18px;
  line-height: 1.25;
}
.c-form__submit--type01 {
  position: relative;
  border: 1px solid #adadad;
}
.c-form__submit--type01::before {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
  content: "";
  background-image: url("../img/icn_mail02.svg");
  background-size: 100% auto;
}
.c-form__submit--type01[disabled] {
  color: #adadad;
  background-color: transparent;
  border-color: #adadad;
  transition-duration: 0;
}
.c-form__submit--type01.is-active {
  font-weight: bold;
  color: #fff;
  background-color: #4ab270;
  border-color: #4ab270;
  transition: all 0.2s linear;
}
.c-form__submit--type02, .c-form__submit--type03 {
  background-color: #fff;
  transition: opacity 0.2s linear;
}
.c-form__submit--type02:hover, .c-form__submit--type02:focus, .c-form__submit--type03:hover, .c-form__submit--type03:focus {
  opacity: 0.7;
}
.c-form__submit--type02 {
  color: #fff;
  background: #ccc url("../img/icn_back01.svg") no-repeat calc(50% - 4em - 20px) 50%;
  border: 1px solid #adadad;
}
.c-form__submit--type03 {
  color: #fff;
  background-color: #4ab270;
  background-image: url("../img/icn_mail02.svg");
  background-repeat: no-repeat;
  background-position: calc(50% - 4em - 20px) 50%;
  border: 1px solid #4ab270;
}

.c-form__label--type01 {
  margin-right: 1em;
}
.c-form__label--type01 input[type=checkbox] {
  margin-right: 0.5em;
}
.c-form__label--type02 {
  margin-left: 12px;
  font-weight: bold;
}

.c-form__notes--type01 {
  color: #f00;
}

.c-form__list li {
  display: inline-block;
}
.c-form__list li:not(:last-child)::after {
  content: "、";
}

.c-form__checkbox .checkbox {
  position: relative;
  display: inline-block;
  padding: 12px 12px 12px 50px;
  margin: 0 20px 8px 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f6f7f8;
  border-radius: 4px;
  transition: background-color 0.2s linear;
}
.c-form__checkbox .checkbox:last-child {
  margin-right: 0;
}
.c-form__checkbox .checkbox::after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
  border: 2px solid #bbb;
  border-radius: 2px;
  transition: border-color 0.2s linear;
}
.c-form__checkbox .checkbox::before {
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 10;
  display: block;
  width: 12px;
  height: 24px;
  margin-top: -18px;
  content: "";
  border-right: 3px solid #4ab270;
  border-bottom: 3px solid #4ab270;
  opacity: 0;
  transition: opacity 0.2s linear;
  transform: rotate(45deg);
}
.c-form__checkbox .checkbox:hover {
  background-color: #c7e8d3;
}
.c-form__checkbox .checkbox:hover::after {
  border-color: #4ab270;
}
.c-form__checkbox input[type=checkbox] {
  display: none;
}
.c-form__checkbox input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}
.c-form__checkbox--type02 .checkbox {
  background-color: transparent;
}

.c-form__thanks .c-form__message--type01 {
  margin-bottom: 1em;
  font-size: 20px;
}
.c-form__thanks .c-form__message--type02 {
  font-size: 16px;
}

.c-form__attention strong {
  color: #c53e37;
}

.c-form__input-sample {
  margin-left: 1em;
}
.c-form__input-sample p {
  margin-top: 4px;
}
.c-form__input-sample .item-container {
  display: table;
}
.c-form__input-sample .item-wrap {
  display: table-row;
}
.c-form__input-sample .item-head,
.c-form__input-sample .item-body {
  display: table-cell;
}
.c-form__input-sample .item-head {
  white-space: nowrap;
}
.c-form__input-sample .item-head::before {
  content: "■";
}
.c-form__input-sample .item-body {
  display: table-cell;
  padding-left: 1em;
  text-indent: -1em;
}
.c-form__input-sample .item-body::before {
  content: "：";
}
.c-form__input-sample .item-body img {
  width: 375px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.c-qa {
  margin-top: 46px;
}
.c-qa .c-head--type02:first-child {
  margin-top: 20px;
}
.c-qa .c-qa__container + .c-head--type02 {
  margin-top: 60px;
}
.c-qa .c-qa__item {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 2px solid #4ab270;
  border-radius: 10px;
  transition: height 0.4s ease;
}
.c-qa .c-qa__item + .c-qa__item {
  margin-top: 30px;
}
.c-qa .c-qa__item.is-active .c-qa__button {
  transform: rotateX(180deg);
}
.c-qa .c-qa__head {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-weight: normal;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 16px;
}
.c-qa .c-qa__body {
  position: relative;
  padding-top: 25px;
  padding-left: 50px;
  margin-top: 25px;
  border-top: 1px dotted #209cb5;
}
.c-qa .c-qa__body p + p {
  margin-top: 1em;
}
.c-qa .c-qa__body .notes {
  display: none;
}
.c-qa .c-qa__body a:link, .c-qa .c-qa__body a:visited, .c-qa .c-qa__body a:hover, .c-qa .c-qa__body a:active, .c-qa .c-qa__body a:focus {
  color: #009d95;
}
.c-qa .c-qa__body a:link, .c-qa .c-qa__body a:visited {
  text-decoration: underline;
}
.c-qa .c-qa__body a:hover, .c-qa .c-qa__body a:active, .c-qa .c-qa__body a:focus {
  text-decoration: none;
}
.c-qa .c-qa__icon--question,
.c-qa .c-qa__icon--answer {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #209cb5;
  border-radius: 50%;
}
.c-qa .c-qa__icon--question {
  top: -4px;
  padding-top: 2px;
  font-size: 22px;
  color: #fff;
  background-color: #209cb5;
}
.c-qa .c-qa__icon--answer {
  top: 20px;
  padding-top: 2px;
  font-size: 22px;
  color: #209cb5;
}
.c-qa .c-qa__button {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 30px;
  height: 30px;
  padding: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2010%22%3E%3Cpath%20d%3D%22M1%201.5l9%207%209-7%22%20fill%3D%22none%22%20stroke%3D%22%23209CB5%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  border: 0;
  transition: transform 0.2s linear;
}
.c-qa .item-image {
  display: block;
  width: 375px;
  margin-top: 10px;
}

.c-bg--type01 {
  background: #fff661;
}

/* stylelint-disable scss/double-slash-comment-whitespace-inside */
.c-mainVisual {
  margin-right: auto;
  margin-left: auto;
}
.c-mainVisual__wrap {
  text-align: center;
}
.c-anchor--type01 {
  padding-top: 80px;
  margin-top: -80px;
}

.c-label {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
}
.p-information--detail01 .c-label {
  font-size: 22px;
}
.c-label--cat01 {
  background-color: #00b515;
}
.c-label--cat01::after {
  border-color: #00b515 transparent transparent;
}
.c-label--cat02 {
  background-color: #0081cc;
}
.c-label--cat02::after {
  border-color: #0081cc transparent transparent;
}
.c-label--cat03 {
  background-color: #a300bf;
}
.c-label--cat03::after {
  border-color: #a300bf transparent transparent;
}
.c-label--cat04 {
  background-color: #e62121;
}
.c-label--cat04::after {
  border-color: #e62121 transparent transparent;
}
.c-label--cat05 {
  background-color: #cc8f00;
}
.c-label--cat05::after {
  border-color: #cc8f00 transparent transparent;
}
.c-label--committee {
  margin-right: 0;
  background-color: #4ab270;
}
.c-label--committee::after {
  border-color: #4ab270 transparent transparent;
}

.c-picture--type01 {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) inset;
}

.c-icon--commonBase::after, .c-icon--link::after, .c-icon--excel::after, .c-icon--word::after, .c-icon--pdf::after, .c-icon--mail::after {
  display: inline-block;
  margin-left: 6px;
}

.c-icon--mail::after {
  content: url("../img/icn_mail01.svg");
}

.c-icon--pdf::after {
  content: url("../img/icn_pdf01.svg");
}

.c-icon--word::after {
  content: url("../img/icn_word01.svg");
}

.c-icon--excel::after {
  content: url("../img/icn_excel01.svg");
}

.c-icon--link::after {
  content: url("../img/icn_link01.svg");
}

.c-banner--recruit {
  margin-bottom: 36px;
  text-align: center;
}

.lum-lightbox {
  z-index: 300;
}

@keyframes loading--type01 {
  0% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  0.5% {
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes loading--type02 {
  0% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  0.5% {
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.p-about__head--type02 {
  font-size: 16px;
  margin-bottom: 8px;
}
.p-about .p-about__notes--type01 {
  margin-bottom: 8px;
}
.p-about__wrap {
  margin-bottom: 80px;
  padding: 78px 72px;
  background-color: #fff;
}

.p-about__table {
  width: 100%;
  margin-bottom: 16px;
}
.p-about__table tr th,
.p-about__table tr td {
  height: 80px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  text-align: center;
}
.p-about__table tr th:last-child,
.p-about__table tr td:last-child {
  border-right: 0;
}
.p-about__table tr:last-child th,
.p-about__table tr:last-child td {
  border-bottom: 0;
}
.p-about__table tr th {
  background: #2c3e9d;
  padding: 16px 26px;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.p-about__table tr td {
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  color: #2c3e9d;
}
.p-about__table tr td span {
  font-size: 16px;
}
.p-about__table tr td.red {
  background-color: #fedff0;
  color: #ff0000;
}
.p-about__table.sp {
  display: none;
}

.p-about__container {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.p-about__container .p-about__list {
  width: 49%;
}
.p-about__container .p-about__list li {
  position: relative;
  padding-left: 1em;
}
.p-about__container .p-about__list li span {
  display: inline-block;
  position: absolute;
  left: 0;
}

.p-examples__head--type03 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 72px;
  color: #2c3e9d;
}
.p-examples__notes--type01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #2c3e9d;
  text-align: center;
  margin-bottom: 28px;
}
.p-examples__notes--type01 span {
  display: inline-block;
  color: #fff;
  background-color: #2c3e9d;
}
.p-examples__notes--type02 {
  text-align: center;
  line-height: 2;
  margin-bottom: 36px;
}

.p-examples__container {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.p-examples__container .p-examples__item {
  width: calc(50% - 24px);
  padding: 24px 32px 32px;
  border: 1px solid #2c3e9d;
}
.p-examples__container .p-examples__item .text {
  width: 100%;
  min-height: 80px;
  padding-top: 9px;
  padding-right: 80px;
}
.p-examples__container .p-examples__item .text .head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #2c3e9d;
}
.p-examples__container .p-examples__item .image {
  margin-top: 24px;
}
.p-examples__container .p-examples__item.type02 .text {
  background: url(../img/icn02.png) no-repeat 100% 0;
}
.p-examples__container .p-examples__item.type03 .text {
  background: url(../img/icn03.png) no-repeat 100% 0;
}
.p-examples__container .p-examples__item.type04 .text {
  background: url(../img/icn04.png) no-repeat 100% 0%;
}
.p-examples__container .p-examples__item.type05 .text {
  background: url(../img/icn05.png) no-repeat 100% 0%;
}
.p-examples__container .p-examples__item.type06 .text {
  background: url(../img/icn06.png) no-repeat 100% 0%;
}
.p-examples__container .p-examples__item.type07 .text {
  background: url(../img/icn07.png) no-repeat 100% 0%;
}
.p-examples__container.type01 {
  padding-bottom: 32px;
}
.p-examples__container.type01 .p-examples__item {
  margin-bottom: 48px;
}
.p-examples__container.type02 .p-examples__item {
  margin-top: 27px;
}

.p-info__head--type01 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 48px;
  line-height: 1.5;
  color: #2c3e9d;
}
.p-info__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.p-info__item.text p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #2c3e9d;
}
.p-info__item.text p + p {
  margin-top: 1em;
}
.p-info__item.text p span {
  display: inline-block;
  color: #fff;
  background-color: #2c3e9d;
}
.p-info__item.image {
  text-align: center;
}

.p-privacy--type01 .c-head--type02 {
  margin-top: 55px;
}
.p-privacy--type01 .c-head--type03 {
  margin-top: 35px;
}

.p-service__container {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 48px;
}
.p-service__item {
  width: 322px;
  margin: 0 16px 16px;
  text-align: center;
}
.p-service__item a {
  transition: opacity 0.2s linear;
}
.p-service__item a:hover, .p-service__item a:focus {
  opacity: 0.7;
}
.p-service__item a .caption {
  position: relative;
  display: inline-block;
  padding-right: 26px;
}
.p-service__item a .caption::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  background: url(../img/icn_blank01.svg) no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.p-service__wrap {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  padding: 28px 64px;
}
.p-service__wrap .text {
  width: calc(100% - 122px - 40px);
}
.p-service__wrap .text .head {
  font-size: 18px;
  font-weight: bold;
  color: #2c3e9d;
  margin-bottom: 6px;
}
.p-service__wrap .text p {
  line-height: 1.5;
}

.fll {
  float: left !important;
}

img.fll {
  margin: 0 10px 10px 0 !important;
}

.flr {
  float: right !important;
}

img.flr {
  margin: 0 0 10px 10px !important;
}

.clb {
  clear: both !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.bold,
.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.ti,
.ti p {
  text-indent: 1em !important;
}

.ttu {
  text-transform: uppercase !important;
}

.ttl {
  text-transform: lowercase !important;
}

.whsnw {
  white-space: nowrap !important;
}

.whsn {
  white-space: normal !important;
}

.ti1em {
  text-indent: 1em !important;
}

.vam {
  vertical-align: middle !important;
}

.lh2 {
  line-height: 2 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.tlf {
  table-layout: fixed !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz54 {
  font-size: 54px !important;
}

.c-b--type01 {
  font-weight: normal;
  color: #f00;
}

.c-color--type01 {
  color: #4ab270;
}

.c-br--small {
  display: none;
}

.c-br--medium {
  display: none;
}

.brTab {
  display: none;
}

.brSp {
  display: none;
}
.brSp.brPc {
  display: inline-block;
}

.brPc {
  display: inline-block;
}

.mt01,
.mt55 {
  margin-top: 55px !important;
}

.mb01,
.mb55 {
  margin-bottom: 55px !important;
}

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

.mb02,
.mb30 {
  margin-bottom: 30px !important;
}

.mt03,
.mt120 {
  margin-top: 120px !important;
}

.mb03,
.mb120 {
  margin-bottom: 120px !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt01,
.pt30 {
  padding-top: 30px !important;
}

.pb01,
.pb30 {
  padding-bottom: 30px !important;
}

.pt02,
.pt60 {
  padding-top: 60px !important;
}

.pb02,
.pb60 {
  padding-bottom: 60px !important;
}

.pt03,
.pt120 {
  padding-top: 120px !important;
}

.pb03,
.pb120 {
  padding-bottom: 120px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ro {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.ro:hover {
  opacity: 0.8;
}

.ro:hover img {
  opacity: 0.8;
}

.rot {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.rot:hover, .rot:focus {
  opacity: 0.7;
}

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

.cf::after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media screen and (min-width: 601px) and (max-width: 960px){
  .c-br--medium {
    display: inline-block;
  }
  .brTab {
    display: inline-block;
  }
}

@media screen and (max-width: 1140px){
  .header__wrap {
    width: 1140px;
  }
  .fxNav {
    display: none;
  }
  .c-wrap--type01 {
    width: 1140px;
  }
  .c-wrap--type02 {
    width: 1140px;
  }
  .c-mainVisual__wrap {
    width: 1140px;
  }
}

@media screen and (max-width: 999px){
  body {
    min-width: 100%;
  }
}

@media screen and (max-width: 960px){
  .oNav {
    display: block;
  }
  .c-pic-text__picture--type03 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .c-pic-text__text--type03 {
    width: 100%;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture.c-pic-text__picture--type03 {
    margin-right: auto;
  }
  .c-form__table--type01 th {
    width: 200px;
  }
  .c-form__input--type02 {
    width: 100%;
  }
  .c-form__consentCheck {
    width: 100%;
  }
}

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

@media screen and (max-width: 600px){
  .header__wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    margin-left: -20px;
    padding-bottom: 32px;
  }
  .header__logo img {
    height: 531px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer__wrap--type01 {
    width: calc(100% - 20px * 2);
  }
  .footer__wrap--type01 {
    margin-bottom: 35px;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__container .wrap {
    margin-top: 25px;
  }
  .footer__container .wrap .item:first-child {
    margin-bottom: 32px;
  }
  .footer__container .logo img {
    width: 180px;
  }
  .footer__copyright {
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 1.5;
  }
  .oNav__button--type01 {
    visibility: visible;
    opacity: 1;
  }
  .oNav__button--type01 button::before, .oNav__button--type01 button::after,
  .oNav__button--type01 button span::before {
    left: 18px;
    width: 20px;
    height: 2px;
  }
  .pageTop__button {
    right: 20px;
    bottom: 82px;
    width: 50px;
    height: 50px;
    background-size: 18.5px;
  }
  .c-head--type01 {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .c-head--type02 .inner {
    font-size: 24px;
    padding-left: 38px;
  }
  .c-head--type02 .inner::before {
    width: 24px;
    height: 24px;
  }
  .c-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .c-wrap--type01 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-wrap--type02 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-wrap--type02 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .c-wrap .c-wrap__inner {
    width: calc(100% - 20px * 2);
  }
  .c-section {
    width: calc(100% - 20px * 2);
  }
  .c-section + .c-section {
    margin-top: 60px;
  }
  .c-col1--type01 {
    width: 100%;
    max-width: 100%;
  }
  .c-col4--type01 .c-columns__item {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .c-pic-text {
    flex-direction: column;
    width: 100%;
  }
  .c-pic-text__picture {
    margin-top: 20px;
    text-align: center;
  }
  .c-pic-text__picture--type01 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__picture--type02 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__picture--type03 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__text--type01 {
    width: 100%;
  }
  .c-pic-text__text--type02 {
    width: 100%;
  }
  .c-pic-text__text--type03 {
    width: 100%;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture {
    order: 2;
    margin-right: auto;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture.c-pic-text__picture--type03 {
    order: 1;
    margin-right: auto;
  }
  .c-pic-text--picLeft01 .c-pic-text__text {
    order: 1;
  }
  .c-pic-text--picRight01 .c-pic-text__picture {
    margin-left: auto;
  }
  .c-link__contact a {
    padding: 13px;
  }
  .c-link__contact a span.main {
    font-size: 35px;
    padding-right: 36px;
  }
  .c-link__contact a span.main::after {
    width: 20px;
    height: 20px;
  }
  .c-link__contact a span.sub {
    font-size: 13px;
  }
  .c-linkWrap--type01 {
    margin-top: 30px;
  }
  .c-table--type01 th,
  .c-table--type01 td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .c-table--type01 th {
    width: 50px;
  }
  .c-tableWrap--type01 {
    width: 100%;
    overflow: auto;
  }
  .c-tableWrap--type01 table {
    width: 1000px;
  }
  .c-tableWrap--type02 {
    width: 100%;
    overflow: auto;
  }
  .c-tableWrap--type02 table {
    width: 700px;
  }
  .c-form__table--type01 th,
  .c-form__table--type01 td {
    display: block;
  }
  .c-form__table--type01 th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .c-form__table--type01 td {
    padding-top: 8px;
    border-top: 0;
  }
  .c-form__input--type03 {
    width: 8em;
    padding-right: 4px;
    padding-left: 4px;
  }
  .c-form__input--type04 {
    width: 3em;
    padding-right: 4px;
    padding-left: 4px;
  }
  .c-form__consentCheck {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
  }
  .c-form__submitWrap--type01 {
    margin-top: 15px;
  }
  .c-form__submitWrap--type02 {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .c-form__submitWrap--type03 .c-link--type01 {
    width: 100%;
  }
  .c-form__submitWrap form {
    width: 100%;
  }
  .c-form__submit--type03 {
    margin-top: 30px;
  }
  .c-form__thanks .c-form__message--type01 {
    font-size: 16px;
  }
  .c-form__thanks .c-form__message--type02 {
    font-size: 13px;
  }
  .p-faq .c-head--type01 {
    margin-bottom: 24px;
  }
  .c-qa {
    margin-top: 24px;
  }
  .c-qa .c-qa__container + .c-head--type02 {
    margin-top: 45px;
  }
  .c-qa .c-qa__item + .c-qa__item {
    margin-top: 16px;
  }
  .c-qa .c-qa__body .notes {
    display: block;
  }
  .c-qa .item-image {
    width: 100%;
    margin-top: 20px;
  }
  .c-mainVisual__wrap {
    width: 100%;
  }
  .c-anchor--type01 {
    padding-top: 56px;
    margin-top: -56px;
  }
  .c-label {
    margin-right: 8px;
  }
  .c-banner--recruit {
    margin-bottom: 30px;
  }
  .p-about .p-about__notes--type01 span {
    display: block;
  }
  .p-about__wrap {
    margin-bottom: 40px;
    padding: 25px 20px;
  }
  .p-about__table tr th,
  .p-about__table tr td {
    height: 94px;
  }
  .p-about__table tr th {
    padding: 16px 10px;
    font-size: 14px;
  }
  .p-about__table tr td {
    font-size: 21px;
  }
  .p-about__table tr td span {
    font-size: 14px;
  }
  .p-about__table.pc {
    display: none;
  }
  .p-about__table.sp {
    display: table;
  }
  .p-about__container .p-about__list {
    width: 100%;
  }
  .p-examples__head--type03 {
    font-size: 16px;
    margin-top: 35px;
  }
  .p-examples__notes--type01 {
    font-size: 16px;
    text-align: left;
  }
  .p-examples__notes--type02 {
    text-align: left;
  }
  .p-examples__container .p-examples__item {
    width: 100%;
    padding: 20px;
  }
  .p-examples__container .p-examples__item .text {
    font-size: 14px;
    padding-top: 0;
    padding-right: 69px;
    min-height: 50px;
  }
  .p-examples__container .p-examples__item .text .head {
    font-size: 16px;
  }
  .p-examples__container .p-examples__item .image {
    margin-top: 20px;
  }
  .p-examples__container .p-examples__item .text {
    background-size: 50px !important;
  }
  .p-examples__container.type01 {
    padding-bottom: 20px;
  }
  .p-examples__container.type01 .p-examples__item {
    margin-bottom: 20px;
  }
  .p-examples__container.type02 .p-examples__item {
    margin-top: 20px;
  }
  .p-info__head--type01 {
    font-size: 24px;
    margin-bottom: 23px;
  }
  .p-info__item {
    width: 100%;
  }
  .p-info__item.text {
    margin-bottom: 18px;
  }
  .p-info__item.text p {
    font-size: 16px;
  }
  .p-privacy--type01 .c-head--type02 {
    margin-top: 25px;
  }
  .p-privacy--type01 .c-head--type03 {
    margin-top: 25px;
  }
  .p-service__container {
    margin-bottom: 0;
  }
  .p-service__item {
    margin: 0 0 32px;
  }
  .p-service__wrap {
    padding: 20px;
  }
  .p-service__wrap .icon {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
  .p-service__wrap .text {
    width: 100%;
  }
  .tacs {
    text-align: center !important;
  }
  .tars {
    text-align: right !important;
  }
  .tals {
    text-align: left !important;
  }
  .c-br--small {
    display: inline-block;
  }
  .brTab {
    display: none;
  }
  .brTab.brPc {
    display: none;
  }
  .brTab.brSp {
    display: inline-block;
  }
  .brSp {
    display: inline-block;
  }
  .brPc {
    display: none;
  }
}

@media screen and (max-width: 480px){
  .c-pic-text__picture--type01 {
    width: 100%;
  }
  .c-pic-text__picture--type02 {
    width: 100%;
  }
  .c-pic-text__picture--type03 {
    width: 100%;
  }
}

@media screen and (max-width: 374px){
  .footer__container .logo {
    width: 100%;
  }
  .oNav__menu--type01 .oNav__item a {
    padding: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }
}

@media print{
  .pageTop__button {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */
