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

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/*
 * "マメロン HiRegular" Licence: フリーフォント（商用可）
 * https://moji-waku.com/mj_work_licence/
 */
@font-face {
  font-family: "mamelon";
  src: url("../font/Mamelon-5-Hi-Regular.eot") format("eot"), url("../font/Mamelon-5-Hi-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  width: 100%;
}

body {
  font: 500 15px/1.8 "Noto Sans JP", sans-serif;
  color: #111;
  text-align: left;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #4ebdd1;
  color: #fff;
}

::selection {
  background-color: #4ebdd1;
  color: #fff;
}

#container_wrap {
  overflow: hidden;
  min-width: 1160px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 375px;
  }
}

.inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 7%;
  }
}
.inner_900 {
  max-width: 960px;
}
.inner_1300 {
  max-width: 1360px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

.section_wrap {
  padding: 6em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.5em 0;
  }
}
.section_wrap.line_bottom {
  padding: 6em 0 8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_wrap.line_bottom {
    padding: 3.5em 0 5em;
  }
}
.section_wrap.line_bottom::after {
  content: "";
  width: 1px;
  height: 100px;
  border-right: 1px solid #005f9f;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_wrap.line_bottom::after {
    height: 40px;
    bottom: -20px;
  }
}

.section:not(:last-child) {
  margin: 0 0 6em;
}
@media screen and (max-width: 767px) {
  .section:not(:last-child) {
    margin: 0 0 3.5em;
  }
}

header {
  width: 100%;
  min-width: 1160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 0;
  }
}

.header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 5%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header_box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 14px 20px;
  }
}

.header_ttl img.logo {
  width: 176px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 140px;
  }
}

#gnavi .navi_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 380px 0 0;
}
@media screen and (max-width: 1400px) {
  #gnavi .navi_01 {
    margin: 0 300px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #gnavi .navi_01 {
    display: block;
    margin: 0;
  }
}
#gnavi .navi_01 li {
  margin: 0 2em 0 0;
}
@media screen and (max-width: 767px) {
  #gnavi .navi_01 li {
    margin: 0 0 2em;
  }
}
#gnavi .navi_01 li a {
  display: block;
  font-family: "mamelon", cursive;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #gnavi .navi_01 li a:hover, #gnavi .navi_01 li a.current {
    color: #269ac2;
  }
}
#gnavi .navi_01 li a span {
  display: block;
  color: #269ac2;
  font-family: "Reem Kufi", sans-serif;
  font-size: 0.8em;
}
#gnavi .navi_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 1400px) {
  #gnavi .navi_02 {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi .navi_02 {
    display: block;
    position: relative;
    right: 0;
  }
}
#gnavi .navi_02 li {
  width: 170px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1400px) {
  #gnavi .navi_02 li {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi .navi_02 li {
    width: 100%;
    margin: 0 0 15px;
  }
}
#gnavi .navi_02 li a {
  display: block;
  padding: 1.75em 0.5em 1em;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "mamelon", cursive;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gnavi .navi_02 li a {
    padding: 1em;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  #gnavi .navi_02 li a:hover {
    opacity: 0.85;
  }
}
#gnavi .navi_02 li a.recruit {
  background: url(../images/bg_blue.jpg);
}
#gnavi .navi_02 li a.recruit span {
  background: url(../images/icon_pen.svg) no-repeat left/22px 22px;
}
@media screen and (min-width: 768px) {
  #gnavi .navi_02 li a.recruit.current {
    color: #ff0;
  }
  #gnavi .navi_02 li a.recruit.current span {
    background-image: url(../images/icon_pen_yellow.svg);
  }
}
#gnavi .navi_02 li a.contact {
  background: url(../images/bg_darkblue.jpg);
}
#gnavi .navi_02 li a.contact span {
  background: url(../images/icon_mail.svg) no-repeat left/22px 22px;
}
@media screen and (min-width: 768px) {
  #gnavi .navi_02 li a.contact.current {
    color: #ff0;
  }
  #gnavi .navi_02 li a.contact.current span {
    background-image: url(../images/icon_mail_yellow.svg);
  }
}
#gnavi .navi_02 li a span {
  display: inline-block;
  padding: 0 0 0 27px;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    position: fixed;
    width: 70px;
    height: 40px;
    right: 0;
    top: 10px;
    z-index: 4;
    border: none;
    border-radius: 10px 0 0 10px;
    background: #fff;
    text-align: center;
    cursor: pointer;
  }
}

.menu_line {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #640125;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #640125;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_line::before {
  top: -8px;
}
.menu_line::after {
  top: 8px;
}

.menu-trigger[aria-expanded=true] .menu_line {
  background: transparent;
}

.menu-trigger[aria-expanded=true] .menu_line::before,
.menu-trigger[aria-expanded=true] .menu_line::after {
  top: 0;
}

.menu-trigger[aria-expanded=true] .menu_line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-trigger[aria-expanded=true] .menu_line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu_hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

@media screen and (max-width: 767px) {
  #overlay {
    width: 100%;
    max-width: 420px;
    height: 100%;
    padding: 80px 30px 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(197, 236, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgb(197, 236, 255) 30%, rgb(255, 255, 255) 100%);
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

#footer {
  padding: 3.5em 0;
}

.list_footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3.5em;
}
@media screen and (max-width: 767px) {
  .list_footer_navi {
    display: none;
  }
}
.list_footer_navi li {
  padding: 0 1.25em;
  border-left: 1px solid #111;
  line-height: 1.2;
}
.list_footer_navi li:last-child {
  border-right: 1px solid #111;
}
.list_footer_navi li a {
  font-family: "mamelon", cursive;
}
.list_footer_navi li a:hover {
  color: #005f9f;
}

.footer_logo {
  width: 210px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 105px;
  }
}

.footer_txt_01 {
  text-align: center;
  margin: 0 0 1em;
}

.footer_txt_02 {
  font-size: 0.93em;
  text-align: center;
  margin: 0 0 2em;
}

.footer_txt_03 {
  color: #939090;
  font-size: 0.8em;
  text-align: center;
}

.copy {
  padding: 1em 0;
  background: url(../images/bg_paleblue.jpg);
  color: #4c4948;
  font-size: 0.93em;
  text-align: center;
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#searchform div input#search {
  border: 1px solid #005f9f;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_side li a .side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li a .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li a .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li a .side_desc {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .list_side li a .side_desc {
    width: calc(100% - 120px);
  }
}
.list_side li a .side_desc .day {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.box {
  padding: 3.5em;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .box {
    padding: 1.5em 1em;
  }
}
.box:not(:last-child) {
  margin: 0 0 3.5em;
}
@media screen and (max-width: 767px) {
  .box:not(:last-child) {
    margin: 0 0 2em;
  }
}

.map {
  position: relative;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.map::before {
  content: "";
  display: block;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.movie {
  padding: 56.25% 0 0;
  position: relative;
}
.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -3.33% 0 0;
}
@media screen and (max-width: 767px) {
  .list_blog {
    display: block;
    margin: 0 0 1em;
  }
}
.list_blog li {
  width: 30%;
  margin: 0 3.33% 3em 0;
}
@media screen and (max-width: 767px) {
  .list_blog li {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.list_blog li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .list_blog li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.list_blog_img {
  margin: 0 0 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_blog_img {
    width: 33%;
    margin: 0;
  }
}
.list_blog_img::before {
  content: "";
  display: block;
  padding: 66% 0 0;
}
.list_blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_blog_desc {
    width: 63%;
  }
}
.list_blog_day {
  font-size: 0.87em;
  line-height: 1.5;
}
.list_blog_ttl {
  line-height: 1.5;
}

.list_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.list_two li {
  width: 48%;
}
.list_two li:first-child {
  margin-right: 4%;
}

.list_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.list_three li {
  width: 30%;
  margin: 0 5% 0 0;
}
.list_three li:last-child {
  margin-right: 0;
}

.list_contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 550px;
  margin: 0 auto 60px;
  font-size: 0.9375em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_contact_nav {
    max-width: 250px;
    font-size: 0.8em;
    margin: 0 auto 10vw;
  }
}
.list_contact_nav:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 480px;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  background: #2b87cb;
}
@media screen and (max-width: 767px) {
  .list_contact_nav:before {
    width: 200px;
    top: 7px;
  }
}
.list_contact_nav li span {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: block;
  margin: 0 auto 10px;
  background: #eee;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_contact_nav li span {
    width: 15px;
    height: 15px;
  }
}
.list_contact_nav li.current span {
  background: #005f9f;
}

.dlist_policy {
  border-top: 1px solid #005f9f;
  border-bottom: 1px solid #005f9f;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.table_cmn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_cmn {
    font-size: 0.8em;
  }
}
.table_cmn tr {
  border-bottom: 1px solid #4ebdd1;
}
.table_cmn tr:first-child th, .table_cmn tr:first-child td {
  padding-top: 0;
}
.table_cmn th {
  width: 10em;
  padding: 1.5em 1em 1em;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_cmn th {
    width: 6.5em;
    padding: 1.5em 1em 1em 0;
  }
}
.table_cmn td {
  padding: 1.5em 0 1em;
  color: #4c4948;
}
.table_cmn td a {
  color: #9b0042;
}
@media screen and (min-width: 768px) {
  .table_cmn td a:hover {
    text-decoration: underline;
  }
}

.table_license {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_license {
    font-size: 0.8em;
  }
}
.table_license tr {
  border-bottom: 1px solid #4ebdd1;
}
.table_license tr:first-child th, .table_license tr:first-child td {
  padding-top: 0;
}
.table_license th {
  width: 30%;
  padding: 1.5em 1em 1em;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_license th {
    padding: 1.5em 1em 1em 0;
  }
}
.table_license th.sub {
  width: 60%;
  padding: 1.5em 1em 1em 0;
  color: #4c4948;
}
.table_license td {
  width: 10%;
  padding: 1.5em 0 1em;
  color: #4c4948;
  text-align: right;
}

.table_recruit {
  width: 100%;
}
.table_recruit tr {
  border-bottom: 1px solid #cdcbcb;
}
.table_recruit tr:first-child th, .table_recruit tr:first-child td {
  padding-top: 0;
}
.table_recruit th {
  width: 10em;
  padding: 1.5em 0 1em;
  color: #005f9f;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_recruit th {
    display: block;
    width: 100%;
    padding: 1em 0 0.25em;
  }
}
.table_recruit td {
  padding: 1.5em 0 1em;
  color: #4c4948;
}
@media screen and (max-width: 767px) {
  .table_recruit td {
    display: block;
    width: 100%;
    padding: 0 0 1rem;
    font-size: 0.93em;
    line-height: 1.8;
  }
}

.ttl_cmn {
  color: #005f9f;
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    margin: 0 0 1.5em;
  }
}
.ttl_cmn.left {
  text-align: left;
}
.ttl_cmn .ttl_en {
  font-family: "Reem Kufi", sans-serif;
  font-size: 2.4em;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin: 0 0 0.12em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn .ttl_en {
    font-size: 0.93em;
    margin: 0 0 0.25em;
  }
}
.ttl_cmn .ttl {
  font-size: 0.93em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn .ttl {
    font-size: 1.6em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .ttl_cmn .ttl .number {
    padding: 0 0.5em 0 0;
    margin: 0 0.5em 0 0;
    border-right: 1px solid #005f9f;
  }
}
@media screen and (max-width: 767px) {
  .ttl_cmn .ttl .number {
    display: block;
    font-size: 0.5em;
    margin: 0 0 0.25em;
  }
}

.ttl_sub {
  font-size: 1.2em;
  text-align: center;
  margin: 0 0 1em;
}

.low_ttl {
  height: 420px;
  padding: 120px 0 0;
  background: url(../images/low_ttl.jpg) repeat-x bottom;
}
@media screen and (max-width: 767px) {
  .low_ttl {
    height: 240px;
    padding: 85px 0 0;
    background-size: 500px;
  }
}
.low_ttl .ttl {
  color: #005f9f;
  font-family: "mamelon", cursive;
  font-size: 1.86em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_ttl .ttl {
    font-size: 1.78em;
  }
}
.low_ttl .ttl_en {
  color: #005f9f;
  font-family: "Reem Kufi", "Noto Sans JP", sans-serif;
  font-size: 1.33em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_ttl .ttl_en {
    font-size: 1em;
    line-height: 1.4;
  }
}

.txt_intro {
  color: #005f9f;
  font-family: "mamelon", cursive;
  font-size: 1.33em;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .txt_intro {
    font-size: 1.06em;
  }
}

.bg_gradation {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(197, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(197, 236, 255) 30%, rgb(255, 255, 255) 100%);
}
.bg_paleblue {
  background: url(../images/bg_paleblue.jpg);
}
.bg_gray {
  background-color: #f0efef;
}
.bg_bar {
  height: 22px;
  margin: -1px 0;
  background: url(../images/bg_bar.png) repeat-x center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_bar {
    height: 5px;
    background-size: 375px;
  }
}
.bg_cloud {
  background: url(../images/cloud_01.png) no-repeat top 60% left 12%, url(../images/cloud_02.png) no-repeat top 40% left 4%, url(../images/cloud_03.png) no-repeat bottom 50% right 4%, url(../images/cloud_04.png) no-repeat bottom 30% right 12%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_cloud {
    background-position: top 50% left 5%, top 20% left -3%, bottom 40% right -3%, bottom 20% right 5%;
    background-size: 79px, 57px, 49px, 79px;
  }
}
.bg_cloud::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(197, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(197, 236, 255) 30%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_01 {
  background: url(../images/bg_cloud_01.png) no-repeat center;
}
@media screen and (max-width: 767px) {
  .bg_01 {
    background-position: bottom;
    background-size: 160%;
  }
}
.bg_02 {
  background: url(../images/bg_cloud_02.png) no-repeat center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_02 {
    background-position: top 4em center;
    background-size: 150%;
  }
}
.bg_02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(197, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(197, 236, 255) 30%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.txt_blue {
  color: #005f9f;
}
.txt_white {
  color: #fff;
}
.txt_black {
  color: #111;
}
.txt_center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .txt_center_pc {
    text-align: center;
  }
}
.txt_highlight {
  font-size: 1.2em;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_highlight {
    font-size: 1em;
  }
}
.txt_highlight span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.sup {
  font-size: 0.5em;
  vertical-align: super;
}

.deco_line {
  width: 1px;
  height: 100px;
  border-right: 1px solid #005f9f;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .deco_line {
    height: 40px;
    margin: 0 auto 1.5em;
  }
}

.fade {
  opacity: 0;
}
.fade.animated {
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

.fade_up.animated {
  -webkit-animation: fade_up 0.8s forwards;
          animation: fade_up 0.8s forwards;
}
.fade_up_02.animated {
  -webkit-animation: fade_up 0.8s 0.25s forwards;
          animation: fade_up 0.8s 0.25s forwards;
}
@media screen and (max-width: 767px) {
  .fade_up_02.animated {
    -webkit-animation: fade_up 0.8s forwards;
            animation: fade_up 0.8s forwards;
  }
}
.fade_up_03.animated {
  -webkit-animation: fade_up 0.8s 0.5s forwards;
          animation: fade_up 0.8s 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .fade_up_03.animated {
    -webkit-animation: fade_up 0.8s forwards;
            animation: fade_up 0.8s forwards;
  }
}
.fade_up_04.animated {
  -webkit-animation: fade_up 0.8s 0.75s forwards;
          animation: fade_up 0.8s 0.75s forwards;
}
@media screen and (max-width: 767px) {
  .fade_up_04.animated {
    -webkit-animation: fade_up 0.8s forwards;
            animation: fade_up 0.8s forwards;
  }
}
.fade_up_delay.animated {
  -webkit-animation: fade_up 0.8s 0.5s forwards;
          animation: fade_up 0.8s 0.5s forwards;
}

.fade_left {
  opacity: 0;
}
.fade_left.animated {
  -webkit-animation: fade_left 0.8s forwards;
          animation: fade_left 0.8s forwards;
}

.fade_right {
  opacity: 0;
}
.fade_right.animated {
  -webkit-animation: fade_right 0.8s forwards;
          animation: fade_right 0.8s forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(197, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(197, 236, 255) 30%, rgb(255, 255, 255) 100%);
  z-index: 998;
  pointer-events: none;
}

#page_top {
  width: 12px;
  height: 78px;
  background: url(../images/page_top.svg) no-repeat center/contain;
  position: fixed;
  right: 30px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 9px;
    height: 59px;
    right: 12px;
    bottom: 12px;
  }
}

a.button {
  display: block;
  max-width: 300px;
  margin: auto;
  background: url(../images/bg_lightblue.jpg);
  border-radius: 100px;
  color: #4ebdd1;
  font-family: "mamelon", cursive;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  a.button {
    font-size: 1.06em;
  }
}
@media screen and (min-width: 768px) {
  a.button > span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a.button:hover {
    background: url(../images/bg_blue.jpg);
  }
  a.button:hover > span {
    color: #fff;
    background: url(../images/arrow_right_white.svg) no-repeat center right 15px/6px 10px;
  }
}
a.button.blue {
  background: url(../images/bg_blue.jpg);
}
@media screen and (min-width: 768px) {
  a.button.blue:hover > span {
    color: #4ebdd1;
    background: url(../images/arrow_right_blue.svg) no-repeat center right 15px/6px 10px #fff;
  }
}
a.button.blue span {
  color: #fff;
  background: url(../images/arrow_right_white.svg) no-repeat center right 15px/6px 10px;
}
@media screen and (min-width: 768px) {
  a.button.down:hover > span {
    color: #fff;
    background: url(../images/arrow_down_white.svg) no-repeat center right 15px/8px 5px;
  }
}
a.button.down > span {
  background: url(../images/arrow_down_blue.svg) no-repeat center right 15px/8px 5px #fff;
}
@media screen and (max-width: 767px) {
  a.button.down > span {
    background-position: center right 10px;
  }
}
@media screen and (min-width: 768px) {
  a.button.left {
    margin: 0;
  }
}
a.button.narrow {
  letter-spacing: 0;
}
a.button > span {
  display: block;
  margin: 4px;
  padding: 0.75em 1.75em;
  border-radius: 100px;
  background: url(../images/arrow_right_blue.svg) no-repeat center right 15px/6px 10px #fff;
}
@media screen and (max-width: 767px) {
  a.button > span {
    margin: 2px;
    padding: 0.75em 1.5em;
  }
}

.list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -2% -2% 0;
}
.list_link.col_03 {
  margin: 0 0 -2%;
}
@media screen and (max-width: 767px) {
  .list_link.col_03 {
    display: block;
  }
}
.list_link.col_03 li {
  width: 24%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 767px) {
  .list_link.col_03 li {
    width: 80%;
    margin: 0 auto 2%;
  }
}
.list_link li {
  width: 23%;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .list_link li {
    width: 48%;
  }
}
.list_link li.current-cat a.button {
  background: url(../images/bg_blue.jpg);
}
.list_link li.current-cat a.button > span {
  color: #fff;
  background: url(../images/arrow_right_white.svg) no-repeat center right 15px/6px 10px;
}
@media screen and (max-width: 767px) {
  .list_link li.current-cat a.button > span {
    background-position: center right 10px;
    background-size: 4px 8px;
  }
}
.list_link li a.button {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .list_link li a.button {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .list_link li a.button.down span {
    background-size: 8px 4px;
  }
}
@media screen and (max-width: 767px) {
  .list_link li a.button span {
    background-position: center right 10px;
    background-size: 4px 8px;
  }
}

@media screen and (min-width: 768px) {
  a.link_tel {
    pointer-events: none;
  }
}

a.link_txt {
  color: #005f9f;
  text-decoration: underline;
}

#list_breadcrumb {
  padding: 1em 0 0;
  color: #939090;
  font-size: 0.8em;
}
#list_breadcrumb a {
  color: #939090;
}

.wp-pagenavi {
  margin: 60px -10px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 1em;
    margin: 0 -10px -10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px 10px 0;
  border: 1px solid #939090;
  color: #939090;
  width: 40px;
  height: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #939090;
  }
}
.wp-pagenavi .current {
  color: #111;
  border-color: #111;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.contact_form {
  margin: 0 auto 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_form {
    margin: 0 auto 1.5em;
  }
}
.contact_form tr:first-child th, .contact_form tr:first-child td {
  padding-top: 0;
}
.contact_form tr th {
  width: 17em;
  padding: 0.5em 0;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_form tr th {
    display: block;
    width: 100%;
    padding: 1.25em 0 0.5em;
  }
}
.contact_form tr td {
  padding: 0.5em 0 2.5em 1.5em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact_form tr td {
    display: block;
    width: 100%;
    padding: 0 0 1.5em;
    border-bottom: 1px solid #c8c8c8;
  }
}

.section_wrap .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.section_wrap .mwform-checkbox-field input, .section_wrap .mwform-radio-field input {
  margin-right: 0;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: 3px 3px 0 #d6d4d4 inset;
          box-shadow: 3px 3px 0 #d6d4d4 inset;
  background: #f0efef;
  font-family: inherit;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, select {
    font-size: 16px;
  }
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  display: inline-block;
  height: 30px;
  padding: 0 0 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + span {
    height: 25px;
    padding: 0 0 0 35px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 0 #d6d4d4 inset;
          box-shadow: 3px 3px 0 #d6d4d4 inset;
  background: #f0efef;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + span::before {
    width: 25px;
    height: 25px;
  }
}
input[type=checkbox] + span::after {
  content: "";
  width: 15px;
  height: 10px;
  border-left: 3px solid #005f9f;
  border-bottom: 3px solid #005f9f;
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + span::after {
    top: 5px;
    left: 5px;
  }
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

select {
  width: auto;
  padding: 10px 20px 10px 10px;
}

textarea {
  height: 15em;
}

label {
  display: inline-block;
  margin: 0 0.5em 0 0;
}

.mw_wp_form_confirm .consent {
  display: none;
}

span.mwform-tel-field input {
  width: 25% !important;
}

.scrollbox {
  height: 15em;
  padding: 1em;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 0 #d6d4d4 inset;
          box-shadow: 3px 3px 0 #d6d4d4 inset;
  background: #f0efef;
  overflow-y: scroll;
}
.scrollbox p {
  color: #4c4948;
  font-size: 0.86em;
  margin: 0 0 1em;
}
.scrollbox dl {
  font-size: 0.86em;
}
.scrollbox dl dt {
  padding: 0 0 0 2em;
  margin: 1em 0 0;
  text-indent: -2em;
}
.scrollbox dl dd {
  color: #4c4948;
  margin: 0 0 0 2em;
}

.consent {
  margin: 0 0 4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consent {
    margin: 0 0 2em;
  }
}

.required {
  color: #9b0042;
  font-size: 0.93em;
  position: absolute;
  top: 0.75em;
  right: 0;
}
@media screen and (max-width: 767px) {
  .required {
    position: relative;
    top: 0;
    margin: 0 0 0 1em;
  }
}

.contact_note {
  color: #666;
  font-size: 0.93em;
  line-height: 1.6;
  margin: 0.5em 0 0;
}

.submit_wrap {
  text-align: center;
}
.submit_wrap .wpcf7-spinner {
  display: block;
}

.submit, .back {
  width: 49%;
  max-width: 300px;
  margin: 0 15px;
  padding: 1em 0;
  background: url(../images/arrow_right_white.svg) no-repeat center right 1em/6px 10px, url(../images/bg_darkblue.jpg);
  border: none;
  border-radius: 100px;
  color: #fff;
  font-family: "mamelon", cursive;
  font-size: 1.13em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .submit, .back {
    width: 80%;
    margin: 0;
    font-size: 1em;
    background-size: 4px 8px, 100px;
  }
}
@media screen and (min-width: 768px) {
  .submit, .back {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .submit:hover, .back:hover {
    opacity: 0.8;
  }
}
.submit:disabled, .back:disabled {
  opacity: 0.5;
}

.back {
  color: #4c4948;
  background: #cdcbcb;
}
@media screen and (max-width: 767px) {
  .back {
    margin: 0 3% 0 0;
  }
}

@media screen and (min-width: 768px) {
  .txt_thanks {
    text-align: center;
  }
}

.mb_05 {
  margin: 0 0 0.5em;
}
.mb_10 {
  margin: 0 0 1em;
}
.mb_15 {
  margin: 0 0 1.5em;
}
.mb_20 {
  margin: 0 0 2em;
}

ul.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0 0;
  margin: 0 auto;
  border-top: 1px solid #cdcbcb;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  ul.list_pagination {
    display: block;
    font-size: 0.85em;
  }
}
ul.list_pagination li a {
  color: #4c4948;
}
@media screen and (min-width: 768px) {
  ul.list_pagination li a:hover {
    color: #005f9f;
  }
}
ul.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.prev {
    width: 90%;
  }
}
ul.list_pagination li.prev a {
  display: inline-block;
  padding: 0 0 0 1.5em;
  background: url(../images/arrow_left_blue.svg) no-repeat left/6px 10px;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.prev a {
    padding: 0 0 0 1em;
    margin: 0 0 1.5em;
    background-size: 4px 8px;
  }
}
ul.list_pagination li.middle {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.middle {
    width: 100%;
  }
}
ul.list_pagination li.next {
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.next {
    width: 90%;
    margin: 0 0 0 10%;
  }
}
ul.list_pagination li.next a {
  display: inline-block;
  padding: 0 1.5em 0 0;
  position: relative;
  background: url(../images/arrow_right_blue.svg) no-repeat right/6px 10px;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.next a {
    padding: 0 1em 0 0;
    margin: 1.5em 0 0;
    background-size: 4px 8px;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.loop_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 6000px;
}
@media screen and (max-width: 767px) {
  .loop_bg {
    width: 3000px;
  }
}
.loop_bg img {
  width: 50%;
}

.loop_bg img:first-child {
  -webkit-animation: loop 240s -120s linear infinite;
          animation: loop 240s -120s linear infinite;
}
@media screen and (max-width: 767px) {
  .loop_bg img:first-child {
    -webkit-animation: loop 120s -60s linear infinite;
            animation: loop 120s -60s linear infinite;
  }
}

.loop_bg img:last-child {
  -webkit-animation: loop2 240s linear infinite;
          animation: loop2 240s linear infinite;
}
@media screen and (max-width: 767px) {
  .loop_bg img:last-child {
    -webkit-animation: loop2 120s linear infinite;
            animation: loop2 120s linear infinite;
  }
}

.main_img {
  padding: 0 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_img {
    padding: 0 0 80px;
  }
}
.main_img .mv_01 {
  width: 630px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_img .mv_01 {
    width: 250px;
    bottom: 20px;
  }
}
.main_img .mv_02 {
  width: 182px;
  position: absolute;
  top: 40%;
  right: calc(50% - 330px);
  z-index: 1;
  -webkit-animation: drone 3s ease-in-out infinite alternate;
          animation: drone 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .main_img .mv_02 {
    width: 91px;
    top: 48%;
    right: calc(50% - 150px);
    -webkit-animation: drone_sp 3s ease-in-out infinite alternate;
            animation: drone_sp 3s ease-in-out infinite alternate;
  }
}
.main_img .mv_cloud {
  max-width: 1300px;
  margin: auto;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .main_img .mv_cloud {
    top: 25%;
  }
}
.main_img .mv_cloud .cloud_01 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cloud 3s ease-in-out infinite alternate;
          animation: cloud 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .main_img .mv_cloud .cloud_01 {
    width: 79px;
    left: -10px;
    -webkit-animation: cloud_sp 3s ease-in-out infinite alternate;
            animation: cloud_sp 3s ease-in-out infinite alternate;
  }
}
.main_img .mv_cloud .cloud_02 {
  position: absolute;
  top: 70px;
  left: 200px;
  -webkit-animation: cloud 3.5s ease-in-out infinite alternate;
          animation: cloud 3.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .main_img .mv_cloud .cloud_02 {
    width: 57px;
    top: 35px;
    left: 80px;
    -webkit-animation: cloud_sp 3.5s ease-in-out infinite alternate;
            animation: cloud_sp 3.5s ease-in-out infinite alternate;
  }
}
.main_img .mv_cloud .cloud_03 {
  position: absolute;
  top: 100px;
  right: 200px;
  -webkit-animation: cloud 3s ease-in-out infinite alternate;
          animation: cloud 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .main_img .mv_cloud .cloud_03 {
    width: 49px;
    top: 50px;
    right: 80px;
    -webkit-animation: cloud_sp 3s ease-in-out infinite alternate;
            animation: cloud_sp 3s ease-in-out infinite alternate;
  }
}
.main_img .mv_cloud .cloud_04 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: cloud 3.5s ease-in-out infinite alternate;
          animation: cloud 3.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .main_img .mv_cloud .cloud_04 {
    width: 79px;
    right: -10px;
    -webkit-animation: cloud_sp 3.5s ease-in-out infinite alternate;
            animation: cloud_sp 3.5s ease-in-out infinite alternate;
  }
}
.main_img .mv_txt {
  color: #005f9f;
  font-family: "mamelon", cursive;
  font-size: 2em;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt {
    font-size: 1.5em;
  }
}
.main_img .mv_txt span {
  display: inline-block;
}

@-webkit-keyframes drone {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes drone {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@-webkit-keyframes drone_sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes drone_sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes cloud {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes cloud_sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes cloud_sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.top_info {
  max-width: 550px;
  padding: 1.5em 1.5em 1.5em 60px;
  margin: 0 0 10px;
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  background: url(../images/bg_yellow.jpg);
}
@media screen and (max-width: 767px) {
  .top_info {
    padding: 1em 1em 1em 2em;
    margin: 0 7% 10px 0;
  }
}
.top_info_inner {
  padding: 0 0 0 1em;
  border-left: 2px solid #4ebdd1;
}
.top_info_ttl {
  color: #4ebdd1;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.93em;
  line-height: 1;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .top_info_ttl {
    font-size: 1.6em;
  }
}
.top_info_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 0;
  background: url(../images/arrow_right_blue.svg) no-repeat right/6px 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_info_article {
    font-size: 0.86em;
  }
}
@media screen and (min-width: 768px) {
  .top_info_article:hover {
    color: #005f9f;
    text-decoration: underline;
  }
}
.top_info_article .date {
  margin: 0 1em 0 0;
}
.top_info_article .ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_top_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_top_service li {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .list_top_service li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .list_top_service li:nth-child(2) {
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .list_top_service li:nth-child(4) {
    margin: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .list_top_service li:not(:last-child) {
    margin-bottom: 2em;
  }
}
.list_top_service .img {
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .list_top_service .img {
    width: 60%;
    margin: 0 auto 1em;
  }
}
.list_top_service a.button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .list_top_service a.button > span {
    height: auto;
    padding: 1em;
  }
}
.list_top_service a.button > span span {
  display: block;
}
.list_top_service a.button .txt_s {
  font-size: 0.75em;
}

.list_topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3% 1em 0;
}
@media screen and (max-width: 767px) {
  .list_topics {
    margin: 0 0 1em;
  }
}
.list_topics li {
  width: 30.33%;
  margin: 0 3% 3% 0;
}
@media screen and (max-width: 767px) {
  .list_topics li {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.list_topics li a {
  display: block;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .list_topics li a:hover {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  }
}
.list_topics .img {
  padding: 92% 0 0;
  margin: 0 0 1em;
  position: relative;
}
.list_topics .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_topics .category .cat {
  display: inline-block;
  min-width: 100px;
  padding: 0 1em;
  margin: 0 0.5em 0.5em 0;
  border-radius: 20px;
  background: url(../images/bg_blue.jpg);
  color: #fff;
  font-family: "mamelon", cursive;
  text-align: center;
}
.list_topics .category .date {
  margin: 0 0 0.5em;
  color: #4ebdd1;
  font-size: 0.93em;
}
.list_topics .ttl {
  color: #005f9f;
  line-height: 1.5;
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_wrap .img {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .contact_wrap .img {
    width: 100%;
    margin: 0 0 2em;
  }
}
.contact_wrap .desc {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .contact_wrap .desc {
    width: 100%;
  }
}
.contact_wrap .txt {
  color: #005f9f;
  margin: 0 0 1em;
}
.contact_wrap .tel {
  margin: 0 0 2em;
}
.contact_wrap .tel a {
  display: inline-block;
  color: #005f9f;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.66em;
  line-height: 1.5;
  padding: 0 0 0 25px;
  background: url(../images/icon_tel.svg) no-repeat left/20px 20px;
}

.recruit_wrap {
  max-width: 1500px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_wrap .img {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .recruit_wrap .img {
    width: 100%;
  }
}
.recruit_wrap .desc {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .recruit_wrap .desc {
    width: 100%;
    padding: 3.5em 7%;
  }
}
.recruit_wrap .txt {
  color: #005f9f;
  margin: 0 0 2em;
}

.greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.5em 3.5em 0;
  margin: 0 0 70px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .greeting {
    display: block;
    padding: 25px 20px 5px;
    margin: 0 0 40px;
  }
}
.greeting::after {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/greeting_bg.png) no-repeat bottom right;
  position: absolute;
  bottom: -60px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .greeting::after {
    height: 40px;
    background-size: 555px;
    bottom: -39px;
  }
}
.greeting_img {
  width: 35%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .greeting_img {
    width: 80%;
    margin: 0 auto 1em;
  }
}
.greeting_message {
  width: 60%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .greeting_message {
    width: 100%;
  }
}
.greeting_message .txt {
  background: linear-gradient(#4ebdd1 1px, transparent 1px) #fff;
  background: linear-gradient(0deg, #4ebdd1 1px, transparent 1px) #fff;
  background-size: auto 2.5em;
  line-height: 2.5em;
  margin: 0 0 1.5em;
  color: #4c4948;
}
@media screen and (max-width: 767px) {
  .greeting_message .name {
    width: 60%;
    margin: 0 0 0 auto;
  }
}

.bg_service_01 {
  padding: 6em 0 0;
  background: url(../images/service_bg_01.png) no-repeat bottom right 5%, url(../images/cloud_01.png) no-repeat top 30% left 4%, url(../images/cloud_02.png) no-repeat bottom 40% right 4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_service_01 {
    padding: 3.5em 0 0;
    background-position: bottom right 5%, top 30% left -4%, bottom 40% right -4%;
    background-size: 60%, 79px, 57px;
  }
}
.bg_service_01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(197, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(197, 236, 255) 30%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg_service_02 {
  padding: 6em 0 0;
  background: url(../images/service_bg_02.png) no-repeat bottom left 5%, url(../images/cloud_01.png) no-repeat top 30% right 4%, url(../images/cloud_02.png) no-repeat bottom 40% left 4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_service_02 {
    padding: 3.5em 0 0;
    background-position: bottom left 5%, top 30% right -4%, bottom 40% left -4%;
    background-size: 60%, 79px, 57px;
  }
}
.bg_service_02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(197, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(197, 236, 255) 30%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service_illust_01 img {
  margin: 0 0 -4px -50px;
}
@media screen and (max-width: 767px) {
  .service_illust_01 img {
    width: 70px;
    margin: 0 0 -2px;
  }
}

.service_illust_02 {
  text-align: right;
}
.service_illust_02 img {
  margin: 0 -80px -4px 0;
}
@media screen and (max-width: 767px) {
  .service_illust_02 img {
    width: 115px;
    margin: 0 -10px -2px 0;
  }
}

.service_illust_03 img {
  margin: 0 0 -4px -100px;
}
@media screen and (max-width: 767px) {
  .service_illust_03 img {
    width: 125px;
    margin: 0 0 -2px -10px;
  }
}

.service_illust_04 {
  text-align: right;
}
.service_illust_04 img {
  margin: 0 -80px -4px 0;
}
@media screen and (max-width: 767px) {
  .service_illust_04 img {
    width: 105px;
    margin: 0 -10px -2px 0;
  }
}

.dlist_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dlist_service dt {
  width: 8em;
  margin: 0 2em 0 0;
  border-right: 1px solid #4ebdd1;
  color: #005f9f;
}
@media screen and (max-width: 767px) {
  .dlist_service dt {
    width: 100%;
    padding: 0 0 0.75em;
    margin: 0 0 1em;
    border-right: none;
    border-bottom: 1px solid #4ebdd1;
  }
}
.dlist_service dd {
  color: #4c4948;
}
.dlist_service dd a {
  display: inline-block;
  margin: 0.5em 0 0;
  color: #9b0042;
}
@media screen and (min-width: 768px) {
  .dlist_service dd a:hover {
    text-decoration: underline;
  }
}

.txt_dot {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.txt_dot::before {
  content: "●";
}

.txt_angle {
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.txt_angle::before {
  content: "∟";
}

.contents_3d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 3.5em;
}
@media screen and (max-width: 767px) {
  .contents_3d {
    margin: 0 0 2em;
  }
}
.contents_3d .img {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .contents_3d .img {
    width: 100%;
    margin: 0 0 2em;
  }
}
.contents_3d .desc {
  width: calc(100% - 460px);
  color: #4c4948;
}
@media screen and (max-width: 767px) {
  .contents_3d .desc {
    width: 100%;
  }
}

.ttl_3d {
  color: #269ac2;
  font-size: 1.06em;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl_3d {
    margin: 0 0 0.75em;
  }
}
.ttl_3d.blue {
  color: #005f9f;
}

.ttl_3d_border {
  color: #005f9f;
  font-size: 1.2em;
  line-height: 1.5;
  padding: 0.5em 0;
  margin: 0 0 0.5em;
  border-top: 2px solid #4ebdd1;
  border-bottom: 2px solid #4ebdd1;
}
@media screen and (max-width: 767px) {
  .ttl_3d_border {
    font-size: 1.06em;
    margin: 0 0 0.75em;
  }
}

@media screen and (min-width: 768px) {
  .ttl_case {
    padding: 0 0 0 10px;
  }
}
.ttl_case span {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 12px 12px 0 0;
  background: url(../images/bg_blue.jpg);
  color: #fff;
  line-height: 1.5;
}

.ttl_dot {
  color: #269ac2;
  font-size: 1.06em;
  line-height: 1.5;
  padding: 0 0 0.5em;
  margin: 0 0 0.75em;
  background: url(../images/dot.png) repeat-x bottom left/9px;
}
@media screen and (max-width: 767px) {
  .ttl_dot {
    padding: 0 0 0.75em;
  }
}

.box_case {
  padding: 2em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .box_case {
    padding: 1.5em;
  }
}
.box_case .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .box_case .wrap.wrap_01 .desc {
    width: calc(100% - 650px);
  }
  .box_case .wrap.wrap_01 .img {
    width: 630px;
  }
}
@media screen and (min-width: 768px) {
  .box_case .wrap.wrap_02 .desc {
    width: calc(100% - 440px);
  }
  .box_case .wrap.wrap_02 .img {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .box_case .wrap.wrap_03 {
    height: 270px;
    position: relative;
  }
  .box_case .wrap.wrap_03 .desc {
    width: calc(100% - 440px);
    position: relative;
    z-index: 1;
  }
  .box_case .wrap.wrap_03 .img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .box_case .wrap.wrap_04 .desc {
    width: calc(100% - 440px);
  }
  .box_case .wrap.wrap_04 .img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .box_case .wrap.wrap_04 .img {
    margin: 0 0 1em;
  }
}
.box_case .desc {
  color: #4c4948;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .box_case .desc {
    margin: 0 0 1.5em;
  }
}
.box_case .desc p:not(:last-child) {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .box_case .img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .box_case .img_right {
    max-width: 210px;
    margin: 0 0 0 auto;
  }
}
.box_case .img_slam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_case .img_slam > div {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .box_case .img_slam > div {
    width: 49%;
    margin: 2% 0 0;
  }
  .box_case .img_slam > div.col_01 {
    width: 100%;
    margin: 4% 0 0;
  }
}

.contents_col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_col02 .content {
  width: 48%;
  color: #4c4948;
}
@media screen and (max-width: 767px) {
  .contents_col02 .content {
    width: 100%;
  }
  .contents_col02 .content:not(:last-child) {
    margin: 0 0 2em;
  }
}
.contents_col02 .txt {
  margin: 0 0 1.5em;
}
@media screen and (min-width: 768px) {
  .contents_col02 .txt.height {
    height: 162px;
  }
}
.contents_col02 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_col02 .img .left {
  width: 58%;
}
.contents_col02 .img .right {
  width: 39%;
}
.contents_col02 .img .right img:not(:last-child) {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .contents_col02 .img .right img:not(:last-child) {
    margin: 0 0 5px;
  }
}

.note {
  font-size: 0.8em;
  line-height: 1.4;
}

.box_forest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_forest_img {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .box_forest_img {
    width: 100%;
    padding: 1em 1em 0;
    background-color: #f0efef;
  }
}
.box_forest_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_forest_desc {
  width: calc(100% - 210px);
  padding: 1em;
  background-color: #f0efef;
}
@media screen and (max-width: 767px) {
  .box_forest_desc {
    width: 100%;
  }
}
.box_forest_desc .ttl {
  color: #269ac2;
}
.box_forest_desc .txt {
  font-size: 0.8em;
}

.txt_recruit {
  color: #005f9f;
  font-family: "mamelon", cursive;
  font-size: 1.33em;
  text-align: center;
  margin: 0 0 0.75em;
}

.box_person {
  padding: 3em;
  margin: 2em 0 0;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .box_person {
    padding: 1.5em;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  }
}

.list_interview li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.5em;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .list_interview li {
    padding: 1.5em 1em;
  }
}
.list_interview li:not(:last-child) {
  margin: 0 0 3.5em;
}
@media screen and (max-width: 767px) {
  .list_interview li:not(:last-child) {
    margin: 0 0 2em;
  }
}
.list_interview li:nth-child(5n+1) .profile .img {
  background: url(../images/bg_photo_01.jpg) no-repeat center/contain;
}
.list_interview li:nth-child(5n+1) .profile .img::after {
  background: url(../images/bg_mark_01.png) no-repeat center/contain;
}
.list_interview li:nth-child(5n+2) .profile .img {
  background: url(../images/bg_photo_02.jpg) no-repeat center/contain;
}
.list_interview li:nth-child(5n+2) .profile .img::after {
  background: url(../images/bg_mark_02.png) no-repeat center/contain;
}
.list_interview li:nth-child(5n+3) .profile .img {
  background: url(../images/bg_photo_03.jpg) no-repeat center/contain;
}
.list_interview li:nth-child(5n+3) .profile .img::after {
  background: url(../images/bg_mark_03.png) no-repeat center/contain;
}
.list_interview li:nth-child(5n+4) .profile .img {
  background: url(../images/bg_photo_04.jpg) no-repeat center/contain;
}
.list_interview li:nth-child(5n+4) .profile .img::after {
  background: url(../images/bg_mark_04.png) no-repeat center/contain;
}
.list_interview li:nth-child(5n+5) .profile .img {
  background: url(../images/bg_photo_05.jpg) no-repeat center/contain;
}
.list_interview li:nth-child(5n+5) .profile .img::after {
  background: url(../images/bg_mark_05.png) no-repeat center/contain;
}
.list_interview .profile {
  width: 355px;
}
@media screen and (max-width: 767px) {
  .list_interview .profile {
    width: 100%;
    margin: 0 0 2em;
  }
}
.list_interview .profile .img {
  width: 340px;
  padding: 24px 29px;
  margin: 0 0 1em;
  background: url(../images/bg_photo_01.jpg) no-repeat center/contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_interview .profile .img {
    width: 200px;
    padding: 16px;
    margin: 0 auto 0.5em;
  }
}
.list_interview .profile .img::after {
  content: "";
  width: 120px;
  height: 120px;
  background: url(../images/bg_mark_01.png) no-repeat center/contain;
  position: absolute;
  bottom: -15px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .list_interview .profile .img::after {
    width: 75px;
    height: 75px;
    bottom: -10px;
    right: -10px;
  }
}
.list_interview .profile .img img {
  width: 282px;
  height: 282px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .list_interview .profile .img img {
    width: 168px;
    height: 168px;
  }
}
.list_interview .profile .dept {
  color: #4c4948;
  text-align: center;
  margin: 0 0 0.25em;
}
.list_interview .profile .name {
  color: #005f9f;
  font-family: "mamelon", cursive;
  font-size: 1.46em;
  text-align: center;
  line-height: 1.5;
}
.list_interview .profile .name_en {
  color: #cdcbcb;
  font-family: "Reem Kufi", sans-serif;
  font-size: 2em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .list_interview .profile .name_en {
    font-size: 1em;
  }
}
.list_interview .interview {
  width: calc(100% - 380px);
}
@media screen and (max-width: 767px) {
  .list_interview .interview {
    width: 100%;
  }
}
.list_interview .interview dl:not(:last-child) {
  margin: 0 0 1.75em;
}
.list_interview .interview dl dt {
  color: #005f9f;
  font-family: "mamelon", cursive;
  font-size: 1.26em;
  line-height: 1.5;
  padding: 0 0 0.25em 1.5em;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #4ebdd1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_interview .interview dl dt {
    font-size: 1.06em;
  }
}
.list_interview .interview dl dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.list_interview .interview dl dd {
  color: #4c4948;
  line-height: 1.8;
}

.banner_entry {
  margin: 2em 0 0;
}
.banner_entry a {
  display: block;
  max-width: 300px;
  margin: auto;
  background: url(../images/bg_lightblue.jpg);
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .banner_entry a > span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .banner_entry a:hover span {
    opacity: 0.8;
  }
}
.banner_entry a > span {
  display: block;
  margin: 4px;
  padding: 0.75em 4em;
  border-radius: 100px;
  background: url(../images/arrow_right_blue.svg) no-repeat center right 15px/6px 10px #fff;
}
@media screen and (max-width: 767px) {
  .banner_entry a > span {
    margin: 2px;
  }
}

.txt_license {
  max-width: 800px;
  margin: auto;
  color: #4c4948;
  font-size: 1.13em;
}
@media screen and (max-width: 767px) {
  .txt_license {
    font-size: 1em;
  }
}

.article_data .cat {
  display: inline-block;
  min-width: 100px;
  padding: 0 1em;
  margin: 0 0.5em 0.75em 0;
  border-radius: 20px;
  background: url(../images/bg_blue.jpg);
  color: #fff;
  font-family: "mamelon", cursive;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article_data .cat {
    min-width: 90px;
    font-size: 0.93em;
  }
}
.article_data .date {
  margin: 0 0 0.75em;
  color: #4ebdd1;
  font-size: 0.93em;
}
.article_ttl {
  color: #005f9f;
  font-family: "mamelon", cursive;
  font-size: 1.33em;
  line-height: 1.5;
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  border-bottom: 1px solid #cdcbcb;
}
@media screen and (max-width: 767px) {
  .article_ttl {
    font-size: 1.14em;
  }
}
.article_cat a {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 0.5em 0.5em 0;
  border-radius: 5px;
  background: url(../images/bg_lightblue.jpg);
  color: #005f9f;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_cat a {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .article_cat a:hover {
    color: #fff;
    background-color: #005f9f;
  }
}
.article_date {
  color: #005f9f;
}
@media screen and (max-width: 767px) {
  .article_date {
    font-size: 0.92em;
  }
}
.article_contents {
  margin: 0 0 5em;
  color: #4c4948;
}
@media screen and (max-width: 767px) {
  .article_contents {
    margin: 0 0 3em;
  }
}
.article_contents::after {
  content: "";
  display: block;
  clear: both;
}
.article_contents a {
  color: #9b0042;
  text-decoration: underline;
}
.article_contents h2 {
  color: #005f9f;
  font-size: 1.2em;
  line-height: 1.6;
  padding: 0 0 0 0.75em;
  margin: 0 0 0.75em;
  border-left: 8px solid #4ebdd1;
}
.article_contents h2:not(:last-child) {
  margin: 1.5em 0 0.75em;
}
@media screen and (max-width: 767px) {
  .article_contents h2 {
    font-size: 1.07em;
  }
}
.article_contents h3 {
  color: #005f9f;
  font-size: 1.12em;
  line-height: 1.6;
  padding: 0 0 0 0.75em;
  margin: 0 0 1em;
  border-left: 8px solid #005f9f;
}
.article_contents h3:not(:last-child) {
  margin: 2em 0 1em;
}
@media screen and (max-width: 767px) {
  .article_contents h3 {
    font-size: 1em;
  }
}
.article_contents p {
  overflow: hidden;
}
.article_contents p:not(:last-child) {
  margin: 0 0 1.5em;
}
.article_contents iframe {
  max-width: 100%;
}
.article_contents iframe:not(:last-child) {
  margin: 0 0 1.5em;
}
.article_contents ul {
  padding: 0 0 0 1.5em;
}
.article_contents ul:not(:last-child) {
  margin: 0 0 1.5em;
}
.article_contents ul li {
  list-style: disc;
}
.article_contents ol {
  padding: 0 0 0 1.5em;
}
.article_contents ol:not(:last-child) {
  margin: 0 0 1.5em;
}
.article_contents ol li {
  list-style: decimal;
}
.article_contents blockquote {
  padding: 1.5em;
  margin: 0;
  background-color: #f0efef;
}
.article_contents blockquote:not(:last-child) {
  margin: 0 0 1.5em;
}
.article_contents table {
  width: 100%;
  border-left: 1px solid #111;
  border-top: 1px solid #111;
  border-spacing: 0;
}
.article_contents table:not(:last-child) {
  margin: 0 0 1.5em;
}
.article_contents table th,
.article_contents table td {
  padding: 0.5em;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}
.article_contents em {
  font-style: italic;
}

.works_data {
  margin: 2em 0 0;
}
.works_data span {
  color: #4ebdd1;
  font-size: 0.93em;
}
.works_data span:not(:last-child)::after {
  content: "／";
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .aligncenter {
    margin: 20px auto;
  }
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}