@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・utility
・component
・layout
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
  word-wrap: break-word;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #000;
  font-family: "Kiwi Maru", serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

.u_pc {
  display: block;
}

.u_sp {
  display: none;
}

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

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.u_underline {
  text-decoration: underline;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_2 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_3 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_4 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_5 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_6 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 {
    font-size: 30px;
  }
}
.c_ttl_1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  content: url(../img/p_top/ttlbg.png);
}
@media screen and (max-width: 768px) {
  .c_ttl_1:before {
    content: url(../img/p_top/sp/ttlbg.png);
  }
}

.c_ttl_2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.c_ttl_3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 {
    margin: 30px 0 0;
    font-size: 17px;
  }
}
.c_ttl_3 span {
  display: inline-block;
  padding: 55px 0 0;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 span {
    padding: 35px 0 0;
  }
}
.c_ttl_3:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 138px;
  content: "";
  z-index: -1;
  background: url(../img/common/ttlbg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c_ttl_3:before {
    width: 160px;
    height: 101px;
  }
}

.c_cv {
  margin: 0 auto;
  padding: 40px 20px;
  width: 600px;
  background: url(../img/p_top/bg.png);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_cv {
    width: calc( 100% - 40px );
    padding: 20px;
    margin: 0 20px;
  }
}
.c_cv_txt {
  font-size: 22px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .c_cv_txt {
    font-size: 16px;
  }
}
.c_cv_tel {
  font-size: 40px;
  font-family: "Roboto", serif;
  margin: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_cv_tel {
    font-size: 35px;
  }
}
.c_cv_tel > a {
  padding: 0 0 0 60px;
  position: relative;
}
.c_cv_tel > a:hover:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c_cv_tel > a {
    display: inline-block;
    padding: 0 0 0 45px;
  }
}
.c_cv_tel > a:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 45px;
  height: 35px;
  content: "";
  background: url(../img/p_top/telicon.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c_cv_tel > a:before {
    content: "";
    width: 40px;
    height: 30px;
    background: url(../img/p_top/telicon.png);
    background-size: cover;
    left: 0;
    top: 2px;
  }
}
.c_cv_tel > a:after {
  content: "";
  background: #000;
  width: calc( 100% - 60px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c_cv_tel > a:after {
    width: calc( 100% - 45px);
  }
}
.c_cv .c_btn_1 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c_cv .c_btn_1 {
    font-size: 16px;
    padding: 15px 25px 15px 20px;
  }
}

/* =================================
 buttons
================================= */
.c_btn_1 {
  padding: 15px 50px;
  background: #18223B;
  font-size: 18px;
  letter-spacing: .1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  color: #fff !important;
  position: relative;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .c_btn_1 {
    letter-spacing: .05em;
    padding: 15px 30px;
  }
}
.c_btn_1:hover {
  opacity: .7;
}
.c_btn_1:before {
  width: 11px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  background: url(../img/p_top/arrow.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c_btn_1:before {
    right: 10px;
  }
}

/* =================================
 pager
================================= */
.c_pager_num {
  margin: 30px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c_pager_num {
    margin: 30px 0 60px;
  }
}
.c_pager_num > .inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.c_pager_num > .inner .page-numbers,
.c_pager_num > .inner .pager_number {
  width: 45px;
  height: 45px;
  font-size: 14px;
  font-family: "Oswald",serif;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c_pager_num > .inner .page-numbers,
  .c_pager_num > .inner .pager_number {
    width: 35px;
    height: 35px;
  }
}
.c_pager_num > .inner .page-numbers:not(:first-child),
.c_pager_num > .inner .pager_number:not(:first-child) {
  margin: 0 0 0 10px;
}
.c_pager_num > .inner .page-numbers.current,
.c_pager_num > .inner .pager_number.current {
  background: #1D2846;
  color: #fff;
}

/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: url(../img/p_top/fixheaderbg@2x.png);
  background-size: cover;
  height: 80px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l_header {
    background: url(../img/p_top/sp/fixheaderbg@2x.png);
    height: 50px;
  }
}
.l_header__inner {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.l_header__inner > a img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .l_header__inner > a img {
    width: 120px;
  }
}
.l_header__lists {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_header__lists {
    display: none;
  }
}
.l_header__list:not(:first-of-type) {
  margin: 0 0 0 25px;
}
.l_header__list > a {
  letter-spacing: .1em;
  color: #fff;
}

.l_menu__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_menu__btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 4.6875%;
    width: 35px;
    height: 100%;
    transform: translateY(-50%);
    z-index: 100;
  }
}
.l_menu__btn._active .l_menu__border {
  transition: all .2s linear;
}
.l_menu__btn._active .l_menu__border.border1 {
  transform: rotate(45deg);
  width: 100%;
  top: 27px;
  left: -2px;
}
.l_menu__btn._active .l_menu__border.border2 {
  display: none;
}
.l_menu__btn._active .l_menu__border.border3 {
  transform: rotate(-45deg);
  width: 100%;
  top: 28px;
  left: -2px;
}
.l_menu__wrap {
  position: relative;
}
.l_menu__border {
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(0);
}
.l_menu__border.border1 {
  width: 26px;
  top: 14px;
  left: 2px;
}
.l_menu__border.border2 {
  width: 22px;
  top: 24px;
  left: 4px;
}
.l_menu__border.border3 {
  top: 34px;
}
.l_menu__box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/p_top/sp/menubg.png);
  background-size: cover;
  background-position: center center;
}
.l_menu__boxwrap {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_menu__list {
  text-align: center;
}
.l_menu__list:not(:first-of-type) {
  margin: 20px 0 0;
}
.l_menu__link {
  color: #fff;
  font-size: 24px;
}

/* =================================
 l_header_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  font-size: 16px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .l_breadcrumbs {
    font-size: 12px;
  }
}
.l_breadcrumbs a {
  color: #000;
}

/* =================================
 l_main_visual
================================= */
.l_main_visual {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_main_visual {
    padding: 50px 0 0;
  }
}
.l_main_visual .icon {
  position: absolute;
  left: 0;
  width: 100%;
  top: 80px;
}
@media screen and (max-width: 768px) {
  .l_main_visual .icon {
    top: 0;
    z-index: 1;
  }
}
.l_main_visual h1 {
  width: 100%;
}
.l_main_visual h1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l_main_visual h1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* =================================
 l_main_visual_top
================================= */
.l_main_visual_top {
  padding: 80px 0 0;
  position: relative;
  background: url(../img/p_top/listbg@2x.png);
}
@media screen and (max-width: 768px) {
  .l_main_visual_top {
    padding: 50px 0 0;
  }
}
.l_main_visual_top .icon {
  position: absolute;
  left: 0;
  width: 100%;
  top: 80px;
}
@media screen and (max-width: 768px) {
  .l_main_visual_top .icon {
    top: 0;
    z-index: 1;
  }
}
.l_main_visual_top h1 {
  width: 100%;
  height: calc( 100vh - 94px);
}
@media screen and (max-width: 768px) {
  .l_main_visual_top h1 {
    height: auto;
  }
}
.l_main_visual_top h1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l_main_visual_top h1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
  }
}

/* =================================
 l_footer
================================= */
.l_footer img {
  max-width: 100%;
  vertical-align: bottom;
}
.l_footer_wrap {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l_footer_wrap {
    width: 100%;
    justify-content: space-between;
  }
}
.l_footer_wrap p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.l_footer .inner {
  padding: 70px 0 0;
  background: url(../img/p_top/footbg.jpg);
  background-position: top 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l_footer .inner {
    padding: 70px 20px 0;
  }
}
.l_footer .inner > p {
  text-align: center;
  color: #fff;
}
.l_footer_col1 li:not(:first-of-type) {
  margin: 15px 0 0;
}
.l_footer_col1 li a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .l_footer_col1 li a {
    font-size: 13px;
  }
}
.l_footer_col1 li a:hover {
  text-decoration: none;
  opacity: .7;
}
.l_footer_col2 {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l_footer_col2 {
    padding: 0 0 0 15px;
  }
}
.l_footer_col2 li {
  margin: 15px 0 0;
}
.l_footer_col2 li a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .l_footer_col2 li a {
    font-size: 13px;
  }
}
.l_footer_col2 li a:hover {
  text-decoration: none;
  opacity: .7;
}
.l_footer_col3 {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l_footer_col3 {
    padding: 0;
  }
}
.l_footer_col3 li:not(:first-of-type) {
  margin: 20px 0 0;
}
.l_footer_col3 li a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .l_footer_col3 li a {
    font-size: 13px;
  }
}
.l_footer_col3 li a:hover {
  text-decoration: none;
  opacity: .7;
}
.l_footer_box:not(:first-of-type) {
  margin: 0 0 0 113px;
}
@media screen and (max-width: 768px) {
  .l_footer_box:not(:first-of-type) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .l_footer_box:nth-child(3) {
    margin: 30px auto 0;
  }
}
.l_footer_box img {
  width: 300px;
}
.l_footer_box p {
  font-size: 16px;
  text-align: left;
  padding: 10px 0 0 15px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .l_footer_box p {
    padding: 10px 0 0;
  }
}
.l_footer_box a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l_footer_box a {
    text-decoration: underline;
  }
}
.l_footer .max {
  margin: 30px 0 0;
  width: 100%;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .l_footer .max {
    font-size: 10px;
  }
}

/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_main_visual_top
================================= */

/*# sourceMappingURL=style.css.map */
