@charset "UTF-8";
/**
 * setting css
 * #reset
 * #scss
 * #fonts
 * #base
 * #animation
 */
/* ==========================================================================
   #reset
========================================================================== */
/* 
  http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

/* ==========================================================================
   #scss
========================================================================== */
/* ==========================================================================
   #fonts
========================================================================== */
/* ==========================================================================
   #base
========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #333333;
}

_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif;
}

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

p, li, td, a, h1, h2, h3, h4, h5, h6 {
  line-height: 1.65;
  letter-spacing: .1em;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
}

a:link {
  color: #333333;
  display: block;
  text-decoration: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:visited {
  color: #333333;
}
a:hover {
  cursor: pointer;
  opacity: .75;
}
a:active {
  color: #333333;
}

/* ==========================================================================
   #animation
========================================================================== */
body {
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade {
  transform: translateY(20px);
  transition: all .75s ease .25s;
  opacity: 0;
}
.fade.active {
  transform: translateY(0);
  opacity: 1;
}

/**
 * common css
 * #common
 */
/* ==========================================================================
   #common
========================================================================== */
html {
  font-size: 15px;
}
html .container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}
html .container_narrow {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
html .section {
  margin-top: 140px;
}
html .row {
  display: flex;
  flex-wrap: wrap;
}
html .frontpage_sec_title {
  margin-bottom: 70px;
}
html .frontpage_sec_title h2 {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
html .frontpage_sec_title p {
  color: #739ed4;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}
html .subpage .l_content {
  margin-bottom: 140px;
}
html .page-id-16 .l_content, html .post-type-archive-coupon .l_content, html .page-id-303 .l_content {
  margin-bottom: 0;
}
html .subpage_header {
  background: #e7f2ff;
  margin-top: 80px;
  padding: 70px 0;
}
html .subpage_header h1 {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
html .subpage_header p {
  color: #739ed4;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}
html .common_link {
  margin-top: 70px;
}
html .common_link a {
  position: relative;
  border: solid #739ed4 1px;
  border-radius: 30px;
  background: #fff;
  color: #739ed4;
  line-height: 60px;
  margin: 0 auto;
  max-width: 300px;
  padding: 0 30px;
}
html .common_link a::after {
  position: absolute;
  content: '→';
  top: 0;
  right: 30px;
  transition: all .5s ease;
}
html .common_link a:hover::after {
  right: 20px;
}
html .common_category {
  margin-top: -64px;
  text-align: right;
}
html .common_category .select {
  position: relative;
  display: inline-block;
}
html .common_category .select .box {
  position: relative;
}
html .common_category .select .box p {
  cursor: pointer;
  display: inline-block;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 40px;
  font-weight: 600;
}
html .common_category .select .box .icon {
  position: absolute;
  top: 1px;
  right: 0;
  width: 22px;
  height: 22px;
}
html .common_category .select .box .icon span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border: solid #333333 1px;
}
html .common_category .select .box .icon span:nth-child(1) {
  top: 0;
  left: 0;
}
html .common_category .select .box .icon span:nth-child(2) {
  top: 0;
  right: 0;
  border: solid #739ed4 1px;
}
html .common_category .select .box .icon span:nth-child(3) {
  left: 0;
  bottom: 0;
}
html .common_category .select .box .icon span:nth-child(4) {
  right: 0;
  bottom: 0;
}
html .common_category .select ul {
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  border-radius: 3px;
  border: solid #aaaaaa 1px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  z-index: 20;
}
html .common_category .select ul.open {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease;
}
html .common_category .select ul li {
  border-top: solid #aaaaaa 1px;
}
html .common_category .select ul li:first-child {
  border-top: none;
}
html .common_category .select ul li a {
  font-size: 14px;
  padding: 18px 25px;
}
html .common_category .select ul li a:hover {
  background: #e7f2ff;
}
html .common_list .wrap {
  margin: -20px -12px -12px;
}
html .common_list .wrap .col {
  width: 25%;
  padding: 20px 12px 12px;
}
html .common_list .wrap .col .fig a span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
}
html .common_list .wrap .col .note .term {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
html .common_list .wrap .col .note .term li {
  font-size: 12px;
  font-weight: 600;
  color: #aaaaaa;
  line-height: 1;
  letter-spacing: .05em;
}
html .common_list .wrap .col .note .term .cat {
  flex: 1;
  margin-left: 10px;
}
html .common_list .wrap .col .note .term .cat ul {
  display: flex;
  flex-wrap: wrap;
}
html .common_list .wrap .col .note .term .cat ul li {
  position: relative;
}
html .common_list .wrap .col .note .term .cat ul li::after {
  content: '・';
}
html .common_list .wrap .col .note .term .cat ul li:last-child::after {
  display: none;
}
html .common_list .wrap .col .note .term .cat ul li a {
  line-height: 1;
  color: #aaaaaa;
  font-weight: 600;
  display: inline-block;
}
html .common_list .wrap .col .note h3 {
  margin-top: 3px;
}
html .common_list .wrap .col .note h3 a {
  font-size: 14px;
}
html .common_pager {
  margin-top: 100px;
}
html .common_pager .pg_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
html .common_pager .pg_inner .page-numbers {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 50px;
  line-height: 50px;
  background: #e7f2ff;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
}
html .common_pager .pg_inner .page-numbers.current {
  background: #739ed4;
  color: #fff;
}
html .breadcrumb .aioseo-breadcrumbs {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
html .breadcrumb .aioseo-breadcrumbs span, html .breadcrumb .aioseo-breadcrumbs a {
  color: #aaaaaa;
  font-size: 12px;
}
html .breadcrumb .aioseo-breadcrumbs span {
  margin-left: 3px;
  -webkit-font-smoothing: antialiased;
}
html .breadcrumb .aioseo-breadcrumbs span:first-child {
  margin-left: 0;
}
html .no_post {
  color: #aaa;
  font-size: 90%;
}

@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  html .section {
    margin-top: 100px;
  }
  html .frontpage_sec_title {
    margin-bottom: 60px;
  }
  html .frontpage_sec_title h2 {
    font-size: 28px;
  }
  html .frontpage_sec_title p {
    font-size: 12px;
  }
  html .subpage .l_content {
    margin-bottom: 100px;
  }
  html .page-id-16 .l_content, html .post-type-archive-coupon .l_content, html .page-id-303 .l_content {
    margin-bottom: 0;
  }
  html .subpage_header {
    margin-top: 70px;
    padding: 60px 0;
  }
  html .subpage_header h1 {
    font-size: 26px;
  }
  html .subpage_header p {
    font-size: 12px;
    margin-top: 8px;
  }
  html .common_link {
    margin-top: 60px;
  }
  html .common_link a {
    border-radius: 27px;
    line-height: 54px;
    max-width: 275px;
  }
  html .common_list .wrap .col .note .term li {
    font-size: 10px;
  }
  html .common_list .wrap .col .note h3 a {
    font-size: 13px;
  }
  html .common_pager {
    margin-top: 70px;
  }
  html .breadcrumb .aioseo-breadcrumbs span, html .breadcrumb .aioseo-breadcrumbs a {
    font-size: 10px;
  }
  html .breadcrumb .aioseo-breadcrumbs span {
    margin-left: 5px;
  }
}
@media (max-width: 920px) {
  html .container {
    padding: 0 30px;
  }
  html .container_narrow {
    padding: 0 30px;
  }
  html .section {
    margin-top: 70px;
  }
  html .common_list .wrap .col {
    width: 50%;
  }
  html .breadcrumb .aioseo-breadcrumbs {
    padding: 20px 30px;
  }
}
@media (max-width: 599px) {
  html {
    font-size: 13px;
  }
  html .container {
    padding: 0 20px;
  }
  html .container_narrow {
    padding: 0 20px;
  }
  html .section {
    margin-top: 60px;
  }
  html .row {
    display: inherit;
  }
  html .frontpage_sec_title {
    margin-bottom: 40px;
  }
  html .frontpage_sec_title h2 {
    font-size: 24px;
  }
  html .subpage .l_content {
    margin-bottom: 60px;
  }
  html .page-id-16 .l_content, html .post-type-archive-coupon .l_content, html .page-id-303 .l_content {
    margin-bottom: 0;
  }
  html .subpage_header {
    margin-top: 60px;
    padding: 40px 0;
  }
  html .subpage_header p {
    font-size: 12px;
    margin-top: 8px;
  }
  html .common_link {
    margin-top: 50px;
  }
  html .common_link a {
    border-radius: 25px;
    line-height: 50px;
    max-width: 250px;
  }
  html .common_category {
    margin-top: -20px;
  }
  html .common_category .select .box p {
    padding-right: 25px;
    padding-bottom: 25px;
  }
  html .common_category .select .box .icon {
    width: 18px;
    height: 18px;
  }
  html .common_category .select .box .icon span {
    width: 8px;
    height: 8px;
  }
  html .common_category .select ul {
    top: 40px;
    width: 200px;
  }
  html .common_category .select ul li a {
    font-size: 13px;
    padding: 15px 20px;
  }
  html .common_category .select ul li a:hover {
    background: #e7f2ff;
  }
  html .common_list .wrap {
    display: flex;
    margin: -10px -6px -6px;
  }
  html .common_list .wrap .col {
    padding: 5px;
    padding: 10px 6px 6px;
  }
  html .common_list .wrap .col:nth-child(1), html .common_list .wrap .col:nth-child(2) {
    margin-top: 0;
  }
  html .common_list .wrap .col .note .term {
    margin-top: 10px;
  }
  html .common_list .wrap .col .note h3 a {
    font-size: 12px;
  }
  html .common_pager {
    margin-top: 50px;
  }
  html .common_pager .pg_inner .page-numbers {
    width: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
  html .breadcrumb .aioseo-breadcrumbs {
    padding: 15px 20px;
  }
  html .mb_none {
    display: none;
  }
}
/**
 * header css
 * #header
 */
/* ==========================================================================
   #header
========================================================================== */
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: solid #e8e8e8 1px;
  z-index: 90;
}
.l_header .h_logo {
  position: fixed;
  top: 15px;
  left: 40px;
  z-index: 90;
}
.l_header .h_logo a {
  display: inline-block;
}
.l_header .h_logo a img {
  width: 130px;
  height: 49px;
}
.l_header .h_menu {
  position: fixed;
  top: 20px;
  right: 200px;
}
.l_header .h_menu .global_menu div ul {
  display: flex;
  justify-content: center;
}
.l_header .h_menu .global_menu div ul li {
  margin-left: 25px;
}
.l_header .h_menu .global_menu div ul li:first-child {
  margin-left: 0;
}
.l_header .h_menu .global_menu div ul li a {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  line-height: 40px;
}
.l_header .h_contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #739ed4;
  padding-top: 35vh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.l_header .h_contact.open {
  opacity: 1;
  visibility: visible;
}
.l_header .h_contact .wrap {
  margin: -5px;
}
.l_header .h_contact .wrap .col {
  width: 50%;
  padding: 5px;
}
.l_header .h_contact .wrap .col a {
  display: flex;
  align-items: center;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  padding: 20px 30px;
}
.l_header .h_contact .wrap .col a .icon {
  position: relative;
  border: solid #fff 1px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.l_header .h_contact .wrap .col a .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  fill: #fff;
}
.l_header .h_contact .wrap .col a .note {
  flex: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
.l_header .h_contact .wrap .col a .note .min {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.l_header .h_contact .close {
  margin-top: 40px;
}
.l_header .h_contact .close p {
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.l_header .h_trigger .bt.menu {
  display: none;
}
.l_header .h_trigger .bt.contact {
  position: fixed;
  top: 0;
  right: 40px;
  width: 100px;
  height: 100px;
  background: #739ed4;
  cursor: pointer;
}
.l_header .h_trigger .bt.contact .inner {
  margin-top: 15px;
}
.l_header .h_trigger .bt.contact .inner .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border: solid #fff 1px;
  border-radius: 50%;
  margin: 0 auto;
}
.l_header .h_trigger .bt.contact .inner .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 36px;
  height: 36px;
  fill: #fff;
}
.l_header .h_trigger .bt.contact .inner p {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}

.notice_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 60px;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.notice_area.js_hide {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.notice_area .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 60px 50px;
  width: 85%;
  max-width: 650px;
}
.notice_area .wrapper .title {
  font-size: 135%;
  font-weight: 600;
  margin-top: 0;
}
.notice_area .wrapper .date {
  border: solid #000 1px;
  margin-top: 20px;
  padding: 15px;
}
.notice_area .wrapper .date p:nth-child(1) {
  margin-top: 0;
}
.notice_area .wrapper .date p:nth-child(2) {
  margin-top: 5px;
  font-weight: 600;
}
.notice_area .wrapper p {
  margin-top: 20px;
}
.notice_area .wrapper a {
  text-decoration: underline;
}
.notice_area .wrapper .close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #b78002;
  border-radius: 100%;
  cursor: pointer;
}
.notice_area .wrapper .close_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 1366px) {
  .l_header {
    height: 70px;
  }
  .l_header .h_logo {
    top: 14px;
    left: 20px;
  }
  .l_header .h_logo a img {
    width: 120px;
    height: 45px;
  }
  .l_header .h_menu {
    top: 15px;
    right: 140px;
  }
  .l_header .h_menu .global_menu div ul li {
    margin-left: 15px;
  }
  .l_header .h_menu .global_menu div ul li a {
    font-size: 12px;
  }
  .l_header .h_contact .wrap .col a .icon {
    width: 42px;
    height: 42px;
  }
  .l_header .h_contact .wrap .col a .icon svg {
    width: 26px;
    height: 26px;
  }
  .l_header .h_contact .wrap .col a .note {
    font-size: 16px;
    margin-left: 20px;
  }
  .l_header .h_contact .close {
    margin-top: 40px;
  }
  .l_header .h_contact .close p {
    cursor: pointer;
    color: #fff;
    text-align: center;
  }
  .l_header .h_trigger .bt.contact {
    right: 20px;
    width: 80px;
    height: 80px;
  }
  .l_header .h_trigger .bt.contact .inner {
    margin-top: 12px;
  }
  .l_header .h_trigger .bt.contact .inner .icon {
    width: 42px;
    height: 42px;
  }
  .l_header .h_trigger .bt.contact .inner .icon svg {
    width: 30px;
    height: 30px;
  }
  .l_header .h_trigger .bt.contact .inner p {
    font-size: 10px;
    margin-top: 8px;
  }
}
@media (max-width: 920px) {
  .l_header .h_menu {
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: #71bdc7;
    transition: all .5s ease;
  }
  .l_header .h_menu.active {
    right: 0;
  }
  .l_header .h_menu .global_menu div ul {
    display: inherit;
    padding: 140px 30px;
  }
  .l_header .h_menu .global_menu div ul li {
    position: relative;
    margin-left: 0;
    border-top: solid rgba(255, 255, 255, 0.25) 1px;
    padding: 5px 0;
  }
  .l_header .h_menu .global_menu div ul li:last-child {
    border-bottom: solid rgba(255, 255, 255, 0.25) 1px;
  }
  .l_header .h_menu .global_menu div ul li::after {
    position: absolute;
    content: '>';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 10px;
  }
  .l_header .h_menu .global_menu div ul li a {
    color: #fff;
    line-height: 40px;
  }
  .l_header .h_contact {
    padding-top: 20vh;
  }
  .l_header .h_contact .wrap {
    display: inherit;
  }
  .l_header .h_contact .wrap .col {
    width: 100%;
  }
  .l_header .h_contact .close {
    margin-top: 40px;
  }
  .l_header .h_contact .close p {
    cursor: pointer;
    color: #fff;
    text-align: center;
  }
  .l_header .h_trigger .bt.menu {
    display: block;
    position: fixed;
    top: 0;
    right: 70px;
    width: 70px;
    height: 70px;
    background: #71bdc7;
  }
  .l_header .h_trigger .bt.menu .inner {
    margin-top: 10px;
  }
  .l_header .h_trigger .bt.menu .inner .icon {
    position: relative;
    width: 36px;
    height: 36px;
    border: solid #fff 1px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .l_header .h_trigger .bt.menu .inner .icon.close span:nth-child(1) {
    top: 17px;
    transform: rotate(45deg);
  }
  .l_header .h_trigger .bt.menu .inner .icon.close span:nth-child(2) {
    bottom: 16px;
    transform: rotate(-45deg);
  }
  .l_header .h_trigger .bt.menu .inner .icon span {
    position: absolute;
    left: 10px;
    width: 15px;
    height: 1px;
    background: #fff;
    transition: all .25s ease;
  }
  .l_header .h_trigger .bt.menu .inner .icon span:nth-child(1) {
    top: 14px;
  }
  .l_header .h_trigger .bt.menu .inner .icon span:nth-child(2) {
    bottom: 13px;
  }
  .l_header .h_trigger .bt.menu .inner p {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin-top: 8px;
    text-align: center;
  }
  .l_header .h_trigger .bt.contact {
    right: 0;
    width: 70px;
    height: 70px;
  }
  .l_header .h_trigger .bt.contact .inner {
    margin-top: 10px;
  }
  .l_header .h_trigger .bt.contact .inner .icon {
    width: 36px;
    height: 36px;
  }
  .l_header .h_trigger .bt.contact .inner .icon svg {
    width: 24px;
    height: 24px;
  }
  .l_header .h_trigger .bt.contact .inner p {
    font-size: 11px;
  }

  .notice_area .wrapper {
    max-width: 550px;
  }
}
@media (max-width: 599px) {
  .l_header {
    height: 60px;
  }
  .l_header .h_logo {
    top: 12px;
    left: 20px;
  }
  .l_header .h_logo a img {
    width: 100px;
    height: 38px;
  }
  .l_header .h_menu {
    right: -200px;
    width: 200px;
    overflow-y: scroll;
  }
  .l_header .h_menu .global_menu div ul {
    padding: 90px 20px;
  }
  .l_header .h_menu .global_menu div ul li {
    padding: 5px 0;
  }
  .l_header .h_contact {
    padding-top: 80px;
  }
  .l_header .h_contact .wrap .col a {
    padding: 20px;
  }
  .l_header .h_contact .wrap .col a .note {
    font-size: 15px;
  }
  .l_header .h_contact .wrap .col a .note .min {
    font-size: 11px;
  }
  .l_header .h_contact .close {
    margin-top: 40px;
  }
  .l_header .h_contact .close p {
    cursor: pointer;
    color: #fff;
    text-align: center;
  }
  .l_header .h_trigger .bt.menu {
    right: 60px;
    width: 60px;
    height: 60px;
  }
  .l_header .h_trigger .bt.menu .inner {
    margin-top: 8px;
  }
  .l_header .h_trigger .bt.menu .inner .icon {
    width: 32px;
    height: 32px;
  }
  .l_header .h_trigger .bt.menu .inner .icon.close span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .l_header .h_trigger .bt.menu .inner .icon.close span:nth-child(2) {
    bottom: 14px;
    transform: rotate(-45deg);
  }
  .l_header .h_trigger .bt.menu .inner .icon span {
    left: 8px;
    width: 14px;
    height: 1px;
  }
  .l_header .h_trigger .bt.menu .inner .icon span:nth-child(1) {
    top: 13px;
  }
  .l_header .h_trigger .bt.menu .inner .icon span:nth-child(2) {
    bottom: 11px;
  }
  .l_header .h_trigger .bt.menu .inner p {
    font-size: 10px;
    margin-top: 5px;
  }
  .l_header .h_trigger .bt.contact {
    right: 0;
    width: 60px;
    height: 60px;
  }
  .l_header .h_trigger .bt.contact .inner {
    margin-top: 8px;
  }
  .l_header .h_trigger .bt.contact .inner .icon {
    width: 32px;
    height: 32px;
  }
  .l_header .h_trigger .bt.contact .inner .icon svg {
    width: 20px;
    height: 20px;
  }
  .l_header .h_trigger .bt.contact .inner p {
    font-size: 10px;
    margin-top: 5px;
  }

  .notice_area {
    padding: 20px;
  }
  .notice_area .wrapper {
    padding: 40px 25px;
  }
  .notice_area .wrapper .title {
    font-size: 135%;
  }
  .notice_area .wrapper .date {
    margin-top: 15px;
    padding: 10px;
  }
  .notice_area .wrapper .date p:nth-child(2) {
    margin-top: 5px;
  }
  .notice_area .wrapper p {
    margin-top: 15px;
  }
}
/**
 * footer css
 * #footer
 */
/* ==========================================================================
   #footer
========================================================================== */
.l_footer {
  background: #fff;
}
.l_footer .f_contact {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  background-attachment: fixed;
  padding: 120px 0;
}
.l_footer .f_contact::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #739ed4;
  opacity: .75;
}
.l_footer .f_contact .container {
  position: relative;
  z-index: 10;
}
.l_footer .f_contact .container .frontpage_sec_title h2, .l_footer .f_contact .container .frontpage_sec_title p {
  color: #fff;
}
.l_footer .f_contact .container .wrap {
  margin: -5px;
}
.l_footer .f_contact .container .wrap .col {
  width: 50%;
  padding: 5px;
}
.l_footer .f_contact .container .wrap .col a {
  display: flex;
  align-items: center;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  padding: 20px 30px;
}
.l_footer .f_contact .container .wrap .col a .icon {
  position: relative;
  border: solid #fff 1px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.l_footer .f_contact .container .wrap .col a .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  fill: #fff;
}
.l_footer .f_contact .container .wrap .col a .note {
  flex: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
.l_footer .f_contact .container .wrap .col a .note .min {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.l_footer .f_info {
  padding: 120px 0;
}
.l_footer .f_info .row {
  display: flex;
  align-items: center;
}
.l_footer .f_info .row .col {
  width: 50%;
}
.l_footer .f_info .row .col.note {
  padding-right: 40px;
}
.l_footer .f_info .row .col.note img {
  width: 125px;
  height: 47px;
}
.l_footer .f_info .row .col.note p {
  line-height: 1.75;
}
.l_footer .f_info .row .col.note .name {
  margin: 25px 0 5px;
}
.l_footer .f_info .row .col.note a {
  display: inline-block;
}
.l_footer .f_info .row .col.note ul {
  display: flex;
  align-items: flex-start;
}
.l_footer .f_info .row .col.note ul li:first-child {
  position: relative;
  width: 95px;
  line-height: 1.75;
}
.l_footer .f_info .row .col.note ul li:first-child::after {
  position: absolute;
  content: '／';
  top: 0;
  right: 5px;
}
.l_footer .f_info .row .col.note ul li:nth-child(2) {
  flex: 1;
}
.l_footer .f_info .row .col.cal {
  border-left: solid #aaaaaa 1px;
  padding-left: 40px;
}
.l_footer .f_info .row .col.cal .calendar {
  max-width: 400px;
  margin-left: auto;
}
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar table.xo-month .month-header > span {
  font-size: 14px;
}
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar table.xo-month button > span {
  font-size: 14px;
}
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar table.xo-month > thead th.sunday,
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar table.xo-month > thead th.saturday {
  color: #333333;
}
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar table.xo-month > thead th {
  font-weight: 400;
  font-size: 13px;
  padding: 10px 0;
  background: #f5f5f5;
}
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar table.xo-month .month-dayname td div {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 12px;
  letter-spacing: .05em;
}
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar p.holiday-title {
  font-size: 12px;
}
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar p.holiday-title span {
  border: none;
  padding: 0 0 0 15px;
}
.l_footer .f_info .row .col.cal .calendar .xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #739ed4;
}
.l_footer .f_copy {
  border-top: solid #333333 1px;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_footer .f_copy .copy p {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 90%;
  line-height: 1;
  letter-spacing: .075em;
}
.l_footer .f_copy .sns {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.l_footer .f_copy .sns li {
  margin-left: 20px;
}
.l_footer .f_copy .sns li:first-child {
  margin-left: 0;
}
.l_footer .f_copy .sns li a svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1366px) {
  .l_footer .f_contact {
    padding: 80px 0;
    background-attachment: inherit;
  }
  .l_footer .f_contact .container .wrap .col a .icon {
    width: 42px;
    height: 42px;
  }
  .l_footer .f_contact .container .wrap .col a .icon svg {
    width: 26px;
    height: 26px;
  }
  .l_footer .f_contact .container .wrap .col a .note {
    font-size: 16px;
    margin-left: 20px;
  }
  .l_footer .f_info {
    padding: 70px 0;
  }
  .l_footer .f_info .row .col.note img {
    width: 100px;
    height: 38px;
  }
  .l_footer .f_info .row .col.note ul li:first-child {
    width: 88px;
  }
  .l_footer .f_copy {
    padding: 20px 0;
  }
  .l_footer .f_copy .copy p {
    font-size: 12px;
  }
  .l_footer .f_copy .sns li a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 920px) {
  .l_footer .f_contact {
    padding: 80px 0;
  }
  .l_footer .f_contact .container .wrap {
    display: inherit;
  }
  .l_footer .f_contact .container .wrap .col {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l_footer .f_contact {
    padding: 60px 0;
  }
  .l_footer .f_contact .container .wrap {
    display: inherit;
    margin: -4px;
  }
  .l_footer .f_contact .container .wrap .col {
    width: 100%;
    padding: 4px;
  }
  .l_footer .f_contact .container .wrap .col ul {
    padding: 15px 20px;
  }
  .l_footer .f_contact .container .wrap .col ul .icon {
    width: 38px;
    height: 38px;
  }
  .l_footer .f_contact .container .wrap .col ul .icon svg {
    width: 38px;
    height: 38px;
  }
  .l_footer .f_contact .container .wrap .col ul .txt {
    margin-left: 15px;
  }
  .l_footer .f_contact .container .wrap .col ul .txt a {
    font-size: 16px;
  }
  .l_footer .f_contact .container .wrap .col ul .txt .notice {
    margin-top: 5px;
  }
  .l_footer .f_info {
    padding: 60px 0 50px;
  }
  .l_footer .f_info .container .row {
    display: inherit;
  }
  .l_footer .f_info .container .row .col {
    width: 100%;
  }
  .l_footer .f_info .container .row .col.note {
    padding-right: 0;
  }
  .l_footer .f_info .container .row .col.note img {
    width: 100px;
    height: 38px;
  }
  .l_footer .f_info .container .row .col.note .name {
    margin: 20px 0 5px;
  }
  .l_footer .f_info .container .row .col.note ul li:first-child {
    width: 82px;
  }
  .l_footer .f_info .container .row .col.cal {
    margin-top: 30px;
    padding-left: 0;
    border-left: none;
  }
  .l_footer .f_info .container .row .col.cal .calendar .xo-event-calendar table.xo-month .month-header > span {
    font-size: 13px;
  }
  .l_footer .f_info .container .row .col.cal .calendar .xo-event-calendar table.xo-month button > span {
    font-size: 13px;
  }
  .l_footer .f_info .container .row .col.cal .calendar .xo-event-calendar table.xo-month > thead th {
    font-size: 12px;
    padding: 10px 0;
  }
  .l_footer .f_info .container .row .col.cal .calendar .xo-event-calendar table.xo-month .month-dayname td div {
    font-size: 11px;
  }
  .l_footer .f_info .container .row .col.cal .calendar .xo-event-calendar p.holiday-title {
    font-size: 11px;
  }
  .l_footer .f_info .container .row .col.cal .calendar .xo-event-calendar p.holiday-title span {
    padding: 0 0 0 15px;
  }
  .l_footer .f_copy {
    padding: 15px 0;
  }
  .l_footer .f_copy .copy p {
    font-size: 11px;
  }
  .l_footer .f_copy .sns {
    margin-left: 20px;
  }
  .l_footer .f_copy .sns li a svg {
    width: 18px;
    height: 18px;
  }
}
/**
 * home css
 * #home
 */
/* ==========================================================================
   #home
========================================================================== */
.home .l_content {
  background: #fff;
  margin-top: 100vh;
}

.l_slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
}
.l_slider .swiper-container {
  height: 100%;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 80px;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide .caption {
  position: absolute;
  right: 80px;
  bottom: 80px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.025);
  padding: 40px 50px;
  display: flex;
  align-items: center;
  min-width: 650px;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num {
  width: 100px;
  height: 100px;
  border: solid #739ed4 1px;
  border-radius: 50%;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num p {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #739ed4;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num p span {
  display: block;
  font-size: 50px;
  font-weight: 400;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note {
  flex: 1;
  margin-left: 40px;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note h2 {
  font-size: 24px;
  line-height: 1.55;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note a {
  position: relative;
  line-height: 1;
  color: #739ed4;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
.l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note a::after {
  position: absolute;
  content: '→';
  right: -20px;
}

.l_content .p_home_concept {
  padding: 140px 0;
}
.l_content .p_home_concept .wrap .col.left {
  width: 27.5%;
}
.l_content .p_home_concept .wrap .col.left .frontpage_sec_title {
  margin-top: 2px;
}
.l_content .p_home_concept .wrap .col.left .frontpage_sec_title h2, .l_content .p_home_concept .wrap .col.left .frontpage_sec_title p {
  text-align: justify;
}
.l_content .p_home_concept .wrap .col.left .frontpage_sec_title p {
  margin-left: 3px;
}
.l_content .p_home_concept .wrap .col.right {
  flex: 1;
  border-left: solid #aaaaaa 1px;
  padding-left: 8vw;
}
.l_content .p_home_concept .wrap .col.right h1 {
  font-size: 22px;
  font-weight: 600;
}
.l_content .p_home_concept .wrap .col.right p {
  line-height: 1.85;
  margin-top: 20px;
}
.l_content .p_home_point .wrap .col {
  width: 25%;
}
.l_content .p_home_point .wrap .col a {
  position: relative;
}
.l_content .p_home_point .wrap .col a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #739ed4;
  opacity: .65;
  transition: all .5s ease;
}
.l_content .p_home_point .wrap .col a:hover::after {
  opacity: 0;
}
.l_content .p_home_point .wrap .col a .fig {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 125%;
  position: relative;
}
.l_content .p_home_point .wrap .col a .fig .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 20px;
  z-index: 10;
}
.l_content .p_home_point .wrap .col a .fig .caption h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.l_content .p_home_point .wrap .col a .fig .caption p {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
  font-style: italic;
  margin-top: 5px;
}
.l_content .p_home_coupon,
.l_content .p_coupon_list {
  background: #e7f2ff;
  padding: 140px 0;
}
.l_content .p_home_coupon .wrap .inner,
.l_content .p_coupon_list .wrap .inner {
  display: flex;
  background: #fff;
  margin-top: 20px;
  padding: 25px;
}
.l_content .p_home_coupon .wrap .inner:first-child,
.l_content .p_coupon_list .wrap .inner:first-child {
  margin-top: 0;
}
.l_content .p_home_coupon .wrap .inner .fig,
.l_content .p_coupon_list .wrap .inner .fig {
  width: 25%;
  position: relative;
}
.l_content .p_home_coupon .wrap .inner .fig .caption,
.l_content .p_coupon_list .wrap .inner .fig .caption {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.l_content .p_home_coupon .wrap .inner .fig .caption p,
.l_content .p_coupon_list .wrap .inner .fig .caption p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 25px;
  text-align: center;
}
.l_content .p_home_coupon .wrap .inner .fig .caption.new,
.l_content .p_coupon_list .wrap .inner .fig .caption.new {
  background: #EB7D7D;
}
.l_content .p_home_coupon .wrap .inner .fig .caption.all,
.l_content .p_coupon_list .wrap .inner .fig .caption.all {
  background: #7DB8EB;
}
.l_content .p_home_coupon .wrap .inner .fig span,
.l_content .p_coupon_list .wrap .inner .fig span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
}
.l_content .p_home_coupon .wrap .inner .note,
.l_content .p_coupon_list .wrap .inner .note {
  flex: 1;
  margin-left: 40px;
}
.l_content .p_home_coupon .wrap .inner .note h3,
.l_content .p_coupon_list .wrap .inner .note h3 {
  font-size: 18px;
  font-weight: 600;
}
.l_content .p_home_coupon .wrap .inner .note .notice,
.l_content .p_coupon_list .wrap .inner .note .notice {
  font-size: 12px;
}
.l_content .p_home_coupon .wrap .inner .note .price,
.l_content .p_coupon_list .wrap .inner .note .price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 3px;
}
.l_content .p_home_coupon .wrap .inner .note .price li,
.l_content .p_coupon_list .wrap .inner .note .price li {
  letter-spacing: .05em;
}
.l_content .p_home_coupon .wrap .inner .note .price .n_price,
.l_content .p_coupon_list .wrap .inner .note .price .n_price {
  position: relative;
  top: -2px;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  padding-right: 25px;
  line-height: 1;
}
.l_content .p_home_coupon .wrap .inner .note .price .n_price::after,
.l_content .p_coupon_list .wrap .inner .note .price .n_price::after {
  position: absolute;
  content: '→';
  right: 5px;
}
.l_content .p_home_coupon .wrap .inner .note .price .s_price,
.l_content .p_coupon_list .wrap .inner .note .price .s_price {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #739ed4;
  font-weight: 600;
  line-height: 1;
}
.l_content .p_home_coupon .wrap .inner .note .price .s_price span,
.l_content .p_coupon_list .wrap .inner .note .price .s_price span {
  font-size: 22px;
}
.l_content .p_home_coupon .wrap .inner .note .txt,
.l_content .p_coupon_list .wrap .inner .note .txt {
  border-top: solid #aaaaaa 1px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  padding-top: 10px;
}
.l_content .p_home_coupon .wrap .inner .note .terms, .l_content .p_home_coupon .wrap .inner .note .limit,
.l_content .p_coupon_list .wrap .inner .note .terms,
.l_content .p_coupon_list .wrap .inner .note .limit {
  display: flex;
}
.l_content .p_home_coupon .wrap .inner .note .terms li, .l_content .p_home_coupon .wrap .inner .note .limit li,
.l_content .p_coupon_list .wrap .inner .note .terms li,
.l_content .p_coupon_list .wrap .inner .note .limit li {
  font-size: 14px;
  line-height: 1.5;
}
.l_content .p_home_coupon .wrap .inner .note .terms li:nth-child(1), .l_content .p_home_coupon .wrap .inner .note .limit li:nth-child(1),
.l_content .p_coupon_list .wrap .inner .note .terms li:nth-child(1),
.l_content .p_coupon_list .wrap .inner .note .limit li:nth-child(1) {
  border: solid #aaaaaa 1px;
  border-radius: 3px;
  width: 100px;
  text-align: center;
  align-self: flex-start;
}
.l_content .p_home_coupon .wrap .inner .note .terms li:nth-child(2), .l_content .p_home_coupon .wrap .inner .note .limit li:nth-child(2),
.l_content .p_coupon_list .wrap .inner .note .terms li:nth-child(2),
.l_content .p_coupon_list .wrap .inner .note .limit li:nth-child(2) {
  flex: 1;
  margin-left: 10px;
}
.l_content .p_home_coupon .wrap .inner .note .terms,
.l_content .p_coupon_list .wrap .inner .note .terms {
  margin-top: 8px;
}
.l_content .p_home_coupon .wrap .inner .note .limit,
.l_content .p_coupon_list .wrap .inner .note .limit {
  margin-top: 3px;
}
.l_content .p_home_coupon .wrap .inner .note .contact,
.l_content .p_coupon_list .wrap .inner .note .contact {
  display: flex;
  margin-top: 15px;
  width: 90%;
}
.l_content .p_home_coupon .wrap .inner .note .contact li,
.l_content .p_coupon_list .wrap .inner .note .contact li {
  width: 33.3333%;
  margin-left: 10px;
}
.l_content .p_home_coupon .wrap .inner .note .contact li:first-child,
.l_content .p_coupon_list .wrap .inner .note .contact li:first-child {
  margin-left: 0;
}
.l_content .p_home_coupon .wrap .inner .note .contact li a,
.l_content .p_coupon_list .wrap .inner .note .contact li a {
  background: #739ed4;
  border-radius: 5px;
  color: #fff;
  display: block;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
}
.l_content .p_home_style {
  position: relative;
  padding: 100px 0;
}
.l_content .p_home_style::after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  background: #e7f2ff;
  z-index: 0;
}
.l_content .p_home_style .frontpage_sec_title {
  position: relative;
  z-index: 10;
}
.l_content .p_home_style .wrap .swiper-container .swiper-wrapper .swiper-slide span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 140%;
  opacity: .5;
  transform: scale(0.9);
  transition: all 1s ease;
}
.l_content .p_home_style .wrap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active span {
  opacity: 1;
  transform: scale(1);
}
.l_content .p_home_style .common_link {
  position: relative;
  z-index: 10;
}
.l_content .p_home_recruit .wrap,
.l_content .p_recruit_about .wrap {
  align-items: center;
}
.l_content .p_home_recruit .wrap .col,
.l_content .p_recruit_about .wrap .col {
  width: 50%;
  align-self: stretch;
}
.l_content .p_home_recruit .wrap .fig span,
.l_content .p_recruit_about .wrap .fig span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  height: 100%;
  min-height: 550px;
}
.l_content .p_home_recruit .wrap .note,
.l_content .p_recruit_about .wrap .note {
  background: #739ed4;
  display: flex;
  align-items: center;
}
.l_content .p_home_recruit .wrap .note .inner,
.l_content .p_recruit_about .wrap .note .inner {
  max-width: 850px;
  padding: 100px;
}
.l_content .p_home_recruit .wrap .note .inner h2,
.l_content .p_recruit_about .wrap .note .inner h2 {
  font-size: 22px;
  color: #fff;
}
.l_content .p_home_recruit .wrap .note .inner p,
.l_content .p_recruit_about .wrap .note .inner p {
  margin-top: 30px;
  line-height: 1.85;
  color: #fff;
}
.l_content .p_home_recruit .wrap .note .inner .common_link,
.l_content .p_recruit_about .wrap .note .inner .common_link {
  margin-top: 40px;
}
.l_content .p_home_recruit .wrap .note .inner .common_link a,
.l_content .p_recruit_about .wrap .note .inner .common_link a {
  margin-left: 0;
}
.l_content .p_home_instagram .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}
.l_content .p_home_instagram .wrap ul li {
  width: 12.5%;
  padding: 3px;
}
.l_content .p_home_movie {
  background: #e7f2ff;
  padding: 140px 0;
}
.l_content .p_home_movie .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.l_content .p_home_movie .wrap ul li {
  width: 25%;
  padding: 10px;
}
.l_content .p_home_movie .wrap ul li .inner {
  position: relative;
  padding-top: 62.5%;
  height: 0;
  overflow: hidden;
}
.l_content .p_home_movie .wrap ul li .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1366px) {
  .l_slider .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 70px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption {
    right: 50px;
    bottom: 50px;
    padding: 30px 40px;
    min-width: 500px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num {
    width: 80px;
    height: 80px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num p {
    margin-top: 15px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num p span {
    font-size: 40px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note {
    margin-left: 30px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note h2 {
    font-size: 20px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note a {
    font-size: 13px;
    margin-top: 10px;
  }

  .l_content .p_home_concept {
    padding: 100px 0;
  }
  .l_content .p_home_concept .wrap .col.right {
    padding-left: 6vw;
  }
  .l_content .p_home_concept .wrap .col.right h1 {
    font-size: 18px;
  }
  .l_content .p_home_point .wrap .col a .fig .caption {
    padding: 30px;
  }
  .l_content .p_home_point .wrap .col a .fig .caption h3 {
    font-size: 15px;
  }
  .l_content .p_home_coupon,
  .l_content .p_coupon_list {
    padding: 100px 0;
  }
  .l_content .p_home_recruit .wrap .fig span,
  .l_content .p_recruit_about .wrap .fig span {
    min-height: 500px;
  }
  .l_content .p_home_recruit .wrap .note .inner,
  .l_content .p_recruit_about .wrap .note .inner {
    padding: 60px;
  }
  .l_content .p_home_recruit .wrap .note .inner h2,
  .l_content .p_recruit_about .wrap .note .inner h2 {
    font-size: 18px;
  }
  .l_content .p_home_recruit .wrap .note .inner p,
  .l_content .p_recruit_about .wrap .note .inner p {
    margin-top: 20px;
  }
  .l_content .p_home_recruit .wrap .note .inner .frontpage_sec_link,
  .l_content .p_recruit_about .wrap .note .inner .frontpage_sec_link {
    margin-top: 30px;
  }
  .l_content .p_home_movie {
    padding: 100px 0;
  }
}
@media (max-width: 920px) {
  .frontpage .l_content {
    margin-top: 600px;
  }

  .l_slider {
    height: 600px;
  }

  .l_content .p_home_concept {
    padding: 70px 0;
  }
  .l_content .p_home_point .wrap .col {
    width: 50%;
  }
  .l_content .p_home_point .wrap .col a .fig {
    padding-top: 62.5%;
  }
  .l_content .p_home_point .wrap .col a .fig .caption {
    padding: 20px;
  }
  .l_content .p_home_coupon,
  .l_content .p_coupon_list {
    padding: 70px 0;
  }
  .l_content .p_home_style {
    padding: 70px 0;
  }
  .l_content .p_home_recruit .wrap .note .inner,
  .l_content .p_recruit_about .wrap .note .inner {
    padding: 40px;
  }
  .l_content .p_home_instagram .wrap ul li {
    width: 25%;
  }
  .l_content .p_home_movie {
    padding: 70px 0;
  }
  .l_content .p_home_movie .wrap ul li {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .frontpage .l_content {
    margin-top: 550px;
  }

  .l_slider {
    height: 550px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 60px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption {
    width: 94%;
    right: 3%;
    bottom: 20px;
    padding: 20px;
    min-width: inherit;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num {
    width: 70px;
    height: 70px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num p {
    font-size: 11px;
    margin-top: 10px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .num p span {
    font-size: 38px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note {
    margin-left: 20px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note h2 {
    font-size: 16px;
  }
  .l_slider .swiper-container .swiper-wrapper .swiper-slide .caption .note a {
    font-size: 12px;
    margin-top: 8px;
  }

  .l_content .p_home_concept {
    padding: 65px 0 60px;
  }
  .l_content .p_home_concept .wrap .col.left {
    width: 100%;
  }
  .l_content .p_home_concept .wrap .col.left .frontpage_sec_title {
    margin-bottom: 30px;
  }
  .l_content .p_home_concept .wrap .col.right {
    border-left: none;
    padding-left: 0;
  }
  .l_content .p_home_point .wrap {
    display: flex;
  }
  .l_content .p_home_point .wrap .col a .fig {
    padding-top: 120%;
  }
  .l_content .p_home_coupon,
  .l_content .p_coupon_list {
    padding: 60px 0;
  }
  .l_content .p_home_coupon .container,
  .l_content .p_coupon_list .container {
    padding: 0 15px;
  }
  .l_content .p_home_coupon .wrap .inner,
  .l_content .p_coupon_list .wrap .inner {
    display: inherit;
    margin-top: 15px;
    padding: 25px 20px;
  }
  .l_content .p_home_coupon .wrap .inner .fig,
  .l_content .p_coupon_list .wrap .inner .fig {
    width: 65%;
  }
  .l_content .p_home_coupon .wrap .inner .fig .caption,
  .l_content .p_coupon_list .wrap .inner .fig .caption {
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
  }
  .l_content .p_home_coupon .wrap .inner .fig .caption p,
  .l_content .p_coupon_list .wrap .inner .fig .caption p {
    font-size: 12px;
    margin-top: 22px;
  }
  .l_content .p_home_coupon .wrap .inner .note,
  .l_content .p_coupon_list .wrap .inner .note {
    margin-top: 15px;
    margin-left: 0;
  }
  .l_content .p_home_coupon .wrap .inner .note h3,
  .l_content .p_coupon_list .wrap .inner .note h3 {
    font-size: 16px;
  }
  .l_content .p_home_coupon .wrap .inner .note .price,
  .l_content .p_coupon_list .wrap .inner .note .price {
    display: inherit;
    margin-top: 10px;
  }
  .l_content .p_home_coupon .wrap .inner .note .price .n_price,
  .l_content .p_coupon_list .wrap .inner .note .price .n_price {
    font-size: 12px;
    display: inline-block;
  }
  .l_content .p_home_coupon .wrap .inner .note .price .s_price,
  .l_content .p_coupon_list .wrap .inner .note .price .s_price {
    text-align: right;
  }
  .l_content .p_home_coupon .wrap .inner .note .price .s_price span,
  .l_content .p_coupon_list .wrap .inner .note .price .s_price span {
    font-size: 20px;
  }
  .l_content .p_home_coupon .wrap .inner .note .txt,
  .l_content .p_coupon_list .wrap .inner .note .txt {
    font-size: 13px;
  }
  .l_content .p_home_coupon .wrap .inner .note .terms li, .l_content .p_home_coupon .wrap .inner .note .limit li,
  .l_content .p_coupon_list .wrap .inner .note .terms li,
  .l_content .p_coupon_list .wrap .inner .note .limit li {
    font-size: 13px;
  }
  .l_content .p_home_coupon .wrap .inner .note .terms li:nth-child(1), .l_content .p_home_coupon .wrap .inner .note .limit li:nth-child(1),
  .l_content .p_coupon_list .wrap .inner .note .terms li:nth-child(1),
  .l_content .p_coupon_list .wrap .inner .note .limit li:nth-child(1) {
    width: 80px;
  }
  .l_content .p_home_coupon .wrap .inner .note .contact,
  .l_content .p_coupon_list .wrap .inner .note .contact {
    display: inherit;
    width: 80%;
  }
  .l_content .p_home_coupon .wrap .inner .note .contact li,
  .l_content .p_coupon_list .wrap .inner .note .contact li {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
  .l_content .p_home_coupon .wrap .inner .note .contact li a,
  .l_content .p_coupon_list .wrap .inner .note .contact li a {
    line-height: 36px;
    font-size: 13px;
  }
  .l_content .p_home_style {
    padding: 60px 0;
  }
  .l_content .p_home_style::after {
    width: 92.5%;
  }
  .l_content .p_home_recruit .wrap .col,
  .l_content .p_recruit_about .wrap .col {
    width: 100%;
  }
  .l_content .p_home_recruit .wrap .fig span,
  .l_content .p_recruit_about .wrap .fig span {
    min-height: inherit;
    padding-top: 71.5%;
  }
  .l_content .p_home_recruit .wrap .note .inner,
  .l_content .p_recruit_about .wrap .note .inner {
    padding: 40px 20px;
  }
  .l_content .p_home_recruit .wrap .note .inner h2,
  .l_content .p_recruit_about .wrap .note .inner h2 {
    font-size: 17px;
  }
  .l_content .p_home_recruit .wrap .note .inner p,
  .l_content .p_recruit_about .wrap .note .inner p {
    margin-top: 15px;
  }
  .l_content .p_home_recruit .wrap .note .inner .frontpage_sec_link,
  .l_content .p_recruit_about .wrap .note .inner .frontpage_sec_link {
    margin-top: 20px;
  }
  .l_content .p_home_instagram .wrap ul li {
    width: 33.3333%;
  }
  .l_content .p_home_instagram .wrap ul li:last-child {
    display: none;
  }
  .l_content .p_home_movie {
    padding: 60px 0;
  }
  .l_content .p_home_movie .wrap ul {
    display: inherit;
    margin: -3px;
  }
  .l_content .p_home_movie .wrap ul li {
    width: 100%;
    padding: 3px;
  }
}
/**
 * concept css
 * #concept
 */
/* ==========================================================================
   #concept
========================================================================== */
.l_content .p_concept_archive .wrap .col {
  width: 25%;
}
.l_content .p_concept_archive .wrap .col a {
  position: relative;
}
.l_content .p_concept_archive .wrap .col a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #739ed4;
  opacity: .65;
  transition: all .5s ease;
}
.l_content .p_concept_archive .wrap .col a:hover::after {
  opacity: 0;
}
.l_content .p_concept_archive .wrap .col a .fig {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 125%;
  position: relative;
}
.l_content .p_concept_archive .wrap .col a .fig .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 20px;
  z-index: 10;
}
.l_content .p_concept_archive .wrap .col a .fig .caption h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.l_content .p_concept_archive .wrap .col a .fig .caption p {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
  font-style: italic;
  margin-top: 5px;
}

@media (max-width: 1366px) {
  .l_content .p_concept_archive .wrap .col a .fig .caption {
    padding: 30px;
  }
  .l_content .p_concept_archive .wrap .col a .fig .caption h3 {
    font-size: 15px;
  }
}
@media (max-width: 920px) {
  .l_content .p_concept_archive .wrap .col {
    width: 50%;
  }
  .l_content .p_concept_archive .wrap .col a .fig {
    padding-top: 62.5%;
  }
  .l_content .p_concept_archive .wrap .col a .fig .caption {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .l_content .p_concept_archive .wrap {
    display: flex;
  }
  .l_content .p_concept_archive .wrap .col a .fig {
    padding-top: 120%;
  }
}
/**
 * style css
 * #style
 */
/* ==========================================================================
   #style
========================================================================== */
.l_content .p_style_archive .common_list .wrap {
  margin: -40px -12px -12px;
}
.l_content .p_style_archive .common_list .wrap .col {
  padding: 40px 12px 12px;
}
.l_content .p_style_archive .common_list .wrap .col .fig a span {
  padding-top: 140%;
}

@media (max-width: 920px) {
  .l_content .p_style_archive .common_list .wrap {
    margin: -25px -10px -10px;
  }
  .l_content .p_style_archive .common_list .wrap .col {
    width: 33.3333%;
    padding: 25px 10px 10px;
  }
}
@media (max-width: 599px) {
  .l_content .p_style_archive .common_list .wrap {
    margin: -25px -8px -8px;
  }
  .l_content .p_style_archive .common_list .wrap .col {
    width: 50%;
    padding: 25px 8px 8px;
  }
}
/**
 * salon css
 * #salon
 */
/* ==========================================================================
   #salon
========================================================================== */
.l_content .p_salon_gallery .wrap .col {
  width: 50%;
}
.l_content .p_salon_gallery .wrap .col span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
}
.l_content .p_salon_gallery .wrap .col:nth-child(3), .l_content .p_salon_gallery .wrap .col:nth-child(4), .l_content .p_salon_gallery .wrap .col:nth-child(5) {
  width: 33.3333%;
}
.l_content .p_salon_info .wrap {
  max-width: 680px;
  margin: 0 auto;
}
.l_content .p_salon_info .wrap .inner.logo img {
  width: 150px;
  margin: 0 auto;
}
.l_content .p_salon_info .wrap .inner.tel {
  margin-top: 60px;
}
.l_content .p_salon_info .wrap .inner.tel .box {
  display: flex;
  align-items: center;
  background: #739ed4;
  border: solid #739ed4 1px;
}
.l_content .p_salon_info .wrap .inner.tel .box .col.txt {
  width: 40%;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.l_content .p_salon_info .wrap .inner.tel .box .col.lnk {
  width: 60%;
  background: #fff;
}
.l_content .p_salon_info .wrap .inner.tel .box .col.lnk a {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #739ed4;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  padding: 10px 0;
  text-align: center;
}
.l_content .p_salon_info .wrap .inner.tel .notice {
  font-size: 13px;
  margin-top: 15px;
}
.l_content .p_salon_info .wrap .inner.info {
  margin-top: 60px;
}
.l_content .p_salon_info .wrap .inner.info .note ul {
  display: flex;
}
.l_content .p_salon_info .wrap .inner.info .note ul li {
  padding: 12px 0;
}
.l_content .p_salon_info .wrap .inner.info .note ul li:nth-child(1) {
  width: 150px;
  border-bottom: solid #333333 1px;
}
.l_content .p_salon_info .wrap .inner.info .note ul li:nth-child(2) {
  flex: 1;
  border-bottom: solid #aaaaaa 1px;
  margin-left: 5px;
}
.l_content .p_salon_info .wrap .inner.info .note ul:first-child li:nth-child(1) {
  border-top: solid #333333 1px;
}
.l_content .p_salon_info .wrap .inner.info .note ul:first-child li:nth-child(2) {
  border-top: solid #aaaaaa 1px;
}
.l_content .p_salon_info .wrap .inner.info .credit {
  margin-top: 60px;
}
.l_content .p_salon_info .wrap .inner.info .credit ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}
.l_content .p_salon_info .wrap .inner.info .credit ul li {
  width: 16.6666%;
  padding: 3px;
}
.l_content .p_salon_map iframe {
  width: 100% !important;
  height: 550px !important;
  vertical-align: bottom;
}

@media (max-width: 599px) {
  .l_content .p_salon_gallery .wrap .col {
    width: 100%;
  }
  .l_content .p_salon_gallery .wrap .col:nth-child(3), .l_content .p_salon_gallery .wrap .col:nth-child(4), .l_content .p_salon_gallery .wrap .col:nth-child(5) {
    width: 100%;
  }
  .l_content .p_salon_info .wrap .inner.logo img {
    width: 125px;
    margin: 0 auto;
  }
  .l_content .p_salon_info .wrap .inner.tel {
    margin-top: 40px;
  }
  .l_content .p_salon_info .wrap .inner.tel .box .col.txt {
    width: 45%;
    font-size: 12px;
  }
  .l_content .p_salon_info .wrap .inner.tel .box .col.lnk {
    width: 55%;
  }
  .l_content .p_salon_info .wrap .inner.tel .box .col.lnk a {
    font-size: 18px;
    padding: 10px 0;
  }
  .l_content .p_salon_info .wrap .inner.tel .notice {
    font-size: 12px;
    margin-top: 10px;
  }
  .l_content .p_salon_info .wrap .inner.info {
    margin-top: 40px;
  }
  .l_content .p_salon_info .wrap .inner.info .note ul li:nth-child(1) {
    width: 90px;
  }
  .l_content .p_salon_info .wrap .inner.info .credit {
    margin-top: 40px;
  }
  .l_content .p_salon_info .wrap .inner.info .credit ul {
    margin: -2px;
  }
  .l_content .p_salon_info .wrap .inner.info .credit ul li {
    width: 20%;
    padding: 2px;
  }
  .l_content .p_salon_map iframe {
    width: 100% !important;
    height: 450px;
  }
}
/**
 * menu css
 * #menu
 */
/* ==========================================================================
   #menu
========================================================================== */
.l_content .p_menu_archive .wrap {
  margin-top: 80px;
}
.l_content .p_menu_archive .wrap:first-child {
  margin-top: 0;
}
.l_content .p_menu_archive .wrap .menu_sec_title h2 {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.l_content .p_menu_archive .wrap .menu_sec_title .note {
  font-size: 13px;
}
.l_content .p_menu_archive .wrap .list {
  margin-top: 20px;
}
.l_content .p_menu_archive .wrap .list .col {
  display: flex;
  border-bottom: solid #aaaaaa 1px;
}
.l_content .p_menu_archive .wrap .list .col:first-child {
  border-top: solid #aaaaaa 1px;
}
.l_content .p_menu_archive .wrap .list .col .menu_name, .l_content .p_menu_archive .wrap .list .col .menu_price {
  width: 50%;
  padding: 20px 0;
}
.l_content .p_menu_archive .wrap .list .col .menu_name .min {
  font-size: 12px;
}
.l_content .p_menu_archive .wrap .list .col .menu_price p {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  letter-spacing: .075em;
  text-align: right;
}

@media (max-width: 1366px) {
  .l_content .p_menu_archive .wrap {
    margin-top: 60px;
  }
  .l_content .p_menu_archive .wrap .menu_sec_title h2 {
    font-size: 20px;
  }
  .l_content .p_menu_archive .wrap .menu_sec_title .note {
    font-size: 11px;
  }
  .l_content .p_menu_archive .wrap .list {
    margin-top: 15px;
  }
  .l_content .p_menu_archive .wrap .list .col .menu_name, .l_content .p_menu_archive .wrap .list .col .menu_price {
    padding: 12px 0;
  }
  .l_content .p_menu_archive .wrap .list .col .menu_name .min {
    font-size: 11px;
  }
}
@media (max-width: 599px) {
  .l_content .p_menu_archive .wrap {
    margin-top: 40px;
  }
  .l_content .p_menu_archive .wrap .list {
    margin-top: 15px;
  }
  .l_content .p_menu_archive .wrap .list .col {
    display: inherit;
  }
  .l_content .p_menu_archive .wrap .list .col .menu_name, .l_content .p_menu_archive .wrap .list .col .menu_price {
    width: 100%;
    padding: 10px 0;
  }
  .l_content .p_menu_archive .wrap .list .col .menu_price {
    border-top: dotted #aaaaaa 1px;
  }
}
/**
 * staff css
 * #staff
 */
/* ==========================================================================
   #staff
========================================================================== */
.l_content .p_staff_archive .common_list .wrap {
  margin: -40px -12px -12px;
}
.l_content .p_staff_archive .common_list .wrap .col {
  padding: 40px 12px 12px;
}
.l_content .p_staff_archive .common_list .wrap .col .fig a span {
  padding-top: 140%;
}
.l_content .p_staff_archive .common_list .wrap .col .note h3 {
  margin-top: 15px;
}
.l_content .p_staff_archive .common_list .wrap .col .note h3 a {
  font-size: 17px;
}
.l_content .p_staff_archive .common_list .wrap .col .note .term {
  margin-top: 3px;
}
.l_content .p_staff_archive .common_list .wrap .col .note .term .dot {
  margin: 0 5px;
}
.l_content .p_staff_archive .common_list .wrap .col .note .term .cat {
  margin-left: 0;
}

@media (max-width: 1366px) {
  .l_content .p_staff_archive .common_list .wrap .col .note h3 a {
    font-size: 16px;
  }
}
@media (max-width: 920px) {
  .l_content .p_staff_archive .common_list .wrap {
    margin: -25px -10px -10px;
  }
  .l_content .p_staff_archive .common_list .wrap .col {
    width: 33.3333%;
    padding: 25px 10px 10px;
  }
}
@media (max-width: 599px) {
  .l_content .p_staff_archive .common_list .wrap {
    margin: -25px -8px -8px;
  }
  .l_content .p_staff_archive .common_list .wrap .col {
    width: 50%;
    padding: 25px 8px 8px;
  }
  .l_content .p_staff_archive .common_list .wrap .col .note h3 {
    margin-top: 10px;
  }
  .l_content .p_staff_archive .common_list .wrap .col .note h3 a {
    font-size: 15px;
  }
  .l_content .p_staff_archive .common_list .wrap .col .note .term .dot {
    margin: 0 3px;
  }
}
/**
 * style css
 * #style
 */
/* ==========================================================================
   #style
========================================================================== */
.l_content .p_recruit_point .wrap .row {
  border-top: dotted #aaaaaa 1px;
  margin-top: 40px;
  padding-top: 40px;
}
.l_content .p_recruit_point .wrap .row:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.l_content .p_recruit_point .wrap .row .col.img {
  width: 30%;
}
.l_content .p_recruit_point .wrap .row .col.img span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
}
.l_content .p_recruit_point .wrap .row .col.note {
  flex: 1;
  margin-top: 15px;
  margin-left: 50px;
}
.l_content .p_recruit_point .wrap .row .col.note h2 {
  font-size: 18px;
  font-weight: 600;
}
.l_content .p_recruit_point .wrap .row .col.note p {
  margin-top: 15px;
}
.l_content .p_recruit_voice {
  background: #e7f2ff;
  padding: 120px 0;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  background: #fff;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 35%;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .img span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 140%;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note {
  position: relative;
  width: 65%;
  padding: 60px 80px 60px 70px;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box {
  border-bottom: solid #aaaaaa 1px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box p {
  text-align: right;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box .name {
  font-size: 18px;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box .min {
  font-size: 13px;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box ul {
  display: flex;
  justify-content: flex-end;
}
.l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box ul li {
  font-size: 13px;
}
.l_content .p_recruit_voice .slide-pager {
  position: relative;
}
.l_content .p_recruit_voice .slide-pager .swiper-button-next,
.l_content .p_recruit_voice .slide-pager .swiper-button-prev {
  top: 0;
  background-image: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #739ed4;
  color: #fff;
  text-align: center;
}
.l_content .p_recruit_voice .slide-pager .swiper-button-next {
  right: 10px;
}
.l_content .p_recruit_voice .slide-pager .swiper-button-prev {
  right: 213px;
  left: auto;
}
.l_content .p_recruit_curriculum .wrap .check {
  display: none;
}
.l_content .p_recruit_curriculum .wrap .label {
  position: relative;
  border: solid #aaaaaa 1px;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  padding: 30px 40px;
}
.l_content .p_recruit_curriculum .wrap .label::after {
  position: absolute;
  content: '＋';
  top: 32px;
  right: 40px;
}
.l_content .p_recruit_curriculum .wrap .content {
  background: #e7f2ff;
  border-radius: 3px;
  margin-top: -1px;
  line-height: 0;
  opacity: 0;
  transition: all .5s ease;
  visibility: hidden;
}
.l_content .p_recruit_curriculum .wrap .check:checked + .label::after {
  content: 'ー';
}
.l_content .p_recruit_curriculum .wrap .check:checked + .label + .content {
  line-height: 1.75;
  margin: 3px 0 2px;
  padding: 30px 40px;
  opacity: 1;
  visibility: visible;
}
.l_content .p_recruit_message .wrap .col.img {
  width: 60%;
  margin-left: auto;
}
.l_content .p_recruit_message .wrap .col.img span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
}
.l_content .p_recruit_message .wrap .col.note {
  width: 80%;
  background: #739ed4;
  margin-top: -80px;
  padding: 80px;
}
.l_content .p_recruit_message .wrap .col.note h2 {
  font-size: 20px;
  color: #fff;
}
.l_content .p_recruit_message .wrap .col.note p {
  color: #fff;
  margin-top: 20px;
}
.l_content .p_recruit_outline {
  background: #e7f2ff;
  padding: 120px 0 0;
}
.l_content .p_recruit_outline .wrap ul {
  display: flex;
}
.l_content .p_recruit_outline .wrap ul li {
  padding: 20px 0;
}
.l_content .p_recruit_outline .wrap ul li:nth-child(1) {
  width: 200px;
  border-top: solid #333333 1px;
}
.l_content .p_recruit_outline .wrap ul li:nth-child(2) {
  flex: 1;
  margin-left: 5px;
  border-top: solid #aaaaaa 1px;
}
.l_content .p_recruit_outline .wrap ul:last-child li:nth-child(1) {
  border-bottom: solid #333333 1px;
}
.l_content .p_recruit_outline .wrap ul:last-child li:nth-child(2) {
  border-bottom: solid #aaaaaa 1px;
}
.l_content .p_recruit_outline .gallery {
  margin-top: 100px;
}
.l_content .p_recruit_outline .gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.l_content .p_recruit_outline .gallery ul li {
  width: 25%;
}
.l_content .p_recruit_outline .gallery ul li span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
}
.l_content .p_recruit_recruitment .wrap ul {
  display: flex;
}
.l_content .p_recruit_recruitment .wrap ul li {
  padding: 20px 0;
}
.l_content .p_recruit_recruitment .wrap ul li:nth-child(1) {
  width: 200px;
  border-top: solid #333333 1px;
}
.l_content .p_recruit_recruitment .wrap ul li:nth-child(2) {
  flex: 1;
  margin-left: 5px;
  border-top: solid #aaaaaa 1px;
}
.l_content .p_recruit_recruitment .wrap ul:last-child li:nth-child(1) {
  border-bottom: solid #333333 1px;
}
.l_content .p_recruit_recruitment .wrap ul:last-child li:nth-child(2) {
  border-bottom: solid #aaaaaa 1px;
}

@media (max-width: 1366px) {
  .l_content .p_recruit_point .wrap .row {
    margin-top: 30px;
    padding-top: 30px;
  }
  .l_content .p_recruit_point .wrap .row .col.img {
    width: 30%;
  }
  .l_content .p_recruit_point .wrap .row .col.note {
    margin-top: 10px;
    margin-left: 30px;
  }
  .l_content .p_recruit_point .wrap .row .col.note h2 {
    font-size: 16px;
  }
  .l_content .p_recruit_point .wrap .row .col.note p {
    margin-top: 12px;
  }
  .l_content .p_recruit_voice {
    padding: 80px 0;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .img {
    width: 35%;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note {
    width: 65%;
    padding: 50px 60px 50px 50px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box {
    margin-bottom: 30px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box .name {
    font-size: 16px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box .min {
    font-size: 12px;
  }
  .l_content .p_recruit_voice .slide-pager .swiper-button-next,
  .l_content .p_recruit_voice .slide-pager .swiper-button-prev {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .l_content .p_recruit_voice .slide-pager .swiper-button-prev {
    right: 163px;
  }
  .l_content .p_recruit_message .wrap .col.note {
    padding: 60px;
  }
  .l_content .p_recruit_message .wrap .col.note h2 {
    font-size: 18px;
  }
  .l_content .p_recruit_message .wrap .col.note p {
    margin-top: 15px;
  }
  .l_content .p_recruit_outline {
    padding: 80px 0 0;
  }
  .l_content .p_recruit_outline .wrap ul li {
    padding: 15px 0;
  }
  .l_content .p_recruit_outline .wrap ul li:nth-child(1) {
    width: 150px;
  }
  .l_content .p_recruit_outline .gallery {
    margin-top: 80px;
  }
  .l_content .p_recruit_recruitment .wrap ul li {
    padding: 15px 0;
  }
  .l_content .p_recruit_recruitment .wrap ul li:nth-child(1) {
    width: 150px;
  }
}
@media (max-width: 920px) {
  .l_content .p_recruit_point .wrap .row .col.note {
    margin-top: 0;
  }
  .l_content .p_recruit_point .wrap .row .col.note p {
    margin-top: 10px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .img {
    width: 35%;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note {
    width: 65%;
    padding: 40px 50px 40px 40px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box {
    margin-bottom: 25px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box .name {
    font-size: 15px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box .min {
    font-size: 12px;
  }
  .l_content .p_recruit_message .wrap .col.img {
    width: 70%;
  }
  .l_content .p_recruit_message .wrap .col.note {
    padding: 40px;
  }
  .l_content .p_recruit_message .wrap .col.note h2 {
    font-size: 16px;
  }
  .l_content .p_recruit_message .wrap .col.note p {
    margin-top: 15px;
  }
}
@media (max-width: 599px) {
  .l_content .p_recruit_point .wrap .row .col.img {
    width: 100%;
  }
  .l_content .p_recruit_point .wrap .row .col.note {
    margin-top: 20px;
    margin-left: 0;
  }
  .l_content .p_recruit_point .wrap .row .col.note p {
    margin-top: 10px;
  }
  .l_content .p_recruit_voice {
    padding: 60px 0;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .img span {
    padding-top: 62.5%;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note {
    width: 100%;
    padding: 25px 20px 45px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box {
    margin-bottom: 20px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box .name {
    font-size: 15px;
  }
  .l_content .p_recruit_voice .swiper-container .swiper-wrapper .swiper-slide .note .box .min {
    font-size: 12px;
  }
  .l_content .p_recruit_voice .slide-pager .swiper-button-next,
  .l_content .p_recruit_voice .slide-pager .swiper-button-prev {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .l_content .p_recruit_voice .slide-pager .swiper-button-prev {
    right: 113px;
  }
  .l_content .p_recruit_curriculum .wrap .label {
    padding: 30px 25px;
  }
  .l_content .p_recruit_curriculum .wrap .label::after {
    top: 28px;
    right: 25px;
  }
  .l_content .p_recruit_curriculum .wrap .check:checked + .label + .content {
    padding: 25px;
  }
  .l_content .p_recruit_message .container {
    padding: 0;
  }
  .l_content .p_recruit_message .wrap {
    display: inherit;
  }
  .l_content .p_recruit_message .wrap .col.img {
    width: 100%;
  }
  .l_content .p_recruit_message .wrap .col.note {
    width: 96%;
    margin-top: -10px;
    padding: 35px 25px;
  }
  .l_content .p_recruit_message .wrap .col.note h2 {
    font-size: 16px;
  }
  .l_content .p_recruit_message .wrap .col.note p {
    margin-top: 15px;
  }
  .l_content .p_recruit_outline {
    padding: 60px 0 0;
  }
  .l_content .p_recruit_outline .wrap ul li {
    padding: 15px 0;
  }
  .l_content .p_recruit_outline .wrap ul li:nth-child(1) {
    width: 100px;
  }
  .l_content .p_recruit_outline .gallery {
    margin-top: 60px;
  }
  .l_content .p_recruit_outline .gallery ul li {
    width: 50%;
  }
  .l_content .p_recruit_recruitment .wrap ul li {
    padding: 15px 0;
  }
  .l_content .p_recruit_recruitment .wrap ul li:nth-child(1) {
    width: 100px;
  }
}
/**
 * post css
 * #common
 * #style
 * #staff
 */
/* ==========================================================================
   #common
========================================================================== */
.l_content .p_post_content .wrap .article {
  flex: 1;
}
.l_content .p_post_content .wrap .article .header {
  border-bottom: solid #aaaaaa 1px;
  margin-bottom: 40px;
  padding-bottom: 8px;
}
.l_content .p_post_content .wrap .article .header h2 {
  font-size: 24px;
}
.l_content .p_post_content .wrap .article .header .term {
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
}
.l_content .p_post_content .wrap .article .header .term .date {
  font-size: 13px;
}
.l_content .p_post_content .wrap .article .header .term .cat ul li {
  font-size: 12px;
}
.l_content .p_post_content .wrap .article .header .term .cat ul li a {
  line-height: 1;
  color: #aaaaaa;
  font-weight: 600;
  display: inline-block;
}
.l_content .p_post_content .wrap .article .editor img {
  max-width: 100%;
}
.l_content .p_post_content .wrap .article .editor p {
  margin-top: 10px;
}
.l_content .p_post_content .wrap .article .editor h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  padding-bottom: 3px;
  position: relative;
}
.l_content .p_post_content .wrap .article .editor h3::before, .l_content .p_post_content .wrap .article .editor h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
}
.l_content .p_post_content .wrap .article .editor h3::before {
  width: 100%;
  background: #DCDCDC;
}
.l_content .p_post_content .wrap .article .editor h3::after {
  width: 30%;
  background: #739ED2;
}
.l_content .p_post_content .wrap .article .editor h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  padding-left: 12px;
  position: relative;
}
.l_content .p_post_content .wrap .article .editor h4::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  background: #739ED2;
}
.l_content .p_post_content .wrap .article .editor h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  padding-left: 18px;
  position: relative;
}
.l_content .p_post_content .wrap .article .editor h5::before {
  position: absolute;
  content: '●';
  top: 0;
  left: 0;
  color: #aaa;
}
.l_content .p_post_content .wrap .article .editor strong {
  font-weight: 600;
}
.l_content .p_post_content .wrap .article .editor a {
  display: inline-block;
  color: blue;
  text-decoration: underline;
}
.l_content .p_post_content .wrap .sideber {
  width: 325px;
  margin-left: 80px;
}
.l_content .p_post_content .wrap .sideber .inner {
  margin-top: 40px;
}
.l_content .p_post_content .wrap .sideber .inner:first-child {
  margin-top: 0;
}
.l_content .p_post_content .wrap .sideber .inner h3 {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.l_content .p_post_content .wrap .sideber .inner .list_post .box {
  display: flex;
  border-top: dotted #aaaaaa 1px;
  padding: 15px 0;
}
.l_content .p_post_content .wrap .sideber .inner .list_post .box:last-child {
  border-bottom: dotted #aaaaaa 1px;
}
.l_content .p_post_content .wrap .sideber .inner .list_post .box .img {
  width: 80px;
}
.l_content .p_post_content .wrap .sideber .inner .list_post .box .img a span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 71.5%;
}
.l_content .p_post_content .wrap .sideber .inner .list_post .box .note {
  flex: 1;
  margin-left: 12px;
}
.l_content .p_post_content .wrap .sideber .inner .list_post .box .note h4 {
  font-size: 14px;
}
.l_content .p_post_content .wrap .sideber .inner .list_post .box .note h4 a {
  line-height: 1.45;
}
.l_content .p_post_content .wrap .sideber .inner .list_style {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}
.l_content .p_post_content .wrap .sideber .inner .list_style .box {
  width: 33.3333%;
  padding: 3px;
}
.l_content .p_post_content .wrap .sideber .inner .list_style .box a span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 140px;
}
.l_content .p_post_content .wrap .sideber .inner .link {
  margin-top: 15px;
}
.l_content .p_post_content .wrap .sideber .inner .link a {
  color: #739ed4;
  font-size: 13px;
  font-weight: 600;
}
.l_content .p_post_content .term {
  display: flex;
  align-items: center;
}
.l_content .p_post_content .term .date {
  color: #aaaaaa;
  font-size: 11px;
  font-weight: 600;
}
.l_content .p_post_content .term .cat {
  margin-left: 8px;
}
.l_content .p_post_content .term .cat ul {
  display: flex;
}
.l_content .p_post_content .term .cat ul li {
  position: relative;
  color: #aaaaaa;
  font-size: 10px;
  font-weight: 600;
  margin-left: 2px;
  padding-left: 8px;
}
.l_content .p_post_content .term .cat ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.l_content .p_post_content .term .cat ul li:first-child::before {
  display: none;
}
.l_content .p_post_content .term .cat ul li::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
.l_content .p_post_content .term .cat ul li a {
  color: #aaaaaa;
  font-weight: 600;
  display: inline-block;
}

@media (max-width: 1366px) {
  .l_content .p_post_content .wrap .article .header {
    margin-bottom: 40px;
    padding-bottom: 8px;
  }
  .l_content .p_post_content .wrap .article .header h2 {
    font-size: 20px;
  }
  .l_content .p_post_content .wrap .article .header .term .date {
    font-size: 12px;
  }
  .l_content .p_post_content .wrap .article .header .term .cat ul li {
    font-size: 11px;
  }
  .l_content .p_post_content .wrap .article .editor p {
    margin-top: 8px;
  }
  .l_content .p_post_content .wrap .article .editor h3 {
    font-size: 18px;
    margin-top: 25px;
  }
  .l_content .p_post_content .wrap .article .editor h4 {
    font-size: 16px;
    margin-top: 25px;
  }
  .l_content .p_post_content .wrap .article .editor h5 {
    font-size: 15px;
    margin-top: 20px;
  }
  .l_content .p_post_content .wrap .sideber {
    width: 250px;
    margin-left: 40px;
  }
  .l_content .p_post_content .wrap .sideber .inner {
    margin-top: 30px;
  }
  .l_content .p_post_content .wrap .sideber .inner h3 {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 20px;
  }
  .l_content .p_post_content .wrap .sideber .inner .list_post .box {
    padding: 12px 0;
  }
  .l_content .p_post_content .wrap .sideber .inner .list_post .box .img {
    width: 70px;
  }
  .l_content .p_post_content .wrap .sideber .inner .list_post .box .note {
    margin-left: 10px;
  }
  .l_content .p_post_content .wrap .sideber .inner .list_post .box .note h4 {
    font-size: 13px;
  }
  .l_content .p_post_content .wrap .sideber .inner .link a {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .l_content .p_post_content .wrap .article .header {
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
  .l_content .p_post_content .wrap .article .header h2 {
    font-size: 18px;
  }
  .l_content .p_post_content .wrap .article .header .term .date {
    font-size: 11px;
  }
  .l_content .p_post_content .wrap .article .header .term .cat ul li {
    font-size: 10px;
  }
  .l_content .p_post_content .wrap .article .editor p {
    margin-top: 8px;
  }
  .l_content .p_post_content .wrap .article .editor h3 {
    font-size: 16px;
    margin-top: 25px;
  }
  .l_content .p_post_content .wrap .article .editor h4 {
    font-size: 15px;
    margin-top: 25px;
  }
  .l_content .p_post_content .wrap .article .editor h5 {
    font-size: 14px;
    margin-top: 20px;
  }
  .l_content .p_post_content .wrap .sideber {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
  .l_content .p_post_content .wrap .sideber .inner .list_post .box {
    padding: 10px 0;
  }
}
/* ==========================================================================
   #style, #staff
========================================================================== */
.l_content .p_post_style_content .wrap .col.img,
.l_content .p_post_staff_content .wrap .col.img {
  width: 50%;
}
.l_content .p_post_style_content .wrap .col.img .thumbnail_gallery,
.l_content .p_post_staff_content .wrap .col.img .thumbnail_gallery {
  display: flex;
}
.l_content .p_post_style_content .wrap .col.img .thumbnail_gallery .main,
.l_content .p_post_staff_content .wrap .col.img .thumbnail_gallery .main {
  flex: 1;
}
.l_content .p_post_style_content .wrap .col.img .thumbnail_gallery .main #thumbnail_fig,
.l_content .p_post_staff_content .wrap .col.img .thumbnail_gallery .main #thumbnail_fig {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 140%;
}
.l_content .p_post_style_content .wrap .col.img .thumbnail_gallery .sub,
.l_content .p_post_staff_content .wrap .col.img .thumbnail_gallery .sub {
  width: 100px;
  margin-left: 5px;
}
.l_content .p_post_style_content .wrap .col.img .thumbnail_gallery .sub ul li,
.l_content .p_post_staff_content .wrap .col.img .thumbnail_gallery .sub ul li {
  margin-bottom: 5px;
}
.l_content .p_post_style_content .wrap .col.img .thumbnail_gallery .sub ul li .thumbnail_child,
.l_content .p_post_staff_content .wrap .col.img .thumbnail_gallery .sub ul li .thumbnail_child {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 140%;
}
.l_content .p_post_style_content .wrap .col.note,
.l_content .p_post_staff_content .wrap .col.note {
  flex: 1;
  margin-left: 120px;
}
.l_content .p_post_style_content .wrap .col.note .header,
.l_content .p_post_staff_content .wrap .col.note .header {
  border-bottom: solid #aaaaaa 1px;
  margin-bottom: 40px;
  padding-bottom: 8px;
}
.l_content .p_post_style_content .wrap .col.note .header h2,
.l_content .p_post_staff_content .wrap .col.note .header h2 {
  font-size: 24px;
}
.l_content .p_post_style_content .wrap .col.note .header .term,
.l_content .p_post_staff_content .wrap .col.note .header .term {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
}
.l_content .p_post_style_content .wrap .col.note .header .term .date,
.l_content .p_post_staff_content .wrap .col.note .header .term .date {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 600;
}
.l_content .p_post_style_content .wrap .col.note .header .term .cat,
.l_content .p_post_staff_content .wrap .col.note .header .term .cat {
  margin-left: 8px;
}
.l_content .p_post_style_content .wrap .col.note .header .term .cat ul,
.l_content .p_post_staff_content .wrap .col.note .header .term .cat ul {
  display: flex;
}
.l_content .p_post_style_content .wrap .col.note .header .term .cat ul li,
.l_content .p_post_staff_content .wrap .col.note .header .term .cat ul li {
  position: relative;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 600;
  margin-left: 2px;
  padding-left: 8px;
}
.l_content .p_post_style_content .wrap .col.note .header .term .cat ul li:first-child,
.l_content .p_post_staff_content .wrap .col.note .header .term .cat ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.l_content .p_post_style_content .wrap .col.note .header .term .cat ul li:first-child::before,
.l_content .p_post_staff_content .wrap .col.note .header .term .cat ul li:first-child::before {
  display: none;
}
.l_content .p_post_style_content .wrap .col.note .header .term .cat ul li::before,
.l_content .p_post_staff_content .wrap .col.note .header .term .cat ul li::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
.l_content .p_post_style_content .wrap .col.note .header .term .cat ul li a,
.l_content .p_post_staff_content .wrap .col.note .header .term .cat ul li a {
  line-height: 1;
  color: #aaaaaa;
  font-weight: 600;
  display: inline-block;
}
.l_content .p_post_style_content .wrap .col.note .header .term .dot,
.l_content .p_post_staff_content .wrap .col.note .header .term .dot {
  font-size: 12px;
  font-weight: 600;
  color: #aaaaaa;
}
.l_content .p_post_style_content .wrap .col.note .header .term .lank,
.l_content .p_post_staff_content .wrap .col.note .header .term .lank {
  font-size: 12px;
  font-weight: 600;
  color: #aaaaaa;
}
.l_content .p_post_style_content .wrap .col.note .sns,
.l_content .p_post_staff_content .wrap .col.note .sns {
  margin-top: 30px;
}
.l_content .p_post_style_content .wrap .col.note .sns ul,
.l_content .p_post_staff_content .wrap .col.note .sns ul {
  display: flex;
}
.l_content .p_post_style_content .wrap .col.note .sns ul li:nth-child(2),
.l_content .p_post_staff_content .wrap .col.note .sns ul li:nth-child(2) {
  margin-left: 15px;
}
.l_content .p_post_style_content .wrap .col.note .sns ul li:nth-child(3),
.l_content .p_post_staff_content .wrap .col.note .sns ul li:nth-child(3) {
  margin-left: 18px;
}
.l_content .p_post_style_content .wrap .col.note .sns ul li svg,
.l_content .p_post_staff_content .wrap .col.note .sns ul li svg {
  width: 24px;
  height: 24px;
  fill: #dcdcdc;
}
.l_content .p_post_style_content .wrap .col.note .sns ul li a svg,
.l_content .p_post_staff_content .wrap .col.note .sns ul li a svg {
  fill: #333333;
}
.l_content .p_post_style_content .wrap .col.note .staff,
.l_content .p_post_staff_content .wrap .col.note .staff {
  display: flex;
  align-items: center;
  background: #e7f2ff;
  border-radius: 3px;
  margin-top: 40px;
  padding: 20px;
}
.l_content .p_post_style_content .wrap .col.note .staff .col_img,
.l_content .p_post_staff_content .wrap .col.note .staff .col_img {
  width: 110px;
}
.l_content .p_post_style_content .wrap .col.note .staff .col_img span,
.l_content .p_post_staff_content .wrap .col.note .staff .col_img span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  background-position: 50% 10%;
  padding-top: 100%;
  border-radius: 50%;
}
.l_content .p_post_style_content .wrap .col.note .staff .col_note,
.l_content .p_post_staff_content .wrap .col.note .staff .col_note {
  flex: 1;
  margin-left: 20px;
}
.l_content .p_post_style_content .wrap .col.note .staff .col_note .min,
.l_content .p_post_staff_content .wrap .col.note .staff .col_note .min {
  font-size: 11px;
  font-weight: 600;
  color: #aaaaaa;
}
.l_content .p_post_style_content .wrap .col.note .staff .col_note .name,
.l_content .p_post_staff_content .wrap .col.note .staff .col_note .name {
  font-size: 16px;
}
.l_content .p_post_style_content .wrap .col.note .staff .col_note .link,
.l_content .p_post_staff_content .wrap .col.note .staff .col_note .link {
  border-top: solid #739ed4 1px;
  margin-top: 10px;
  padding-top: 5px;
  text-align: right;
}
.l_content .p_post_style_content .wrap .col.note .staff .col_note .link a,
.l_content .p_post_staff_content .wrap .col.note .staff .col_note .link a {
  font-size: 12px;
  color: #739ed4;
  display: inline-block;
}
.l_content .p_post_style_content .wrap .col.note .gallery,
.l_content .p_post_staff_content .wrap .col.note .gallery {
  margin-top: 40px;
}
.l_content .p_post_style_content .wrap .col.note .gallery p,
.l_content .p_post_staff_content .wrap .col.note .gallery p {
  font-size: 95%;
  margin-bottom: 20px;
}
.l_content .p_post_style_content .wrap .col.note .gallery ul,
.l_content .p_post_staff_content .wrap .col.note .gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.l_content .p_post_style_content .wrap .col.note .gallery ul li,
.l_content .p_post_staff_content .wrap .col.note .gallery ul li {
  width: 25%;
  padding: 5px;
}
.l_content .p_post_style_content .wrap .col.note .gallery ul li span,
.l_content .p_post_staff_content .wrap .col.note .gallery ul li span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 62.5%;
  padding-top: 140%;
}

@media (max-width: 1366px) {
  .l_content .p_post_style_content .wrap .col.img .thumbnail_gallery .sub,
  .l_content .p_post_staff_content .wrap .col.img .thumbnail_gallery .sub {
    width: 80px;
  }
  .l_content .p_post_style_content .wrap .col.note,
  .l_content .p_post_staff_content .wrap .col.note {
    margin-left: 40px;
  }
  .l_content .p_post_style_content .wrap .col.note .header,
  .l_content .p_post_staff_content .wrap .col.note .header {
    margin-bottom: 30px;
  }
  .l_content .p_post_style_content .wrap .col.note .header h2,
  .l_content .p_post_staff_content .wrap .col.note .header h2 {
    font-size: 20px;
  }
  .l_content .p_post_style_content .wrap .col.note .header .term .date,
  .l_content .p_post_staff_content .wrap .col.note .header .term .date {
    font-size: 12px;
  }
  .l_content .p_post_style_content .wrap .col.note .header .term .cat ul li,
  .l_content .p_post_staff_content .wrap .col.note .header .term .cat ul li {
    font-size: 11px;
  }
  .l_content .p_post_style_content .wrap .col.note .header .term .dot, .l_content .p_post_style_content .wrap .col.note .header .term .lank,
  .l_content .p_post_staff_content .wrap .col.note .header .term .dot,
  .l_content .p_post_staff_content .wrap .col.note .header .term .lank {
    font-size: 11px;
  }
  .l_content .p_post_style_content .wrap .col.note .sns ul li svg,
  .l_content .p_post_staff_content .wrap .col.note .sns ul li svg {
    width: 20px;
    height: 20px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff,
  .l_content .p_post_staff_content .wrap .col.note .staff {
    margin-top: 30px;
    padding: 15px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff .col_img,
  .l_content .p_post_staff_content .wrap .col.note .staff .col_img {
    width: 90px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff .col_note,
  .l_content .p_post_staff_content .wrap .col.note .staff .col_note {
    margin-left: 15px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff .col_note .min,
  .l_content .p_post_staff_content .wrap .col.note .staff .col_note .min {
    font-size: 10px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff .col_note .name,
  .l_content .p_post_staff_content .wrap .col.note .staff .col_note .name {
    font-size: 15px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff .col_note .link a,
  .l_content .p_post_staff_content .wrap .col.note .staff .col_note .link a {
    font-size: 11px;
  }
  .l_content .p_post_style_content .wrap .col.note .gallery,
  .l_content .p_post_staff_content .wrap .col.note .gallery {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .l_content .p_post_style_content .wrap .col.img,
  .l_content .p_post_staff_content .wrap .col.img {
    width: 100%;
  }
  .l_content .p_post_style_content .wrap .col.img .thumbnail_gallery .sub,
  .l_content .p_post_staff_content .wrap .col.img .thumbnail_gallery .sub {
    width: 60px;
  }
  .l_content .p_post_style_content .wrap .col.note,
  .l_content .p_post_staff_content .wrap .col.note {
    margin-top: 40px;
    margin-left: 0;
  }
  .l_content .p_post_style_content .wrap .col.note .header,
  .l_content .p_post_staff_content .wrap .col.note .header {
    margin-bottom: 25px;
  }
  .l_content .p_post_style_content .wrap .col.note .header h2,
  .l_content .p_post_staff_content .wrap .col.note .header h2 {
    font-size: 18px;
  }
  .l_content .p_post_style_content .wrap .col.note .header .term .date,
  .l_content .p_post_staff_content .wrap .col.note .header .term .date {
    font-size: 11px;
  }
  .l_content .p_post_style_content .wrap .col.note .header .term .cat ul li,
  .l_content .p_post_staff_content .wrap .col.note .header .term .cat ul li {
    font-size: 10px;
  }
  .l_content .p_post_style_content .wrap .col.note .header .term .dot, .l_content .p_post_style_content .wrap .col.note .header .term .lank,
  .l_content .p_post_staff_content .wrap .col.note .header .term .dot,
  .l_content .p_post_staff_content .wrap .col.note .header .term .lank {
    font-size: 10px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff,
  .l_content .p_post_staff_content .wrap .col.note .staff {
    margin-top: 25px;
    padding: 15px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff .col_img,
  .l_content .p_post_staff_content .wrap .col.note .staff .col_img {
    width: 80px;
  }
  .l_content .p_post_style_content .wrap .col.note .staff .col_note .name,
  .l_content .p_post_staff_content .wrap .col.note .staff .col_note .name {
    font-size: 14px;
  }
  .l_content .p_post_style_content .wrap .col.note .gallery,
  .l_content .p_post_staff_content .wrap .col.note .gallery {
    margin-top: 25px;
  }
  .l_content .p_post_style_content .wrap .col.note .gallery ul,
  .l_content .p_post_staff_content .wrap .col.note .gallery ul {
    margin: -3px;
  }
  .l_content .p_post_style_content .wrap .col.note .gallery ul li,
  .l_content .p_post_staff_content .wrap .col.note .gallery ul li {
    padding: 3px;
  }
}
/**
 * entry css
 * #entry
 */
/* ==========================================================================
   #entry
========================================================================== */
.l_content .p_entry_note .container {
  max-width: 980px;
}
.l_content .p_entry_note .note h2 {
  font-size: 22px;
}
.l_content .p_entry_note .note p {
  margin-top: 15px;
}
.l_content .p_entry_form {
  background: #e7f2ff;
  padding: 120px 0;
}
.l_content .p_entry_form .container {
  max-width: 980px;
}
.l_content .p_entry_form .form ul {
  display: flex;
  margin-top: 15px;
}
.l_content .p_entry_form .form ul:first-child {
  margin-top: 0;
}
.l_content .p_entry_form .form ul li:nth-child(1) {
  width: 275px;
  display: flex;
  align-items: center;
}
.l_content .p_entry_form .form ul li:nth-child(1) span {
  line-height: 1;
}
.l_content .p_entry_form .form ul li:nth-child(1) .min {
  font-size: 11px;
  font-weight: 600;
  background: #739ed4;
  border-radius: 3px;
  color: #fff;
  padding: 3px 5px;
  margin-right: 10px;
}
.l_content .p_entry_form .form ul li:nth-child(1) .min.ano {
  background: #aaaaaa;
}
.l_content .p_entry_form .form ul li:nth-child(2) {
  flex: 1;
}
.l_content .p_entry_form .form .col30 li:nth-child(2), .l_content .p_entry_form .form .col30 li:nth-child(3), .l_content .p_entry_form .form .col30 li:nth-child(4) {
  width: 15%;
  flex: none;
}
.l_content .p_entry_form .form .col30 li:nth-child(3), .l_content .p_entry_form .form .col30 li:nth-child(4) {
  margin-left: 5px;
}
.l_content .p_entry_form input[type="text"], .l_content .p_entry_form input[type="email"], .l_content .p_entry_form input[type="submit"], .l_content .p_entry_form textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l_content .p_entry_form input[type="text"], .l_content .p_entry_form input[type="email"], .l_content .p_entry_form textarea {
  background: #fff;
  width: 100%;
  padding: 15px 15px;
  font-size: 15px;
}
.l_content .p_entry_form input[type="submit"] {
  cursor: pointer;
  position: relative;
  border: solid #739ed4 1px;
  border-radius: 30px;
  background: #fff;
  color: #739ed4;
  line-height: 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: 0 30px;
  transition: all .5s ease;
}
.l_content .p_entry_form input[type="submit"]:hover {
  background: #739ed4;
  color: #fff;
}

@media (max-width: 1366px) {
  .l_content .p_entry_note .note h2 {
    font-size: 20px;
  }
  .l_content .p_entry_form {
    padding: 80px 0;
  }
  .l_content .p_entry_form .form ul li:nth-child(1) {
    width: 275px;
  }
  .l_content .p_entry_form .form ul li:nth-child(1) .min {
    font-size: 10px;
    margin-right: 5px;
  }
  .l_content .p_entry_form input[type="text"], .l_content .p_entry_form input[type="email"], .l_content .p_entry_form textarea {
    font-size: 14px;
  }
  .l_content .p_entry_form input[type="submit"] {
    border-radius: 27px;
    line-height: 54px;
    max-width: 275px;
  }
}
@media (max-width: 599px) {
  .l_content .p_entry_note .note h2 {
    font-size: 18px;
  }
  .l_content .p_entry_note .note p {
    margin-top: 10px;
  }
  .l_content .p_entry_form {
    padding: 60px 0;
  }
  .l_content .p_entry_form .form ul {
    display: inherit;
  }
  .l_content .p_entry_form .form ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .l_content .p_entry_form .form .col30 {
    display: flex;
    flex-wrap: wrap;
  }
  .l_content .p_entry_form .form .col30 li:nth-child(1) {
    display: block;
  }
  .l_content .p_entry_form .form .col30 li:nth-child(2), .l_content .p_entry_form .form .col30 li:nth-child(3), .l_content .p_entry_form .form .col30 li:nth-child(4) {
    width: 25%;
  }
  .l_content .p_entry_form .form .col30 li:nth-child(3), .l_content .p_entry_form .form .col30 li:nth-child(4) {
    margin-left: 5px;
  }
  .l_content .p_entry_form input[type="text"], .l_content .p_entry_form input[type="email"], .l_content .p_entry_form textarea {
    font-size: 13px;
  }
  .l_content .p_entry_form input[type="submit"] {
    border-radius: 25px;
    line-height: 50px;
    max-width: 250px;
  }
}
