@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #141414;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
body.js_page_trans {
  opacity: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page {
    padding-top: 55px;
  }
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

/* a */
a:link {
  color: #141414;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #141414;
  text-decoration: none;
}
a:hover {
  color: #141414;
  text-decoration: none;
}
a:active {
  color: #141414;
  text-decoration: none;
}

a[href^="tel"] {
  color: #141414;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #141414;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #141414;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #141414;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #141414;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #141414;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #141414;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #141414;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

.u_pc {
  display: block;
}

.u_sp {
  display: none;
}

.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 1.6em;
}

.u_txt_2 {
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 1.4em;
}

.u_txt_3 {
  line-height: 1.75;
  letter-spacing: .5em;
  font-size: 2.8em;
}

.u_txt_4 {
  letter-spacing: .1em;
  font-size: 1.4em;
  line-height: 2;
}

.u_txt_5 {
  line-height: 1.75;
  letter-spacing: .3em;
  font-size: 2.6em;
}

.u_txt_6 {
  line-height: 1.75;
  letter-spacing: .3em;
  font-size: 2em;
}

.u_txt_7 {
  letter-spacing: .5em;
  font-size: 3em;
  line-height: 2.46;
}

.u_txt_8 {
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 1.2em;
}

.u_txt_9 {
  line-height: 1.75;
  letter-spacing: .3em;
  font-size: 1.8em;
}

.u_txt_10 {
  font-size: 1em;
  letter-spacing: .1em;
  line-height: 2.8;
}

.u_txt_11 {
  line-height: 1.75;
  letter-spacing: .5em;
  font-size: 3em;
}

.u_txt_12 {
  font-size: 1.6em;
  line-height: 1.75;
  letter-spacing: .3em;
}

.u_txt_13 {
  line-height: 1.75;
  font-size: 2.8em;
  letter-spacing: .5em;
}

.u_txt_14 {
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 1.2em;
}

.u_txt_15 {
  line-height: 1.75;
  letter-spacing: .5em;
  font-size: 2.4em;
}

.u_txt_16 {
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 2.4em;
}

.u_txt_17 {
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 2em;
}

.u_txt_18 {
  line-height: 1.75;
  letter-spacing: .3em;
  font-size: 2em;
}

.u_txt_19 {
  line-height: 1.75;
  letter-spacing: .3em;
  font-size: 2.8em;
}

.u_txt_20 {
  line-height: 1.75;
  letter-spacing: .3em;
  font-size: 2.6em;
}

.u_txt_21 {
  line-height: 1.75;
  letter-spacing: .3em;
  font-size: 2.4em;
}

.u_txt_22 {
  line-height: 1.75;
  font-size: 2.8em;
  letter-spacing: .4em;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 background
================================= */
.u_bg_1 {
  background: #009fe8;
}

.u_bg_2 {
  background: rgba(0, 159, 232, 0.85);
}

.u_bg_3 {
  background: #f5f5f5;
}

/* =================================
 font
================================= */
.u_font_1 {
  font-family: "Noto Serif JP", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
}

/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 .en,
.c_ttl_1 .ja {
  display: block;
  text-align: left;
}
.c_ttl_1 .en {
  font-family: "Noto Serif JP", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
}

.c_ttl_2 {
  font-family: "Noto Serif JP", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
}
.c_ttl_2:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #141414;
  display: block;
  margin: 25px 0 0;
}
.c_ttl_2 .sub_txt {
  margin: 15px 0 0;
}

/* =================================
 buttons
================================= */
.c_btn_1 {
  height: 40px;
  max-width: 100%;
  display: inline-flex;
  position: relative;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 200px;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.c_btn_1:after, .c_btn_1:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 15px;
  -moz-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.c_btn_1:before {
  right: 0;
}
.c_btn_1:after {
  right: -15px;
}
.c_btn_1 .txt {
  color: #fff;
  padding: 0 30px;
}
.c_btn_1._pt1 {
  background: #009fe8;
}
.c_btn_1._pt1:before {
  background: #fff;
}
.c_btn_1._pt1:after {
  background: #009fe8;
}
.c_btn_1._pt2 {
  border: solid 1px #fff;
}
.c_btn_1._pt2:after, .c_btn_1._pt2:before {
  background: #fff;
}

.c_btn_2 {
  height: 40px;
  max-width: 100%;
  background: #0185c1;
  display: inline-flex;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 200px;
}
.c_btn_2 .txt {
  color: #fff;
}

.c_btn_3 {
  height: 40px;
  border: solid 1px #009fe8;
  display: inline-flex;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: -moz-calc((100% - 60px) / 4);
  width: -o-calc((100% - 60px) / 4);
  width: -webkit-calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4);
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.c_btn_3 .txt {
  color: #009fe8;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.c_btn_4 {
  height: 40px;
  padding: 0 20px;
  border: solid 1px #009fe8;
  display: inline-flex;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  width: 270px;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c_btn_4 > .inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_4 > .inner:after, .c_btn_4 > .inner:before {
  content: '';
  width: 12px;
  height: 6px;
  margin: 0;
  position: absolute;
  left: 0;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.c_btn_4 > .inner:before {
  background: url("../img/common/ico_arrow_01.svg") no-repeat;
}
.c_btn_4 > .inner:after {
  background: url("../img/common/ico_arrow_02.svg") no-repeat;
  display: block;
  opacity: 0;
}
.c_btn_4 > .inner .txt {
  color: #009fe8;
  padding: 0 0 0 20px;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

/* =================================
 icon
================================= */
.c_ico_1 {
  color: #fff;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 130px;
  min-width: 130px;
  height: 24px;
}
.c_ico_1._pt1, .c_ico_1._web {
  background: #36ad93;
}
.c_ico_1._newspaper, .c_ico_1._pt2 {
  background: #3ecf81;
}
.c_ico_1._magazine, .c_ico_1._pt3 {
  background: #39a5b8;
}
.c_ico_1._tv {
  background: #397bb8;
}
.c_ico_1._radio {
  background: #394eb8;
}
.c_ico_1._book {
  background: #b439b8;
}
.c_ico_1._other {
  background: #8a8a8a;
}

/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
.c_pager_num {
  text-align: center;
}
.c_pager_num .page-numbers {
  border: solid 1px #141414;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  margin: 0 5px;
}
.c_pager_num .page-numbers.current {
  background: #141414;
  color: #fff;
}
.c_pager_num .page-numbers.next, .c_pager_num .page-numbers.prev {
  background: transparent;
  border: 0;
}
.c_pager_num .page-numbers.next > .ico, .c_pager_num .page-numbers.prev > .ico {
  width: 10px;
  height: 10px;
}
.c_pager_num .page-numbers.prev > .ico {
  background: url("../img/news/ico_prev.svg") center no-repeat;
}
.c_pager_num .page-numbers.next > .ico {
  background: url("../img/news/ico_next.svg") center no-repeat;
}

/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
.c_list_1 > .item {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}
.c_list_1 > .item:last-child {
  margin: 0;
}
.c_list_1 > .item .link_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_list_1 > .item .link_wrap .date {
  display: inline-block;
  width: 160px;
  min-width: 160px;
}
.c_list_1 > .item .link_wrap .category {
  margin: 0 20px 0 0;
}
.c_list_1 > .item .link_wrap .ttl_wrap {
  margin: 0;
  width: -moz-calc(100% - 310px);
  width: -o-calc(100% - 310px);
  width: -webkit-calc(100% - 310px);
  width: calc(100% - 310px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c_list_1 > .item .link_wrap .ttl_wrap .media {
  color: #009fe8;
  display: inline-block;
  margin: 0 20px 0 0;
}
.c_list_1 > .item .link_wrap .ttl_wrap .ttl {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* =================================
 item
================================= */
.c_item_1 {
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  height: 350px;
}
.c_item_1:before {
  position: absolute;
  right: 0;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.c_item_1 .txt_wrap {
  background: rgba(0, 159, 232, 0.85);
  color: #fff;
  padding: 25px 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.c_item_1 .txt_wrap > .inner {
  width: 220px;
}
.c_item_1 .txt_wrap > .inner .ttl {
  margin: 0 0 20px;
}
.c_item_1 .txt_wrap > .inner .ttl .en {
  margin: 20px 0 0;
}
.c_item_1 .txt_wrap > .inner .btn_wrap {
  margin: 30px 0 0;
  text-align: left;
}
.c_item_1._pt1:hover .c_btn_1._pt2, .c_item_1._pt2:hover .c_btn_1._pt2 {
  background: #088cc8;
}
.c_item_1._pt1:hover .c_btn_1._pt2:before, .c_item_1._pt2:hover .c_btn_1._pt2:before {
  width: 25px;
}
.c_item_1._pt1:hover .c_btn_1._pt2:after, .c_item_1._pt2:hover .c_btn_1._pt2:after {
  width: 5px;
  right: -5px;
}
.c_item_1._pt1 {
  max-width: 700px;
  width: 50%;
}
.c_item_1._pt1:hover:before {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.c_item_1._pt1:hover .txt_wrap {
  background: rgba(1, 133, 193, 0.85);
}
.c_item_1._pt1 .txt_wrap {
  width: 350px;
}
.c_item_1._pt1_noanimation {
  max-width: 700px;
  width: 50%;
}
.c_item_1._pt1_noanimation .txt_wrap {
  width: 350px;
}
.c_item_1._pt2 {
  max-width: 675px;
}
.c_item_1._pt2:hover:before {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.c_item_1._pt2:hover .txt_wrap {
  background: rgba(1, 133, 193, 0.85);
}
.c_item_1._pt2 .txt_wrap {
  width: 340px;
}
.c_item_1._pt2_noanimation .txt_wrap {
  width: 340px;
}

.c_item_2 {
  padding: 0;
  margin-left: -moz-calc(50% - 700px);
  margin-left: -o-calc(50% - 700px);
  margin-left: -webkit-calc(50% - 700px);
  margin-left: calc(50% - 700px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1650px) {
  .c_item_2 {
    margin-left: 0;
  }
}
.c_item_2 .txt_wrap {
  padding: 0;
  width: 350px;
  min-width: 350px;
  margin: 0 150px 0 0;
}
.c_item_2 .txt_wrap .main_ttl {
  margin: 0 0 30px;
}
.c_item_2 .txt_wrap .sub_ttl {
  margin: 0 0 15px;
}
.c_item_2 .img_wrap {
  margin: 0;
  width: 100%;
  max-width: 1920px;
}
.c_item_2 .img_wrap .img {
  max-width: 100%;
}

/* =================================
 tab
================================= */
.c_tab_1 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 0;
  border-left: 0;
  border-bottom: solid 1px #141414;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c_tab_1 .list > .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: auto;
  width: auto;
  border: 0;
  padding: 0 40px 15px;
  display: block;
  position: relative;
  cursor: pointer;
}
.c_tab_1 .list > .item._active:before, .c_tab_1 .list > .item:hover:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #009fe8;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.c_tab_1 .list > .item:hover {
  color: #009fe8;
}
.c_tab_1 .list > .item._active {
  background: #009fe8;
  color: #fff;
  background: transparent;
  color: #009fe8;
  position: relative;
}
.c_tab_1 .list > .item._active .link:link, .c_tab_1 .list > .item._active .link:active, .c_tab_1 .list > .item._active .link:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c_tab_1 .list > .item._active .link:hover {
  color: #fff;
}
.c_tab_1 .list > .item._active .link:link, .c_tab_1 .list > .item._active .link:active, .c_tab_1 .list > .item._active .link:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.c_tab_1 .list > .item._active .link:hover {
  color: #009fe8;
}
.c_tab_1 .list > .item .link {
  padding: 0 0 15px;
}

/* =================================
 link
================================= */
.c_link_1:after {
  content: '';
  background: url("../img/common/ico_link.svg") no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 0 0 5px;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size {
  padding: 0 75px;
  max-width: 1550px;
  min-width: 1115px;
  margin: 0 auto;
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  padding: 15px;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 55px;
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.l_header .inner {
  position: relative;
}
.l_header .inner .logo {
  width: 90px;
  display: block;
}
.l_header .inner .logo img {
  max-width: 100%;
}
.l_header .inner .spmenu_btn {
  background: url("../img/common/spmenu_close.svg") no-repeat center top/contain;
  width: 29px;
  height: 31px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.l_header .inner .spmenu_btn.active {
  background: url("../img/common/spmenu_open.svg") no-repeat center top/contain;
}

/****
bodyに直クラスをつけます
内緒だよ
****/
body.fixed {
  position: fixed;
}

/****
メニュー開いた時のコンテンツだけど描く場所なかったからここに書いたことは内緒
****/
.l_openmenu {
  -moz-transition: ease 0.6s;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  opacity: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 159, 232, 0.8);
  height: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 55px;
}
.l_openmenu.active {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l_openmenu .l_footer {
  background: #fff;
}

/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  height: 40px;
  position: relative;
  margin: 0 0 80px;
  background: linear-gradient(to right, #ffffff 50%, #009fe8 50%);
}
.l_breadcrumbs:before {
  content: '';
  height: 5px;
  background: #009fe8;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.l_breadcrumbs .breadcrumbs {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.l_breadcrumbs .breadcrumbs > .inner {
  height: 100%;
  display: inline-block;
  overflow: auto;
  background: #fff;
  padding: 15px 15px 0 0;
  min-width: -moz-calc(50% + 45px);
  min-width: -o-calc(50% + 45px);
  min-width: -webkit-calc(50% + 45px);
  min-width: calc(50% + 45px);
}
.l_breadcrumbs .breadcrumbs > .inner .home_ico {
  background: url("../img/common/ico_home.svg") no-repeat;
  width: 14px;
  height: 15px;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
.l_breadcrumbs .breadcrumbs > .inner a:link, .l_breadcrumbs .breadcrumbs > .inner a:active, .l_breadcrumbs .breadcrumbs > .inner a:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.l_breadcrumbs .breadcrumbs > .inner a:hover {
  color: #009fe8;
}

/* =================================
 l_main_visual
================================= */
.l_main_visual {
  overflow: hidden;
  height: 350px;
}
.l_main_visual .img {
  width: 100%;
  display: block;
  min-width: 1920px;
}

/* =================================
 l_content
================================= */
.l_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* =================================
 l_main
================================= */
.l_main {
  width: -moz-calc(100% - 250px);
  width: -o-calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  min-width: 1115px;
}

/* =================================
 l_side
================================= */
.l_side {
  display: none;
}

.l_meganav {
  -moz-transition: ease 0.8s;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  opacity: 0;
  -moz-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  -webkit-transform: translateX(-700px);
  transform: translateX(-700px);
  background: rgba(0, 159, 232, 0.95);
  height: 100vh;
  left: 250px;
  top: 0;
  width: 350px;
  display: block;
  position: fixed;
  z-index: 1;
  padding-left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_meganav.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.l_meganav .mega_inner {
  width: 350px;
}
.l_meganav .mega_inner .navttl {
  margin-bottom: 40px;
  color: #fff;
}
.l_meganav .mega_inner .navttl .ja {
  font-size: 2.2rem;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 15px;
}
.l_meganav .mega_inner .navttl .en {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.l_meganav .mega_inner .list .item {
  margin-bottom: 25px;
}
.l_meganav .mega_inner .list .item:last-child {
  margin-bottom: 0;
}
.l_meganav .mega_inner .list .item .link {
  color: #fff;
}
.l_meganav .mega_inner .list .item .link._icon:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../img/common/icon_link_white.svg") no-repeat center center;
  display: inline-block;
  margin-left: 5px;
}
.l_meganav .cancel_trg {
  height: 100vh;
  display: block;
  width: 100px;
  z-index: 1;
  transform: translateX(67px);
}

/* =================================
 l_footer
================================= */
.l_footer {
  height: 270px;
  border-top: solid 1px #dcdcdc;
}
.l_footer .inner {
  padding: 50px 75px 0;
  max-width: 1550px;
  min-width: 1115px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_footer .inner .gotop_btn {
  height: 30px;
  background: #009fe8 url(../img/common/ico_arrow_03.svg) center center no-repeat;
  cursor: pointer;
  width: 60px;
  top: -30px;
  right: 0;
  position: absolute;
}
.l_footer .inner > .list {
  margin: 0 50px 0 0;
  min-width: 100px;
}
.l_footer .inner > .list > .item._accordion._open > .link_wrap > .link:before {
  background: url("../img/common/sp/ico_minus.svg") no-repeat;
  height: 2px;
}
.l_footer .inner > .list > .item._accordion > .link_wrap > .link {
  position: relative;
}
.l_footer .inner > .list > .item._accordion > .link_wrap > .link:before {
  content: '';
  background: url("../img/common/sp/ico_plus.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 4%;
  display: none;
}
.l_footer .inner > .list > .item .child_lsit {
  display: block;
  margin: 10px 0 0;
}
.l_footer .inner > .list > .item .child_lsit > .item {
  margin: 0 0 10px;
}
.l_footer .inner > .list > .item .child_lsit > .item .link {
  padding: 0;
  background: transparent;
}
.l_footer .inner > .list > .item .child_lsit > .item .link:link, .l_footer .inner > .list > .item .child_lsit > .item .link:active, .l_footer .inner > .list > .item .child_lsit > .item .link:visited {
  color: #646464;
  text-decoration: none;
  cursor: pointer;
}
.l_footer .inner > .list > .item .child_lsit > .item .link:hover {
  color: #646464;
}
.l_footer .inner .ico_list {
  margin: 5px 0 0;
}
.l_footer .inner .ico_list .link {
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
}
.l_footer .inner .ico_list .link:last-child {
  margin: 0;
}
.l_footer .inner .ico_list .link .ico_fb {
  width: 32px;
}
.l_footer .inner .ico_list .link .ico_youtube {
  width: 42px;
}
.l_footer .inner .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  display: inline;
  border: 0;
  height: auto;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.l_footer .sp_footer {
  display: none;
}

/* =================================
 l_culture_office
================================= */
.l_culture_office {
  margin: 0 0 95px;
}
.l_culture_office .item_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_culture_office .item_wrap > .item._01 {
  margin: 0;
}
.l_culture_office .item_wrap > .item._01:before {
  background: url("../img/common/sp/culture_bg.jpg");
  background-size: cover;
  content: url("../img/common/culture_bg.jpg");
  width: auto;
  width: auto;
}
.l_culture_office .item_wrap > .item._02:before {
  background: url("../img/common/sp/office_bg.jpg");
  background-size: cover;
  content: url("../img/common/office_bg.jpg");
  width: auto;
  width: auto;
}

/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_main_visual_top
================================= */
.l_main_visual_top > .inner {
  width: 100%;
  position: relative;
  height: -moz-calc(100vh - 55px);
  height: -o-calc(100vh - 55px);
  height: -webkit-calc(100vh - 55px);
  height: calc(100vh - 55px);
  padding: 0;
  height: 100vh;
  background: url("../img/top/kv.jpg") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_main_visual_top > .inner .txt_wrap {
  position: relative;
  z-index: 2;
  width: 1400px;
  height: 374px;
  margin: 0 auto;
  padding: 0 0 0 100px;
  background: none;
}
.l_main_visual_top > .inner .txt_wrap .only_5s {
  display: none;
}
@media screen and (max-width: 320px) {
  .l_main_visual_top > .inner .txt_wrap .only_5s {
    display: block;
  }
}
.l_main_visual_top > .inner .scroll_wrap {
  position: absolute;
  overflow: hidden;
  width: 70px;
  text-align: center;
  left: -moz-calc(50% - 20px);
  left: -o-calc(50% - 20px);
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 50px;
  left: 50%;
  height: auto;
  z-index: 2;
}
.l_main_visual_top > .inner .scroll_wrap:before {
  content: '';
  height: 1px;
  width: 70px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
}
@-webkit-keyframes scroll {
  0% {
    left: -20px;
  }

  10% {
    left: -20px;
  }

  100% {
    left: 90px;
  }
}
@-moz-keyframes scroll {
  0% {
    left: -20px;
  }

  10% {
    left: -20px;
  }

  100% {
    left: 90px;
  }
}
@keyframes scroll {
  0% {
    left: -20px;
  }

  10% {
    left: -20px;
  }

  100% {
    left: 90px;
  }
}
.l_main_visual_top > .inner .scroll_wrap:after {
  content: '';
  height: 1px;
  width: 20px;
  background: #009fe8;
  position: absolute;
  left: -20px;
  bottom: 0;
  -webkit-animation: scroll 1.5s ease infinite;
  -moz-animation: scroll 1.5s ease infinite;
  animation: scroll 1.5s ease infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.l_main_visual_top > .inner .particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 400px;
}
.l_main_visual_top:after {
  content: '';
  background: #009fe8;
  display: block;
  width: 80%;
  margin: 0 0 0 20%;
  height: 40px;
  width: -moz-calc(50% + 45px);
  width: -o-calc(50% + 45px);
  width: -webkit-calc(50% + 45px);
  width: calc(50% + 45px);
  margin-left: -moz-calc(50% - 45px);
  margin-left: -o-calc(50% - 45px);
  margin-left: -webkit-calc(50% - 45px);
  margin-left: calc(50% - 45px);
}

/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

                 /* ======================================================================
 p_404
====================================================================== */
.p_404 .main_ttl {
  margin: 0 0 35px;
}
.p_404 .btn_wrap {
  margin: 45px 0 100px;
  text-align: left;
}

/* ======================================================================
 p_service
====================================================================== */
.p_service .sec_1 {
  margin: 0 0 100px;
}
.p_service .sec_1 .main_ttl {
  margin: 0 0 35px;
}
.p_service .sec_1 .sub_ttl {
  margin: 0 0 35px;
}
.p_service .sec_1 .img_wrap {
  margin: 75px 0 0;
  background: url("../img/service/service_bg.jpg") left center no-repeat;
}
.p_service .sec_1 .img_wrap .img {
  width: auto;
  max-width: none;
}
.p_service .sec_2 {
  padding: 90px 0 100px;
}
.p_service .sec_2 .list {
  margin: 75px 0 0;
}
.p_service .sec_2 .list .item {
  margin: 0 0 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_service .sec_2 .list .item:nth-child(odd) .txt_wrap {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.p_service .sec_2 .list .item:last-child {
  margin: 0;
}
.p_service .sec_2 .list .item .txt_wrap {
  width: -moz-calc(100% - 625px);
  width: -o-calc(100% - 625px);
  width: -webkit-calc(100% - 625px);
  width: calc(100% - 625px);
}
.p_service .sec_2 .list .item .txt_wrap .keyword {
  background: #009fe8;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  height: 30px;
  padding: 0 30px;
  margin: 0 0 15px;
  width: auto;
  display: inline-flex;
}
.p_service .sec_2 .list .item .txt_wrap .ttl {
  text-align: left;
  margin: 0 0 10px;
}
.p_service .sec_2 .list .item .img_wrap {
  text-align: center;
  margin: 0;
}
.p_service .sec_2 .list .item .img_wrap .img {
  max-width: none;
}
.p_service .bnr_wrap {
  padding: 15px 4%;
  text-align: center;
  height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_service .bnr_wrap .link {
  display: inline-block;
  margin: 0 auto;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.p_service .bnr_wrap .link:hover {
  opacity: 0.7;
}
.p_service .bnr_wrap .link .img {
  max-width: none;
}

                 /* ======================================================================
 p_culture
====================================================================== */
.p_culture .sec_1 {
  margin: 0 0 100px;
}
.p_culture .sec_1 .main_ttl {
  margin: 0 0 35px;
}
.p_culture .sec_1 .btn_wrap {
  width: 580px;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_culture .sec_1 .btn_wrap .btn {
  margin: 20px 10px 0;
}
.p_culture .sec_1 .btn_wrap .btn:first-of-type {
  margin: 0 10px;
}
.p_culture .sec_1 .btn_wrap .btn:nth-child(-n+2) {
  margin: 0 10px;
}
.p_culture .sec {
  margin: 0 0 90px;
}
.p_culture .sec:last-child {
  margin: 0 0 90px;
}
.p_culture .sec .sec_ttl {
  text-align: left;
  margin: 0 0 40px;
}
.p_culture .sec .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_culture .sec .list > .item {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  margin: 50px 0 0;
  width: -moz-calc(50% - 25px);
  width: -o-calc(50% - 25px);
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
}
@media screen and (min-width: 1920px) {
  .p_culture .sec .list > .item {
    width: 430px;
  }
}
.p_culture .sec .list > .item:first-of-type {
  margin: 0;
}
.p_culture .sec .list > .item:nth-child(-n+2) {
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .p_culture .sec .list > .item:nth-child(-n+3) {
    margin: 0;
  }
}
.p_culture .sec .list > .item .ttl {
  color: #009fe8;
  text-align: center;
  margin: 0 0 10px;
}
.p_culture .sec .list > .item .ttl .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_culture .sec .list > .item .ttl .link:link, .p_culture .sec .list > .item .ttl .link:active, .p_culture .sec .list > .item .ttl .link:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.p_culture .sec .list > .item .ttl .link:hover {
  color: #009fe8;
}
.p_culture .entry_wrap {
  margin: 0 0 100px;
}
.p_culture .entry_wrap .entry_btn {
  background: #009fe8;
  margin: 0 auto;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 900px;
  height: 90px;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.p_culture .entry_wrap .entry_btn:link, .p_culture .entry_wrap .entry_btn:active, .p_culture .entry_wrap .entry_btn:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.p_culture .entry_wrap .entry_btn:hover {
  color: #fff;
}

                 /* ======================================================================
 p_top
====================================================================== */
.p_top .l_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}
.p_top .l_loader .loader {
  display: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
}
.p_top .l_loader .loader .loading_gif {
  max-width: 100%;
}
.p_top .l_main .sec_1 {
  margin: 50px 0 100px;
}
.p_top .l_main .sec_1 .sec_ttl {
  margin: 0 0 50px;
}
.p_top .l_main .sec_1 .tab_wrap {
  margin: 0 0 50px;
}
.p_top .l_main .sec_1 .tab_content > .item {
  display: none;
}
.p_top .l_main .sec_1 .tab_content > .item._active {
  display: block;
}
.p_top .l_main .sec_1 .btn_wrap {
  margin: 50px 0 0;
  text-align: left;
}
.p_top .l_main .sec_2 {
  margin: 0 0 90px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_top .l_main .sec_2 .img_wrap {
  max-width: 585px;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.p_top .l_main .sec_2 .img_wrap .img {
  display: block;
  width: auto;
  max-width: none;
}
.p_top .l_main .sec_2 .txt_wrap {
  background: #009fe8;
  color: #fff;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 600px;
}
.p_top .l_main .sec_2 .txt_wrap > .inner {
  padding: 0 60px;
}
.p_top .l_main .sec_2 .txt_wrap > .inner .sec_ttl {
  position: relative;
  margin: 0 0 35px;
}
.p_top .l_main .sec_2 .txt_wrap > .inner .sec_ttl:before {
  content: '';
  background: url("../img/top/mission_shape.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 204px;
  height: 148px;
  left: 550px;
}
.p_top .l_main .sec_2 .txt_wrap > .inner .sec_ttl .en,
.p_top .l_main .sec_2 .txt_wrap > .inner .sec_ttl .ja {
  text-align: left;
}
.p_top .l_main .sec_3 {
  margin: 0 0 90px;
}
.p_top .l_main .sec_3 .sec_ttl {
  margin: 0 0 40px;
}
.p_top .l_main .sec_3 .detail_btn_wrap {
  margin: 40px 0 0;
  text-align: left;
}
.p_top .l_main .sec_3 .item_wrap {
  margin: 100px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_top .l_main .sec_3 .item_wrap .item._01:before {
  content: url("../img/top/feature_bg.jpg");
}
.p_top .l_main .sec_3 .item_wrap .item._02 {
  margin: 50px 0 0;
}
.p_top .l_main .sec_3 .item_wrap .item._02:before {
  content: url("../img/top/initiatives_bg.jpg");
}
.p_top .l_main .sec_4 {
  background: linear-gradient(to top, #ffffff 50px, #009fe8 50px);
  margin: 0 0 90px;
  padding: 50px 0 0;
}
.p_top .l_main .sec_4 > .inner {
  height: 600px;
  width: 100%;
  background: url("../img/top/service_img.jpg") no-repeat;
  background-size: -moz-calc(100% - 360px - (50% - 700px));
  background-size: -o-calc(100% - 360px - (50% - 700px));
  background-size: -webkit-calc(100% - 360px - (50% - 700px));
  background-size: calc(100% - 360px - (50% - 700px));
  max-width: -moz-calc(1400px + (50% - 700px));
  max-width: -o-calc(1400px + (50% - 700px));
  max-width: -webkit-calc(1400px + (50% - 700px));
  max-width: calc(1400px + (50% - 700px));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.p_top .l_main .sec_4 > .inner .txt_wrap {
  color: #fff;
  background: linear-gradient(to top, #ffffff 50px, #009fe8 50px);
  max-width: 420px;
  padding: 40px 60px 0;
  height: 100%;
  -webkit-flex-basis: 420px;
  -moz-flex-basis: 420px;
  -ms-flex-basis: 420px;
  flex-basis: 420px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.p_top .l_main .sec_4 > .inner .txt_wrap .sec_ttl {
  margin: 0 0 40px;
}
.p_top .l_main .sec_4 > .inner .txt_wrap .btn_wrap {
  margin: 45px 0 0;
  text-align: left;
}
.p_top .l_main .sec_4 > .inner .img_wrap {
  margin: 30px 0 0;
  text-align: center;
}
.p_top .l_main .sec_4 > .inner .img_wrap .img {
  max-width: 100%;
}
.p_top .l_main .sec_5 {
  margin: 0 0 90px;
}
.p_top .l_main .sec_5 .sec_ttl {
  margin: 0 0 40px;
}
.p_top .l_main .sec_5 .btn_wrap {
  text-align: left;
  margin: 40px 0 0;
}
.p_top .l_main .sec_5 .img_wrap {
  margin: 50px 0 0;
  text-align: center;
}
.p_top .l_main .sec_5 .img_wrap .img {
  max-width: 100%;
}
.p_top .l_main .sec_6 {
  margin: 0 0 100px;
}
.p_top .l_main .sec_6 .content_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_top .l_main .sec_6 .content_wrap .txt_wrap {
  width: 220px;
  max-width: 220px;
  margin: 0 40px 0 0;
}
.p_top .l_main .sec_6 .content_wrap .txt_wrap .sec_ttl {
  margin: 0 0 40px;
}
.p_top .l_main .sec_6 .content_wrap .txt_wrap .btn_wrap {
  text-align: left;
  margin: 25px 0 0;
}
.p_top .l_main .sec_6 .content_wrap .item_wrap {
  margin: 50px 0 0;
  width: -moz-calc(100% - 260px);
  width: -o-calc(100% - 260px);
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item {
  height: 140px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0;
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item:last-child {
  margin: 0;
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item:before {
  height: 100%;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p_top .l_main .sec_6 .content_wrap .item_wrap .item:before {
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
  }
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item._01 {
  background: url("../img/top/sp/new_graduate.jpg") right center no-repeat;
  background-size: cover;
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item._01:before {
  content: url("../img/top/new_graduate.jpg");
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item._02 {
  background: url("../img/top/sp/career.jpg") right center no-repeat;
  background-size: cover;
  margin: 50px 0 0;
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item._02:before {
  content: url("../img/top/career.jpg");
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item:hover:before {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item:hover .txt_wrap {
  background: rgba(1, 133, 193, 0.85);
}
.p_top .l_main .sec_6 .content_wrap .item_wrap .item .txt_wrap {
  width: 50%;
  height: 100%;
  color: #fff;
  position: relative;
  background: rgba(0, 159, 232, 0.85);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.p_top .l_main .l_culture_office {
  display: block;
}

                 /* ======================================================================
 p_message
====================================================================== */
.p_message .sec_1 {
  margin: 0 0 90px;
}
.p_message .sec_1 .main_ttl {
  margin: 0 0 40px;
}
.p_message .sec_1 .img_wrap {
  margin: 90px 0 0;
  overflow: hidden;
}
.p_message .sec_1 .img_wrap .img {
  max-width: none;
}
.p_message .sec_2 {
  margin: 0 0 90px;
}
.p_message .sec_2 .message_wrap {
  margin: 35px 0 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.p_message .sec_2 .message_wrap .block {
  border: 0;
  padding: 0;
  margin: 0;
  width: -moz-calc(50% - 25px);
  width: -o-calc(50% - 25px);
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
}
.p_message .sec_2 .message_wrap .block:last-child {
  border: 0;
  padding: 0;
}
.p_message .sec_2 .message_wrap .block .sub_ttl {
  margin: 0 0 35px;
}
.p_message .sec_2 .message_wrap .block .txt {
  height: auto;
  overflow: auto;
}
.p_message .sec_2 .message_wrap .block .txt._open {
  height: auto;
}
.p_message .sec_2 .message_wrap .block .name {
  margin: 15px 0 0;
}
.p_message .sec_2 .message_wrap .block .btn_wrap {
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  margin: -100px 0 0;
  padding: 100px 0 0;
}
.p_message .sec_2 .message_wrap .block .btn_wrap .more_btn {
  height: 30px;
  padding: 0 40px;
  color: #fff;
  background: #009fe8;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.p_message .sec_2 .img_wrap {
  overflow: hidden;
}
.p_message .sec_2 .img_wrap:before {
  content: '';
  display: block;
  width: 1400px;
  max-width: 100%;
  height: 250px;
  background: url("../img/message/message_img02.jpg") right no-repeat;
}
.p_message .sec_2 .img_wrap .img {
  max-width: 100%;
}
.p_message .sec_3 {
  margin: 0 0 100px;
}
.p_message .sec_3 .tab_wrap .tab_content {
  margin: 60px 0 0;
  background: url("../img/message/mission_bg.jpg") right top no-repeat;
}
.p_message .sec_3 .tab_wrap .tab_content > .item {
  display: none;
}
.p_message .sec_3 .tab_wrap .tab_content > .item._active {
  display: block;
}
.p_message .sec_3 .tab_wrap .tab_content > .item .img_wrap {
  margin: 0 0 40px;
}
.p_message .sec_3 .tab_wrap .tab_content > .item .img_wrap .picture_wrap {
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 765px;
  height: 65px;
}
.p_message .sec_3 .tab_wrap .tab_content > .item .img_wrap .picture_wrap._current {
  height: 365px;
}
.p_message .sec_3 .tab_wrap .tab_content > .item .img_wrap .picture_wrap .img {
  display: block;
  max-width: none;
}

                 /* ======================================================================
 p_profile
====================================================================== */
.p_profile .sec_1 {
  margin: 0 0 60px;
}
.p_profile .sec_1 .main_ttl {
  margin: 0 0 80px;
}
.p_profile .sec_1 .table_wrap {
  margin: 30px 0 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_profile .sec_1 .table_wrap .table {
  width: 660px;
}
.p_profile .sec_1 .table_wrap .table .tr {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_profile .sec_1 .table_wrap .table .tr .th {
  color: #009fe8;
  width: 150px;
}
.p_profile .sec_1 .table_wrap .table .tr .td {
  width: -moz-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}
.p_profile .sec_1 .table_wrap .table .tr .td .link {
  display: inline-block;
}
.p_profile .sec_1 .table_wrap .table .tr .td .link .educom_logo {
  width: 190px;
  display: block;
  margin: 0 0 5px;
}
.p_profile .sec_1 .table_wrap .table .tr .td .img {
  max-width: 100%;
  width: 363px;
}
.p_profile .sec_1 .table_wrap .table .tr .td .list .item {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p_profile .sec_1 .map_wrap .map {
  width: 100%;
  margin: 0 0 15px;
  height: 450px;
}
.p_profile .sec_2 {
  margin: 0 0 90px;
}
.p_profile .sec_2 .history_wrap {
  margin: 45px 0 0;
}
.p_profile .sec_2 .history_wrap .table .tr {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.p_profile .sec_2 .history_wrap .table .tr .th {
  margin: 0;
  position: relative;
}
.p_profile .sec_2 .history_wrap .table .tr .th:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: -16px;
  border-top: solid 8px #009fe8;
  border-left: solid 8px #009fe8;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
}
.p_profile .sec_2 .history_wrap .table .tr .th .year {
  background: #009fe8;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 150px;
  height: 45px;
  margin: -10px 0 0;
}
.p_profile .sec_2 .history_wrap .table .tr .td {
  width: -moz-calc(100% - 200px);
  width: -o-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}
.p_profile .sec_2 .history_wrap .table .tr .td .list > .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px;
}
.p_profile .sec_2 .history_wrap .table .tr .td .list > .item:last-child {
  margin: 0;
}
.p_profile .sec_2 .history_wrap .table .tr .td .list > .item .month {
  color: #009fe8;
  width: 80px;
}
.p_profile .sec_2 .history_wrap .table .tr .td .list > .item .content {
  width: auto;
}

                 /* ======================================================================
 p_office
====================================================================== */
.p_office .mfp-bg {
  display: none;
}
.p_office .mfp-wrap {
  display: none;
}
.p_office .sec_1 {
  margin: 0 0 100px;
}
.p_office .sec_1 .main_ttl {
  margin: 0 0 35px;
}
.p_office .sec_1 .sub_ttl {
  margin: 0 0 35px;
}
.p_office .sec_1 .img_wrap {
  margin: 75px 0 0;
  background: url("../img/service/service_bg.jpg") left center no-repeat;
}
.p_office .sec_1 .img_wrap .img {
  width: auto;
  max-width: none;
}
.p_office .sec_2 .list {
  *zoom: 1;
}
.p_office .sec_2 .list:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
.p_office .sec_2 .list .item {
  width: 30%;
  margin-bottom: 60px;
  line-height: 0;
  font-size: 0;
  float: left;
}
@media screen and (min-width: 482px) and (max-width: 768px) {
  .p_office .sec_2 .list .item {
    width: 48%;
  }
}
.p_office .sec_2 .list .item:nth-child(3n+2) {
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .p_office .sec_2 .list .item:nth-child(even) {
    margin-left: 4%;
  }
}
.p_office .sec_2 .list .item .popup {
  cursor: pointer;
  display: block;
  position: relative;
  pointer-events: auto;
}
.p_office .sec_2 .list .item .popup:after {
  content: '';
  -moz-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 159, 232, 0.5);
  opacity: 0;
}
.p_office .sec_2 .list .item .popup:before {
  content: '';
  opacity: 0;
  -moz-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 70px;
  height: 70px;
  z-index: 1;
  background: url("../img/office/icon_popup.svg") no-repeat center center;
  display: block;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.p_office .sec_2 .list .item .popup img {
  max-width: 100%;
}
.p_office .entry_wrap {
  margin: 60px 0 100px;
}
.p_office .entry_wrap .entry_btn {
  background: #009fe8;
  margin: 0 auto;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 900px;
  height: 90px;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.p_office .entry_wrap .entry_btn:link, .p_office .entry_wrap .entry_btn:active, .p_office .entry_wrap .entry_btn:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.p_office .entry_wrap .entry_btn:hover {
  color: #fff;
}
.p_office .mfp-image-holder .mfp-content {
  width: 70%;
}
.p_office .mfp-arrow-left {
  left: 15%;
  -moz-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
}
.p_office .mfp-arrow-right {
  right: 15%;
  -moz-transform: translateX(45px);
  -ms-transform: translateX(45px);
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
}
.p_office .mfp-arrow {
  width: 90px;
  height: 90px;
  margin-top: -45px;
  opacity: 1;
}
.p_office .mfp-arrow:after,
.p_office .mfp-arrow:before {
  content: none;
}
.p_office .mfp-arrow-left {
  background: url("../img/office/icon_popup_l.svg") no-repeat center center;
}
.p_office .mfp-arrow-right {
  background: url("../img/office/icon_popup_r.svg") no-repeat center center;
}
.p_office .mfp-close {
  width: 30px;
  height: 30px;
  display: block;
  right: -20px;
  top: 20px;
  background: url("../img/office/icon_close.png") no-repeat center center;
}
.p_office .mfp-figure:after {
  box-shadow: none;
  background: none;
}

                 /* ======================================================================
 .p_contact
====================================================================== */
.p_contact .main_ttl {
  margin: 0 0 80px;
}
.p_contact .form_wrap {
  margin: 0 0 100px;
}

/* ======================================================================
 p_privacy
====================================================================== */
.p_privacy .sec_1 {
  margin: 0 0 70px;
}
.p_privacy .sec_1 .main_ttl {
  margin: 0 0 35px;
}
.p_privacy .sec_2 .sec_ttl,
.p_privacy .sec_3 .sec_ttl {
  color: #009fe8;
  margin: 0 0 35px;
}
.p_privacy .sec_2 .list,
.p_privacy .sec_3 .list {
  margin: 40px 0 0;
}
.p_privacy .sec_2 .list > .item,
.p_privacy .sec_3 .list > .item {
  margin: 0 0 40px;
}
.p_privacy .sec_2 .list > .item:last-child,
.p_privacy .sec_3 .list > .item:last-child {
  margin: 0;
}
.p_privacy .sec_2 .list > .item > .inner .child_list > .item,
.p_privacy .sec_3 .list > .item > .inner .child_list > .item {
  padding: 0 0 0 16px;
  text-indent: -16px;
  margin: 0 0 5px;
}
.p_privacy .sec_2 {
  margin: 0 0 70px;
}
.p_privacy .sec_2 .list {
  margin: 40px 0;
}
.p_privacy .sec_2 .list > .item._03 .child_list {
  margin: 25px 0 0;
}
.p_privacy .sec_2 .list > .item .item_ttl {
  margin: 0 0 25px;
  padding: 0 0 0 28px;
  text-indent: -28px;
}
.p_privacy .sec_2 .list > .item > .inner {
  padding: 0 0 0 28px;
}
.p_privacy .sec_3 .link,
.p_privacy .sec_4 .link {
  color: #009fe8;
  text-decoration: underline;
}
.p_privacy .sec_3 {
  margin: 0 0 70px;
}
.p_privacy .sec_3 .date {
  margin: 0 0 20px;
}
.p_privacy .sec_3 .list > .item._02 .child_list > .item._02, .p_privacy .sec_3 .list > .item._02 .child_list > .item._03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 0 0 22px;
}
.p_privacy .sec_3 .list > .item._02 .child_list > .item._02 {
  margin: 0 0 25px;
}
.p_privacy .sec_3 .list > .item._02 .child_list > .item._02 .grandchild_list {
  margin: 0 0 0 -5px;
}
.p_privacy .sec_3 .list > .item._02 .child_list > .item._02 .grandchild_list > .item {
  padding: 0 0 10px 18px;
  text-indent: -18px;
}
.p_privacy .sec_3 .list > .item._02 .child_list > .item._03 {
  padding: 0 0 0 55px;
  text-indent: -35px;
}
.p_privacy .sec_3 .list > .item._02 .child_list > .item .item_ttl {
  padding-left: 37px;
  text-indent: -37px;
}
.p_privacy .sec_3 .list > .item .item_ttl {
  margin: 0 0 20px;
  padding: 0 0 0 16px;
  text-indent: -16px;
}
.p_privacy .sec_3 .list > .item > .inner {
  padding: 0 0 0 16px;
}
.p_privacy .sec_3 .list > .item > .inner .table_wrap {
  width: 100%;
  margin: 25px 0 0;
  overflow: auto;
}
.p_privacy .sec_3 .list > .item > .inner .table_wrap .table {
  border: solid 1px #141414;
  margin: 0 0 10px;
  width: 100%;
}
.p_privacy .sec_3 .list > .item > .inner .table_wrap .table .td,
.p_privacy .sec_3 .list > .item > .inner .table_wrap .table .th {
  border: solid 1px #141414;
  width: 33%;
  padding: 15px 50px;
}
.p_privacy .sec_3 .list > .item > .inner .table_wrap .table .th {
  background: #f0f0f0;
}
.p_privacy .sec_3 .list > .item > .inner .table_wrap .table .td._dashed_1 {
  border-bottom: dashed 1px #b4b4b4;
}
.p_privacy .sec_3 .list > .item > .inner .table_wrap .table .td._dashed_2 {
  border-top: dashed 1px #b4b4b4;
  border-bottom: dashed 1px #b4b4b4;
}
.p_privacy .sec_3 .list > .item > .inner .table_wrap .table .td._dashed_3 {
  border-top: dashed 1px #b4b4b4;
}
.p_privacy .sec_3 .list > .item > .inner .table_wrap .table .indent {
  padding-left: 35px;
  text-indent: -35px;
}
.p_privacy .sec_3 .list > .item > .inner .contact {
  margin: 25px 0 0;
}
.p_privacy .sec_4 {
  margin: 0 0 100px;
}
.p_privacy .sec_4 .date {
  margin: 0 0 20px;
}
.p_privacy .sec_4 .sec_ttl {
  color: #009fe8;
  margin: 0 0 35px;
}
.p_privacy .sec_4 .list {
  margin: 40px 0 0;
}
.p_privacy .sec_4 .list > .item {
  margin: 0 0 40px;
}
.p_privacy .sec_4 .list > .item:last-child {
  margin: 0;
}
.p_privacy .sec_4 .list > .item .item_ttl {
  margin: 0 0 20px;
  padding: 0 0 0 16px;
  text-indent: -16px;
}
.p_privacy .sec_4 .list > .item > .inner {
  padding: 0 0 0 16px;
}
.p_privacy .sec_4 .list > .item > .inner > .child_list {
  margin: 20px 0 0;
}
.p_privacy .sec_4 .list > .item > .inner > .child_list > .item {
  padding: 0 0 0 24px;
  text-indent: -24px;
  margin: 0 0 5px;
}

                 /* ======================================================================
 p_security
====================================================================== */
.p_security .conetnt_wrap .main_ttl {
  margin: 0 0 35px;
}
.p_security .conetnt_wrap .list {
  margin: 40px 0 50px;
}
.p_security .conetnt_wrap .list > .item {
  margin: 0 0 50px;
}
.p_security .conetnt_wrap .list > .item .sub_ttl {
  margin: 0 0 20px;
  padding-left: 28px;
  text-indent: -28px;
}
.p_security .conetnt_wrap .list > .item .sub_ttl .number {
  color: #141414;
}
.p_security .conetnt_wrap .list > .item .child_lsit,
.p_security .conetnt_wrap .list > .item .txt {
  padding: 0 0 0 30px;
}
.p_security .conetnt_wrap .list > .item .child_lsit > .item {
  margin: 0;
  padding-left: 18px;
  text-indent: -18px;
}
.p_security .conetnt_wrap .date_name {
  text-align: right;
  margin: 0 0 90px;
}

                 /* ======================================================================
 p_careers
====================================================================== */
.p_careers .sec_1 {
  margin: 0 0 100px;
}
.p_careers .sec_1 .flexinner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_careers .sec_1 .flexinner .inf_wrap {
  width: 560px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .p_careers .sec_1 .flexinner .inf_wrap {
    margin-bottom: 30px;
  }
}
.p_careers .sec_1 .flexinner .mov_wrap {
  width: -moz-calc(100% - 560px);
  width: -o-calc(100% - 560px);
  width: -webkit-calc(100% - 560px);
  width: calc(100% - 560px);
}
.p_careers .sec_1 .flexinner .mov_wrap .mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p_careers .sec_1 .flexinner .mov_wrap .mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p_careers .sec_1 .main_ttl {
  margin: 0 0 35px;
}
.p_careers .sec_1 .sub_ttl {
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_1 .sub_ttl .u_txt_13 {
    letter-spacing: 0.5em;
  }
}
.p_careers .sec_2 {
  margin: 0 0 90px;
}
.p_careers .sec_2 .main_ttl {
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_2 .main_ttl .ja {
    font-size: 2em;
  }
}
.p_careers .sec_2 .sub_ttl {
  margin: 0 0 35px;
}
.p_careers .sec_2 .division_wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.p_careers .sec_2 .division_wrap .img_wrap {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_2 .division_wrap .img_wrap:last-child {
    display: none;
  }
}
.p_careers .sec_2 .division_wrap .img_wrap img {
  max-width: 100%;
}
.p_careers .sec_3 {
  margin: 0 0 40px;
}
.p_careers .sec_3 .main_ttl {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_3 .main_ttl .u_txt_11 {
    font-size: 2em;
  }
}
.p_careers .sec_3 .c_ttl_1 .ja {
  letter-spacing: 10px;
}
.p_careers .sec_3 .c_ttl_1 .en {
  letter-spacing: 0.5px;
}
.p_careers .sec_3 .list .item {
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_3 .list .item {
    padding: 0 0 30px;
  }
}
.p_careers .sec_3 .list .item .img_wrap {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_3 .list .item .img_wrap {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_careers .sec_3 .list .item .img_wrap img {
  max-width: 100%;
}
.p_careers .sec_3 .list .item .c_ttl_1 .subttl {
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_3 .list .item .c_ttl_1 .subttl {
    font-size: 1.8rem;
    letter-spacing: 8px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p_careers .sec_3 .list .item .c_ttl_1._sub {
    padding-top: 1px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p_careers .sec_3 .list .item .c_ttl_1._sub .ja {
    letter-spacing: 12px;
  }
}
.p_careers .sec_3 .list .item .desc {
  margin-bottom: 10px;
}
.p_careers .sec_msg {
  margin: 0 0 85px;
}
@media screen and (max-width: 1024px) {
  .p_careers .sec_msg .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p_careers .sec_msg .msg_box {
  padding: 30px 50px;
  background: url("../img/careers/mission_msg.jpg") no-repeat left bottom, #bad4ed;
}
@media screen and (max-width: 1024px) {
  .p_careers .sec_msg .msg_box {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p_careers .sec_msg .msg_box img {
    height: 140px;
  }
}
.p_careers .sec_4 {
  margin: 0 0 90px;
}
.p_careers .sec_4 .main_ttl {
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_4 .main_ttl .u_txt_11 {
    font-size: 2em;
  }
}
.p_careers .sec_4 .c_list_1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_4 .c_list_1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p_careers .sec_4 .btn_wrap {
    text-align: center;
  }
}
.p_careers .sec_5 {
  margin: 0 0 50px;
}
.p_careers .sec_5 .main_ttl {
  margin: 0 0 35px;
}
.p_careers .sec_5 .main_ttl .u_txt_11 {
  font-size: 2.8em;
  font-size: 2em;
}
.p_careers .sec_5 .txt_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_5 .txt_wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p_careers .sec_5 .btn_wrap {
    text-align: center;
  }
}
.p_careers .sec_6 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_6 .l_content_size {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_careers .sec_6 {
    margin-bottom: 15px;
  }
}
.p_careers .sec_6 .sec_6_inner {
  background: #f5f5f5;
  padding: 25px 30px 30px;
  padding: 40px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_6 .sec_6_inner {
    text-align: center;
    margin-left: 4%;
    margin-right: 4%;
  }
}
.p_careers .sec_6 .sec_6_inner .main_ttl {
  margin-bottom: 20px;
}
.p_careers .sec_6 .sec_6_inner .main_ttl .ja {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_6 .sec_6_inner .main_ttl .ja {
    font-size: 1.6rem;
  }
}
.p_careers .sec_6 .list {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_careers .sec_6 .list .item {
  width: 24%;
  margin-bottom: 20px;
  margin-right: 1.25%;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_6 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.p_careers .sec_6 .list .item:nth-child(4n+4) {
  margin-right: 0;
}
.p_careers .sec_6 .list .item .c_btn_3 {
  background: #fff;
  width: 100%;
}
.p_careers .sec_6 .list .item .c_btn_3:hover {
  background: #009fe8;
}
.p_careers .sec_7 .l_content_size {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_7 .l_content_size {
    margin-bottom: 20px;
  }
}
.p_careers .sec_7 .l_content_size .sec_7_inner {
  width: 100%;
  height: 210px;
  background: url("../img/careers/fleshers_recruit_btn.jpg") no-repeat center left;
  background-position-x: 300px;
}
.p_careers .sec_7 .l_content_size .sec_7_inner .inf_wrap {
  width: 300px;
  padding: 40px 50px;
  background: #f5f5f5;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_7 .l_content_size .sec_7_inner .inf_wrap {
    padding: 20px 0 30px;
    text-align: center;
  }
}
.p_careers .sec_7 .l_content_size .sec_7_inner .inf_wrap .main_ttl {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_careers .sec_7 .l_content_size .sec_7_inner .inf_wrap .main_ttl {
    margin-bottom: 25px;
  }
}
.p_careers .sec_7 .l_content_size .sec_7_inner .inf_wrap .btn_wrap {
  width: 100%;
}
.p_careers .pr_table {
  margin: 0 auto 100px;
}
.p_careers .pr_table .iframe {
  min-height: 420px;
}
.p_careers .bnr_wrap {
  padding: 50px 0;
}
.p_careers .bnr_wrap .link {
  display: block;
  width: 340px;
  margin: 0 auto;
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.p_careers .bnr_wrap .link .logo_wrap {
  background: #fff;
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_careers .bnr_wrap .link .logo_wrap .img {
  width: auto;
}
.p_careers .bnr_wrap .link .txt_wrap {
  background: #dcdcdc;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_careers #wrap {
  text-align: center;
}

.section.article-images {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
}

/* ======================================================================
 p_news_single
====================================================================== */

.p_news_single .article_wrap .info_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_news_single .article_wrap .info_wrap > .inner {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: block;
}
.p_news_single .article_wrap .info_wrap > .inner .share_wrap {
  margin: 0 0 30px auto;
}
.p_news_single .article_wrap .info_wrap > .inner .share_wrap .item .link {
  -moz-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.p_news_single .article_wrap .info_wrap .article_ttl {
  margin: 0 30px 0 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.p_news_single .article_wrap .info_wrap .article_ttl:after {
  margin: 25px 0 0;
}
.p_news_single .article_wrap .content_wrap {
  overflow: scroll;
}
.p_news_single .article_wrap .content_wrap {
  margin: 35px 0 0;
  overflow: visible;
}
.p_news_single .article_wrap .content_wrap p {
  font-size: 1.3em;
  line-height: 1.75;
  letter-spacing: .1em;
}
.p_news_single .article_wrap .content_wrap p {
  text-align: left !important;
}
.p_news_single .article_wrap .content_wrap p {
  font-size: 1.6em;
}
.p_news_single .article_wrap .content_wrap p + p {
  margin: 20px 0;
}
.p_news_single .article_wrap .content_wrap p + p {
  margin: 30px 0;
}
.p_news_single .article_wrap .content_wrap h2:after,
.p_news_single .article_wrap .content_wrap h3:after,
.p_news_single .article_wrap .content_wrap h4:after {
  margin: 25px 0 0;
}
.p_news_single .article_wrap .content_wrap h2,
.p_news_single .article_wrap .content_wrap h3 {
  margin: 30px 0 40px;
}
.p_news_single .article_wrap .content_wrap h2 {
  font-size: 2.8em;
}
.p_news_single .article_wrap .content_wrap h3 {
  font-size: 2.6em;
}
.p_news_single .article_wrap .content_wrap h4 {
  font-size: 2.4em;
  margin: 30px 0 20px;
}
.p_news_single .article_wrap .content_wrap img {
  margin: 25px 0;
  width: auto;
  max-width: 100%;
}
.p_news_single .article_wrap .content_wrap blockquote {
  padding: 0 30px;
}
.p_news_single .article_wrap .content_wrap blockquote:before, .p_news_single .article_wrap .content_wrap blockquote:after {
  font-size: 16px;
}
.p_news_single .article_wrap .content_wrap blockquote:after {
  bottom: -8px;
}
.p_news_single .article_wrap .content_wrap ul li,
.p_news_single .article_wrap .content_wrap ol li {
  font-size: 1.6em;
}
.p_news_single .article_wrap .content_wrap ol {
  padding: 0 0 0 22px;
}
.p_news_single .article_wrap .content_wrap ul li {
  padding-left: 22px;
  text-indent: -18px;
}
.p_news_single .article_wrap .content_wrap table {
  font-size: 1.6em;
  width: auto;
}
.p_news_single .article_wrap .content_wrap table tr th {
  padding: 10px 30px;
}
.p_news_single .article_wrap .content_wrap table tr td {
  padding: 10px 30px;
}
.p_news_single .article_wrap .content_wrap a:hover {
  text-decoration: none;
}
.p_news_single .article_wrap .content_wrap .aligncenter {
  margin: 0 auto;
}
.p_news_single .article_wrap .content_wrap .alignright {
  margin: 0 0 0 auto;
}
.p_news_single .contact_wrap {
  width: 700px;
  height: 340px;
  margin: 90px auto 100px;
  padding: 40px 0 0;
}
.p_news_single .contact_wrap .ttl {
  margin: 0 0 20px;
}
.p_news_single .contact_wrap .ttl .ja,
.p_news_single .contact_wrap .ttl .en {
  text-align: center;
}
.p_news_single .contact_wrap .btn_wrap {
  margin: 25px 0 0;
}

/*# sourceMappingURL=print.css.map */
