@charset "UTF-8";
/****************************************************
Break Point Settings
****************************************************/
/****************************************************
Styles
****************************************************/
/**
* Table of Contntens:
*
*  1.0 - リセット
*  2.0 - 基本構造
*  3.0 - ヘッダー
*  4.0 - ページ共通
*  5.0 - トップページ
*  6.0 - 下層ページ
*   6.1 - Top Message
*   6.2 - Interview
*   6.3 - Data
*   6.4 - Photogallery
*   6.5 - Training
*    6.5.1 - Training1
*    6.5.2 - Training2
*   6.6 - Q&A
*   6.7 - News
*   6.8 - Contact
*  7.0 - フッター
* -----------------------------------------------------------------------------
*/
/**
* 1.0 - リセット
* -----------------------------------------------------------------------------
*/
html {
  font-size: 1.6666666667vw;
}
@media screen and (min-width: 961px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  color: #000;
  overflow-x: hidden;
  position: relative;
}

/* img */
img {
  vertical-align: bottom;
  border: none;
}

/* list */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* table */
table {
  border-collapse: collapse;
  width: 100%;
}

/* link */
a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

/* typography */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
  line-height: 1;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #383838;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.neue {
  font-family: neue-kabel, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.orange {
  color: #f78f22;
}

/* alignment */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* visibility */
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .pc-tab {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .tab-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-sp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .tabonly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tabonly {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tabonly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sponly {
    display: block !important;
  }
}

/* AOS */
html:not(.no-js) [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

html:not(.no-js) [data-aos=fade-down] {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

html:not(.no-js) [data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

/**
* 2.0 - 基本構造
* -----------------------------------------------------------------------------
*/
body {
  padding-top: 82px;
}
@media screen and (max-width: 480px) {
  body {
    padding-top: 77px;
  }
}

.inner {
  max-width: 980px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 5.2%;
    padding-right: 5.2%;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/**
* 3.0 - ヘッダー
* -----------------------------------------------------------------------------
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  height: 82px;
}

.header_inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #f48c22;
  height: 100%;
}

.header_l {
  -webkit-flex-basis: 264px;
      -ms-flex-preferred-size: 264px;
          flex-basis: 264px;
  width: 264px;
  padding-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .header_l {
    padding-bottom: 20px;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .header_l {
    border-bottom: none;
    -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
            flex-basis: 160px;
    max-width: 160px;
  }
}
.header_l img {
  width: 100%;
}

.header_c {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5%;
  padding-top: 10px;
  padding-right: 3.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header_c {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header_c {
    margin-left: auto;
    padding-top: 16px;
    border-bottom: none;
  }
}

.header_nav_sub ul,
.header_nav_main ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_nav_sub ul li a:hover,
.header_nav_main ul li a:hover {
  color: #f48c22;
}

.header_nav_sub {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .header_nav_sub {
    display: none;
  }
}
.header_nav_sub ul li {
  margin-left: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header_nav_sub ul li {
    margin-left: 15px;
  }
}
.header_nav_sub ul li a {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .header_nav_sub ul li a {
    font-size: 10px;
  }
}
.header_nav_sub ul .li_news:before,
.header_nav_sub ul .li_corporate_site:before {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-right: 5px;
}
.header_nav_sub ul .li_news:before {
  width: 11px;
  height: 11px;
  background-image: url("../images/common/icon_news.png");
}
.header_nav_sub ul .li_corporate_site:before {
  width: 9px;
  height: 11px;
  background-image: url("../images/common/icon_corporate_site.png");
  margin-right: 5px;
}
.header_nav_sub ul .li_engineer a {
  display: block;
  border: 1px solid #383838;
  -webkit-box-shadow: 2px 2px 0px #383838;
          box-shadow: 2px 2px 0px #383838;
  font-size: 10px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  padding: 0 15px 0 30px;
  position: relative;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.header_nav_sub ul .li_engineer a:hover {
  color: #383838;
  border: 1px solid #f48c22;
  -webkit-box-shadow: 3px 3px 0px #f48c22;
          box-shadow: 3px 3px 0px #f48c22;
}
@media screen and (max-width: 768px) {
  .header_nav_sub ul .li_engineer a {
    padding: 0 5px 0 15px;
  }
}
.header_nav_sub ul .li_engineer a span {
  color: #02a090;
}
.header_nav_sub ul .li_engineer a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_wakaba.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .header_nav_sub ul .li_engineer a:before {
    width: 7px;
    height: 10px;
    top: 5px;
    left: 5px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .header_nav_sub ul .li_engineer a {
  line-height: 15px;
  padding-top: 5px;
}

@media screen and (max-width: 480px) {
  .header_nav_main {
    display: none;
  }
}
.header_nav_main ul li:not(:first-child) {
  margin-left: 3.3%;
}
@media screen and (max-width: 768px) {
  .header_nav_main ul li:not(:first-child) {
    margin-left: 3.9%;
  }
}
.header_nav_main ul li a {
  font-size: 0.9375rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header_nav_main ul li a {
    font-size: 10px;
  }
}

.toggle {
  display: none;
}
@media screen and (max-width: 480px) {
  .toggle {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url("../images/common/toggle_open.svg");
    -webkit-transition: background-image 0.1s linear;
    transition: background-image 0.1s linear;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
  }
}

.header_r {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  max-width: 15%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_r {
    -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .header_r {
    -webkit-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
    max-width: 80px;
    border-bottom: none;
    position: relative;
  }
}
.header_r a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 60px 15px 20px;
  background-color: #3699c9;
  color: #fff;
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: background-color 0.05s linear;
  transition: background-color 0.05s linear;
}
@media screen and (max-width: 768px) {
  .header_r a {
    font-size: 18px;
    padding-right: 30px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header_r a {
    font-size: 12px;
    padding-top: 23px;
  }
}
.header_r a:hover {
  background-color: #4cffff;
}
.header_r a span {
  font-style: normal;
  font-size: 0.75rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .header_r a span {
    font-size: 10px;
  }
}
.header_r a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1vw;
  height: 29px;
  right: 9.5%;
}
@media screen and (max-width: 768px) {
  .header_r a:after {
    width: 8px;
    height: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header_r a:after {
    width: 5px;
    height: 9px;
    right: 10px;
  }
}
.header_r:after {
  width: 100%;
  height: 3px;
  background-color: #4cffff;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
}
@media screen and (max-width: 480px) {
  .header_r:after {
    height: 3px;
    bottom: -3px;
  }
}

.header_entry {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  max-width: 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_entry {
    -webkit-flex-basis: 85px;
        -ms-flex-preferred-size: 85px;
            flex-basis: 85px;
    max-width: 85px;
  }
}
@media screen and (max-width: 480px) {
  .header_entry {
    -webkit-flex-basis: 68px;
        -ms-flex-preferred-size: 68px;
            flex-basis: 68px;
    max-width: 68px;
    border-bottom: none;
    position: relative;
  }
}
.header_entry a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  background-color: #bcdfef;
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: background-color 0.05s linear;
  transition: background-color 0.05s linear;
}
@media screen and (max-width: 768px) {
  .header_entry a {
    font-size: 18px;
    padding-right: 30px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header_entry a {
    font-size: 12px;
    padding-top: 23px;
    padding-right: 10px;
  }
}
.header_entry a:hover {
  background-color: #4cffff;
  color: #fff;
}
.header_entry a span {
  font-style: normal;
  font-size: 0.75rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .header_entry a span {
    font-size: 10px;
  }
}
.header_entry:after {
  width: 100%;
  height: 3px;
  background-color: #4cffff;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
}
@media screen and (max-width: 480px) {
  .header_entry:after {
    height: 3px;
    bottom: -3px;
  }
}

/* ドロワーメニュー */
.drawer {
  display: none;
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: -webkit-gradient(linear, -1168.93% 168.58%, -1070.07% 168.58%, color-stop(0, rgb(195, 255, 222)), color-stop(1, rgb(215, 232, 255)));
  background: -ms-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3FFDE', endColorstr='#D7E8FF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(195, 255, 222)), to(rgb(215, 232, 255)));
  background: -webkit-linear-gradient(left, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: linear-gradient(90deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  padding-top: 120px;
  padding-left: 5.2%;
  padding-right: 5.2%;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
}
.drawer ul li {
  text-align: center;
  margin-bottom: 20px;
}
.drawer ul li a {
  font-size: 21px;
}
.drawer ul .li_news:before,
.drawer ul .li_corporate_site:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.drawer ul .li_news:before {
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_news.png");
}
.drawer ul .li_corporate_site:before {
  width: 16px;
  height: 20px;
  background-image: url("../images/common/icon_corporate_site.png");
  margin-right: 5px;
}
.drawer ul .li_engineer {
  margin: 0;
}
.drawer ul .li_engineer img {
  width: 100%;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
}
.drawer ul .li_recruit {
  margin-top: 20px;
}
.drawer ul .li_recruit a {
  background-color: #6ab5d4;
  color: #fff;
  display: block;
  -webkit-box-shadow: 4px 4px 0 #4cffff;
          box-shadow: 4px 4px 0 #4cffff;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.drawer ul .li_recruit a:hover {
  background-color: #4cffff;
}
.drawer ul .li_recruit a span {
  font-size: 14px;
  margin-left: 10px;
}
.drawer ul .li_recruit a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 22px;
  right: 20px;
}
.drawer .drawer_menu1 {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

body.open {
  overflow: hidden;
}
body.open .header_l,
body.open .header_c {
  border-bottom-width: 3px;
}
body.open .header_r a {
  background-color: #4cffff;
}
body.open .header_r:after {
  height: 3px;
  bottom: -3px;
}
@media screen and (max-width: 480px) {
  body.open .toggle {
    background-image: url("../images/common/toggle_close.svg");
  }
}

/**
* 4.0 - Home 
* -----------------------------------------------------------------------------
*/
.home main {
  overflow-x: hidden;
}

#home_mainvisual {
  background-image: url("../images/common/bg1.jpg");
  position: relative;
  height: 70vw;
}
@media screen and (min-width: 1200px) {
  #home_mainvisual {
    height: 840px;
  }
}
@media screen and (max-width: 768px) {
  #home_mainvisual {
    height: 105vw;
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual {
    height: 76vh;
  }
}
#home_mainvisual .inner {
  position: relative;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
#home_mainvisual .img_catch {
  max-width: 475px;
  width: 37.69vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
}
@media screen and (max-width: 768px) {
  #home_mainvisual .img_catch {
    width: 348px;
    right: 40px;
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .img_catch {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 230px;
  }
}
#home_mainvisual .bx-wrapper {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  margin-bottom: 0;
}
#home_mainvisual .bx-viewport {
  height: 100% !important;
}
@media screen and (max-width: 480px) {
  #home_mainvisual .bx-viewport {
    position: absolute !important;
    bottom: 0;
  }
}
#home_mainvisual .slider {
  height: 100%;
}
#home_mainvisual .slider > div {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  #home_mainvisual .slider > div {
    background-position: center 10%;
  }
}
@media screen and (min-width: 1634px) {
  #home_mainvisual .slider > div {
    background-size: contain;
  }
}
#home_mainvisual .slider > div:first-child {
  background-image: url("../images/home/img_person1.png?20240508");
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div:first-child {
    background-image: url("../images/home/img_person1_tab.png?20240508");
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .slider > div:first-child {
    background-image: url("../images/home/img_person1_sp.png?20240508");
  }
}
#home_mainvisual .slider > div:nth-child(2) {
  background-image: url("../images/home/img_person2.png?20240508");
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div:nth-child(2) {
    background-image: url("../images/home/img_person2_tab.png?20240508");
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .slider > div:nth-child(2) {
    background-image: url("../images/home/img_person2_sp.png?20240508");
  }
}
#home_mainvisual .slider > div:nth-child(3) {
  background-image: url("../images/home/img_person3.png?20240508");
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div:nth-child(3) {
    background-image: url("../images/home/img_person3_tab.png?20240508");
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .slider > div:nth-child(3) {
    background-image: url("../images/home/img_person3_sp.png?20240508");
  }
}
#home_mainvisual .slider > div:nth-child(4) {
  background-image: url("../images/home/img_person4.png?20240515");
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div:nth-child(4) {
    background-image: url("../images/home/img_person4_tab.png?20240515");
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .slider > div:nth-child(4) {
    background-image: url("../images/home/img_person4_sp.png?20240508");
  }
}
#home_mainvisual .slider > div:nth-child(5) {
  background-image: url("../images/home/img_person5.png?20240508");
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div:nth-child(5) {
    background-image: url("../images/home/img_person5_tab.png?20240508");
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .slider > div:nth-child(5) {
    background-image: url("../images/home/img_person5_sp.png?20240508");
  }
}
#home_mainvisual .slider > div:nth-child(6) {
  background-image: url("../images/home/img_person6.png?20240508");
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div:nth-child(6) {
    background-image: url("../images/home/img_person6_tab.png?20240508");
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .slider > div:nth-child(6) {
    background-image: url("../images/home/img_person6_sp.png?20240508");
  }
}
#home_mainvisual .slider > div:nth-child(7) {
  background-image: url("../images/home/img_person7.png?20240822");
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div:nth-child(7) {
    background-image: url("../images/home/img_person7_tab.png?20240822");
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .slider > div:nth-child(7) {
    background-image: url("../images/home/img_person7_sp.png?20240822");
  }
}
#home_mainvisual .slider > div:nth-child(8) {
  background-image: url("../images/home/img_person8.png?20240524");
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div:nth-child(8) {
    background-image: url("../images/home/img_person8_tab.png?20240524");
  }
}
@media screen and (max-width: 480px) {
  #home_mainvisual .slider > div:nth-child(8) {
    background-image: url("../images/home/img_person8_sp.png?20240524");
  }
}
#home_mainvisual .slider > div img {
  max-width: inherit;
  width: 90vh;
  position: absolute;
  bottom: 0;
  left: -200px;
}
@media screen and (max-width: 768px) {
  #home_mainvisual .slider > div img {
    max-width: 471px;
    left: 0;
  }
}
#home_mainvisual .slider .link_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home_news {
  background-color: #fff;
}
#home_news .label {
  width: 56px;
  padding: 10px 10px;
}
#home_news .label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #6ab3d2;
}
@media screen and (max-width: 480px) {
  #home_news .label span {
    font-size: 2rem;
  }
}
#home_news .contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  padding-left: 20px;
  padding: 10px 10px;
}
#home_news .contents .date {
  margin-right: 20px;
}
#home_news .more {
  font-size: 14px;
  width: 86px;
}
#home_news .more a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #6ab3d2;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 2.9em;
  position: relative;
}
#home_news .more a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home_news .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

#home_catch {
  background-image: url("../images/home/bg_home_catch.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 120px;
  padding-bottom: 200px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #home_catch {
    padding-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  #home_catch {
    padding-top: 90px;
  }
}
#home_catch p {
  line-height: 2;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
  padding-right: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #home_catch p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #home_catch p {
    padding-right: 0;
  }
}
#home_catch .lg {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #home_catch .lg {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #home_catch .lg {
    font-size: 30px;
  }
}
#home_catch .img_clip1 {
  width: 53vw;
  max-width: 510px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #home_catch .img_clip1 {
    right: 5.2%;
  }
}
@media screen and (max-width: 480px) {
  #home_catch .img_clip1 {
    position: static;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 60px;
  }
}

.home_sec h2 {
  font-style: italic;
  text-align: center;
  color: #6ab6d5;
  letter-spacing: 0.05em;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .home_sec h2 {
    font-size: 24px;
  }
}

#home_interview {
  background: -webkit-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: -webkit-gradient(linear, -1168.93% 168.58%, -1070.07% 168.58%, color-stop(0, rgb(195, 255, 222)), color-stop(1, rgb(215, 232, 255)));
  background: -ms-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3FFDE', endColorstr='#D7E8FF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(195, 255, 222)), to(rgb(215, 232, 255)));
  background: -webkit-linear-gradient(left, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: linear-gradient(90deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C3FFDE",endColorstr="#D7E8FF" , GradientType=1);
  position: relative;
  padding-bottom: 8vw;
}
@media screen and (max-width: 480px) {
  #home_interview h2 {
    padding-top: 60px;
  }
}
#home_interview:before {
  content: "";
  position: absolute;
  top: -1.7vw;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: -webkit-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: -webkit-gradient(linear, -1168.93% 168.58%, -1070.07% 168.58%, color-stop(0, rgb(195, 255, 222)), color-stop(1, rgb(215, 232, 255)));
  background: -ms-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3FFDE', endColorstr='#D7E8FF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(195, 255, 222)), to(rgb(215, 232, 255)));
  background: -webkit-linear-gradient(left, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: linear-gradient(90deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: 0;
}
#home_interview .carousel_wrap {
  background-image: url("../images/home/bg1.png");
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
#home_interview .carousel_box {
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
#home_interview .carousel_box:hover {
  border-color: #e68022;
  -webkit-box-shadow: 8px 8px 0 #e68022;
          box-shadow: 8px 8px 0 #e68022;
}
#home_interview .carousel_box:hover .more_detail {
  background-color: #ffca36;
}
#home_interview .carousel_box .thum {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 296px;
}
@media screen and (max-width: 768px) {
  #home_interview .carousel_box .thum {
    max-width: 170px;
  }
}
#home_interview .carousel_box .lg {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  text-shadow: 0 0 2px #ffffff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #home_interview .carousel_box .lg {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
#home_interview .carousel_box .name {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #home_interview .carousel_box .name {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
#home_interview .carousel_box .more_detail {
  vertical-align: bottom;
  text-align: right;
  background-color: #e68022;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  font-style: italic;
  -webkit-transition: background-color 0.05s linear;
  transition: background-color 0.05s linear;
}
@media screen and (max-width: 768px) {
  #home_interview .carousel_box .more_detail {
    font-size: 10px;
    padding: 5px 10px;
  }
}
#home_interview .carousel_box .linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home_interview .carousel {
  position: relative;
}
#home_interview .carousel .slick-slide {
  margin: 0 15px 15px;
}
@media screen and (max-width: 480px) {
  #home_interview .carousel .slick-slide {
    margin: 0 10px 10px;
  }
}
#home_interview .carousel .slick-slide img {
  width: 100%;
}

#home_contents {
  position: relative;
  background: -webkit-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: -webkit-gradient(linear, -1168.93% 168.58%, -1070.07% 168.58%, color-stop(0, rgb(195, 255, 222)), color-stop(1, rgb(215, 232, 255)));
  background: -ms-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3FFDE', endColorstr='#D7E8FF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(195, 255, 222)), to(rgb(215, 232, 255)));
  background: -webkit-linear-gradient(left, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: linear-gradient(90deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
}
#home_contents:before, #home_contents:after {
  content: "";
  position: absolute;
  left: 0;
  width: 120%;
  margin: 3% -10% 0;
  background-color: #fff;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: 0;
}
#home_contents:before {
  top: -1.7vw;
  height: 18%;
}
#home_contents:after {
  bottom: -22%;
  height: 200px;
}
#home_contents h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #home_contents h2 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #home_contents h2 {
    font-size: 24px;
  }
}
#home_contents .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#home_contents .flex > div {
  -webkit-flex-basis: 31.25%;
      -ms-flex-preferred-size: 31.25%;
          flex-basis: 31.25%;
  max-width: 31.25%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #home_contents .flex > div {
    -webkit-flex-basis: 29.2%;
        -ms-flex-preferred-size: 29.2%;
            flex-basis: 29.2%;
    max-width: 29.2%;
  }
}
@media screen and (max-width: 480px) {
  #home_contents .flex > div {
    -webkit-flex-basis: 46.19%;
        -ms-flex-preferred-size: 46.19%;
            flex-basis: 46.19%;
    max-width: 46.19%;
  }
}
#home_contents .flex > div .thum {
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  margin-bottom: 17px;
}
#home_contents .flex > div .thum img {
  width: 100%;
}
#home_contents .flex > div:hover .thum {
  -webkit-box-shadow: 8px 8px 0 #e68022;
          box-shadow: 8px 8px 0 #e68022;
}
#home_contents .flex > div h3 {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #home_contents .flex > div h3 {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  #home_contents .flex > div .title {
    line-height: 1.5;
  }
}
#home_contents .flex > div .title a {
  color: #e68022;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #home_contents .flex > div .title a {
    font-size: 11px;
  }
}

#home_engineer {
  background-image: url("../images/home/bg_home_engineer.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 115px;
  padding-bottom: 115px;
  position: relative;
  z-index: 1;
}
#home_engineer .inner img {
  width: 100%;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
#home_engineer .inner img:hover {
  border-color: #fa951e;
  -webkit-box-shadow: 8px 8px 0px #fa951e;
          box-shadow: 8px 8px 0px #fa951e;
}

#home_recruit {
  background-image: url("../images/home/bg_home_recruit.jpg");
  padding-top: 130px;
  padding-bottom: 110px;
}
#home_recruit .lg {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #home_recruit .lg {
    font-size: 29px;
  }
}
@media screen and (max-width: 480px) {
  #home_recruit .lg {
    font-size: 20px;
  }
}
#home_recruit .lg img {
  vertical-align: text-bottom;
  padding-right: 10px;
  margin-left: 5px;
  padding-top: 10px;
  width: 38px;
}
@media screen and (max-width: 768px) {
  #home_recruit .lg img {
    width: 32px;
  }
}
@media screen and (max-width: 480px) {
  #home_recruit .lg img {
    width: 22px;
  }
}
#home_recruit a {
  width: 288px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  color: #f59021;
  text-align: center;
  position: relative;
  padding: 10px;
  font-size: 24px;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #home_recruit a {
    font-size: 17px;
    width: 178px;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#home_recruit a:hover {
  -webkit-box-shadow: 8px 8px 0 #e68022;
          box-shadow: 8px 8px 0 #e68022;
}
#home_recruit a span {
  font-size: 12px;
  display: block;
  font-weight: 400;
}
#home_recruit a:after {
  content: "";
  position: absolute;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 20px;
  background-image: url("../images/common/arrow2.svg");
}

.ityped-cursor {
  font-size: 2.2rem;
  color: #fff;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}
.ityped.sponly {
  display: inline-block !important;
}

/**
* 6.0 - 下層ページ
* -----------------------------------------------------------------------------
*/
.page .header_c,
.page .header_l {
  border-bottom: none;
}

.page_title {
  background-image: url("../images/common/bg1.jpg");
  padding: 5.8vh 0;
  position: relative;
  z-index: 1;
}
.page_title h2 {
  text-align: center;
}

.icons {
  text-align: center;
  margin-top: 4.89vw;
  margin-bottom: 4.89vw;
}
@media screen and (min-width: 961px) {
  .icons {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.icons img {
  max-width: 232px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .icons img {
    max-width: 168px;
  }
}

.icons + .center {
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .icons + .center {
    font-size: 12px;
  }
}

.anchor {
  position: absolute;
  top: -82px;
}

.anchor_cont {
  margin-top: -82px;
  padding-top: 82px !important;
  display: block;
}

/**
* 6.1 - Top Message
* -----------------------------------------------------------------------------
*/
.page_topmessage .page_title img {
  max-width: 230px;
}
.page_topmessage footer {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .page_topmessage footer {
    margin-top: 0;
  }
}

.topmessage_contents {
  padding-top: 100px;
  padding-bottom: 130px;
  background: -webkit-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: -webkit-gradient(linear, -1168.93% 168.58%, -1070.07% 168.58%, color-stop(0, rgb(195, 255, 222)), color-stop(1, rgb(215, 232, 255)));
  background: -ms-linear-gradient(0deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3FFDE', endColorstr='#D7E8FF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(195, 255, 222)), to(rgb(215, 232, 255)));
  background: -webkit-linear-gradient(left, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  background: linear-gradient(90deg, rgb(195, 255, 222) 0%, rgb(215, 232, 255) 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .topmessage_contents {
    padding-bottom: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .topmessage_contents .inner {
    display: block;
  }
}
.topmessage_contents:before, .topmessage_contents:after {
  content: "";
  position: absolute;
  width: 120%;
  margin: 3% -10% 0;
  background-color: #fff;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: 0;
  left: 0;
}
.topmessage_contents:before {
  top: -4.7vw;
  height: 150px;
}
@media screen and (max-width: 480px) {
  .topmessage_contents:before {
    top: -17.7vw;
  }
}
.topmessage_contents:after {
  bottom: 0;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .topmessage_contents:after {
    height: 270px;
    bottom: -70px;
  }
}
@media screen and (max-width: 480px) {
  .topmessage_contents:after {
    height: 680px;
  }
}

.topmessage_l {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  max-width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.topmessage_l .lg {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topmessage_l .lg {
    font-size: 27px;
  }
}
.topmessage_l p {
  line-height: 2.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .topmessage_l p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .topmessage_l {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.topmessage_r {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  max-width: 45%;
  position: relative;
  z-index: 1;
}
.topmessage_r img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .topmessage_r {
    max-width: 100%;
  }
}

.topmessage_wrap_primary {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topmessage_wrap_secondary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.topmessage_wrap_secondary .lg {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .topmessage_wrap_secondary .lg {
    font-size: 27px;
  }
}
.topmessage_wrap_secondary p {
  line-height: 2.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .topmessage_wrap_secondary p {
    font-size: 14px;
  }
}
.topmessage_wrap_secondary img {
  width: 100%;
}
.topmessage_wrap_secondary span {
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}
.topmessage_wrap_secondary .right {
  font-size: 16px;
  font-weight: 600;
}

/**
* 6.2 - Interview
* -----------------------------------------------------------------------------
*/
.page_interview .page_title img {
  max-width: 208px;
}

.interview_top {
  padding-bottom: 12.9vw;
}
@media screen and (min-width: 961px) {
  .interview_top {
    padding-bottom: 124px;
  }
}
.interview_top p {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .interview_top p {
    font-size: 16px;
  }
}
.interview_top .bnr {
  width: 100%;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.interview_top .bnr:hover {
  border-color: #f78f22;
  -webkit-box-shadow: 8px 8px #f78f22;
          box-shadow: 8px 8px #f78f22;
}

.interview_catch {
  text-align: center;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 10.41vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .interview_catch {
    padding-top: 100px;
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .interview_catch {
    font-size: 4.36rem;
  }
}
.interview_catch span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 2.25vw;
}
@media screen and (min-width: 961px) {
  .interview_catch span {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .interview_catch span {
    font-size: 1.72rem;
  }
}

.nav_interview {
  margin-top: 5vw;
}
.nav_interview ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_interview ul:before {
  content: "";
  display: block;
  width: 21.56%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.nav_interview ul:after {
  content: "";
  display: block;
  width: 21.56%;
}
.nav_interview ul li {
  -webkit-flex-basis: 21.56%;
      -ms-flex-preferred-size: 21.56%;
          flex-basis: 21.56%;
  max-width: 21.56%;
  margin-bottom: 4vw;
}
@media screen and (max-width: 480px) {
  .nav_interview ul li {
    -webkit-flex-basis: 46.04%;
        -ms-flex-preferred-size: 46.04%;
            flex-basis: 46.04%;
    max-width: 46.04%;
  }
}
.nav_interview ul li .thum {
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  margin-bottom: 1vw;
}
.nav_interview ul li .thum img {
  width: 100%;
}
.nav_interview ul li .thum:hover {
  -webkit-box-shadow: 8px 8px 0 #f78f22;
          box-shadow: 8px 8px 0 #f78f22;
  border-color: #f78f22;
}
.nav_interview ul li .type {
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .nav_interview ul li .type {
    font-size: 12px;
  }
}
.nav_interview ul li .type span {
  font-size: 0.625rem;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (min-width: 961px) {
  .nav_interview ul li .type span {
    font-size: 10px;
  }
}
.nav_interview ul li .name {
  color: #f78f22;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .nav_interview ul li .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .nav_interview ul li .name {
    font-size: 2rem;
  }
}
.nav_interview ul li .name span {
  font-size: 0.7rem;
  font-style: italic;
  margin-left: 5px;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .nav_interview ul li .name span {
    font-size: 11px;
  }
}

.sec_interview {
  padding-bottom: 12.5vw;
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec_interview {
    padding-bottom: 120px;
  }
}
.sec_interview:nth-child(2n-1) .sec_interview_contents .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_interview:nth-child(2n) .sec_interview_header .inner_sub {
  width: 45.2%;
  margin-left: auto;
  margin-right: 0;
  display: block;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .sec_interview:nth-child(2n) .sec_interview_header .inner_sub {
    width: 100%;
  }
}

#interview1 .sec_interview_header {
  background-color: #6a8cab;
}
#interview1 .sec_interview_header .title .label {
  color: #6a8cab;
}

#interview2 .sec_interview_header {
  background-color: #bbac3e;
}
#interview2 .sec_interview_header .title .label {
  color: #bbac3e;
}
@media screen and (min-width: 961px) {
  #interview2 .sec_interview_r img {
    max-width: 800px;
    width: 140%;
    right: -7%;
  }
}

#interview3 .sec_interview_header {
  background-color: #74b0be;
}
#interview3 .sec_interview_header .title .label {
  color: #74b0be;
}
#interview3 .sec_interview_r img {
  max-width: 508px;
  width: 156.2%;
  right: -20vw;
}
@media screen and (max-width: 768px) {
  #interview3 .sec_interview_r img {
    max-width: 350px;
    right: 5%;
  }
}
@media screen and (min-width: 961px) {
  #interview3 .sec_interview_r img {
    right: -30px;
  }
}

#interview4 .sec_interview_header {
  background-color: #769880;
}
#interview4 .sec_interview_header .title .label {
  color: #769880;
}
#interview4 .sec_interview_r img {
  width: 130%;
  left: -22%;
}

#interview5 .sec_interview_header {
  background-color: #8997bc;
}
#interview5 .sec_interview_header .title .label {
  color: #8997bc;
}
#interview5 .sec_interview_r img {
  width: 95.8%;
  right: 0;
}

#interview6 .sec_interview_header {
  background-color: #b67575;
}
#interview6 .sec_interview_header .title .label {
  color: #b67575;
}
#interview6 .sec_interview_r img {
  width: 93%;
  left: 0;
  right: 0;
  margin: auto;
}

#interview7 .sec_interview_header {
  background-color: #e8bb72;
}
#interview7 .sec_interview_header .title .label {
  color: #e8bb72;
}
#interview7 .sec_interview_r img {
  width: 90%;
  right: 0;
  margin-top: 4%;
}

#interview8 .sec_interview_header {
  background-color: #c48071;
}
#interview8 .sec_interview_header .title .label {
  color: #c48071;
}
#interview8 .sec_interview_r img {
  width: 82%;
  right: auto;
  margin-top: 4%;
}

#interview9 .sec_interview_header {
  background-color: #e5ca6c;
}
#interview9 .sec_interview_header .title .label {
  color: #e5ca6c;
}
#interview9 .sec_interview_r img {
  width: 72%;
  right: 0;
}

.sec_interview_header {
  color: #fff;
  padding-top: 5.4vw;
  padding-bottom: 5.4vw;
}
@media screen and (min-width: 961px) {
  .sec_interview_header {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.sec_interview_header .title {
  font-size: 0.875rem;
}
.sec_interview_header .title .neue {
  font-style: italic;
}
.sec_interview_header .title img {
  width: 45px;
  margin: 0 10px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 480px) {
  .sec_interview_header .title img {
    width: 23px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.sec_interview_header .title .label {
  display: inline-block;
  background-color: #fff;
  padding: 3px 14px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-right: 10px;
}
@media all and (-ms-high-contrast: none) {
  .sec_interview_header .title .label {
    padding-top: 7px;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_header .title .label {
    font-size: 10px;
  }
}
.sec_interview_header .title .sm {
  font-size: 10px;
}
.sec_interview_header .lg {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 2vw;
  border-top: 3px solid #fff;
  display: inline-block;
  padding-top: 8px;
}
@media screen and (min-width: 961px) {
  .sec_interview_header .lg {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_header .lg {
    display: block;
    font-size: 3rem;
    border-top-width: 2px;
  }
}
.sec_interview_header .name {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .sec_interview_header .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_header .name {
    font-size: 2rem;
  }
}
.sec_interview_header .name span {
  font-size: 0.75rem;
  font-style: italic;
  margin-left: 10px;
}
@media screen and (min-width: 961px) {
  .sec_interview_header .name span {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_header .name span {
    font-size: 1.75rem;
  }
}

.sec_interview_contents .flex {
  margin-bottom: 4.16vw;
}
@media screen and (min-width: 961px) {
  .sec_interview_contents .flex {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_contents .flex {
    display: block;
  }
}
.sec_interview_contents .image_lg {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sec_interview_contents .image_lg {
    margin-top: 20px;
  }
}
.sec_interview_contents .first {
  font-size: 2.25rem;
  -webkit-transform: translateY(1.3rem);
          transform: translateY(1.3rem);
  font-weight: 600;
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: bottom;
}
@media screen and (min-width: 961px) {
  .sec_interview_contents .first {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_contents .first {
    font-size: 3rem;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_contents p {
    font-size: 1.75rem !important;
  }
}

.sec_interview_l {
  -webkit-flex-basis: 45.2%;
      -ms-flex-preferred-size: 45.2%;
          flex-basis: 45.2%;
  max-width: 45.2%;
}
@media screen and (max-width: 480px) {
  .sec_interview_l {
    max-width: 100%;
  }
}
.sec_interview_l p {
  font-size: 0.875rem;
  line-height: 2.3;
}
@media screen and (min-width: 961px) {
  .sec_interview_l p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_l p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_l p:nth-of-type(2) {
    display: none;
  }
}
.sec_interview_l img {
  width: 100%;
}

.sec_interview_r {
  -webkit-flex-basis: 54.8%;
      -ms-flex-preferred-size: 54.8%;
          flex-basis: 54.8%;
  max-width: 54.8%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sec_interview_r {
    max-width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}
.sec_interview_r img {
  right: 20px;
  position: absolute;
  width: 120%;
  top: calc(-100px - 25vw);
}
@media screen and (min-width: 961px) {
  .sec_interview_r img {
    top: -360px;
  }
}
@media screen and (max-width: 768px) {
  .sec_interview_r img {
    right: -40px;
  }
}
@media screen and (max-width: 480px) {
  .sec_interview_r img {
    position: static;
    width: 100% !important;
  }
}

#special_contents {
  background-image: url("../images/common/bg1.jpg");
  color: #fff;
  padding-top: 9.37vw;
  padding-bottom: 9.37vw;
}
#special_contents .inner {
  background-image: url("../images/interview/bg_special_contents.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 961px) {
  #special_contents {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#special_contents .title {
  text-align: center;
  font-size: 2.875rem;
  line-height: 1.3;
  margin-bottom: 5.7vw;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  #special_contents .title {
    font-size: 46px;
    margin-bottom: 55px;
  }
}
#special_contents .title span {
  background-color: #fff;
  display: inline-block;
  color: #383838;
  font-style: italic;
  font-size: 0.75rem;
  padding: 3px 40px;
  line-height: 1;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 961px) {
  #special_contents .title span {
    font-size: 12px;
  }
}
#special_contents .title img {
  max-width: 189px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
}
#special_contents ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#special_contents ul li {
  -webkit-flex-basis: 20.93%;
      -ms-flex-preferred-size: 20.93%;
          flex-basis: 20.93%;
  max-width: 20.93%;
}
@media screen and (max-width: 480px) {
  #special_contents ul li {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
    margin-bottom: 10px;
  }
}
#special_contents ul li .thum img {
  width: 100%;
}
#special_contents ul li .text {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #special_contents ul li .text {
    font-size: 11px;
  }
}

.special_contents_bottom {
  text-align: center;
  font-size: 5rem;
  line-height: 1.6;
  font-weight: 600;
}
.special_contents_bottom span {
  font-size: 1.375rem;
  display: block;
}
@media screen and (min-width: 961px) {
  .special_contents_bottom span {
    font-size: 22px;
  }
}
@media screen and (min-width: 961px) {
  .special_contents_bottom {
    font-size: 46px;
  }
}
.special_contents_bottom img {
  width: 36px;
  vertical-align: initial;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .special_contents_bottom img {
    vertical-align: sub;
    width: 27px;
    margin-left: 10px;
  }
}

/**
* 6.3 - Data
* -----------------------------------------------------------------------------
*/
.page_data .page_title img {
  max-width: 243px;
}

.data_contents .center {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .data_contents .center {
    margin-bottom: 60px;
  }
}

.data_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .data_wrap {
    display: block;
  }
}
.data_wrap > div {
  margin-bottom: 5%;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  max-width: 30%;
}
@media screen and (max-width: 480px) {
  .data_wrap > div {
    max-width: 100%;
  }
}
.data_wrap > div img {
  width: 100%;
}
.data_wrap .flex_2col {
  -webkit-flex-basis: 65.1%;
      -ms-flex-preferred-size: 65.1%;
          flex-basis: 65.1%;
  max-width: 65.1%;
}
@media screen and (max-width: 480px) {
  .data_wrap .flex_2col {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.data_wrap .flex_2row .data_box:first-child {
  margin-bottom: 15.989%;
}
@media screen and (max-width: 480px) {
  .data_wrap .flex_2row .data_box:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .data_wrap .h_half {
    height: 50%;
  }
}

.data_box {
  position: relative;
  font-size: 1rem;
  color: #fff;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .data_box {
    font-size: 14px;
  }
}
.data_box .overlay {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 0;
}
.data_box .overlay span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13.88%;
  padding-right: 13.88%;
}

.overlay.overlay_active {
  background-color: rgba(85, 152, 197, 0.9);
  opacity: 1;
}

.data_box.active {
  opacity: 1;
}
.data_box.active:before {
  content: "";
  position: absolute;
  background-color: #5598c5;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation-name: overLay-mask;
          animation-name: overLay-mask;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.5, 0.2, 1);
          animation-timing-function: cubic-bezier(0.1, 0.5, 0.2, 1);
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
.data_box.active .data_box_inner {
  opacity: 0;
  -webkit-animation-name: overLay;
          animation-name: overLay;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
          animation-timing-function: cubic-bezier(0, 0, 1, 1);
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes overLay-mask {
  0% {
    top: 101%;
    left: 0;
    right: 0;
    opacity: 1;
  }
  1% {
    top: 100%;
    left: 0;
    right: 0;
    opacity: 1;
  }
  50% {
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
  }
  99% {
    top: -100%;
    left: 0;
    right: 0;
    opacity: 1;
  }
  100% {
    top: -101%;
    left: 0;
    right: 0;
    opacity: 1;
  }
}

@keyframes overLay-mask {
  0% {
    top: 101%;
    left: 0;
    right: 0;
    opacity: 1;
  }
  1% {
    top: 100%;
    left: 0;
    right: 0;
    opacity: 1;
  }
  50% {
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
  }
  99% {
    top: -100%;
    left: 0;
    right: 0;
    opacity: 1;
  }
  100% {
    top: -101%;
    left: 0;
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes overLay {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes overLay {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/**
* 6.4 - Photogallery
* -----------------------------------------------------------------------------
*/
.fancybox-infobar,
.fancybox-toolbar {
  display: none;
}

.fancybox-bg {
  background-color: #bde0f0;
}

.fancybox-button--arrow_right {
  background: url("../images/photogallery/arrow_right.svg");
}

.fancybox-button--arrow_left {
  background: url("../images/photogallery/arrow_left.svg");
  left: 50px !important;
}

.fancybox-button {
  padding: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px !important;
}
.fancybox-button svg {
  display: none;
}

.page_photogallery .page_title img {
  max-width: 208px;
}

.thum.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 60px;
}
.thum.flex div {
  -webkit-flex-basis: 29.89%;
      -ms-flex-preferred-size: 29.89%;
          flex-basis: 29.89%;
  max-width: 29.89%;
  margin-bottom: 3vw;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .thum.flex div {
    -webkit-flex-basis: 46.58%;
        -ms-flex-preferred-size: 46.58%;
            flex-basis: 46.58%;
    max-width: 46.58%;
  }
}
.thum.flex div img {
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.thum.flex div:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.lightboxOverlay {
  background-color: #bde0f0;
  opacity: 0.95;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  position: absolute;
}
.lb-nav a.lb-next {
  right: -90px;
}
.lb-nav a.lb-prev {
  left: -90px;
}

.lightbox .lb-image {
  border: 1px solid #000;
}

/**
* 6.5 - Training
* -----------------------------------------------------------------------------
*/
.training_top .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .training_top .flex {
    display: block;
  }
}
.training_top .flex > div {
  -webkit-flex-basis: 44.79%;
      -ms-flex-preferred-size: 44.79%;
          flex-basis: 44.79%;
  max-width: 44.79%;
}
@media screen and (max-width: 480px) {
  .training_top .flex > div {
    max-width: 100%;
  }
}
.training_top .flex > div img {
  width: 100%;
}
.training_top .flex > div p {
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .training_top .flex > div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .training_top .flex > div p {
    font-size: 12px;
  }
}
.training_top .flex .image {
  padding-right: 4.16%;
  padding-left: 4.16%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.training_box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .training_box {
    display: block;
  }
}
.training_box > div {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  max-width: 45%;
}
@media screen and (max-width: 480px) {
  .training_box > div {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .training_box .thum {
    margin-bottom: 30px;
  }
}
.training_box .thum img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .training_box .text {
    margin-bottom: 20px;
  }
}
.training_box .text h4 {
  font-size: 1.1125rem;
  border: 1px solid #000;
  padding: 10px;
  font-weight: 600;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .training_box .text h4 {
    font-size: 2.08rem;
  }
}
.training_box .text h4 .sm {
  font-size: 0.75rem;
}
@media screen and (max-width: 480px) {
  .training_box .text h4 .sm {
    font-size: 1.75rem;
  }
}
.training_box .text h4 .step {
  color: #6aa6c5;
  font-style: italic;
  margin-right: 4px;
}
.training_box .text p {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .training_box .text p {
    font-size: 1.75rem;
  }
}
.training_box .text ul {
  margin-top: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .training_box .text ul {
    margin-bottom: 20px;
  }
}
.training_box .text ul li {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .training_box .text ul li {
    font-size: 1.75rem;
  }
}
.training_box .text .lg {
  font-size: 1.5rem;
  color: #f78f22;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .training_box .text .lg {
    font-size: 2.75rem;
    margin-top: 20px;
  }
}
.training_box .text dd {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .training_box .text .text_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .training_box .text .text_flex > div {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.training_box .text .btn_engineer {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #6a96b5;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  background-image: url("../images/training1/bg_to_each2.png");
}
@media screen and (max-width: 480px) {
  .training_box .text .btn_engineer {
    max-width: 100%;
    font-size: 2.21rem;
    margin-bottom: 40px;
  }
}
.training_box .text .btn_engineer:after {
  content: "";
  width: 20px;
  height: 11px;
  position: absolute;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/arrow3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.training_box .text .btn_engineer span {
  font-size: 0.75rem;
  display: inline-block;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
@media screen and (max-width: 480px) {
  .training_box .text .btn_engineer span {
    font-size: 1.475rem;
  }
}
.training_box .text .btn_engineer:hover {
  background-color: #ffb26e;
  border: 1px solid #f78f22;
  -webkit-box-shadow: 4px 4px 0 #f78f22;
          box-shadow: 4px 4px 0 #f78f22;
}
.training_box .text .btn_engineer a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
* 6.5.1- Training1
* -----------------------------------------------------------------------------
*/
.page_training1 .page_title img {
  max-width: 130px;
}

#training_start {
  background: -webkit-linear-gradient(0deg, rgb(194, 211, 255) 0%, rgb(174, 255, 201) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(194, 211, 255)), color-stop(1, rgb(174, 255, 201)));
  background: -ms-linear-gradient(0deg, rgb(194, 211, 255) 0%, rgb(174, 255, 201) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2D3FF', endColorstr='#AEFFC9' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 211, 255)), to(rgb(174, 255, 201)));
  background: -webkit-linear-gradient(left, rgb(194, 211, 255) 0%, rgb(174, 255, 201) 100%);
  background: linear-gradient(90deg, rgb(194, 211, 255) 0%, rgb(174, 255, 201) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C2D3FF",endColorstr="#AEFFC9" , GradientType=1);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  #training_start {
    margin-bottom: 100px;
  }
}
#training_start h3 {
  font-size: 2.5rem;
  color: #383838;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  #training_start h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #training_start h3 {
    font-size: 4rem;
  }
}
#training_start .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
  padding-right: 4.16%;
  padding-left: 4.16%;
}
@media screen and (max-width: 480px) {
  #training_start .flex {
    display: block;
    margin-top: 80px;
    padding-right: 0;
    padding-left: 0;
  }
}
#training_start .training_start_box {
  -webkit-flex-basis: 26.04%;
      -ms-flex-preferred-size: 26.04%;
          flex-basis: 26.04%;
  max-width: 26.04%;
  position: relative;
}
@media screen and (max-width: 480px) {
  #training_start .training_start_box {
    max-width: 100%;
  }
}
#training_start .training_start_box .title {
  position: absolute;
  bottom: 100%;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  left: 0;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  #training_start .training_start_box .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #training_start .training_start_box .title {
    font-size: 2.5rem;
  }
}
#training_start .training_start_box .title span {
  font-size: 0.875rem;
  display: block;
}
@media screen and (min-width: 961px) {
  #training_start .training_start_box .title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #training_start .training_start_box .title span {
    font-size: 1.375rem;
  }
}
#training_start .training_start_box .image {
  text-align: center;
}
#training_start .training_start_box .image img {
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 480px) {
  #training_start .training_start_box .image img {
    max-width: 164px;
  }
}
@media screen and (max-width: 480px) {
  #training_start #start2 {
    margin-bottom: 60px;
  }
}
#training_start .plus {
  text-align: center;
  -webkit-flex-basis: 5.83% !important;
      -ms-flex-preferred-size: 5.83% !important;
          flex-basis: 5.83% !important;
  max-width: 56px !important;
  position: relative;
}
@media screen and (max-width: 480px) {
  #training_start .plus {
    max-width: 100% !important;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
#training_start .plus img {
  max-width: 56px !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  #training_start .plus img {
    position: static;
    -webkit-transform: none;
            transform: none;
    max-width: 44px !important;
  }
}

.sec_training h3 {
  color: #fff;
  background-image: url("../images/common/bg1.jpg");
  text-align: center;
  font-size: 2.75rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .sec_training h3 {
    font-size: 4rem;
  }
}
.sec_training h3 .inner {
  padding-top: 0;
}
.sec_training h3 .subtitle span {
  background-color: #fff;
  display: inline-block;
  font-size: 1rem;
  color: #f78f22;
  letter-spacing: 0.2em;
  padding: 3px 20px;
}
@media all and (-ms-high-contrast: none) {
  .sec_training h3 .subtitle span {
    padding-top: 10px;
  }
}
.sec_training h3 .sm {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .sec_training h3 .sm {
    font-size: 2.25rem;
  }
}
.sec_training h3 .supplement {
  font-size: 1rem;
  margin-top: 10px;
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .sec_training h3 .supplement {
    font-size: 2.25rem;
  }
}
.sec_training .inner {
  padding-top: 50px;
}

/* training1_1 */
#training1 {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  #training1 {
    padding-bottom: 60px;
  }
}

.img_training1_1 {
  max-width: 422px;
  width: 100%;
}

.sec_training_p {
  max-width: 630px;
  width: 100%;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .sec_training_p {
    font-size: 1.75rem;
  }
}

.to_each {
  background: -webkit-linear-gradient(0deg, rgb(194, 211, 255) 0%, rgb(174, 255, 201) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(194, 211, 255)), color-stop(1, rgb(174, 255, 201)));
  background: -ms-linear-gradient(0deg, rgb(194, 211, 255) 0%, rgb(174, 255, 201) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2D3FF', endColorstr='#AEFFC9' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 211, 255)), to(rgb(174, 255, 201)));
  background: -webkit-linear-gradient(left, rgb(194, 211, 255) 0%, rgb(174, 255, 201) 100%);
  background: linear-gradient(90deg, rgb(194, 211, 255) 0%, rgb(174, 255, 201) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C2D3FF",endColorstr="#AEFFC9" , GradientType=1);
  padding-top: 50px;
  padding-bottom: 35px;
  padding-left: 3.95%;
  padding-right: 3.95%;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .to_each {
    margin-top: 30px;
  }
}
.to_each h4 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .to_each h4 {
    font-size: 2.5rem;
  }
}
.to_each .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .to_each .flex {
    display: block;
  }
}
.to_each .flex > div {
  -webkit-flex-basis: 48.5%;
      -ms-flex-preferred-size: 48.5%;
          flex-basis: 48.5%;
  max-width: 48.5%;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #6a96b5;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
@media screen and (max-width: 480px) {
  .to_each .flex > div {
    max-width: 100%;
    font-size: 2.21rem;
  }
}
.to_each .flex > div:after {
  content: "";
  width: 20px;
  height: 11px;
  position: absolute;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/arrow3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.to_each .flex > div span {
  font-size: 0.75rem;
  display: inline-block;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
@media screen and (max-width: 480px) {
  .to_each .flex > div span {
    font-size: 1.475rem;
  }
}
.to_each .flex > div:hover {
  background-color: #ffb26e;
  border: 1px solid #f78f22;
  -webkit-box-shadow: 4px 4px 0 #f78f22;
          box-shadow: 4px 4px 0 #f78f22;
}
.to_each .flex > div:first-child {
  background-image: url("../images/training1/bg_to_each1.png");
}
@media screen and (max-width: 480px) {
  .to_each .flex > div:first-child {
    margin-bottom: 20px;
  }
}
.to_each .flex > div:nth-child(2) {
  background-image: url("../images/training1/bg_to_each2.png");
}
.to_each .flex > div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* training2 */
#training2 {
  background-color: #f3f3f3;
  padding-bottom: 120px;
}
#training2 h3 {
  padding-top: 35px;
  padding-bottom: 27px;
}
#training2 .img_training2_1 {
  max-width: 200px;
  width: 100%;
}

#training2_5 > div {
  max-width: 100%;
}
#training2_5 > div img {
  max-width: 289px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#training2_5 > div p {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  #training2_5 > div p {
    font-size: 1.75rem;
  }
}

.and_more {
  background-color: #fff;
  border: 1px solid #383838;
  margin-top: 90px;
  padding: 55px 6.25% 65px 6.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.and_more h4 {
  color: #f78f22;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .and_more h4 {
    font-size: 3.03rem;
    line-height: 1.5;
  }
}
.and_more h4 .sm {
  display: block;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .and_more h4 .sm {
    font-size: 2rem;
  }
}
.and_more .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .and_more .flex {
    margin-top: 30px;
    display: block;
  }
}
.and_more .flex > div {
  -webkit-flex-basis: 44%;
      -ms-flex-preferred-size: 44%;
          flex-basis: 44%;
  max-width: 44%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .and_more .flex > div {
    max-width: 100%;
    font-size: 1.75rem;
  }
}
.and_more .flex > div img {
  width: 100%;
}
.and_more .flex .text ul {
  margin-top: 40px;
}
.and_more .flex .image {
  padding-left: 5%;
}
@media screen and (max-width: 480px) {
  .and_more .flex .image {
    padding-left: 17.75%;
    padding-right: 17.75%;
    margin-top: 40px;
  }
}

/* training3 */
#training3 {
  background-color: #f3f3f3;
  padding-bottom: 120px;
}
#training3 h3 {
  padding-top: 35px;
  padding-bottom: 27px;
}
#training3 .img_training3_1 {
  max-width: 200px;
  width: 100%;
}

.sec_training_lg {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  font-weight: 600;
  border-top: 1px solid #383838;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .sec_training_lg {
    font-size: 2.5rem;
  }
}
.sec_training_lg .lg {
  position: relative;
  margin-top: 50px;
  line-height: 1.5;
}
.sec_training_lg .lg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin-left: auto;
  margin-right: auto;
  width: 41px;
  height: 12px;
  background-image: url("../images/training1/bg_sec_training_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#training3_4 > div {
  max-width: 100%;
}
#training3_4 > div p {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  #training3_4 > div p {
    text-align: center;
    font-size: 1.5rem;
  }
}
#training3_4 .img_training3_4 {
  max-width: 290px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}

#program p {
  font-size: 0.875rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #program p {
    font-size: 1.5rem;
  }
}
#program img {
  width: 100%;
}
#program .sm {
  font-size: 0.875rem;
  text-align: center;
}

#follow {
  background-color: #fff;
  border: 1px solid #383838;
  padding: 55px 6.25% 65px 6.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #follow {
    padding-top: 30px;
  }
}
#follow .title {
  color: #f78f22;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #follow .title {
    font-size: 3.03rem;
    line-height: 1.5;
  }
}
#follow .title span {
  display: block;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  #follow .title span {
    font-size: 12px;
  }
}
#follow p.center {
  font-size: 0.865rem;
}
@media screen and (max-width: 480px) {
  #follow p.center {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .subtitle {
    display: block;
  }
}
.subtitle > div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .subtitle > div {
    max-width: 100%;
  }
}
.subtitle > div:first-child {
  border-right: 1px solid #fff;
}
.subtitle > div:first-child:before {
  background-image: url("../images/training1/badge_point1.svg");
}
.subtitle > div:nth-child(2):before {
  background-image: url("../images/training1/badge_point2.svg");
}

.follow_contents {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .follow_contents {
    display: block;
  }
}
.follow_contents > div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .follow_contents > div {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.follow_contents > div:first-child .follow_body {
  padding-right: 6.9%;
}
.follow_contents > div:nth-child(2) .follow_body {
  padding-left: 6.9%;
}
.follow_contents > div img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .follow_contents > div .follow_body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.follow_contents .caption {
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .follow_contents .caption {
    font-size: 15px;
  }
}
.follow_contents .text {
  font-size: 12px;
  margin-top: 10px;
}

.follow_head {
  background-color: #b2d5e5;
  position: relative;
  font-size: 1rem;
  padding: 20px 10px 20px 100px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .follow_head {
    font-size: 1.6rem;
  }
}
.follow_head:before {
  content: "";
  width: 66px;
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

#allowance p.center {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  #allowance p.center {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
#allowance .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #allowance .flex {
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
#allowance .flex > div {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  max-width: 45%;
}
@media screen and (max-width: 480px) {
  #allowance .flex > div {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#allowance .flex > div img {
  width: 100%;
}

.allowance_bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .allowance_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.allowance_bottom .allowance_bottom_inner {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allowance_bottom h5 {
  font-size: 1.215rem;
  color: #f78f22;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .allowance_bottom h5 {
    font-size: 1.75rem;
  }
}
.allowance_bottom p {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .allowance_bottom p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.allowance_bottom .right {
  font-size: 0.75rem;
}

.img_allowance4 {
  max-width: 787px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 60px;
}

#aid p.center {
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #aid p.center {
    font-size: 12px;
  }
}
#aid img {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
#aid img:hover {
  border-color: #fa951e;
  -webkit-box-shadow: 8px 8px 0px #fa951e;
          box-shadow: 8px 8px 0px #fa951e;
}

/**
* 6.5.2- Training2
* -----------------------------------------------------------------------------
*/
.page_training2 .page_title img {
  max-width: 256px;
}
.page_training2 .interview_catch span {
  font-size: inherit;
  display: inline;
}
.page_training2 .training_top .flex {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .page_training2 .training_top .flex {
    margin-top: 30px;
  }
}
.page_training2 .training_top .flex .image {
  padding-left: 0;
  padding-right: 0;
}

.nav_training2 {
  background-image: url("../images/common/bg2.png");
  padding-top: 50px;
}
.nav_training2 ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_training2 ul li {
  -webkit-flex-basis: 29.89%;
      -ms-flex-preferred-size: 29.89%;
          flex-basis: 29.89%;
  max-width: 29.89%;
  background-color: #f78f22;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .nav_training2 ul li {
    -webkit-flex-basis: 46.68%;
        -ms-flex-preferred-size: 46.68%;
            flex-basis: 46.68%;
    max-width: 46.68%;
  }
}
.nav_training2 ul li:hover {
  -webkit-box-shadow: 4px 4px 0px #f78f22;
          box-shadow: 4px 4px 0px #f78f22;
  border-color: #f78f22;
  background-color: #addce5;
}
.nav_training2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .nav_training2 ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.75rem;
  }
}
.nav_training2 ul li a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  right: 20px;
  width: 20px;
  height: 11px;
  background-image: url("../images/common/arrow3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .nav_training2 ul li a:after {
    width: 12px;
    height: 5px;
    right: 10px;
  }
}
.nav_training2 ul .blank {
  opacity: 0;
}

.sec_training2 {
  padding-top: 80px;
}
.sec_training2 h3 {
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .sec_training2 h3 {
    font-size: 2.5rem;
  }
}
.sec_training2 h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin-left: auto;
  margin-right: auto;
  width: 41px;
  height: 12px;
  background-image: url("../images/training1/bg_sec_training_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .sec_training2 h3:before {
    top: -10px;
  }
}
.sec_training2 h3 + .center {
  font-size: 0.875rem;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .sec_training2 h3 + .center {
    font-size: 1.75rem;
  }
}

#point .inner {
  border-bottom: 1px solid #000;
}
#point .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#point .flex .point_box {
  -webkit-flex-basis: 24.58%;
      -ms-flex-preferred-size: 24.58%;
          flex-basis: 24.58%;
  max-width: 24.58%;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #point .flex .point_box {
    -webkit-flex-basis: 44.11%;
        -ms-flex-preferred-size: 44.11%;
            flex-basis: 44.11%;
    max-width: 44.11%;
  }
}
#point .flex .point_box:nth-child(3n-1) {
  padding-right: 13.125%;
  padding-left: 13.125%;
}
@media screen and (max-width: 480px) {
  #point .flex .point_box:nth-child(3n-1) {
    padding-right: 0;
    padding-left: 0;
  }
}
#point .flex .point_box .point_box_top {
  text-align: center;
  margin-bottom: 20px;
}
#point .flex .point_box .point_box_top img {
  width: 100%;
}
#point .flex .point_box .text {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  #point .flex .point_box .text {
    font-size: 1.75rem;
  }
}

#curriculum .inner {
  border-bottom: 1px solid #383838;
  padding-bottom: 80px;
}

#interview .inner {
  padding-bottom: 100px;
  border-bottom: 1px solid #383838;
}
@media screen and (max-width: 480px) {
  #interview .inner {
    padding-bottom: 40px;
  }
}

.person_box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}
@media screen and (max-width: 480px) {
  .person_box {
    display: block;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
.person_box .thum {
  -webkit-flex-basis: 28.02%;
      -ms-flex-preferred-size: 28.02%;
          flex-basis: 28.02%;
  max-width: 28.02%;
}
@media screen and (max-width: 480px) {
  .person_box .thum {
    max-width: 100%;
  }
}
.person_box .thum img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .person_box .thum img {
    max-width: 234px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.person_box .text {
  -webkit-flex-basis: 63.54%;
      -ms-flex-preferred-size: 63.54%;
          flex-basis: 63.54%;
  max-width: 63.54%;
}
@media screen and (max-width: 480px) {
  .person_box .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .person_box .text .entry {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.person_box .text .name {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .person_box .text .name {
    text-align: center;
    font-size: 2.75rem;
  }
}
.person_box .text p {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .person_box .text p {
    font-size: 1.5rem;
  }
}
.person_box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#teacher .inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #383838;
}
#teacher .inner .profile {
  border-bottom: 1px dotted #383838;
  font-size: 0.7rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #teacher .inner .profile {
    font-size: 9px;
  }
}

#merit .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #merit .flex {
    margin-top: 20px;
  }
}
#merit .flex .merit_box {
  -webkit-flex-basis: 27.08%;
      -ms-flex-preferred-size: 27.08%;
          flex-basis: 27.08%;
  max-width: 27.08%;
}
@media screen and (max-width: 480px) {
  #merit .flex .merit_box {
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
#merit .flex .merit_box .num {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #merit .flex .merit_box .num {
    margin-bottom: 10px;
  }
}
#merit .flex .merit_box .num img {
  max-width: 130px;
}
#merit .flex .merit_box .text {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  #merit .flex .merit_box .text {
    font-size: 1.5rem;
  }
}
#merit img {
  width: 100%;
}

.merit_gallery {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.merit_gallery div {
  -webkit-flex-basis: 29.8%;
      -ms-flex-preferred-size: 29.8%;
          flex-basis: 29.8%;
  max-width: 29.8%;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .merit_gallery div {
    -webkit-flex-basis: 45.88%;
        -ms-flex-preferred-size: 45.88%;
            flex-basis: 45.88%;
    max-width: 45.88%;
    margin-bottom: 20px;
  }
}
.merit_gallery div img {
  width: 100%;
}

.sec_recruit_information {
  background-image: url("../images/common/bg1.jpg");
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec_recruit_information a {
  width: 288px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  color: #f59021;
  text-align: center;
  position: relative;
  padding: 10px;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0 #383838;
          box-shadow: 4px 4px 0 #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
@media screen and (max-width: 768px) {
  .sec_recruit_information a {
    font-size: 17px;
    width: 178px;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.sec_recruit_information a:hover {
  -webkit-box-shadow: 8px 8px 0 #e68022;
          box-shadow: 8px 8px 0 #e68022;
}
.sec_recruit_information a span {
  font-size: 12px;
  display: block;
}
.sec_recruit_information a:after {
  content: "";
  position: absolute;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 20px;
  background-image: url("../images/common/arrow2.svg");
}

/**
* 6.6 - Q&A
* -----------------------------------------------------------------------------
*/
.page_faq .page_title img {
  max-width: 145px;
}
.page_faq .interview_catch span {
  font-size: inherit;
  display: inline;
}
.page_faq .dl_faq {
  margin-top: 120px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .page_faq .dl_faq {
    margin-top: 80px;
  }
}
.page_faq .dl_faq dt, .page_faq .dl_faq dd {
  position: relative;
  padding-left: 4em;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .page_faq .dl_faq dt, .page_faq .dl_faq dd {
    padding-left: 3em;
  }
}
.page_faq .dl_faq dt:before, .page_faq .dl_faq dd:before {
  content: "";
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_faq .dl_faq dt {
  font-size: 1rem;
  font-weight: 600;
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .page_faq .dl_faq dt {
    font-size: 1.625rem;
  }
}
.page_faq .dl_faq dt:before {
  content: "";
  width: 40px;
  height: 31px;
  background-image: url("../images/faq/icon_q.svg");
}
@media screen and (max-width: 480px) {
  .page_faq .dl_faq dt:before {
    width: 28px;
    height: 17px;
    padding-right: 1em;
  }
}
.page_faq .dl_faq dt:after {
  content: "";
  width: 20px;
  height: 11px;
  background-image: url("../images/common/arrow4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 42%;
  position: absolute;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 480px) {
  .page_faq .dl_faq dt:after {
    width: 14px;
    height: 8px;
  }
}
.page_faq .dl_faq dt.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page_faq .dl_faq dd {
  font-size: 1rem;
  color: #6a9fbe;
  margin-left: 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .page_faq .dl_faq dd {
    font-size: 1.625rem;
  }
}
.page_faq .dl_faq dd:before {
  content: "";
  width: 35px;
  height: 30px;
  background-image: url("../images/faq/icon_a.svg");
}
@media screen and (max-width: 480px) {
  .page_faq .dl_faq dd:before {
    width: 25px;
    height: 16px;
  }
}

/**
* 6.7 - News
* -----------------------------------------------------------------------------
*/
.page_news main .inner {
  max-width: 624px;
}
.page_news .page_title img {
  max-width: 90px;
}
.page_news .news_contents {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .page_news .news_contents {
    padding-top: 40px;
  }
}
.page_news article:not(:last-of-type) {
  border-bottom: 1px solid #383838;
}
.page_news article header {
  margin-bottom: 4em;
  position: static;
}
.page_news article header .date {
  font-size: 0.875rem;
  color: #6aaac9;
}
.page_news article header .label {
  display: inline-block;
  font-size: 0.6rem;
  font-style: italic;
  padding: 2px 10px;
  background-color: #6aaac9;
  color: #fff;
  margin-left: 10px;
}
.page_news article header h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .page_news article header h1 {
    font-size: 2.25rem;
  }
}
.page_news article .contents p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .page_news article .contents p {
    font-size: 1.375rem;
  }
}
.page_news article .contents img {
  max-width: 100%;
  margin-bottom: 40px;
  height: auto;
}
.page_news article .contents a {
  text-decoration: underline !important;
  color: #e8933f;
}
.page_news article .contents a:hover {
  text-decoration: none !important;
}

.wp-pagenavi span, .wp-pagenavi a {
  font-size: 11px;
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
  text-align: center;
  line-height: 22px;
  font-style: italic;
}
.wp-pagenavi .current {
  background-color: #f2f2f2;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: 1px solid #383838;
  -webkit-box-shadow: 2px 2px 0px #383838;
          box-shadow: 2px 2px 0px #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border-color: #e68121;
  -webkit-box-shadow: 3px 3px 0px #e68121;
          box-shadow: 3px 3px 0px #e68121;
  color: #e68121;
}

/**
* 6.8 - Recruit
* -----------------------------------------------------------------------------
*/
.page_recruit .page_title img {
  max-width: 147px;
}

.recruit_nav {
  padding-top: 50px;
  padding-bottom: 50px;
}
.recruit_nav ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .recruit_nav ul {
    display: block;
  }
}
.recruit_nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit_nav ul li:first-child a {
  border-left: 1px solid #383838;
}
.recruit_nav ul li:nth-child(3) {
  -webkit-box-flex: 1.5;
  -webkit-flex-grow: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
}
.recruit_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  background-color: #f78f22;
  text-align: center;
  padding: 10px 4.16vw 10px 20px;
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 0px #383838;
          box-shadow: 4px 4px 0px #383838;
  white-space: nowrap;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit_nav ul li a {
    text-align: left;
    font-size: 2.32rem;
    border-left: 1px solid #383838;
    border-bottom: none;
  }
}
.recruit_nav ul li a:hover {
  background-color: #ffa34d;
}
.recruit_nav ul li a:after {
  position: absolute;
  right: 15px;
  background-image: url("../images/common/arrow3.svg");
  width: 16px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 480px) {
  .recruit_nav ul li a:after {
    width: 16px;
    height: 9px;
    right: 14px;
  }
}

.sec_recruit {
  padding-top: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #383838;
  position: relative;
}
.sec_recruit h3 {
  position: relative;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .sec_recruit h3 {
    font-size: 4.65rem;
  }
}
.sec_recruit h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
  width: 51px;
  height: 15px;
  background-image: url("../images/training1/bg_sec_training_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.sec_recruit h3 + p {
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .sec_recruit h3 + p {
    font-size: 2.35rem;
    text-align: left;
  }
}

#welfare {
  background-color: #bcdfef;
}
#welfare .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #welfare .flex {
    display: block;
  }
}
#welfare .flex .welfare_box {
  -webkit-flex-basis: 22%;
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
  max-width: 22%;
}
@media screen and (max-width: 480px) {
  #welfare .flex .welfare_box {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
#welfare .flex .welfare_box .thum {
  text-align: center;
  margin-bottom: 20px;
}
#welfare .flex .welfare_box .thum img {
  max-width: 90%;
  max-height: 121px;
}
#welfare .flex .welfare_box .title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  height: 2rem;
}
@media screen and (max-width: 480px) {
  #welfare .flex .welfare_box .title {
    font-size: 2.35rem;
  }
}
#welfare .flex .welfare_box .title span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
#welfare .flex .welfare_box .text {
  font-size: 11px;
}
@media screen and (max-width: 480px) {
  #welfare .flex .welfare_box .text {
    font-style: 11px;
  }
}

.tb_recruit tr {
  border-top: 1px solid #ececec;
}
.tb_recruit tr th, .tb_recruit tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .tb_recruit tr th, .tb_recruit tr td {
    display: block;
  }
}
.tb_recruit tr th {
  padding-right: 20%;
  white-space: nowrap;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .tb_recruit tr th {
    font-size: 14px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.tb_recruit tr td {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .tb_recruit tr td {
    font-size: 12px;
    padding-left: 20px;
  }
}
.tb_recruit tr td a {
  color: #f78f22;
  text-decoration: underline;
}
.tb_recruit tr td .sub {
  margin-left: 1rem;
}
.tb_recruit tr td .links {
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 480px) {
  .tb_recruit tr td .links {
    display: block;
  }
}
.tb_recruit tr td .links > div {
  -webkit-flex-basis: 37.61%;
      -ms-flex-preferred-size: 37.61%;
          flex-basis: 37.61%;
  max-width: 37.61%;
}
@media screen and (max-width: 480px) {
  .tb_recruit tr td .links > div {
    max-width: 100%;
  }
}
.tb_recruit tr td .links > div a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0px #383838;
          box-shadow: 4px 4px 0px #383838;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.tb_recruit tr td .links > div a:hover {
  -webkit-box-shadow: 8px 8px 0 #e68022;
          box-shadow: 8px 8px 0 #e68022;
  border-color: #e68022;
}
.tb_recruit tr td .links > div a img {
  width: 100%;
  vertical-align: -webkit-baseline-middle;
}
.tb_recruit tr td .links > div:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .tb_recruit tr td .links > div:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tb_recruit tr td .career-tasu {
  padding: 10px 30px 0 30px;
}
.tb_recruit tr td .sub li {
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}
.tb_recruit .entry {
  background-color: #bcdfef;
}
.tb_recruit .entry th, .tb_recruit .entry td {
  padding: 30px 0 30px 30px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .tb_recruit .entry th {
    padding-left: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .tb_recruit .entry td {
    padding-right: 20px;
  }
}

.td_contact_inner {
  background-color: #f7f7f7;
  padding: 20px 20px 40px 20px;
  margin-top: 20px;
}
.td_contact_inner .bold {
  font-weight: 600;
}
.td_contact_inner .btn a {
  display: inline-block;
  background-color: #f78f22;
  border: 1px solid #383838;
  -webkit-box-shadow: 4px 4px 0px #383838;
          box-shadow: 4px 4px 0px #383838;
  color: #fff !important;
  font-size: 0.875rem;
  padding: 10px 50px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  margin-top: 30px;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.td_contact_inner .btn a:hover {
  -webkit-box-shadow: 8px 8px 0 #e68022;
          box-shadow: 8px 8px 0 #e68022;
  border-color: #e68022;
}
@media screen and (max-width: 480px) {
  .td_contact_inner .btn a {
    font-size: 2.46rem;
  }
}
.td_contact_inner .btn a:after {
  position: absolute;
  right: 7%;
  background-image: url("../images/common/arrow1.svg");
  width: 8px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.au_top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .au_top {
    display: block;
  }
}
.au_top > div {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  max-width: 45%;
}
@media screen and (max-width: 480px) {
  .au_top > div {
    max-width: 100%;
  }
}
.au_top > div img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .au_top .text {
    margin-bottom: 40px;
  }
}
.au_top .text .lg {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .au_top .text .lg {
    font-size: 3.2rem;
    text-align: center;
  }
}
.au_top .text img {
  display: block;
  max-width: 102px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .au_top .text img {
    margin-left: auto;
    margin-right: auto;
  }
}
.au_top .text dt {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .au_top .text dt {
    font-size: 12px;
  }
}
.au_top .text dd {
  margin-left: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .au_top .text dd {
    font-size: 12px;
  }
}

/**
* 6.9 - Contact
* -----------------------------------------------------------------------------
*/
/**
* 7.0 - Footer 
* -----------------------------------------------------------------------------
*/
footer {
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 480px) {
  footer .inner {
    display: block;
    text-align: center;
  }
  footer .inner div {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  footer .inner div {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  footer .inner div img {
    width: 196px;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 15px;
    padding-top: 35px;
  }
}

.footer_l {
  -webkit-flex-basis: 280px;
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .footer_l {
    -webkit-flex-basis: 196px;
        -ms-flex-preferred-size: 196px;
            flex-basis: 196px;
    max-width: 196px;
  }
}
.footer_l img {
  vertical-align: top;
}

.footer_r {
  font-size: 11px;
  color: #a7a7a7;
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  .footer_r {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
  }
}

.totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  display: none;
  width: 80px;
  height: 80px;
  background-image: url("../images/common/totop.png");
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .totop {
    bottom: 20px !important;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}/*# sourceMappingURL=style.css.map */