@charset "UTF-8";
/* #############################################################

[ その他 ] ユーティリティおよびコンポーネントのスタイルをまとめる

############################################################# */
/* ==========================================================================
	Utility
=========================================================================== */
.u-pc {
  display: block !important; }

.u-sp {
  display: none !important; }

@media screen and (max-width: 42.5em) {
  .u-pc {
    display: none !important; }
  .u-sp {
    display: block !important; } }

div:after, ul:after, dl:after, dt:after, dd:after, td:after,
article:after, aside:after, canvas:after, footer:after, header:after, hgroup:after, menu:after, nav:after, section:after {
  content: '';
  display: block;
  clear: both; }

/** -------------------------------- **
	Text
*** ----------------------------------------------------------------- ***/
.u-align-left {
  text-align: left; }

.u-align-right {
  text-align: right; }

.u-align-center {
  text-align: center; }

.notice-txt {
  font-size: .875rem; }

/** -------------------------------- **
	Color
*** ----------------------------------------------------------------- ***/
.txt-color-white {
  color: #fff; }

.txt-color-black {
  color: #000; }

.txt-color-gray {
  color: #afafaf; }

.txt-color-light-gray {
  color: #f3f3f3; }

.txt-color-dark-gray {
  color: #1f2028; }

.txt-color-blue {
  color: #0077e6; }

.txt-color-dark-blue1 {
  color: #114e92; }

.txt-color-dark-blue2 {
  color: #215ece; }

.txt-color-navy1 {
  color: #18324b; }

.txt-color-navy2 {
  color: #0d385f; }

.txt-color-red {
  color: #f33a00; }

.txt-color-orange {
  color: #f63b00; }

.txt-color-green {
  color: #469f0a; }

.service-txt-color-blue {
  color: #0061dc; }

.service-txt-color-orange {
  color: #ee6464; }

.service-txt-color-green {
  color: #08ab87; }

.service-txt-color-brown {
  color: #b08111; }

.bg-color-white {
  background: #fff; }

.bg-color-black {
  background: #000; }

.bg-color-gray {
  background: #b7b7b7; }

.bg-color-light-gray {
  background: #f4f4f4; }

.bg-color-dark-gray {
  background: #3c3c3c; }

.bg-color-blue {
  background: #0077e6; }

.bg-color-light-blue {
  background: #e9f1fd; }

.bg-color-dark-blue1 {
  background: #114e92; }

.bg-color-dark-blue2 {
  background: #215ece; }

.bg-color-navy1 {
  background: #18324b; }

.bg-color-navy2 {
  background: #0d385f; }

.bg-color-dark-navy {
  background: #1f2028; }

.bg-color-red {
  background: #f33a00; }

.bg-color-orange {
  background: #f63b00; }

.bg-color-green {
  background: #469f0a; }

.service-bg-color-blue {
  background: #0061dc; }

.service-bg-color-orange {
  background: #ee6464; }

.service-bg-color-green {
  background: #08ab87; }

.service-bg-color-brown {
  background: #b08111; }

/* Border Round
--------------------------------------------- */
.border-round--circle {
  border-radius: 50% !important; }

.border-round--25px {
  border-radius: 25px !important; }

/** -------------------------------- **
	Icon / SVG
*** ----------------------------------------------------------------- ***/
.icon-svg {
  display: inline-block;
  vertical-align: baseline;
  width: 35px;
  height: 24px;
  margin: 0 .5rem; }

.svg-arr01 {
  fill: none;
  stroke: #266eb7;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.svg-arr02 {
  fill: none;
  stroke: #114b8a;
  stroke-miterlimit: 10;
  stroke-width: 2.13px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.svg-call {
  fill: #266eb7;
  -webkit-transition: all .3s;
  transition: all .3s; }

.svg-map,
.svg-tel {
  fill: #fff; }

.svg-mail {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.42px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.c-btn-addimage:after {
  background: url(../images/recruitment/recruitment-btn-image.png) no-repeat;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 5px; }

/** -------------------------------- **
	Post Category
*** ----------------------------------------------------------------- ***/
/* label
--------------------------------------------- */
.cat-label {
  display: inline-block;
  min-width: 80px;
  font-size: 0.75rem;
  padding: .25rem 1rem;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s; }

.ie11 .cat-label {
  padding: .5rem 1rem .25rem; }

@media screen and (max-width: 42.5em) {
  .cat-label {
    padding: .25rem .5rem; } }

.cat-information,
.cat-news {
  color: #0077e6;
  border: 1px solid #0077e6; }

.cat-event {
  color: #f63b00;
  border: 1px solid #f63b00; }

.cat-recruit {
  color: #469f0a;
  border: 1px solid #469f0a; }

/* hover */
a:hover .cat-information,
a:hover .cat-news {
  color: #fff;
  background-color: #0077e6; }

a:hover .cat-event {
  color: #fff;
  background-color: #f63b00; }

a:hover .cat-recruit {
  color: #fff;
  background-color: #469f0a; }

/* Post Archive
--------------------------------------------- */
/* Post Single
* [note]まだ仮なので使用しない
--------------------------------------------- */
.c-post-btn {
  margin-top: 8%; }

.c-post-link {
  font-size: 0.875rem; }

@media screen and (max-width: 42.5em) {
  .c-post-btn {
    padding: 0 4% !important; }
  .c-post-link {
    font-size: 0.75rem; }
  .c-post-btn .btn-more {
    max-width: 100%;
    padding: .5rem 1rem; } }

.post-single h1 {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 0 10px 20px;
  letter-spacing: .1rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px; }

#tinymce h1::before {
  display: block;
  content: '';
  width: 12px;
  height: 3px;
  margin-right: .5rem;
  position: absolute;
  left: 0;
  top: .6rem; }

#tinymce h2 {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 20px;
  margin-top: 20px; }

#tinymce h2::before {
  display: block;
  content: '';
  width: 12px;
  height: 3px;
  margin-right: .5rem;
  position: absolute;
  left: 0;
  top: .7rem; }

#tinymce h3 {
  font-size: 1rem;
  font-weight: 700; }

#tinymce h4,
#tinymce h5,
#tinymce h6 {
  font-size: 1rem;
  font-weight: 700; }

@media screen and (max-width: 42.5em) {
  .post-single h1 {
    font-size: calc( ( 30 * 100vw ) / 680); }
  .post-single h2 {
    font-size: calc( ( 28 * 100vw ) / 680); }
  #tinymce h3,
  #tinymce h4,
  #tinymce h5,
  #tinymce h6 {
    font-size: calc( ( 28 * 100vw ) / 680); } }

.post-single pre {
  display: block; }

.post-single strong {
  font-weight: bold; }

.post-single em {
  font-style: italic; }

.post-single ul,
.post-single ol {
  padding-left: 20px; }

.post-single blockquote {
  display: block;
  margin: 1em 40px; }

.post-single a {
  color: #2c2c2c;
  text-decoration: underline; }

.post-single a:hover {
  color: #0077e6;
  text-decoration: none; }

.post-single del {
  text-decoration: line-through; }

.post-single hr {
  display: block;
  border: none;
  border-bottom: 1px solid #b7b7b7; }

.post-single .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.post-single .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.post-single .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.post-single table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1rem;
  border-collapse: collapse; }

.post-single table th,
.post-single table td {
  padding: 8px 4px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 400;
  word-break: break-all;
  border: 1px solid #b7b7b7; }

.post-single table th {
  padding: 16px 8px;
  text-align: center; }

.post-single table span {
  font-size: 0.75rem; }

/* ==========================================================================
	Component
=========================================================================== */
/** -------------------------------- **
	下層メニュー
*** ----------------------------------------------------------------- ***/
/*
 * カテゴリーメニュー
 * 第2階層のメニューリスト用
--------------------------------------- **/
.c-category-nav-wrap {
  margin-bottom: 10px; }

.c-category-nav-wrap a {
  display: block;
  padding: .5rem 0;
  color: #0077e6;
  font-weight: 700;
  position: relative; }

.c-category-nav-wrap a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0077e6;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.c-category-nav-wrap a:hover::after {
  width: 100%; }

.c-category-nav-wrap .current {
  color: #fff;
  background: #0077e6; }

.c-category-nav-wrap .c-grid-items-mgn {
  text-align: center;
  margin-bottom: 1rem; }

@media screen and (max-width: 67.5em) {
  .c-category-nav-wrap {
    padding: 3%; }
  .c-category-nav-wrap a {
    font-size: calc( ( 14 * 100vw ) / 1040); } }

@media screen and (max-width: 42.5em) {
  .c-category-nav-wrap {
    margin-bottom: 4%; }
  .c-category-nav-wrap a {
    font-size: calc( ( 14 * 100vw ) / 380); } }

/*
 * ローカルメニュー
 * 第3階層のメニューリスト用
--------------------------------------- **/
/* contents top */
.c-conts-local-nav {
  padding: 16px 0 5px !important;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  margin-left: auto;
  margin-bottom: 0; }

.c-conts-local-nav a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #0077e6;
  position: relative; }

.c-conts-local-nav li {
  margin-bottom: 1rem; }

.c-conts-local-nav a::after {
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0077e6;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.c-conts-local-nav .current::after,
.c-conts-local-nav a:hover::after {
  width: 100%; }

@media screen and (max-width: 52.5em) {
  .c-conts-local-nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: .8rem 1.5% 0;
    padding: 0 !important; }
  .c-conts-local-nav li {
    margin-bottom: 1.5rem; }
  .c-conts-local-nav a {
    font-size: calc( ( 18 * 100vw ) / 840); } }

@media screen and (max-width: 42.5em) {
  .c-conts-local-nav a {
    font-size: calc( ( 22 * 100vw ) / 680); } }

/* contents footer  */
.c-local-nav-wrap {
  padding: 30px 0 10px;
  max-width: 1120px;
  margin: 0 auto; }

.c-local-nav-wrap a::after {
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0077e6;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.c-local-nav-wrap .current::after,
.c-local-nav-wrap a:hover::after {
  width: 100%; }

.c-local-nav-wrap .c-grid-mgn {
  margin-bottom: 0; }

/* cat ttl */
.c-local-cat-ttl {
  position: relative;
  margin-bottom: 3%; }

.c-local-cat-ttl::after {
  display: block;
  content: '';
  width: 70px;
  height: 1px;
  background: #2c2c2c;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 1rem;
  top: 50%; }

.c-local-cat-ttl a {
  position: relative;
  font-size: 1.125rem;
  color: #0077e6; }

/* nav list */
.c-local-list {
  margin-bottom: 0; }

.c-local-ttl {
  white-space: nowrap;
  font-size: .937rem;
  margin-bottom: 3%; }

.c-local-nav {
  margin-left: auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.c-local-nav .c-grid-items-mgn,
.c-local-nav .c-grid-items {
  margin-bottom: 3%; }

.c-local-nav a {
  display: block;
  position: relative;
  font-size: 0.937rem;
  font-weight: 600;
  color: #0077e6;
  text-align: center; }

@media screen and (max-width: 67.5em) {
  .c-local-nav-wrap {
    max-width: 96%; }
  .c-local-nav a {
    font-size: calc( ( 14 * 100vw ) / 1040); } }

@media screen and (max-width: 42.5em) {
  .c-local-nav-wrap {
    padding: 4% 0; }
  .c-local-cat-ttl {
    padding-bottom: 2%;
    margin-bottom: 6%;
    border-bottom: 1px solid #afafaf;
    text-align: center; }
  .c-local-cat-ttl::after {
    display: none; }
  .c-local-ttl {
    text-align: center;
    font-size: calc( ( 26 * 100vw ) / 680); }
  .c-local-nav .c-grid-items-mgn,
  .c-local-nav .c-grid-items {
    margin: 6% 0 0;
    text-align: center; }
  .c-local-nav a {
    font-size: calc( ( 22 * 100vw ) / 680);
    text-align: center; } }

/** -------------------------------- **
	Button
*** ----------------------------------------------------------------- ***/
/* More Btn
--------------------------------------------- */
.c-btn .btn-more {
  display: block;
  max-width: 280px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: .5rem 2.5rem .5rem 2rem;
  color: #114b8a;
  border: 1px solid #114b8a;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative; }

.ie11 .c-btn .btn-more {
  padding: .8rem 2rem .5rem; }

.btn-more .btn-more-jp-txt {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
  font-size: 0.812rem; }

.btn-more .icon-svg {
  position: absolute;
  right: 0;
  width: 22px;
  height: 10px; }

.c-btn .btn-more:hover {
  color: #fff;
  background-color: #114b8a; }

.btn-more:hover .icon-svg {
  -webkit-animation: moreBtn .8s infinite;
          animation: moreBtn .8s infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

.c-btn .btn-more:hover .svg-arr02 {
  stroke: #fff; }

@-webkit-keyframes moreBtn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes moreBtn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

/* Contact Btn
--------------------------------------------- */
.c-btn .btn-contact {
  display: inline-block;
  padding: 1rem;
  color: #fff;
  background-color: #0077e6;
  border: 1px solid #0077e6;
  -webkit-transition: all .3s;
  transition: all .3s; }

.ie11 .c-btn .btn-contact {
  padding: 1.2rem 1rem 1rem; }

.c-btn .btn-contact:hover {
  color: #0077e6;
  background-color: #fff; }

.c-btn .btn-contact:hover .svg-mail {
  stroke: #0077e6; }

.c-conts-btn {
  margin-top: 2rem; }

/** -------------------------------- **
	Title
*** ----------------------------------------------------------------- ***/
/*
 * Page Header
--------------------------------------- **/
.c-paged-header {
  margin-bottom: 30px;
  padding-top: 80px;
  border-bottom: 1px solid #c1c1c1; }

@media screen and (max-width: 52.5em) {
  .c-paged-header {
    padding-top: 44px;
    border-bottom: 1px solid #c1c1c1; } }

@media screen and (max-width: 42.5em) {
  .c-paged-header {
    margin-bottom: 4%; } }

/* header img */
.c-paged-img {
  position: relative;
  margin-bottom: 0; }

.c-paged-img-caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0 12px;
  color: #fff;
  text-align: center;
  background: rgba(13, 56, 95, 0.67); }

.c-paged-img-caption-sub {
  font-size: 1.25rem;
  margin-left: 1rem;
  vertical-align: 0.3rem; }

@media screen and (max-width: 42.5em) {
  .c-paged-img-caption {
    font-size: calc( ( 20 * 100vw ) / 380);
    padding: 2% 0; }
  .c-paged-img-caption-sub {
    font-size: calc( ( 14 * 100vw ) / 380);
    margin-left: 1rem;
    vertical-align: 0.1rem; } }

/* header ttl */
.c-paged-ttl {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 18px 10px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #f63b00;
  position: relative; }

.c-paged-ttl::after {
  display: block;
  content: '';
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #ff8661;
  position: absolute;
  bottom: -1px;
  left: 0; }

@media screen and (max-width: 42.5em) {
  .c-paged-ttl {
    padding: 2%;
    font-size: calc( ( 24 * 100vw ) / 380); } }

/*
 * Contents Title
--------------------------------------- **/
/* Lv.1 */
.c-conts-header {
  margin-bottom: 46px;
  padding: 16px 0 10px;
  text-align: center;
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252; }

.c-conts-ttl {
  color: #0077e6;
  font-size: 1.625rem;
  margin-bottom: 0; }

/* child */
.c-conts-header-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  margin: 0 auto 40px; }

.c-conts-header-child::before,
.c-conts-header-child::after {
  display: inline-block;
  content: '';
  height: 1px;
  border-bottom: 1px solid #b7b7b7; }

.c-conts-header-child::before {
  padding-right: 10%;
  margin-right: 2rem; }

.c-conts-header-child::after {
  padding-left: 10%;
  margin-left: 2rem; }

.c-conts-ttl-child {
  text-align: center; }

@media screen and (max-width: 42.5em) {
  .c-conts-header-child {
    max-width: 96%;
    margin: 7% auto;
    font-size: calc( ( 18 * 100vw ) / 380); }
  .c-conts-header-child::before {
    margin-right: 1rem; }
  .c-conts-header-child::after {
    margin-left: 1rem; } }

.service-header-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }

.service-header-ttl .c-conts-ttl {
  color: #2c2c2c;
  white-space: nowrap;
  padding: 16px 20px; }

@media screen and (max-width: 52.5em) {
  .service-header-ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 42.5em) {
  .c-conts-header {
    margin-bottom: 0;
    padding: 2% 0; }
  .c-conts-ttl {
    font-size: calc( ( 20 * 100vw ) / 380); } }

/* Lv.2 */
.c-conts-subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.625rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden; }

.c-conts-subhead::before,
.c-conts-subhead::after {
  display: block;
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  border-bottom: 1px solid #b7b7b7; }

.c-conts-subhead::before {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  margin-right: 2rem;
  padding-left: 40px; }

.c-conts-subhead::after {
  margin-left: 2rem;
  padding-right: 10%; }

@media screen and (max-width: 42.5em) {
  .c-conts-subhead {
    font-size: calc( ( 22 * 100vw ) / 380);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .single-post .c-conts-subhead {
    font-size: calc( ( 18 * 100vw ) / 380); }
  .c-conts-subhead::before {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

/* Lv.3 */
.c-conts-subttl {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: .5rem .5rem .25rem;
  border-bottom: 1px solid #0077e6;
  margin-bottom: 1.5rem; }

/* Lv.4 */
.c-conts-subttl-small {
  color: #0077e6;
  font-size: 1.125rem;
  font-weight: 600; }

.c-conts-bg {
  background: #dfeaf6;
  padding: 12px 10px; }

/** -------------------------------- **
	List
*** ----------------------------------------------------------------- ***/
.c-indent-lists {
  padding-left: 0; }

.c-indent-lists li {
  text-indent: -1rem;
  padding-left: 1rem;
  list-style: none; }

/** -------------------------------- **
	Table
* [note]まだ仮なので使用しない
*** ----------------------------------------------------------------- ***/
.c-table-base {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1rem;
  border-collapse: collapse; }

.c-table-base th,
.c-table-base td {
  padding: 8px 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 600;
  word-break: break-all; }

@media screen and (max-width: 42.5em) {
  .tbl-scroll {
    width: 100%;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch; }
  .tbl-scroll table {
    width: 550px; } }

/** -------------------------------- **
	Form
*** ----------------------------------------------------------------- ***/
.c-form-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  margin-bottom: 3rem; }

.c-form-items dt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }

.c-form-items dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1rem;
  margin-bottom: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.c-form-items .error {
  display: block;
  margin-top: 8px; }

.c-form-items .form-most {
  margin-left: 1rem; }

.c-form-items input,
.c-form-items textarea,
.c-form-items select {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #aaa; }

.c-form-items input[type*='radio'] {
  width: auto;
  margin-right: .5rem; }

.c-form-items #zip {
  width: 33%; }

.c-form-btn {
  margin-top: 6%; }

.c-form-btn .btn-submit {
  display: block;
  max-width: 300px;
  padding: 1rem;
  color: #fff;
  background-color: #0077e6;
  border: 1px solid #0077e6;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer; }

.ie11 .c-form-btn .btn-submit {
  padding: 1.2rem 1rem 1rem; }

.c-form-btn .btn-submit:hover {
  color: #0077e6;
  background-color: #fff; }

@media screen and (max-width: 42.5em) {
  .c-form-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.5rem; }
  .c-form-items dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/** -------------------------------- **
	grid
*** ----------------------------------------------------------------- ***/
.c-grid,
.c-grid-mgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none; }

.c-grid-mgn {
  margin-left: -1.5%;
  margin-right: -1.5%;
  overflow: hidden; }

.c-grid-items,
.c-grid-items-mgn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.c-grid-items-mgn {
  padding-left: 1.5%;
  padding-right: 1.5%; }

.c-grid-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-grid-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-grid-col1-pc {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.c-grid-col2-pc {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.c-grid-col3-pc {
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%; }

.c-grid-col3-2-pc {
  max-width: 66.666%;
  -ms-flex-preferred-size: 66.666%;
      flex-basis: 66.666%; }

.c-grid-col4-pc {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.c-grid-col4-2-pc {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.c-grid-col4-3-pc {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.c-grid-col5-pc {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.c-grid-col5-2-pc {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

.c-grid-col5-3-pc {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

.c-grid-col5-4-pc {
  max-width: 80%;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }

.c-grid-col6-pc {
  max-width: 16.666%;
  -ms-flex-preferred-size: 16.666%;
      flex-basis: 16.666%; }

.c-grid-col6-4-pc {
  max-width: 66.666%;
  -ms-flex-preferred-size: 66.666%;
      flex-basis: 66.666%; }

.c-grid-col8-pc {
  max-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%; }

@media screen and (max-width: 42.5em) {
  .c-grid-col1-sp {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid-col2-sp {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid-col3-sp {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%; }
  .c-grid-col3-2-sp {
    max-width: 66.666%;
    -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%; }
  .c-grid-col4-sp {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .c-grid-col4-2-sp {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid-col4-3-sp {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .c-grid-col5-sp {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .c-grid-col5-4-sp {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .c-grid-col6-sp {
    max-width: 16.666%;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%; }
  .c-grid-col6-4-sp {
    max-width: 66.666%;
    -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%; } }

/** -------------------------------- **
	breadcrumbs
*** ----------------------------------------------------------------- ***/
.breadcrumbs-wrap {
  width: 100%;
  padding: 2px 0 4px; }

.breadcrumbs-lists {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: right; }

.breadcrumbs-lists li {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0 0;
  font-size: 0.812rem;
  font-weight: 400;
  position: relative; }

.breadcrumbs-lists .home {
  text-decoration: underline; }

.breadcrumbs-lists li:not(:last-child)::after {
  display: inline-block;
  vertical-align: -1px;
  content: '＞';
  margin: 0 .8rem; }

/** -------------------------------- **
	c-pagenation
*** ----------------------------------------------------------------- ***/
.c-page-nation {
  padding-top: 6%; }

.c-pager-lists {
  padding-left: 0;
  list-style: none;
  text-align: center; }

.c-pager-lists li {
  display: inline-block;
  vertical-align: middle; }

.c-pager-lists li span,
.c-pager-lists li a {
  display: block;
  padding: 3px 12px;
  margin: 0 8px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #0077e6;
  -webkit-transition: all .3s;
  transition: all .3s; }

.c-pager-lists li .c-pager-lists-ac,
.c-pager-lists li a:hover {
  color: #fff;
  background: #0077e6; }

.c-pager-lists li .c-pager-lists--arr {
  color: #0077e6;
  font-size: 0.812rem;
  border: none; }

.c-pager-lists li .c-pager-lists--arr:hover {
  color: #0077e6;
  border: none; }

.c-pager-lists li .c-pager-lists--back {
  color: #0077e6;
  padding: 0 5%;
  position: relative;
  white-space: nowrap; }

.c-pager-lists li .c-pager-lists--back:hover {
  color: #0077e6;
  border: none; }

/** -------------------------------- **
	slick
*** ----------------------------------------------------------------- ***/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 44%;
  display: block;
  width: 42px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev {
  left: 1%; }

.slick-prev:before {
  display: block;
  width: 42px;
  height: 80px;
  content: '';
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background: url("../images/common/svg-arr01.svg") center no-repeat;
  background-size: contain; }

.slick-next {
  right: 1%; }

.slick-next:before {
  display: block;
  width: 42px;
  height: 80px;
  content: '';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url("../images/common/svg-arr01.svg") center no-repeat;
  background-size: contain; }

@media screen and (max-width: 67.5em) {
  .slick-prev {
    top: 41%; }
  .slick-next {
    top: 41%; } }

@media screen and (max-width: 52.5em) {
  .slick-prev {
    top: 46%; }
  .slick-next {
    top: 46%; } }

@media screen and (max-width: 42.5em) {
  .slick-prev {
    top: 58%;
    left: 0; }
  .slick-next {
    top: 58%;
    right: 0; } }
