@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000; }

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

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
 "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

@font-face {
  font-family: 'hirakaku';
  src: url("../fonts/hirakakustd-w8-opentype.otf"), url("../fonts/HiraKakuStd-W8-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/HiraKakuStd-W8-AlphaNum.woff2") format("woff2"), url("../fonts/HiraKakuStd-W8-AlphaNum.woff") format("woff"), url("../fonts/HiraKakuStd-W8-AlphaNum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media (min-width: 768px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-footer__1 {
  background: #2fae36;
  padding: 45px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-footer__1 {
      padding: 25px 0; } }
  .c-footer__1.is-dispaly {
    display: none; }

.c-footer__2 {
  background: #eeeeee;
  padding: 32px 0 37px; }
  @media screen and (max-width: 767px) {
    .c-footer__2 {
      padding: 25px 0; } }
  .c-footer__2--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-footer__2--top {
        display: block; } }
  .c-footer__2--bottom {
    text-align: center;
    padding-top: 32px; }
    @media screen and (max-width: 767px) {
      .c-footer__2--bottom {
        padding-top: 0; } }
  .c-footer__2--col1, .c-footer__2--col2, .c-footer__2--col3, .c-footer__2--col4, .c-footer__2--col5 {
    width: 220px;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .c-footer__2--col1, .c-footer__2--col2, .c-footer__2--col3, .c-footer__2--col4, .c-footer__2--col5 {
        width: 100%;
        margin: 0 0 20px 0; } }
  .c-footer__2--col5 {
    margin-right: 0; }
    .c-footer__2--col5 .c-footer__2--list__link {
      margin-top: 0; }
      .c-footer__2--col5 .c-footer__2--list__link:hover {
        text-decoration: none; }
    .c-footer__2--col5 .c-footer__2--title {
      margin-top: 15px; }
      .c-footer__2--col5 .c-footer__2--title:nth-child(1) {
        margin-top: 0; }
  .c-footer__2--title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #535353;
    padding: 0 0 2px 6px;
    border-bottom: 1px solid #006948;
    display: block;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .c-footer__2--title {
        font-size: 1.4rem;
        padding-bottom: 2px; } }
  .c-footer__2--list {
    padding-left: 22px; }
    @media screen and (max-width: 767px) {
      .c-footer__2--list {
        padding-left: 10px;
        line-height: 2; } }
    .c-footer__2--list__link {
      display: inline-block;
      text-decoration: none;
      color: #535353;
      font-size: 1.4rem;
      margin-top: 7px; }
      @media screen and (max-width: 767px) {
        .c-footer__2--list__link {
          margin-top: 5px;
          font-size: 1.4rem; } }
      .c-footer__2--list__link:hover {
        text-decoration: underline; }

.c-footer__3 {
  text-align: center;
  background: #a0a0a0;
  padding: 37px 0; }
  @media screen and (max-width: 767px) {
    .c-footer__3 {
      padding: 15px 0; } }
  .c-footer__3--txt {
    color: #fff;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .c-footer__3--txt {
        font-size: 0.8rem; } }

.c-footer__contact {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .c-footer__contact {
      margin-top: 15px;
      display: block; } }
  .c-footer__contact--left {
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px); }
    @media screen and (max-width: 767px) {
      .c-footer__contact--left {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .c-footer__contact--right {
    margin-left: 80px; }
    @media screen and (max-width: 767px) {
      .c-footer__contact--right {
        margin: 10px 0 0 0; } }

.c-footer__number {
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: bold;
  padding-left: 50px;
  font-family: 'hirakaku',Sans-serif;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .c-footer__number {
      font-size: 2rem;
      padding-left: 20px;
      display: inline-block; } }
  .c-footer__number--link {
    text-decoration: none;
    color: #fff;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .c-footer__number--link {
        pointer-events: inherit; } }
  .c-footer__number--txt {
    font-size: 2.1rem;
    margin-right: 5px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .c-footer__number--txt {
        font-size: 1.8rem; } }

.c-footer__tel {
  position: relative; }
  .c-footer__tel:after {
    content: url("../../assets/img/common/img_101.png");
    position: absolute;
    top: 3px;
    left: 6px; }
    @media screen and (max-width: 767px) {
      .c-footer__tel:after {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
        top: -5px;
        left: -10px; } }

.c-footer__fax {
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-footer__fax {
      padding-left: 40px; } }
  .c-footer__fax:after {
    content: url("../../assets/img/common/img_102.png");
    position: absolute;
    top: 3px;
    left: 6px; }
    @media screen and (max-width: 767px) {
      .c-footer__fax:after {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
        top: -5px;
        left: 5px; } }

.c-footer__time {
  font-size: 1.8rem;
  color: #fff;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .c-footer__time {
      font-size: 1.4rem;
      text-align: center; } }

.c-footer__mail {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .c-footer__mail {
      margin-top: 15px; } }
  .c-footer__mail--link {
    display: inline-block;
    font-size: 1.6rem;
    text-decoration: none;
    color: #2fae36;
    font-weight: bold;
    background: #fff;
    padding: 9px 88px;
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px); }
    @media screen and (max-width: 767px) {
      .c-footer__mail--link {
        width: 290px;
        font-size: 1.4rem;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px 30px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .c-footer__mail--link img {
      margin-right: 15px;
      vertical-align: bottom; }
      @media screen and (max-width: 767px) {
        .c-footer__mail--link img {
          width: 30px; } }

.c-footer__txt1 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  @media screen and (max-width: 767px) {
    .c-footer__txt1 {
      font-size: 1.4rem; } }

.c-footer__txt2 {
  font-size: 2rem;
  color: #000;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 15px 0 10px;
  line-height: 1;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .c-footer__txt2 {
      margin-top: 0px;
      font-size: 1.6rem; } }

.c-footer__txt3 {
  font-size: 1.4rem;
  color: #535353;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  @media screen and (max-width: 767px) {
    .c-footer__txt3 {
      font-size: 1.1rem;
      margin-bottom: 2px; } }

.c-footer__logo--link {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .c-footer__logo--link img {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }

.c-footer .c-back-to-top {
  width: 60px;
  height: 60px;
  background: #535353;
  position: fixed;
  bottom: 10px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: none; }
  @media screen and (max-width: 767px) {
    .c-footer .c-back-to-top {
      width: 30px;
      height: 30px;
      bottom: 10px;
      right: 15px; } }
  .c-footer .c-back-to-top:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: #fff solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: translate(-50%, -30%) rotate(-45deg);
        -ms-transform: translate(-50%, -30%) rotate(-45deg);
            transform: translate(-50%, -30%) rotate(-45deg); }
    @media screen and (max-width: 767px) {
      .c-footer .c-back-to-top:after {
        width: 10px;
        height: 10px; } }
  .c-footer .c-back-to-top:hover {
    opacity: 0.8; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-header {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 111; } }

.c-header .l-container {
  position: relative; }

.c-header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .c-header__top {
      display: block; } }

.c-header__logo {
  padding-top: 10px; }
  @media screen and (max-width: 767px) {
    .c-header__logo {
      padding-top: 0; }
      .c-header__logo img {
        width: 150px;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; } }

.c-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 20px; }
  @media screen and (max-width: 767px) {
    .c-header__nav {
      display: block;
      visibility: hidden;
      opacity: 0;
      margin: 0;
      background: #fff;
      padding: 20px 15px 50px;
      position: absolute;
      top: 35px;
      left: 0;
      z-index: 1111;
      width: 100%; } }
  .c-header__nav--link {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    background: #114593;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    padding: 9px 42px;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .c-header__nav--link {
        margin-top: 20px;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding: 10px 30px;
        font-size: 1.4rem;
        position: inherit; } }

.c-header__item {
  margin-right: 69px;
  padding: 0 10px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid transparent; }
  @media screen and (max-width: 767px) {
    .c-header__item:first-child .c-header__link {
      padding-top: 0; } }
  .c-header__item:nth-last-child(2) {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .c-header__item {
      margin: 0 0;
      padding: 0; } }
  .c-header__item:last-child {
    margin-right: 0; }
  .c-header__item:hover {
    border-bottom: 1px solid #000; }
    @media screen and (max-width: 767px) {
      .c-header__item:hover {
        border-bottom: none; } }

.c-header__active {
  border-bottom: 1px solid #000; }
  @media screen and (max-width: 767px) {
    .c-header__active {
      border-bottom: none; } }

.c-header__link {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .c-header__link {
      border-bottom: 1px solid #000;
      font-size: 1.4rem;
      padding: 12px 0;
      position: relative; }
      .c-header__link:after {
        content: "";
        width: 7px;
        height: 7px;
        border: solid #000;
        border-width: 1px 1px 0 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); } }

.c-header__visible {
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .c-header .c-iconSP {
    position: absolute;
    top: 2px;
    right: 15px;
    width: 25px;
    height: 18px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; } }

@media screen and (max-width: 767px) {
  .c-header .c-iconSP__line {
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px; }
    .c-header .c-iconSP__line:nth-of-type(1) {
      top: 0; }
    .c-header .c-iconSP__line:nth-of-type(2) {
      top: 8px; }
    .c-header .c-iconSP__line:nth-of-type(3) {
      bottom: 0; } }

@media screen and (max-width: 767px) {
  .c-header .c-iconSP.is-active .c-iconSP__line:nth-of-type(1) {
    -webkit-transform: translate(0px, 5px) rotate(-45deg);
        -ms-transform: translate(0px, 5px) rotate(-45deg);
            transform: translate(0px, 5px) rotate(-45deg); }
  .c-header .c-iconSP.is-active .c-iconSP__line:nth-of-type(2) {
    opacity: 0; }
  .c-header .c-iconSP.is-active .c-iconSP__line:nth-of-type(3) {
    -webkit-transform: translate(0px, -11px) rotate(45deg);
        -ms-transform: translate(0px, -11px) rotate(45deg);
            transform: translate(0px, -11px) rotate(45deg); } }

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  width: 100%;
  min-width: 1200px; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px; } }

.l-container {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-container {
      width: 100%;
      padding: 0 15px; } }

.overflow {
  overflow: hidden; }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  background: #2fae36;
  display: inline-block;
  text-decoration: none;
  width: 370px;
  padding: 38px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c-btn1 {
      width: 290px;
      padding: 20px; } }
  .c-btn1 span {
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-btn1 span {
        font-size: 1.6rem; } }
    .c-btn1 span:before {
      content: url("../../assets/img/common/icon201.png");
      padding-right: 28px; }
      @media screen and (max-width: 767px) {
        .c-btn1 span:before {
          padding-right: 20px; } }
  .c-btn1--blue {
    background: #114593; }

.c-btn2 {
  background: #2fae36;
  width: 324px;
  height: 44px;
  line-height: 4.4rem;
  display: inline-block;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .c-btn2 {
      width: 290px; } }
  .c-btn2 span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 54px;
    display: inline-block; }
    .c-btn2 span:before {
      content: url("../../assets/img/common/icon202.png");
      padding-right: 20px;
      position: absolute;
      top: 5px;
      left: 0;
      }

.c-btn3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #114593;
  width: 370px;
  text-decoration: none;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c-btn3 {
      width: 290px; } }
  .c-btn3 span {
    font-size: 2rem;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 6px;
    width: calc(100% - 81px);
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-btn3 span {
        font-size: 1.6rem;
        width: calc(100% - 50px);
        padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-btn3 img {
      width: 50px; } }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 {
  font-size: 2.4rem;
  line-height: 2;
  color: #114593;
  border-bottom: 3px solid #114593;
  padding-left: 10px; }
  @media screen and (max-width: 767px) {
    .c-ttl1 {
      font-size: 1.8rem;
      line-height: 1.4;
      border-bottom: 2px solid #114593;
      padding-left: 0; } }

.c-ttl2 {
  font-size: 2.2rem;
  line-height: 3.5rem;
  border-bottom: 1px dashed #b2b2b2;
  padding: 0 0 8px 35px;
  font-weight: normal;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .c-ttl2 {
      font-size: 1.8rem;
      line-height: 1.6;
      padding: 0 0 3px 20px; } }
  .c-ttl2 span {
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .c-ttl2 span {
        font-size: 1.4rem; } }

.c-ttl3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #c9c9c9;
  padding: 0 10px; }
  .c-ttl3__main {
    font-size: 2rem;
    line-height: 2;
    position: relative;
    padding-left: 30px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-ttl3__main {
        font-size: 1.4rem;
        padding-left: 25px; } }
    .c-ttl3__main:before {
      content: url("../../assets/img/common/icon200.png");
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 767px) {
        .c-ttl3__main:before {
          top: 0px;
          -webkit-transform: scale(0.7);
              -ms-transform: scale(0.7);
                  transform: scale(0.7); } }
  .c-ttl3__sub {
    font-size: 1.8rem;
    line-height: 3.5rem;
    color: #959595; }
    @media screen and (max-width: 767px) {
      .c-ttl3__sub {
        font-size: 1rem;
        line-height: 1.8rem; } }

.c-ttl4 {
  font-size: 2.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .c-ttl4 {
      font-size: 1.8rem;
      font-family: "Sawarabi Mincho", serif;
      font-weight: normal; } }

.c-ttl5 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  border-bottom: 1px dashed #d0d0d0;
  padding: 0 42px; }
  @media screen and (max-width: 767px) {
    .c-ttl5 {
      font-size: 1.4rem;
      padding: 0 20px; } }

.c-title6 {
  font-size: 2.4rem;
  color: #000;
  line-height: 2.5rem;
  font-weight: bold;
  border-bottom: 1px dashed #d0d0d0;
  padding: 0 10px 5px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .c-title6 {
      font-size: 1.8rem; } }

.c-title7 {
  font-size: 3rem;
  color: #2fae36;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .c-title7 {
      font-size: 2rem;
      font-family: "Sawarabi Mincho", serif;
      font-weight: normal; } }

.c-title8 {
  font-size: 2.8rem;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .c-title8 {
      font-size: 2rem;
      font-family: "Sawarabi Mincho", serif;
      font-weight: normal; } }

.c-ttl9 {
  text-align: right; }
  .c-ttl9 .c-text1__span {
    margin-left: 22px;
    font-family: "Sawarabi Mincho", serif;
    font-size: 1.7rem;
    font-weight: normal;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      .c-ttl9 .c-text1__span {
        margin-left: 10px;
        font-size: 1.9rem;
        font-weight: normal;
        line-height: 1.5; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form1__table {
  display: table;
  table-layout: fixed; }
  @media screen and (max-width: 767px) {
    .c-form1__table {
      display: block; } }
  .c-form1__table dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #d0d0d0;
    padding: 10px 0 11px; }
    @media screen and (max-width: 767px) {
      .c-form1__table dl {
        display: block;
        padding: 5px 0 6px; } }
    .c-form1__table dl:first-child {
      border-top: 1px dashed #d0d0d0; }
  .c-form1__table dt, .c-form1__table dd {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .c-form1__table dt, .c-form1__table dd {
        display: block; } }
  .c-form1__table dt {
    width: 456px;
    padding: 10px 95px 0 112px;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .c-form1__table dt {
        width: 100%;
        padding: 10px 0 5px; } }
  .c-form1__table dd {
    padding-right: 100px; }
    @media screen and (max-width: 767px) {
      .c-form1__table dd {
        padding: 5px 0 10px; } }
    .c-form1__table dd input {
      height: 28px;
      border: 1px solid #ccc;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 10px; }
    .c-form1__table dd > input {
      width: 100%; }
    .c-form1__table dd textarea {
      width: 100%;
      height: 148px;
      border: 1px solid #ccc;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 15px; }

.c-form1__ttl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .c-form1__ttl1 {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.c-form1__text1 {
  font-size: 1.4rem;
  line-height: 1;
  color: #535353;
  font-weight: bold; }
 
 /* add NW */
.c-form1__text1 label {
  color: #535353;
}

.c-form1__label {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #ff8646;
  padding: 3px 5px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .c-form1__label {
      margin-left: 15px; } }

.c-form1__input1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-form1__input1 {
      display: block; } }

.c-form1__input2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .c-form1__input2 {
      display: block; } }

.c-form1__puttxt1 {
  margin-right: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .c-form1__puttxt1 {
      margin: 0 0 10px 0; } }
  .c-form1__puttxt1:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .c-form1__puttxt1:last-child {
        margin: 0; } }
  .c-form1__puttxt1 span {
    font-size: 1.6rem;
    color: #535353;
    display: inline-block;
    width: 36px; }
  .c-form1__puttxt1 input {
    width: 244px;
    margin-left: 25px; }
    @media screen and (max-width: 767px) {
      .c-form1__puttxt1 input {
        margin-left: 5px;
        width: calc(100% - 36px); } }

.c-form1__puttxt2 {
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .c-form1__puttxt2 {
      margin: 0 0 10px 0; } }
  .c-form1__puttxt2:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .c-form1__puttxt2:last-child {
        margin: 0; } }
  .c-form1__puttxt2 span {
    font-size: 1.6rem;
    color: #535353;
    display: inline-block;
    padding-left: 5px; }
    @media screen and (max-width: 767px) {
      .c-form1__puttxt2 span {
        display: inline-block;
        width: 36px; } }
  .c-form1__puttxt2 input {
    width: 162px;
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .c-form1__puttxt2 input {
        margin-left: 5px;
        width: calc(100% - 36px); } }

.c-form1 .c-text1 {
  text-align: center;
  padding: 50px 0 58px 125px; }
  @media screen and (max-width: 767px) {
    .c-form1 .c-text1 {
      padding: 20px 10px 30px;
      font-size: 1rem; } }
  .c-form1 .c-text1 a {
    color: #0000ff; }
    .c-form1 .c-text1 a:hover {
      text-decoration: none; }

/* add NW */
.c-form1 input,.c-form1 textarea {
  font-size: 1.4rem; }
  
/* add NW */
span.red_text {
	color:#F00;
}

/* add NW */
span.ind_1em {
	padding-left:1rem;
}

/* add NW */
.c-form1 .center_layout {
  text-align: center;
  padding: 30px 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .c-form1 .c-text1 {
  	  padding: 30px 0;
      font-size: 1rem; } }
  .c-form1 .c-text1 a {
    color: #0000ff; }
    .c-form1 .c-text1 a:hover {
      text-decoration: none; }

.c-form1__btn {
  text-align: center; }
  .c-form1__btn button {
    border: 0;
    background: #2fae36;
    width: 250px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .c-form1__btn button:hover {
      opacity: 0.8; }
  .c-form1__btn span {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-form1__btn span:before {
      content: url("../../assets/img/common/icon201.png");
      padding-right: 10px; }

	/* add NW */
  .c-form1__btn button.button_back {
	margin-right:2rem;
    border: 0;
    background: #2fae36;
    width: 250px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
	@media screen and (max-width: 767px) {
		.c-form1__btn button.button_back {
			margin-left:auto;
			margin-right:auto;
			margin-bottom:1rem;
			display:block; }}
    .c-form1__btn span.back:before {
      content: url("../../assets/img/common/icon201_back.png");
      padding-right: 10px; }

/* add NW */
p.p_send_contact {
	margin:50px auto;
	padding:10px;
	font-size:2.0em;
	font-weight:bold;
	width:8em;
	background:#114593;
	color:#FFFFFF;
	text-align:center;
}

/* add NW */
p.p_send_err {
	margin:50px auto;
	padding:10px;
	font-size:2.0rem;
	font-weight:bold;
	width:8em;
	background:#FF0000;
	color:#FFFFFF;
	text-align:center;

}

/* add NW */
p.p_send_desc {
	margin:30px;
	padding:0px;
	font-size:1.4rem;
	text-align:center;
}

/* add NW */
p.p_send_desc_err {
	margin:30px 0 50px 0;
	padding:0px;
	font-size:1.4rem;
	text-align:center;
}

	/* add NW */
  .c-form1__btn button.button_send_back {
	margin-right:2rem;
    border: 0;
    background: #114593;
    width: 250px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
	@media screen and (max-width: 767px) {
		.c-form1__btn button.button_back {
			margin-left:auto;
			margin-right:auto;
			margin-bottom:1rem;
			display:block; }}
    .c-form1__btn span.back:before {
      content: url("../../assets/img/common/icon201_back.png");
      padding-right: 10px; }


/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #000; }
  @media screen and (max-width: 767px) {
    .c-text1 {
      font-size: 1.4rem;
      line-height: 2; } }
  .c-text1__green {
    color: #2fae36;
    font-weight: bold; }

.c-txt1__cont {
  padding: 0 38px 0 42px; }
  @media screen and (max-width: 767px) {
    .c-txt1__cont {
      padding: 0 25px; } }

.c-txt1 .c-text1 {
  line-height: 2.5rem; }
  @media screen and (max-width: 767px) {
    .c-txt1 .c-text1 {
      line-height: 1.8; } }

.c-txt2 {
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1;
  color: #2fae36;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  font-family: 'hirakaku',Sans-serif; }
  @media screen and (max-width: 767px) {
    .c-txt2 {
      font-size: 2rem;
      letter-spacing: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .c-txt2 span {
    font-size: 2.1rem;
    color: #2fae36;
    padding: 0 15px 0 17px; }
    @media screen and (max-width: 767px) {
      .c-txt2 span {
        font-size: 1.6rem;
        padding: 0 10px; } }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 li {
  font-size: 1.4rem;
  line-height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-list1 li {
      font-size: 1.4rem;
      line-height: 1.8; } }

/*
------------------------------------------------------------*/
.c-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list2__item {
    margin: 40px 45px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list2__item {
        width: 100%;
        margin: 30px 0 0 0; } }
    .c-list2__item:nth-child(2n) {
      margin-right: 0; }
  .c-list2__link {
    text-decoration: none; }
  .c-list2 .c-ttl3 {
    padding: 0 14px; }
    @media screen and (max-width: 767px) {
      .c-list2 .c-ttl3 {
        padding: 0; } }

/*
------------------------------------------------------------*/
.c-list3 {
  margin: 0 30px; }
  @media screen and (max-width: 767px) {
    .c-list3 {
      margin: 0; } }
  .c-list3__link {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 12px;
    border-bottom: 1px dashed #d0d0d0; }
    @media screen and (max-width: 767px) {
      .c-list3__link {
        padding: 10px 15px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .c-list3__left {
    font-size: 1.6rem;
    width: 165px;
    padding-left: 12px; }
    @media screen and (max-width: 767px) {
      .c-list3__left {
        width: 100%;
        font-size: 1.3rem;
        padding: 0 0 5px; } }
  .c-list3__right {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 940px; }
    @media screen and (max-width: 767px) {
      .c-list3__right {
        width: 100%;
        font-size: 1.4rem; } }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  display: table;
  table-layout: fixed; }
  .c-table1 dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #d0d0d0;
    padding: 9px 33px; }
    @media screen and (max-width: 767px) {
      .c-table1 dl {
        padding: 5px 10px; } }
  .c-table1 dt, .c-table1 dd {
    display: table-cell;
    vertical-align: middle; }
  .c-table1 dt {
    font-size: 1.4rem;
    font-weight: bold;
    width: 150px;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .c-table1 dt {
        width: 90px;
        font-size: 1.4rem; } }
  .c-table1 dd {
    font-size: 1.4rem;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .c-table1 dd {
        font-size: 1.4rem;
        width: 74%; } }

.c-table2 {
  display: table;
  table-layout: fixed; }
  .c-table2 dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 6px 0 3px; }
  .c-table2 dt, .c-table2 dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 2rem; }
    @media screen and (max-width: 767px) {
      .c-table2 dt, .c-table2 dd {
        font-size: 1.4rem;
        line-height: 1.4; } }
  .c-table2 dt {
    font-weight: bold;
    padding-left: 35px;
    vertical-align: top;
    width: 116px; }
    @media screen and (max-width: 767px) {
      .c-table2 dt {
        width: 80px;
        padding-left: 15px; } }

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mainvisual img {
        width: 100%;
  height: auto; }

/*
------------------------------------------------------------*/
.c-cart1 {
  width: 577px; }
  @media screen and (max-width: 767px) {
    .c-cart1 {
      width: 100%; } }
  .c-cart1__img {
    margin-bottom: 10px;
    overflow: hidden;
    width: 577px;
    height: 249px; }
    @media screen and (max-width: 767px) {
      .c-cart1__img {
        margin-bottom: 5px;
        width: 100%;
        height: auto; } }
    .c-cart1__img img {
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 767px) {
        .c-cart1__img img {
          width: 100%; } }
  .c-cart1:hover .c-cart1__img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
    @media screen and (max-width: 767px) {
      .c-cart1:hover .c-cart1__img img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }

/*
------------------------------------------------------------*/
.c-mv2 {
  background: #114593;
  padding: 24px 0 17px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }
  .c-mv2__main {
    font-size: 3.6rem;
    line-height: 4rem;
    color: #fff;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .c-mv2__main {
        font-size: 2.2rem;
        line-height: 1.4;
        font-weight: bold;
        text-shadow: 2px 2px 2px #000; } }
  .c-mv2__sub {
    font-size: 2rem;
    line-height: 3.5rem;
    color: #abc1e1;
    padding: 4px 0 0 6px; }
    @media screen and (max-width: 767px) {
      .c-mv2__sub {
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.4;
        font-weight: bold;
        padding: 4px 0 0 3px;
        text-shadow: 2px 2px 2px #000; } }

/*
------------------------------------------------------------*/
.c-flame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-flame {
      display: block; } }
  .c-flame--left {
    width: 600px; }
    @media screen and (max-width: 767px) {
      .c-flame--left {
        width: 100%; } }
    .c-flame--left .c-ttl2 {
      margin-bottom: 20px;
      padding: 0 0 6px 35px; }
      @media screen and (max-width: 767px) {
        .c-flame--left .c-ttl2 {
          padding: 0; } }
      .c-flame--left .c-ttl2 img {
        margin-left: 34px; }
        @media screen and (max-width: 767px) {
          .c-flame--left .c-ttl2 img {
            margin-left: 15px;
            width: 50px;
            vertical-align: middle; } }
    .c-flame--left .c-text1 {
      padding: 0 10px 0 40px; }
      @media screen and (max-width: 767px) {
        .c-flame--left .c-text1 {
          padding: 0; } }
    .c-flame--left__1 {
      margin-bottom: 37px; }
      @media screen and (max-width: 767px) {
        .c-flame--left__1 {
          margin-bottom: 20px; } }
    .c-flame--left__2 {
      margin-bottom: 38px; }
      @media screen and (max-width: 767px) {
        .c-flame--left__2 {
          margin-bottom: 20px; } }
    .c-flame--left__3 {
      margin-bottom: 42px; }
  .c-flame--right {
    margin-left: 60px; }
    @media screen and (max-width: 767px) {
      .c-flame--right {
        margin-left: 0;
        width: 100%;
        text-align: center; } }
  .c-flame__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    margin-top: 11px; }
    @media screen and (max-width: 767px) {
      .c-flame__link {
        padding-left: 0;
        margin-top: 11px; } }
    @media screen and (max-width: 767px) {
      .c-flame__link--img img {
        width: 60px;
        vertical-align: middle; } }
    .c-flame__link--text {
      margin-left: 15px; }
      .c-flame__link--text--link {
        color: #1366ae;
        font-size: 1.4rem;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px solid #1366ae; }
        @media screen and (max-width: 767px) {
          .c-flame__link--text--link {
            font-size: 1rem; } }
        .c-flame__link--text--link:hover {
          border-bottom: 0; }
    .c-flame__link--text1 {
      color: #1366ae;
      text-decoration: none;
      border-bottom: 1px solid #1366ae; }
      .c-flame__link--text1:hover {
        border-bottom: 0; }

/*
------------------------------------------------------------*/
.c-flame2 {
  margin-top: 54px; }
  @media screen and (max-width: 767px) {
    .c-flame2 {
      margin-top: 20px; } }
  .c-flame2__top {
    margin-bottom: 20px; }
  .c-flame2__bottom {
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .c-flame2__bottom {
        margin: 0; } }
    .c-flame2__bottom iframe {
      width: 100%;
      height: 280px;
      border: 0; }
      @media screen and (max-width: 767px) {
        .c-flame2__bottom iframe iframe {
          height: 160px; } }
  .c-flame2--left {
    margin-top: 5px; }
    .c-flame2--left .c-ttl2 {
      padding: 0 0 5px 30px; }
      @media screen and (max-width: 767px) {
        .c-flame2--left .c-ttl2 {
          padding: 0; } }
    .c-flame2--left .c-table2 {
      padding-top: 15px; }
      @media screen and (max-width: 767px) {
        .c-flame2--left .c-table2 {
          width: 100%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .c-flame2--left .c-table2 dt {
          width: 60px;
          padding-left: 0; } }
  .c-flame2--right {
    margin: 0 22px; }
    @media screen and (max-width: 767px) {
      .c-flame2--right {
        width: 100%;
        margin: 0; }
        .c-flame2--right img {
          width: 100%; } }
  .c-flame2__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .c-flame2__top {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 45px; } }

.p-company .c-mv2 {
  background: #114593 url("../../assets/img/company/img_101.jpg") no-repeat top right; }

.p-company__1 {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .p-company__1 {
      padding-top: 30px; } }
  .p-company__1 .l-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .p-company__1 .l-container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .p-company__1--left {
    width: 882px;
    padding-left: 22px; }
    @media screen and (max-width: 767px) {
      .p-company__1--left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        padding-left: 0; } }
    .p-company__1--left .c-ttl4 {
      font-size: 3rem;
      letter-spacing: 3.5px;
      padding-bottom: 12px; }
      @media screen and (max-width: 767px) {
        .p-company__1--left .c-ttl4 {
          text-align: center;
          font-size: 2.5rem;
          letter-spacing: 1.5px; } }
    .p-company__1--left .c-ttl9 {
      padding-top: 10px;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .p-company__1--left .c-ttl9 {
          padding-top: 5px;
          margin-right: 5px; } }
      .p-company__1--left .c-ttl9 .c-text1 {
        line-height: 2.4rem; }
        @media screen and (max-width: 767px) {
          .p-company__1--left .c-ttl9 .c-text1 {
            line-height: 2rem; } }
  .p-company__1--right {
    margin: 8px 0 0 15px; }
    @media screen and (max-width: 767px) {
      .p-company__1--right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 0 20px;
        text-align: center; }
        .p-company__1--right img {
          width: 200px; } }

.p-company__2 {
  padding: 38px 0 71px 0; }
  @media screen and (max-width: 767px) {
    .p-company__2 {
      padding: 45px 0 0;
      margin-top: -15px; } }
  .p-company__2--img {
    padding: 45px 0 20px 21px; }
    @media screen and (max-width: 767px) {
      .p-company__2--img {
        padding: 20px 0 20px; }
        .p-company__2--img img {
          width: 200px;
          height: auto; } }

.p-company__3 {
  padding-bottom: 76px; }
  @media screen and (max-width: 767px) {
    .p-company__3 {
      padding: 45px 0 0; } }
  .p-company__3 .c-flame2__2 {
    margin-top: 62px; }
    @media screen and (max-width: 767px) {
      .p-company__3 .c-flame2__2 {
        margin-top: 30px; } }
  .p-company__3 .c-flame2__3 {
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
      .p-company__3 .c-flame2__3 {
        margin-top: 30px; } }

.p-company__4 {
  padding-bottom: 68px; }
  @media screen and (max-width: 767px) {
    .p-company__4 {
      padding: 45px 0 40px;
      margin-top: -15px; } }
  .p-company__4 .c-ttl1 {
    margin-bottom: 53px; }
    @media screen and (max-width: 767px) {
      .p-company__4 .c-ttl1 {
        margin-bottom: 30px; } }
  .p-company__4 .c-table1 dl {
    padding: 9px 31px; }
    @media screen and (max-width: 767px) {
      .p-company__4 .c-table1 dl {
        padding: 5px 10px; } }
  .p-company__4 .c-table1 dt {
    font-weight: normal;
    width: 158px; }
    @media screen and (max-width: 767px) {
      .p-company__4 .c-table1 dt {
        width: 115px; } }

@media screen and (max-width: 767px) {
  .p-top {
    padding-top: 45px; } }

.p-top__2 {
  padding: 70px 0 74px; }
  @media screen and (max-width: 767px) {
    .p-top__2 {
      padding: 40px 0 35px; } }

.p-inquiry {
  margin-bottom: 97px; }
  @media screen and (max-width: 767px) {
    .p-inquiry {
      margin: 45px 0; } }
  .p-inquiry .c-mv2 {
    margin-bottom: 56px; }
    @media screen and (max-width: 767px) {
      .p-inquiry .c-mv2 {
        margin-bottom: 30px; } }
  .p-inquiry .c-ttl1 {
    margin-bottom: 34px; }
    @media screen and (max-width: 767px) {
      .p-inquiry .c-ttl1 {
        margin-bottom: 20px; } }
  .p-inquiry .l-container > .c-text1 {
    padding: 0 12px; }
  .p-inquiry .c-txt2 {
    margin-right: 65px; }
    @media screen and (max-width: 767px) {
      .p-inquiry .c-txt2 {
        margin: 0 0 10px; } }
    .p-inquiry .c-txt2:last-child {
      margin-right: 0; }
      .p-inquiry .c-txt2:last-child span {
        padding: 0 10px 0; }
  .p-inquiry__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 57px 0 80px; }
    @media screen and (max-width: 767px) {
      .p-inquiry__number {
        display: block;
        padding: 30px 0; } }
  .p-inquiry .c-form1 {
    margin-top: 48px; }
    @media screen and (max-width: 767px) {
      .p-inquiry .c-form1 {
        margin-top: 30px; } }

.p-login {
  padding-bottom: 78px; }
  @media screen and (max-width: 767px) {
    .p-login {
      padding: 45px 0; } }
  .p-login .c-mv2 {
    margin-bottom: 52px; }
    @media screen and (max-width: 767px) {
      .p-login .c-mv2 {
        margin-bottom: 20px; } }
  .p-login .c-ttl1 {
    padding-bottom: 5px; }
  .p-login .c-text1 {
    padding: 22px 44px 4px; }
    @media screen and (max-width: 767px) {
      .p-login .c-text1 {
        padding: 10px 5px 20px; } }
  .p-login .c-table2 a {
    color: #6b6bff; }
    @media screen and (max-width: 767px) {
      .p-login .c-table2 a {
        font-size: 1rem;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5); } }
    .p-login .c-table2 a:hover {
      text-decoration: none; }
  .p-login .c-table2 dl {
    padding: 4px 0 3px; }
    @media screen and (max-width: 767px) {
      .p-login .c-table2 dl {
        display: block; } }
  .p-login .c-table2 dt {
    width: 213px;
    padding-left: 45px; }
    @media screen and (max-width: 767px) {
      .p-login .c-table2 dt {
        width: 100%;
        padding-left: 0;
        display: block;
        background: #ddd;
        padding: 5px; } }
  @media screen and (max-width: 767px) {
    .p-login .c-table2 dd {
      display: block;
      padding: 5px; } }
  .p-login__btn1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 38px 114px 0 99px; }
    @media screen and (max-width: 767px) {
      .p-login__btn1 {
        display: block;
        padding: 30px 0 0;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .p-login__btn1 .c-btn3 {
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .p-login__btn1 .c-btn3:first-child {
        margin-bottom: 20px; } }
  .p-login__btn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 71px;
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .p-login__btn2 {
        padding-right: 0;
        margin-top: 20px; } }

.p-privacy {
  padding-bottom: 63px; }
  @media screen and (max-width: 767px) {
    .p-privacy {
      padding: 45px 0; } }
  .p-privacy .c-mv2 {
    margin-bottom: 53px; }
  .p-privacy .c-ttl1 {
    padding-bottom: 3px; }
    @media screen and (max-width: 767px) {
      .p-privacy .c-ttl1 {
        font-size: 1.7rem; } }
  .p-privacy .l-container > .c-text1 {
    padding: 42px 35px 42px 44px;
    line-height: 2.5rem; }
    @media screen and (max-width: 767px) {
      .p-privacy .l-container > .c-text1 {
        padding: 15px 20px;
        line-height: 1.8; } }
  .p-privacy .c-txt1 {
    margin-bottom: 24px; }

@media screen and (max-width: 767px) {
  .p-recruit {
    padding-top: 45px; } }

.p-recruit .c-mv2 {
  background: #114593 url("../../assets/img/recruit/bg1.png") no-repeat top right; }

.p-recruit .c-ttl4 {
  font-size: 3rem;
  letter-spacing: 3px; }
  @media screen and (max-width: 767px) {
    .p-recruit .c-ttl4 {
      font-size: 1.7rem;
      letter-spacing: 0; } }

.p-recruit .c-ttl1 {
  padding-bottom: 4px; }

.p-recruit__txt1 {
  text-align: center;
  padding: 60px 0 38px; }
  @media screen and (max-width: 767px) {
    .p-recruit__txt1 {
      padding: 30px 0; } }

.p-recruit__text1 {
  font-size: 1.4rem;
  line-height: 3rem;
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .p-recruit__text1 {
      font-size: 1.4rem;
      line-height: 1.4;
      padding-top: 10px; } }
  .p-recruit__text1 span {
    color: #ff0000; }
  .p-recruit__text1 a {
    color: #114593; }
    .p-recruit__text1 a:hover {
      text-decoration: none; }

.p-recruit__btn {
  text-align: center;
  padding: 78px 0 90px; }
  @media screen and (max-width: 767px) {
    .p-recruit__btn {
      padding: 30px 0 50px; } }
  .p-recruit__btn .c-btn2 {
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px); }
    @media screen and (max-width: 767px) {
      .p-recruit__btn .c-btn2 {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

.p-recruit .c-table1 {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .p-recruit .c-table1 {
      margin-top: 20px; } }
  .p-recruit .c-table1 dt {
    width: 168px; }
    @media screen and (max-width: 767px) {
      .p-recruit .c-table1 dt {
        width: 90px; } }
  .p-recruit .c-table1 dd {
    line-height: 2rem; }
    .p-recruit .c-table1 dd a {
      color: #114593; }
      .p-recruit .c-table1 dd a:hover {
        text-decoration: none; }

@media screen and (max-width: 767px) {
  .p-safe {
    padding-top: 45px; } }

.p-safe .c-mv2 {
  background: #114593 url("../../assets/img/safe/img_101.jpg") no-repeat top right; }

.p-safe__1 {
  padding: 65px 0 0; }
  @media screen and (max-width: 767px) {
    .p-safe__1 {
      padding: 45px 0 0;
      margin-top: -23px; } }
  .p-safe__1 .c-flame--left {
    margin-top: 6px; }
    .p-safe__1 .c-flame--left .c-ttl2 {
      margin-bottom: 14px;
      padding: 0 0 8px 33px; }
      @media screen and (max-width: 767px) {
        .p-safe__1 .c-flame--left .c-ttl2 {
          margin-bottom: 10px;
          padding: 0; } }
    .p-safe__1 .c-flame--left .c-text1 {
      padding: 0 14px 0 32px; }
      @media screen and (max-width: 767px) {
        .p-safe__1 .c-flame--left .c-text1 {
          padding: 0; } }
    .p-safe__1 .c-flame--left .c-list1 {
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .p-safe__1 .c-flame--left .c-list1 {
          padding-left: 0; } }
      .p-safe__1 .c-flame--left .c-list1 li {
        line-height: 3rem; }
  .p-safe__1 .c-flame--right {
    margin-left: 18px; }
    @media screen and (max-width: 767px) {
      .p-safe__1 .c-flame--right {
        margin-left: 0; } }
  .p-safe__1 .c-flame__1 {
    margin-top: 66px; }
    @media screen and (max-width: 767px) {
      .p-safe__1 .c-flame__1 {
        margin-top: 30px; } }
  .p-safe__1 .c-flame__2 {
    margin-top: 17px; }
    @media screen and (max-width: 767px) {
      .p-safe__1 .c-flame__2 {
        margin-top: 30px; } }
    .p-safe__1 .c-flame__2 .c-flame--left {
      margin-top: 10px; }
    .p-safe__1 .c-flame__2 .c-flame--right .c-text1 {
      line-height: 1.5;
      text-align: right;
      margin-right: 25px; }
      @media screen and (max-width: 767px) {
        .p-safe__1 .c-flame__2 .c-flame--right .c-text1 {
          margin-right: 00; } }
  .p-safe__1 .c-flame__3 {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .p-safe__1 .c-flame__3 {
        margin-top: 30px; } }
    .p-safe__1 .c-flame__3 .c-flame--left {
      margin-top: 4px; }
  .p-safe__1 .c-flame__4 {
    margin-top: 32px; }
    .p-safe__1 .c-flame__4 .c-flame--right {
      margin: 9px 0 0 68px; }
      @media screen and (max-width: 767px) {
        .p-safe__1 .c-flame__4 .c-flame--right {
          margin: 0; } }

.p-safe__2 {
  padding-top: 52px; }
  @media screen and (max-width: 767px) {
    .p-safe__2 {
      padding-top: 45px;
      margin-top: -15px; } }
  .p-safe__2 .c-ttl1 {
    margin-bottom: 57px; }
    @media screen and (max-width: 767px) {
      .p-safe__2 .c-ttl1 {
        margin-bottom: 30px; } }
  .p-safe__2 .c-ttl2 {
    margin: 5px 0 13px;
    padding: 0px 0 6px 32px; }
    @media screen and (max-width: 767px) {
      .p-safe__2 .c-ttl2 {
        padding: 0; } }
  .p-safe__2 .c-text1 {
    padding: 0 14px 0 32px; }
    @media screen and (max-width: 767px) {
      .p-safe__2 .c-text1 {
        padding: 0; } }
  .p-safe__2 .c-flame--right {
    margin-left: 18px; }
    @media screen and (max-width: 767px) {
      .p-safe__2 .c-flame--right {
        margin-left: 0; } }
  .p-safe__2 .c-flame__6 {
    margin-top: 35px; }
    @media screen and (max-width: 767px) {
      .p-safe__2 .c-flame__6 {
        margin-top: 30px; } }
  .p-safe__2 .c-flame__7 {
    margin-top: 32px; }
    @media screen and (max-width: 767px) {
      .p-safe__2 .c-flame__7 {
        margin-top: 30px; } }
  .p-safe__2 .c-flame__8 {
    margin-top: 35px; }
    @media screen and (max-width: 767px) {
      .p-safe__2 .c-flame__8 {
        margin-top: 30px; } }

.p-safe__3 {
  padding: 66px 0 81px; }
  @media screen and (max-width: 767px) {
    .p-safe__3 {
      padding: 45px 0 40px;
      margin-top: -15px; } }
  .p-safe__3 .c-ttl1 {
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .p-safe__3 .c-ttl1 {
        margin-bottom: 30px; } }
  .p-safe__3 .c-ttl4 {
    padding: 0 0 17px 33px; }
    @media screen and (max-width: 767px) {
      .p-safe__3 .c-ttl4 {
        padding: 0 0 15px; } }
  .p-safe__3 .c-flame .c-text1 {
    padding-left: 33px; }
    @media screen and (max-width: 767px) {
      .p-safe__3 .c-flame .c-text1 {
        padding-left: 0; } }
  .p-safe__3 .c-flame .c-ttl2 {
    margin-bottom: 15px;
    padding: 0 0 8px 35px; }
    @media screen and (max-width: 767px) {
      .p-safe__3 .c-flame .c-ttl2 {
        margin-bottom: 10px;
        padding: 0; } }
  .p-safe__3 .c-flame--right {
    margin-left: 18px; }
    @media screen and (max-width: 767px) {
      .p-safe__3 .c-flame--right {
        margin: 0 0 30px 0; } }

@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 45px; } }

.p-service .c-mv2 {
  background: #114593 url("../../assets/img/service/img_101.jpg") no-repeat top right; }

.p-service__1 {
  padding: 42px 0 68px; }
  @media screen and (max-width: 767px) {
    .p-service__1 {
      padding: 22px 0 0; } }
  .p-service__1__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 46px; }
    @media screen and (max-width: 767px) {
      .p-service__1__top {
        display: block;
        text-align: center;
        padding-bottom: 30px; } }
  .p-service__1--right {
    margin-right: 10px; }
  .p-service__1 .c-title7 {
    padding: 25px 0 0 9px; }
    @media screen and (max-width: 767px) {
      .p-service__1 .c-title7 {
        padding: 0 0 20px;
        letter-spacing: 0; } }
  .p-service__1 .c-title8 {
    padding: 0 0 6px 3px; }
    @media screen and (max-width: 767px) {
      .p-service__1 .c-title8 {
        padding: 0 0 15px 0;
        text-align: center; } }
  .p-service__1 .c-text1 {
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .p-service__1 .c-text1 {
        padding-left: 0; } }

.p-service__2 {
  margin-bottom: 39px; }
  @media screen and (max-width: 767px) {
    .p-service__2 {
      margin-bottom: 0;
      padding-top: 45px; } }
  .p-service__2 .c-ttl1 {
    margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .p-service__2 .c-ttl1 {
        margin-bottom: 30px; } }

.p-service__3 {
  padding-bottom: 75px; }
  @media screen and (max-width: 767px) {
    .p-service__3 {
      padding: 45px 0 30px; } }
  .p-service__3 .c-ttl1 {
    margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .p-service__3 .c-ttl1 {
        margin-bottom: 30px; } }
  .p-service__3 .c-flame .c-text1 {
    padding: 0 10px 0 35px; }
    @media screen and (max-width: 767px) {
      .p-service__3 .c-flame .c-text1 {
        padding-left: 0; } }
  .p-service__3 .c-flame .c-ttl2 {
    margin-bottom: 15px;
    padding: 0 0 8px 35px; }
    @media screen and (max-width: 767px) {
      .p-service__3 .c-flame .c-ttl2 {
        margin-bottom: 10px;
        padding: 0; } }
  .p-service__3 .c-flame--right {
    margin-left: 21px; }
    @media screen and (max-width: 767px) {
      .p-service__3 .c-flame--right {
        margin: 0 0 20px 0; }
        .p-service__3 .c-flame--right img {
          text-align: center; } }
  .p-service__3 .c-flame__1 {
    margin-bottom: 42px; }
    @media screen and (max-width: 767px) {
      .p-service__3 .c-flame__1 {
        margin-bottom: 20px; } }
  .p-service__3 .c-flame__2 {
    margin-bottom: 38px; }
    @media screen and (max-width: 767px) {
      .p-service__3 .c-flame__2 {
        margin-bottom: 20px; } }
    .p-service__3 .c-flame__2 .c-ttl2 {
      padding-top: 7px; }
  .p-service__3 .c-flame__3 .c-ttl2 {
    padding-top: 12px; }
