@charset "UTF-8";
/*
Theme Name: 
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #3D3D3D;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #3D3D3D;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1360px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #3D3D3D;
  text-decoration: none;
}
a:hover {
  color: #3D3D3D;
  text-decoration: underline;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
.l-header {
  padding: 20px 40px;
}
.l-header a {
  text-decoration: none;
}
.l-header__logo {
  float: left;
}
.l-header__logo a {
  display: inline-block;
}
.l-header__logo p {
  display: inline-block;
  vertical-align: middle;
  padding-top: 25px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}
.l-header__logo p span {
  padding-left: 10px;
}
.l-header__logo p span:before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.l-header__nav {
  float: right;
  padding-top: 25px;
}
.l-header__nav .btn {
  float: right;
  margin-top: -10px;
}
.l-header__nav .btn a {
  float: left;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
}
.l-header__nav .btn a.btn1 {
  background: #eef444;
  margin-right: 40px;
}
.l-header__nav .btn a.btn1 span:before {
  content: "";
  width: 18px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("img/common/icon_human.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.l-header__nav .btn a.btn2 {
  border: 1px solid #c4d200;
}
.l-header__nav .btn a.btn2 span:before {
  content: "";
  width: 18px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("img/common/icon_login.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.l-header__nav ul {
  float: right;
}
.l-header__nav ul li {
  float: left;
  margin-right: 40px;
}
.l-header__nav ul li.translation span:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  margin-right: 7px;
  background: url("img/common/icon_trance.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

/*=======================================
ページタイトル
=========================================*/
/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  background-color: #3D3D3D;
  padding-top: 70px;
}
.l-footer__bn {
  padding: 0 0 70px;
}
.l-footer__bn ul {
  text-align: center;
  font-size: 0;
}
.l-footer__bn ul li {
  display: inline-block;
  margin: 5px;
}

.l-footer__info {
  padding-bottom: 90px;
}
.l-footer__info .link {
  float: left;
}
.l-footer__info .link .logo {
  margin-bottom: 50px;
    width: 600px;
}
.l-footer__info .link ul {
  column-count: 3;
}
.l-footer__info .link ul li {
  margin-bottom: 20px;
  margin-right: 30px;
}
.l-footer__info .link ul li a {
  color: #FFF;
  text-decoration: none;
}
.l-footer__info .link2 {
  float: right;
}
.l-footer__info .link2 ul li {
  margin-bottom: 20px;
}
.l-footer__info .link2 ul li:last-child {
  margin-bottom: 0;
}
.l-footer__copy {
  background-color: #FFF;
  padding: 10px 0;
}
.l-footer__copy p {
  font-size: 10px;
  font-size: 1rem;
}

.l-cp {
  padding: 100px 0;
}
.l-cp .c-wrap {
  text-align: center;
}
.l-cp .c-wrap a {
  display: inline-block;
}

/*=======================================
ページトップ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }

  .l-header {
    padding: 15px 15px;
  }
  .l-header__logo p {
    padding-left: 0;
    font-size: 10px;
    font-size: 1rem;
    padding-top: 5px;
    display: block;
  }
  .l-header__logo p span:before {
    width: 10px;
  }

  /* ハンバーガーメニュー */
  .o-hamburger {
    position: fixed;
    z-index: 999;
    top: 15px;
    right: 15px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .3s all ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #469ACE;
    box-shadow: 0 0 5px #FBE9E2;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transition: .3s all ease-in-out;
  }
  .o-hamburger span:nth-child(3) {
    width: 8px;
    margin-left: 8px;
  }
  .o-hamburger span + span {
    margin-top: 4px;
  }

  /* Nav */
  .o-nav {
    background-color: #fff;
    position: fixed;
    z-index: 300;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .5s ease-out;
    width: 80%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .o-nav.is_active {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .o-nav__list {
    list-style: none;
  }
  .o-nav__item {
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    float: none;
  }
  .o-nav__item a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    padding: 15px;
  }

  .o-nav-bg {
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease-in-out;
    width: 100%;
    height: 100%;
    background-color: #707070;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
  }
  .o-nav-bg.nav-open {
    visibility: visible;
    opacity: 1;
  }

  .l-cp {
    padding: 40px 0;
  }

  .l-footer {
    padding-top: 40px;
  }
  .l-footer__bn {
    padding: 0 20px 30px;
  }
  .l-footer__bn ul li {
    width: auto;
    margin: 5px;
  }

  .l-footer__bn .slick-arrow {
    text-indent: -9999px;
    position: absolute;
    width: 20px;
    height: 100%;
    border: none;
  }
  .l-footer__bn .slick-arrow.slick-prev {
    left: -25px;
    top: 0;
    background: url("img/common/arrow_f_prev.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .l-footer__bn .slick-arrow.slick-next {
    right: -25px;
    top: 0;
    background: url("img/common/arrow_f_next.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .l-footer__info {
    padding-bottom: 40px;
  }
  .l-footer__info .link {
    float: none;
  }
  .l-footer__info .link .logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .l-footer__info .link .logo a {
    display: inline-block;
  }
  .l-footer__info .link ul {
    column-count: 1;
  }
  .l-footer__info .link ul li {
    width: 50%;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-footer__info .link ul li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  .l-footer__info .link ul li:last-child {
    width: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .l-footer__info .link ul li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
  .l-footer__info .link2 {
    float: none;
    margin-top: 20px;
  }
  .l-footer__info .link2 ul li {
    width: 49%;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .l-footer__info .link2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .l-footer__copy p {
    text-align: center;
  }
}

.l-footer__info .smark {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.l-footer__info .smark .icon {
  width: 100px;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer__info .smark .txt {
  display: table-cell;
  width: calc(100% - 100px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer__info .smark .txt dl {
  color: #FFF;
  font-size: 13px;
}
.l-footer__info .smark .txt dl dt {
  float: left;
  width: 130px;
}

@media screen and (max-width: 767px) {
.l-footer__info .link .logo {
  margin-bottom: 50px;
    width: 100%;
}
.l-footer__info .smark .icon {
    display: block;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .l-footer__info .smark .icon img {
    display: inline-block;
  }
.l-footer__info .smark .txt {
    display: block;
    width: 100%;
  }
  .l-footer__info .smark .txt dl {
    color: #FFF;
    font-size: 13px;
  }
  .l-footer__info .smark .txt dl dt {
    float: none;
    width: 130px;
  }
  .l-footer__copy {
    padding-bottom: 100px;
  }
  .l-footer__copy p {
    text-align: center;
  }
}