@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.75; }
  @media (max-width: 767px) {
    html, body, div, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
      font-size: 55%; } }

html {
  scroll-behavior: smooth; }

body {
  line-height: 1;
  color: #333;
  font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  color: #333; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

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

img {
  display: block;
  width: 100%; }

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important; } }
/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
body {
  min-width: 1200px; }
  @media (max-width: 767px) {
    body {
      min-width: auto; } }

#page_top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  width: 48px;
  z-index: 9999; }

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0; }
  @media (max-width: 767px) {
    .l-header {
      position: sticky;
      top: 0;
      padding: 16px;
      background-color: #fff;
      z-index: 100;
      border-bottom: 1px solid #E6E6E6; } }
  .l-header .l-header__logo {
    width: 302px; }
    @media (max-width: 767px) {
      .l-header .l-header__logo {
        width: 240px; } }
  .l-header .l-header__g-nav {
    display: flex;
    border-right: 1px solid #E6E6E6; }
    @media (max-width: 767px) {
      .l-header .l-header__g-nav {
        display: none; } }
    .l-header .l-header__g-nav li a {
      display: inline-block;
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: none;
      padding: 0 32px;
      border-left: 1px solid #E6E6E6; }
      .l-header .l-header__g-nav li a:hover, .l-header .l-header__g-nav li a.active {
        color: #2F84C3; }
    .l-header .l-header__g-nav.active {
      position: absolute;
      top: 73px;
      left: 0;
      display: block;
      width: 100%;
      background-color: #f9f9f9;
      border-right: none;
      border-bottom: 1px solid #E6E6E6; }
      .l-header .l-header__g-nav.active li {
        border-bottom: 1px solid #E6E6E6;
        text-align: center; }
        .l-header .l-header__g-nav.active li a {
          display: block;
          padding: 24px 0;
          border-left: none; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 24px;
  height: 17px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2F84C3;
  border-radius: 4px; }

.menu-trigger.active span {
  background-color: #2F84C3; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 7px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg); }

.l-footer {
  margin: 120px 0 0;
  padding: 64px 0 40px;
  background: #F4F4F4; }
  @media (max-width: 767px) {
    .l-footer {
      margin: 64px 0 0;
      padding: 49px 4% 24px; } }
  .l-footer .l-footer__wrap {
    max-width: 1200px;
    margin: 0 auto; }
    .l-footer .l-footer__wrap .l-footer__banner {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 880px;
      margin: 0 auto 64px;
      padding: 40px 0;
      background: #FFFFFF; }
      @media (max-width: 767px) {
        .l-footer .l-footer__wrap .l-footer__banner {
          display: block;
          width: 100%;
          margin: 0 0 32px;
          padding: 24px; } }
      .l-footer .l-footer__wrap .l-footer__banner a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
      .l-footer .l-footer__wrap .l-footer__banner img {
        width: 320px;
        margin: 0 40px 0 0; }
        @media (max-width: 767px) {
          .l-footer .l-footer__wrap .l-footer__banner img {
            width: 100%;
            margin: 0 0 20px; } }
      .l-footer .l-footer__wrap .l-footer__banner p {
        font-size: 1.4rem; }
        @media (max-width: 767px) {
          .l-footer .l-footer__wrap .l-footer__banner p {
            font-size: 1.2rem;
            text-align: center; } }
        .l-footer .l-footer__wrap .l-footer__banner p:after {
          content: '';
          display: inline-block;
          margin: 0 0 1px 12px;
          width: 12px;
          height: 10px;
          background-image: url(../img/ico/ico_blanck.svg);
          background-size: cover; }
    .l-footer .l-footer__wrap .l-footer__foot {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .l-footer .l-footer__wrap .l-footer__foot {
          display: block;
          text-align: center; } }
      .l-footer .l-footer__wrap .l-footer__foot p {
        font-size: 1.2rem; }
        @media (max-width: 767px) {
          .l-footer .l-footer__wrap .l-footer__foot p {
            font-size: 1.4rem; } }
        .l-footer .l-footer__wrap .l-footer__foot p a {
          text-decoration: none; }
          .l-footer .l-footer__wrap .l-footer__foot p a:hover {
            text-decoration: underline; }
      @media (max-width: 767px) {
        .l-footer .l-footer__wrap .l-footer__foot p + p {
          margin: 24px 0 0; } }

.un-breadcrumb {
  padding: 24px 0;
  background: #F4F4F4; }
  @media (max-width: 767px) {
    .un-breadcrumb {
      padding: 16px 4%; } }
  .un-breadcrumb .l-breadcrumb__wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    .un-breadcrumb .l-breadcrumb__wrap li {
      list-style: none;
      font-size: 1.4rem; }
      .un-breadcrumb .l-breadcrumb__wrap li a {
        text-decoration: none; }
        .un-breadcrumb .l-breadcrumb__wrap li a:hover {
          text-decoration: underline; }
    .un-breadcrumb .l-breadcrumb__wrap li + li:before {
      content: '>';
      display: inline-block;
      margin: 0 6px; }

.un-title {
  margin: 0 0 80px;
  padding: 64px 0;
  background-image: url(../img/layout/un_title_bg.jpg);
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .un-title {
      margin: 0 0 48px;
      padding: 40px 0; } }
  .un-title h1 {
    font-size: 3.2rem;
    color: #fff;
    text-align: center; }

.un-container {
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .un-container {
      width: 100%;
      padding: 0 4%; } }

.un-section + .un-section {
  margin: 64px 0 0; }
  @media (max-width: 767px) {
    .un-section + .un-section {
      margin: 48px 0 0; } }

.un-text {
  margin: 32px 0 0;
  font-size: 1.6rem; }
  @media (max-width: 767px) {
    .un-text {
      margin: 20px 0 0; } }
  .un-text:first-child {
    margin-top: 0; }

.un-head-4 + .un-text {
  margin: 16px 0 0; }
  @media (max-width: 767px) {
    .un-head-4 + .un-text {
      margin: 12px 0 0; } }

.un-head-2 {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 6px;
  font-size: 2.4rem;
  border-bottom: 3px solid #E6E6E6; }
  @media (max-width: 767px) {
    .un-head-2 {
      margin: 0 0 20px; } }
  .un-head-2:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background-color: #2F84C3; }

.un-head-3 {
  margin: 48px 0 32px;
  padding: 6px 16px;
  font-size: 2rem;
  background: #F4F4F4;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .un-head-3 {
      margin: 32px 0 24px; } }
  .un-head-3:first-child {
    margin-top: 0; }

.un-head-4 {
  margin: 40px 0 16px;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    .un-head-4 {
      margin: 24px 0 0; } }
  .un-head-4:first-child {
    margin-top: 0; }

.un-list {
  margin: 32px 0 32px 24px; }
  .un-list li {
    font-size: 1.6rem; }
  .un-list:first-child {
    margin-top: 0; }
  .un-list:last-child {
    margin-bottom: 0; }

.un-ul,
.un-ol {
  margin: 32px 0;
  padding: 0 0 0 32px; }
  .un-ul li,
  .un-ol li {
    font-size: 1.6rem; }
  .un-ul:first-child,
  .un-ol:first-child {
    margin-top: 0; }
  .un-ul:last-child,
  .un-ol:last-child {
    margin-bottom: 0; }

.c-btn {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 32px auto 0;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #2F84C3;
  text-decoration: none; }
  .c-btn:hover {
    background: #1F5DA5; }
  .c-btn span {
    position: relative; }
  .c-btn span:after {
    content: '';
    display: inline-block;
    margin: 0 0 1px 12px;
    width: 6px;
    height: 10px;
    background-image: url(../img/ico/ico_arrow_white.svg);
    background-size: cover; }
  .c-btn--wide {
    max-width: 100%; }
  .c-btn:first-child {
    margin-top: 0; }

.c-btn-text {
  font-size: 1.6rem;
  font-weight: bold; }
  .c-btn-text a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px; }
  .c-btn-text a span:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url(../img/ico/ico_arrow_blue.svg);
    background-size: cover; }
  .c-btn-text a span:hover {
    text-decoration: underline; }

.c-btn-pdf {
  margin: 16px 0 0;
  font-size: 1.6rem;
  font-weight: bold; }
  .c-btn-pdf a {
    text-decoration: none; }
    .c-btn-pdf a .c-btn-pdf__ico {
      display: inline-block;
      width: 20px;
      margin: 0px 8px -6px 0px; }
  .c-btn-pdf a:hover {
    text-decoration: underline; }
  .c-btn-pdf:first-child {
    margin-top: 0; }

.c-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0; }
  .c-flex:first-child {
    margin-top: 0; }
  .c-flex:last-child {
    margin-bottom: 0; }

.c-flex--max2 {
  margin-left: -40px; }
  @media (max-width: 767px) {
    .c-flex--max2 {
      margin-left: 0; } }
  .c-flex--max2 .c-flex__item {
    margin-top: 56px;
    width: calc(50% - 40px);
    margin-left: 40px; }
    @media (max-width: 767px) {
      .c-flex--max2 .c-flex__item {
        width: 100%;
        margin-top: 40px;
        margin-left: 0; } }
  .c-flex--max2 .c-flex__item:nth-child(-n+2) {
    margin-top: 0; }
    @media (max-width: 767px) {
      .c-flex--max2 .c-flex__item:nth-child(-n+2) {
        margin-top: 40px; } }
  @media (max-width: 767px) {
    .c-flex--max2 .c-flex__item:nth-child(-n+1) {
      margin-top: 0; } }

.c-flex--max3 {
  margin-left: -30px; }
  @media (max-width: 767px) {
    .c-flex--max3 {
      margin-left: 0; } }
  .c-flex--max3 .c-flex__item {
    margin-top: 56px;
    width: calc(33.3333% - 30px);
    margin-left: 30px; }
    @media (max-width: 767px) {
      .c-flex--max3 .c-flex__item {
        width: 100%;
        margin-top: 32px;
        margin-left: 0; } }
  .c-flex--max3 .c-flex__item:nth-child(-n+3) {
    margin-top: 0; }
    @media (max-width: 767px) {
      .c-flex--max3 .c-flex__item:nth-child(-n+3) {
        margin-top: 32px; } }
  @media (max-width: 767px) {
    .c-flex--max3 .c-flex__item:nth-child(-n+1) {
      margin-top: 0; } }

.c-flex--max4 {
  margin-left: -24px; }
  @media (max-width: 767px) {
    .c-flex--max4 {
      margin-left: -12px; } }
  .c-flex--max4 .c-flex__item {
    margin-top: 56px;
    width: calc(25% - 24px);
    margin-left: 24px; }
    @media (max-width: 767px) {
      .c-flex--max4 .c-flex__item {
        margin-top: 24px;
        width: calc(50% - 12px);
        margin-left: 12px; } }
  .c-flex--max4 .c-flex__item:nth-child(-n+4) {
    margin-top: 0; }
    @media (max-width: 767px) {
      .c-flex--max4 .c-flex__item:nth-child(-n+4) {
        margin-top: 24px; } }
  @media (max-width: 767px) {
    .c-flex--max4 .c-flex__item:nth-child(-n+2) {
      margin-top: 0; } }

.c-img-center {
  max-width: 100%;
  margin: 32px auto 0; }
  @media (max-width: 767px) {
    .c-img-center {
      margin: 28px auto 0; } }
  .c-img-center .c-img-center__img {
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      .c-img-center .c-img-center__img {
        display: block; } }
    .c-img-center .c-img-center__img img {
      width: auto; }
      @media (max-width: 767px) {
        .c-img-center .c-img-center__img img {
          width: 100%; } }
  .c-img-center:first-child {
    margin-top: 0; }

.c-img-caption {
  margin: 12px 0 0;
  font-size: 1.4rem;
  text-align: center; }

.c-img-movie iframe {
  width: 100%; }
  @media (max-width: 767px) {
    .c-img-movie iframe {
      height: 200px; } }

.c-imgbox {
  margin: 32px 0; }
  .c-imgbox .c-imgbox__right {
    float: right;
    width: 410px;
    margin: 0 0 40px 40px; }
    @media (max-width: 767px) {
      .c-imgbox .c-imgbox__right {
        width: 100%;
        margin: 0 0 24px; } }
  .c-imgbox .c-imgbox__left {
    float: left;
    width: 410px;
    margin: 0 40px 40px 0; }
    @media (max-width: 767px) {
      .c-imgbox .c-imgbox__left {
        width: 100%;
        margin: 0 0 24px; } }
  .c-imgbox:first-child {
    margin-top: 0; }

.c-table {
  width: 100%;
  margin: 32px 0;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0; }
  .c-table th {
    width: 200px;
    font-weight: bold;
    text-align: left;
    background: #FAFAFA;
    border-right: 1px solid #E0E0E0; }
  .c-table td {
    border-right: 1px solid #E0E0E0; }
  .c-table th, .c-table td {
    padding: 24px;
    font-size: 1.6rem;
    border-bottom: 1px solid #E0E0E0; }
    @media (max-width: 767px) {
      .c-table th, .c-table td {
        display: block;
        width: 100%;
        padding: 16px; } }
  .c-table:first-child {
    margin-top: 0; }
  .c-table:last-child {
    margin-top: 0; }

@media (max-width: 767px) {
  .c-table--wide th {
    width: 30%; } }
@media (max-width: 767px) {
  .c-table--wide td {
    width: 70%; } }
@media (max-width: 767px) {
  .c-table--wide th, .c-table--wide td {
    display: table-cell;
    border-right: 1px solid #E6E6E6; } }

.c-table--side th, .c-table--side td {
  width: auto; }

.c-table-scroll {
  margin: 32px 0; }
  @media (max-width: 767px) {
    .c-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 767px) {
    .c-table-scroll .c-table {
      min-width: 640px; } }
  @media (max-width: 767px) {
    .c-table-scroll .c-table th, .c-table-scroll .c-table td {
      display: table-cell;
      width: auto;
      border-right: 1px solid #E6E6E6; } }
  .c-table-scroll:first-child {
    margin-top: 0; }

.top-kv {
  padding: 200px 0;
  background-image: url(../img/top/kv.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff; }
  @media (max-width: 767px) {
    .top-kv {
      padding: 40px 4%; } }
  .top-kv .top-kv__mes {
    font-size: 3.2rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .top-kv .top-kv__mes {
        font-size: 2.8rem; } }
  .top-kv .top-kv__en {
    font-size: 2.4rem;
    font-family: 'Open Sans', sans-serif;
    font-style: italic; }
    @media (max-width: 767px) {
      .top-kv .top-kv__en {
        font-size: 1.6rem; } }

.top-container {
  max-width: 1200px;
  margin: 120px auto 0; }
  @media (max-width: 767px) {
    .top-container {
      margin: 48px 0 0; } }

.top-message {
  position: relative;
  margin: 0 0 120px;
  padding: 92px 0 0; }
  @media (max-width: 767px) {
    .top-message {
      margin: 0 0 48px;
      padding: 0; } }
  .top-message .top-message__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 660px;
    z-index: -1; }
    @media (max-width: 767px) {
      .top-message .top-message__img {
        position: static;
        width: 100%;
        height: 200px; }
        .top-message .top-message__img img {
          height: 100%;
          object-fit: cover; } }
  .top-message .top-message__box {
    width: 580px;
    margin: 0 0 0 auto;
    padding: 96px;
    color: #FFF;
    background-color: #2F84C3; }
    @media (max-width: 767px) {
      .top-message .top-message__box {
        width: 100%;
        margin: 0;
        padding: 60px 4% 40px; } }
    .top-message .top-message__box .top-message__mes {
      font-size: 2.4rem;
      font-weight: bold; }
    .top-message .top-message__box .top-message__text {
      margin: 32px 0 0;
      font-size: 1.6rem; }
  .top-message:before {
    position: absolute;
    top: 0;
    right: 0;
    content: 'I believe in you';
    font-size: 6.4rem;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #D6E7F3; }
    @media (max-width: 767px) {
      .top-message:before {
        top: 200px;
        font-size: 4rem;
        color: #509dd4; } }

.top-nav {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #E6E6E6; }
  @media (max-width: 767px) {
    .top-nav {
      display: block;
      padding: 0 4%;
      border-left: none;
      border-top: 1px solid #E6E6E6; } }
  .top-nav .top-nav__item {
    position: relative;
    width: 25%;
    padding: 40px 0;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #E6E6E6; }
    @media (max-width: 767px) {
      .top-nav .top-nav__item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E6E6E6; } }
    .top-nav .top-nav__item a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10; }
    .top-nav .top-nav__item .top-nav__en {
      font-size: 2rem;
      color: #2F84C3;
      font-family: 'Open Sans', sans-serif;
      font-style: italic; }
    .top-nav .top-nav__item .top-nav__title {
      font-size: 1.6rem; }
    .top-nav .top-nav__item:after {
      content: '';
      display: inline-block;
      margin: 24px 0 0;
      width: 48px;
      height: 48px;
      background-image: url(../img/ico/ico_arrow_circle.svg);
      background-size: cover; }
    .top-nav .top-nav__item:hover, .top-nav .top-nav__item.active {
      background-color: #f9f9f9; }
