@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
/***************************************************************
File name  　　　　 : 　　　common.css
Description 　　　　:　　　 共通スタイル定義
Date       　　　　 :      2021/03
**************************************************************/
/*mixin*/
/*-------------------------------------------------------------
reset
-------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, 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: 100%;
  /*vertical-align:top;*/
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align:top;*/ }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em; }

table, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

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

th {
  text-align: left;
  font-weight: normal; }

img {
  vertical-align: top;
  border: 0; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

input, select, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input[type="text"], input[type="submit"], textarea {
  -webkit-appearance: none; }

/*-------------------------------------------------------------
common
-------------------------------------------------------------*/
h2, h3, h4, h5, h6 {
  line-height: 1.4; }

div {
  line-height: 1.6; }

p {
  line-height: 1.8; }

th, td {
  line-height: 1.6; }

a {
  color: #0071bd;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.8s; }
  a:hover {
    cursor: pointer;
    opacity: 0.7; }
  a img {
    box-shadow: #000 0 0 0; }
    a img:hover {
      cursor: pointer;
      opacity: 0.7; }

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

input {
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer; }

/*placeholder*/
:placeholder-shown {
  color: #999; }

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

:-moz-placeholder {
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

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

label {
  cursor: pointer;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  position: relative;
  min-width: 1200px;
  color: #0d0d0d;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
  overscroll-behavior: none; }

.webFont {
  font-family: 'Noto Sans JP', sans-serif; }

.brSp {
  display: none; }

.brPc {
  display: block; }

.dispSp {
  display: none !important; }

.dispPc {
  display: block !important;
  margin: 0 auto; }

.wrap {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.wrapInSide {
  width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.mg-top30 {
  margin-top: 30px; }

.min-height90 {
  min-height: 90px; }

.path {
  text-align: right;
  margin-bottom: 34px; }
  .path ol li {
    display: inline;
    font-size: 14px;
    position: relative;
    color: #8c8c8c; }
    .path ol li a {
      display: inline-block;
      padding-right: 40px;
      position: relative;
      color: #008fbd;
      text-decoration: underline; }
    .path ol li:after {
      content: "";
      width: 20px;
      height: 20px;
      background: url("../img//ico/ico_arrow_gray.svg") no-repeat;
      background-size: 20px 20px;
      position: absolute;
      top: 50%;
      right: 7px;
      margin-top: -10px; }
    .path ol li:last-child:after {
      display: none; }

.pagerLyt {
  margin-top: 100px; }
  .pagerLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    .pagerLyt ul li {
      width: 34px;
      height: 34px;
      margin-left: 8px;
      color: #0071bd;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .pagerLyt ul li a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        color: #0071bd;
        font-size: 16px; }
      .pagerLyt ul li > span {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
      .pagerLyt ul li:first-child {
        margin-left: 0; }
      .pagerLyt ul li:hover {
        border-bottom: 1px solid #0071bd; }
    .pagerLyt ul .pagerActive {
      border-bottom: 1px solid #0071bd; }

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-height: 105px;
  padding-top: 20px; }
  header .gNav {
    display: flex;
    flex-direction: column; }
    header .gNav .subNav {
      width: 100%;
      height: 50px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header .gNav .subNav .hSns a {
        margin-left: 19px; }
        header .gNav .subNav .hSns a:first-child {
          margin-left: 0; }
      header .gNav .subNav #hTxt a {
        color: #2999D9;
        font-size: 16px;
        font-weight: bold;
        margin-left: 30px; }
        header .gNav .subNav #hTxt a span {
          position: relative;
          padding-left: 15px; }
          header .gNav .subNav #hTxt a span:after {
            content: "";
            width: 4px;
            height: 4px;
            background: #0071bd;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -2px; }
      header .gNav .subNav #hTel {
        width: 223px;
        height: 36px;
        background: #fff;
        border-radius: 5px;
        line-height: 1;
        margin-left: 30px; }
      header .gNav .subNav #hLang {
        margin-left: 30px;
        z-index: 9;
        height: 52px; }
    header .gNav nav {
      display: flex;
      justify-content: flex-end;
      margin-top: 10px; }
      header .gNav nav a {
        color: #154b96;
        font-size: 16px;
        font-weight: bold;
        border-left: 1px solid #0071bd;
        padding: 0 14px; }
        header .gNav nav a:first-child {
          border: none;
          padding-left: 0; }
        header .gNav nav a:last-child {
          padding-right: 0; }
  header #btnMenu {
    display: none; }

.hCmnWrap {
  width: 100%;
  height: 361px;
  background: url("../img/common/bg_ttl.png") no-repeat center; }
  .hCmnWrap header {
    position: relative;
    margin-bottom: 90px; }

#menu {
  display: none; }

.contents > li {
  padding: 120px 0 150px; }
  .contents > li:nth-child(odd) {
    background: #f4f9fa; }
    .contents > li:nth-child(odd) .ttlH6 span {
      background: #f4f9fa; }
    .contents > li:nth-child(odd) .clm1LeftLyt h5 span {
      background: #f4f9fa !important; }
    .contents > li:nth-child(odd) .youtubeInfoLyt > ul > li:first-child div {
      background: #fff !important; }
    .contents > li:nth-child(odd) .txtImgLyt > ul > li:first-child div {
      background: #fff !important; }
    .contents > li:nth-child(odd) .imgInfoBgLyt > ul > li {
      background: #fff; }
      .contents > li:nth-child(odd) .imgInfoBgLyt > ul > li .ttlH6 span {
        background: #fff; }
  .contents > li:nth-child(even) {
    background: #fff; }
    .contents > li:nth-child(even) .imgInfoBgLyt > ul > li {
      background: #f4f9fa !important; }
      .contents > li:nth-child(even) .imgInfoBgLyt > ul > li .ttlH6 span {
        background: #f4f9fa !important; }
      .contents > li:nth-child(even) .imgInfoBgLyt > ul > li .box {
        background: #fff !important; }
.contents .irregularContents {
  padding: 50px 0; }

footer {
  padding: 95px 0 105px; }
  footer #fLogo {
    margin-bottom: 15px; }
  footer #fAddr {
    font-size: 14px;
    color: #0a66a7;
    margin-bottom: 93px; }
    footer #fAddr a {
      color: #0a66a7; }
  footer #copy {
    color: #0a66a7; }
  footer nav {
    position: absolute;
    top: 95px;
    right: 0; }
    footer nav ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer nav ul li div {
        padding: 5px 0;
        margin-top: 20px;
        border-left: 2px solid #60ade4;
        padding-left: 13px;
        line-height: 1; }
        footer nav ul li div p {
          line-height: 1.3;
          letter-spacing: -0.006em; }
          footer nav ul li div p a {
            font-size: 17px;
            font-weight: bold;
            color: #194474; }
        footer nav ul li div span {
          display: block;
          line-height: 1;
          margin-top: 10px; }
          footer nav ul li div span:first-of-type {
            margin-top: 16px; }
          footer nav ul li div span:last-of-type {
            padding-bottom: 5px; }
          footer nav ul li div span a {
            font-size: 14px;
            color: #194474; }
        footer nav ul li div:first-child {
          margin-top: 0; }
      footer nav ul li:nth-child(1) {
        width: 236px; }
      footer nav ul li:nth-child(2) {
        width: 186px; }
      footer nav ul li:nth-child(3) {
        width: 156px; }
      footer nav ul li:nth-child(4) {
        width: 188px; }

#fixedCta {
  position: fixed;
  top: 400px;
  right: 0;
  z-index: 10; }
  #fixedCta ul li {
    width: 100%;
    height: 100px;
    background: url("../img/common/bnr_back.png") no-repeat;
    margin-top: 9px; }
    #fixedCta ul li a {
      width: 100%;
      height: 100%;
      display: block; }
    #fixedCta ul li:first-child {
      margin-top: 0; }

#pageTop {
  display: none;
  opacity: 0;
  width: 120px;
  height: 34px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10; }
  #pageTop a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #0071bd;
    color: #fff;
    font-size: 18px;
    font-weight: bold; }

.contentsMb {
  margin-bottom: 100px !important;
  text-align: center; }

.lytMb {
  margin-bottom: 60px !important; }

.btnMb {
  margin-bottom: 40px !important; }

/*parts*/
.ttlH2 {
  text-align: center;
  margin-bottom: 100px; }
  .ttlH2 span {
    font-size: 20px;
    color: #60ade4;
    line-height: 1;
    margin-bottom: 10px;
    display: block; }
  .ttlH2 h2 {
    font-size: 36px;
    color: #0071bd;
    position: relative; }
    .ttlH2 h2:after {
      content: "";
      width: 50px;
      height: 4px;
      background: #116dab;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -25px; }

.ttlH3 {
  text-align: center;
  margin-bottom: 100px; }
  .ttlH3 h3 {
    font-size: 30px;
    color: #0071bd;
    position: relative; }
    .ttlH3 h3:after {
      content: "";
      width: 50px;
      height: 4px;
      background: #116dab;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -25px; }

.ttl3Lower {
  width: 100%;
  padding: 30px 250px;
  background: #0071bd;
  text-align: center; }
  .ttl3Lower h3 {
    font-size: 34px;
    color: #fff; }

.ttlH4 {
  text-align: center;
  margin-bottom: 90px; }
  .ttlH4 h4 {
    position: relative;
    font-size: 26px;
    color: #0071bd;
    display: inline-block; }
    .ttlH4 h4:after {
      content: "";
      width: 100%;
      height: 3px;
      background: #116dab;
      position: absolute;
      bottom: -10px;
      left: 0; }

.ttlH4Bg {
  width: 100%;
  padding: 10px 150px;
  margin-bottom: 90px;
  background: #0071bd;
  border-radius: 5px; }
  .ttlH4Bg h4, .ttlH4Bg div {
    color: #fff;
    font-size: 26px;
    text-align: center; }

.ttlH5 {
  font-size: 26px;
  color: #0071bd;
  position: relative;
  margin-bottom: 50px; }
  .ttlH5:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #0071bd;
    position: absolute;
    bottom: -16px;
    left: 0; }

.ttlH6 {
  position: relative; }
  .ttlH6 span {
    max-width: calc(100% - 40px);
    font-size: 24px;
    background: #fff;
    color: #194474;
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 1; }
  .ttlH6:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #60ade4;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px; }

.list li {
  padding-left: 15px;
  position: relative;
  margin-top: 16px; }
  .list li:first-child {
    margin-top: 0; }
  .list li:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0071bd;
    position: absolute;
    top: 8px;
    left: 0; }

.btnM {
  width: 368px;
  height: 70px; }
  .btnM a {
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 40px;
    color: #fff;
    line-height: 1.3;
    font-size: 20px;
    padding: 0 50px;
    background-image: -moz-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
    background-image: -webkit-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
    background-image: -ms-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
    position: relative; }
    .btnM a:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/ico/ico_arrow_white.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -15px; }

.btnL {
  width: 660px;
  height: 80px;
  margin: 0 auto; }
  .btnL a {
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 40px;
    color: #fff;
    line-height: 1.3;
    font-size: 24px;
    padding: 0 100px;
    background-image: -moz-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
    background-image: -webkit-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
    background-image: -ms-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
    position: relative; }
    .btnL a:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/ico/ico_arrow_white.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 30px;
      margin-top: -15px; }

.mg0auto {
  margin: 0 auto; }

.blk a:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/ico/ico_blank_white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px; }

.lNav a:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/ico/ico_arrow_down_white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px; }

.txtBtn {
  width: 660px;
  margin: 0 auto;
  text-align: center; }
  .txtBtn a {
    text-decoration: underline;
    font-size: 22px;
    color: #0071bd; }

.btnListLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .btnListLyt ul li {
    margin: 28px 0 0 28px; }
    .btnListLyt ul li:nth-child(-n+3) {
      margin-top: 0; }
    .btnListLyt ul li:nth-child(3n+1) {
      margin-left: 0; }

.lNavBtnLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }
  .lNavBtnLyt ul .btnM {
    margin: 24px 0 0 24px; }
    .lNavBtnLyt ul .btnM a:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/ico/ico_arrow_down_white.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -15px; }
    .lNavBtnLyt ul .btnM:nth-child(-n+2) {
      margin-top: 0; }
    .lNavBtnLyt ul .btnM:nth-child(odd) {
      margin-left: 0; }

.lNavTxtLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }
  .lNavTxtLyt ul li {
    width: 216px;
    border-bottom: 2px solid #0071bd;
    margin: 30px 0 0 20px;
    text-align: center;
    padding: 10px 15px 16px;
    font-size: 18px;
    line-height: 1;
    position: relative; }
    .lNavTxtLyt ul li span {
      display: block;
      line-height: 1;
      margin-bottom: 3px; }
    .lNavTxtLyt ul li:after {
      content: "";
      width: 20px;
      height: 20px;
      background: url("../img/ico/ico_arrow_down_blue.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -10px; }
    .lNavTxtLyt ul li:nth-child(-n+5) {
      margin-top: 0; }
    .lNavTxtLyt ul li:nth-child(5n+1) {
      margin-left: 0; }

.tabLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tabLyt ul li {
    position: relative;
    width: 194px;
    height: 49px;
    margin-left: 28px;
    border-bottom: 2px solid #0071bd; }
    .tabLyt ul li a {
      width: 100%;
      height: 100%;
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      color: #0071bd;
      font-size: 18px;
      text-align: center; }
    .tabLyt ul li:nth-child(4n+1) {
      margin-left: 0; }
  .tabLyt ul .tabActive:after {
    content: "";
    width: 15px;
    height: 8px;
    background: url("../img/ico/ico_triangle_blue.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -7.5px; }

.faqLyt {
  width: 760px;
  margin: 0 auto; }
  .faqLyt ul li {
    background: #fff;
    margin-top: 25px;
    padding: 32px 40px 25px;
    border-radius: 10px; }
    .faqLyt ul li div {
      font-size: 18px;
      color: #194474;
      padding: 0 5px 0 45px;
      position: relative;
      line-height: 1.4; }
      .faqLyt ul li div:after {
        content: "";
        width: 40px;
        height: 40px;
        background: url("../img/ico/ico_Q.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: -10px;
        margin-top: -20px; }
    .faqLyt ul li p {
      margin-top: 15px; }
      .faqLyt ul li p a {
        text-decoration: underline; }
    .faqLyt ul li:first-child {
      margin-top: 0; }

.flowLyt {
  width: 660px;
  margin: 0 auto; }
  .flowLyt ul li {
    position: relative;
    margin-top: 50px;
    padding: 12px 20px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #0071bd;
    font-size: 22px;
    color: #0071bd; }
    .flowLyt ul li:after {
      content: "";
      width: 30px;
      height: 16px;
      background: url("../img/ico/ico_triangle_blue.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: -34px;
      left: 50%;
      margin-left: -15px; }
    .flowLyt ul li:first-child {
      margin-top: 0; }
      .flowLyt ul li:first-child:after {
        display: none; }

.telLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .telLyt ul li {
    width: 305px;
    line-height: 1; }
    .telLyt ul li a {
      color: #194474; }
    .telLyt ul li span {
      font-size: 36px;
      color: #194474;
      position: relative;
      padding-left: 50px;
      line-height: 1; }
      .telLyt ul li span:after {
        content: "";
        width: 45px;
        height: 45px;
        background: url("../img/ico/ico_tel_blue.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: -7px;
        margin-top: -22.5px; }
    .telLyt ul li:first-child {
      width: 288px;
      font-size: 24px;
      color: #0071bd; }
    .telLyt ul li:last-child {
      padding-top: 20px;
      width: 267px;
      font-size: 18px;
      font-weight: bold;
      color: #194474; }

.greetingLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .greetingLyt ul li:first-child {
    width: 380px; }
    .greetingLyt ul li:first-child img {
      width: 100%;
      height: auto; }
  .greetingLyt ul li:last-child {
    width: calc(100% - 380px);
    padding-left: 60px; }
    .greetingLyt ul li:last-child p {
      margin: 43px 0 040px; }

.gMapLyt table {
  width: 100%;
  margin-top: 20px; }
  .gMapLyt table tr th {
    width: 220px;
    font-size: 20px;
    color: #194474;
    vertical-align: top;
    padding: 11px 0; }
  .gMapLyt table tr td {
    width: calc(100% - 220px);
    padding: 11px 0; }

.ctaCmnLyt {
  width: 100%;
  background: url("../img/common/bg_contact.webp") no-repeat;
  background-size: cover;
  padding: 70px 0; }
  .ctaCmnLyt .ttl {
    text-align: center;
    color: #fff;
    font-size: 26px; }
  .ctaCmnLyt .btn {
    width: 860px;
    height: 100px;
    margin: 40px auto 0; }
    .ctaCmnLyt .btn a {
      border-radius: 50px;
      background: #fff;
      width: 100%;
      height: 100%;
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 30px;
      color: #0071bd;
      position: relative; }
      .ctaCmnLyt .btn a:after {
        content: "";
        width: 32px;
        height: 32px;
        background: url("../img/ico/ico_arrow_blue.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 50px;
        margin-top: -16px; }
  .ctaCmnLyt .txtLink {
    margin-top: 40px;
    text-align: center; }
    .ctaCmnLyt .txtLink a {
      text-decoration: underline;
      color: #fff;
      font-size: 22px; }
  .ctaCmnLyt + .telLyt {
    background: #f4f9fa;
    padding: 30px 0; }

.ctaCmn2Lyt {
  width: 100%;
  height: 342px;
  background: url("../img/common/bg_contact.webp") no-repeat;
  background-size: cover;
  padding: 70px 0 0; }
  .ctaCmn2Lyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    .ctaCmn2Lyt ul li {
      width: 540px; }
      .ctaCmn2Lyt ul li .ttl {
        font-size: 26px;
        color: #fff;
        text-align: center; }
      .ctaCmn2Lyt ul li .btn {
        width: 540px;
        height: 100px;
        margin-top: 34px; }
        .ctaCmn2Lyt ul li .btn a {
          border-radius: 50px;
          background: #fff;
          width: 100%;
          height: 100%;
          display: block;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          font-size: 30px;
          color: #0071bd;
          position: relative; }
          .ctaCmn2Lyt ul li .btn a:after {
            content: "";
            width: 32px;
            height: 32px;
            background: url("../img/ico/ico_arrow_blue.svg") no-repeat;
            background-size: contain;
            position: absolute;
            top: 50%;
            right: 50px;
            margin-top: -16px; }

.listLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .listLyt ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 566px;
    padding: 12px 25px 12px 15px;
    color: #fff;
    background: #60ade4;
    border-radius: 5px;
    font-size: 22px;
    margin: 28px 0 0 28px;
    text-align: center; }
    .listLyt ul li:nth-child(odd) {
      margin-left: 0; }
    .listLyt ul li:nth-child(-n+2) {
      margin-top: 0; }

.tskLyt {
  width: 100%;
  background: #f4f9fa; }
  .tskLyt > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tskLyt > ul > li {
      width: calc(100% - 330px); }
      .tskLyt > ul > li ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .tskLyt > ul > li ul li {
          width: 260px;
          margin-left: 25px; }
          .tskLyt > ul > li ul li a {
            width: 100%;
            height: 100%;
            display: block;
            text-align: center; }
            .tskLyt > ul > li ul li a h3 {
              font-size: 20px;
              color: #194474;
              margin-top: 20px; }
            .tskLyt > ul > li ul li a:hover img {
              opacity: 1; }
          .tskLyt > ul > li ul li:first-child {
            margin-left: 0; }
      .tskLyt > ul > li:first-child {
        width: 330px; }
        .tskLyt > ul > li:first-child h2 {
          font-size: 30px;
          color: #0071bd;
          position: relative; }
          .tskLyt > ul > li:first-child h2:after {
            content: "";
            width: 50px;
            height: 4px;
            background: #0071bd;
            position: absolute;
            bottom: -15px;
            left: 0; }

.tblLyt table {
  width: 100%;
  font-size: 15px; }
  .tblLyt table tr th {
    width: 170px;
    padding: 20px 0 20px 20px;
    color: #194474;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px dashed #60ade4; }
  .tblLyt table tr td {
    width: calc(100% - 170px);
    padding: 20px 10px;
    border-bottom: 1px dashed #60ade4;
    word-break: break-all; }
    .tblLyt table tr td div {
      font-weight: bold;
      color: #194474;
      margin-bottom: 15px; }
    .tblLyt table tr td a {
      color: #0071bd;
      text-decoration: underline; }
  .tblLyt table tr:last-child th, .tblLyt table tr:last-child td {
    border-bottom: none; }

.clm1Lyt > * {
  margin-top: 45px; }
  .clm1Lyt > *:first-child {
    margin-top: 0; }
.clm1Lyt a {
  display: inline-block; }
  .clm1Lyt a > img {
    display: block;
    max-width: 860px;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
.clm1Lyt > picture {
  display: block; }
.clm1Lyt > img {
  display: block;
  max-width: 860px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
.clm1Lyt div {
  font-size: 20px;
  text-align: center;
  color: #194474; }
.clm1Lyt p {
  text-align: center; }
  .clm1Lyt p a {
    text-decoration: underline;
    color: #0071bd; }
.clm1Lyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }
  .clm1Lyt ul li {
    margin-left: 40px; }
    .clm1Lyt ul li:first-child {
      margin-left: 0; }
    .clm1Lyt ul li:last-child {
      padding-top: 5px; }

.clm1LeftLyt > * {
  margin-top: 20px; }
  .clm1LeftLyt > *:first-child {
    margin-top: 0; }
.clm1LeftLyt h5 {
  position: relative;
  margin-top: 45px; }
  .clm1LeftLyt h5 span {
    max-width: 840px;
    font-size: 24px;
    background: #fff;
    color: #194474;
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 1; }
  .clm1LeftLyt h5:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #60ade4;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px; }
.clm1LeftLyt h6 {
  margin-top: 30px;
  background: #60ade4;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1; }
.clm1LeftLyt div {
  font-size: 20px;
  color: #194474; }
.clm1LeftLyt ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 16px; }
  .clm1LeftLyt ul li:first-child {
    margin-top: 0; }
  .clm1LeftLyt ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0071bd;
    position: absolute;
    top: 8px;
    left: 0; }

.clm2Lyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .clm2Lyt ul li {
    margin: 30px 0 0 28px;
    width: 566px; }
    .clm2Lyt ul li img {
      width: 100%;
      height: auto; }
    .clm2Lyt ul li h6 {
      font-weight: bold;
      color: #0071bd;
      margin-top: 15px;
      text-align: center; }
    .clm2Lyt ul li:nth-child(odd) {
      margin-left: 0; }
    .clm2Lyt ul li:nth-child(-n+2) {
      margin-top: 0; }
.clm2Lyt p {
  text-align: center; }

.clm2BtnLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .clm2BtnLyt ul li {
    margin: 130px 0 0 28px;
    width: 566px; }
    .clm2BtnLyt ul li img {
      width: 100%;
      height: auto; }
    .clm2BtnLyt ul li h6 {
      font-size: 28px;
      color: #0071bd;
      text-align: center;
      margin-top: 34px; }
    .clm2BtnLyt ul li p {
      margin-top: 28px;
      min-height: 81px; }
    .clm2BtnLyt ul li .btnM {
      margin: 50px auto 0; }
    .clm2BtnLyt ul li:nth-child(odd) {
      margin-left: 0; }
    .clm2BtnLyt ul li:nth-child(-n+2) {
      margin-top: 0; }

.clm3Lyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .clm3Lyt ul li {
    width: 368px;
    margin: 33px 0 0 28px; }
    .clm3Lyt ul li img {
      width: 100%;
      height: auto; }
    .clm3Lyt ul li:nth-child(3n+1) {
      margin-left: 0; }
    .clm3Lyt ul li:nth-child(-n+3) {
      margin-top: 0; }

.clm3TskLyt > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .clm3TskLyt > ul > li {
    width: 368px;
    margin: 33px 0 0 28px; }
    .clm3TskLyt > ul > li img {
      width: 100%;
      height: auto; }
    .clm3TskLyt > ul > li h6 {
      font-size: 28px;
      color: #0071bd;
      margin-top: 30px;
      text-align: center; }
    .clm3TskLyt > ul > li ul {
      width: 100%;
      min-height: 220px;
      margin-top: 30px; }
      .clm3TskLyt > ul > li ul li {
        width: 100%;
        font-size: 18px;
        color: #0071bd;
        border-radius: 5px;
        padding: 8px 15px;
        text-align: center;
        margin-top: 10px;
        line-height: 1.4;
        background: #fff; }
        .clm3TskLyt > ul > li ul li:first-child {
          margin-top: 0; }
    .clm3TskLyt > ul > li:nth-child(3n+1) {
      margin-left: 0; }
    .clm3TskLyt > ul > li:nth-child(-n+3) {
      margin-top: 0; }

.clm3YoutubeLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .clm3YoutubeLyt ul li {
    width: 368px;
    margin: 30px 0 0 28px;
    position: relative; }
    .clm3YoutubeLyt ul li div {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%; }
      .clm3YoutubeLyt ul li div iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .clm3YoutubeLyt ul li p {
      margin-top: 18px; }
    .clm3YoutubeLyt ul li:nth-child(3n+1) {
      margin-left: 0; }
    .clm3YoutubeLyt ul li:nth-child(-n+3) {
      margin-top: 0; }
  .clm3YoutubeLyt ul .new:after {
    content: "NEW";
    width: 65px;
    height: 65px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: #0071bd;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif; }

.clm4Lyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .clm4Lyt ul li {
    width: 272px;
    margin: 15px 0 0 24px; }
    .clm4Lyt ul li img {
      width: 100%;
      height: auto; }
    .clm4Lyt ul li h6 {
      margin-top: 15px;
      text-align: center;
      font-weight: bold;
      color: #0071bd;
      line-height: 1.8; }
    .clm4Lyt ul li:nth-child(4n+1) {
      margin-left: 0; }
    .clm4Lyt ul li:nth-child(-n+4) {
      margin-top: 0; }

.clm5Lyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .clm5Lyt ul li {
    width: 216px;
    margin: 15px 0 0 20px; }
    .clm5Lyt ul li img {
      width: 100%;
      height: auto; }
    .clm5Lyt ul li h6 {
      margin-top: 15px;
      text-align: center;
      font-weight: bold;
      color: #0071bd;
      line-height: 1.8; }
    .clm5Lyt ul li:nth-child(5n+1) {
      margin-left: 0; }
    .clm5Lyt ul li:nth-child(-n+5) {
      margin-top: 0; }

.clm4SliderLyt {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .clm4SliderLyt .slick-slider {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .clm4SliderLyt .slick-slider .slick-slide {
      width: 272px;
      height: 413px;
      margin: 0 0 0 24px;
      background: #f4f9fa;
      border-radius: 5px;
      box-shadow: 0px 0px 8px 2px rgba(0, 21, 37, 0.07); }
      .clm4SliderLyt .slick-slider .slick-slide a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 10px 10px 0; }
        .clm4SliderLyt .slick-slider .slick-slide a img {
          width: 100%;
          height: auto; }
        .clm4SliderLyt .slick-slider .slick-slide a h6 {
          margin-top: 15px;
          text-align: center;
          font-size: 18px;
          color: #0071bd; }
        .clm4SliderLyt .slick-slider .slick-slide a p {
          margin-top: 10px;
          color: #0d0d0d;
          padding: 0 10px; }
        .clm4SliderLyt .slick-slider .slick-slide a div {
          text-decoration: underline;
          text-align: right;
          padding: 0 10px;
          margin-top: 12px; }
        .clm4SliderLyt .slick-slider .slick-slide a:hover img {
          opacity: 1; }
      .clm4SliderLyt .slick-slider .slick-slide:first-child {
        margin-left: 12px; }

.slick-prev {
  background-size: contain !important;
  width: 41px !important;
  height: 41px !important;
  background: url(../img/top/btn_prev.png) no-repeat !important;
  background-size: contain !important;
  z-index: 10;
  left: -15px !important; }
  .slick-prev:before {
    content: '' !important; }

.slick-next {
  background-size: contain !important;
  width: 41px !important;
  height: 41px !important;
  background: url(../img/top/btn_next.png) no-repeat !important;
  background-size: contain !important;
  right: -15px !important; }
  .slick-next:before {
    content: '' !important; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1 !important; }

.slick-dots {
  bottom: -43px !important; }
  .slick-dots li {
    width: 14px !important;
    height: 14px !important;
    margin-left: 17px; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li button {
      width: 14px !important;
      height: 14px !important; }

.slick-dots li button:before {
  width: 14px !important;
  height: 14px !important;
  line-height: 1 !important;
  color: #d9d9d9 !important;
  opacity: 1 !important;
  font-size: 14px !important; }

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #094180 !important; }

.imgInfoCenterLyt > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .imgInfoCenterLyt > ul > li {
    margin-top: 40px; }
    .imgInfoCenterLyt > ul > li > * {
      margin-top: 24px; }
      .imgInfoCenterLyt > ul > li > *:first-child {
        margin-top: 0; }
    .imgInfoCenterLyt > ul > li img {
      width: 100%;
      height: auto;
      margin-top: 0; }
    .imgInfoCenterLyt > ul > li div {
      font-size: 20px;
      color: #194474; }
    .imgInfoCenterLyt > ul > li div {
      font-size: 20px;
      color: #194474; }
    .imgInfoCenterLyt > ul > li:nth-child(odd) {
      width: 540px; }
    .imgInfoCenterLyt > ul > li:nth-child(even) {
      width: calc(100% - 540px);
      padding-left: 80px;
      padding-right: 40px; }
    .imgInfoCenterLyt > ul > li:nth-child(1) {
      order: 1; }
    .imgInfoCenterLyt > ul > li:nth-child(2) {
      order: 2; }
    .imgInfoCenterLyt > ul > li:nth-child(3) {
      order: 4; }
    .imgInfoCenterLyt > ul > li:nth-child(4) {
      order: 3;
      padding-left: 40px;
      padding-right: 80px; }
    .imgInfoCenterLyt > ul > li:nth-child(5) {
      order: 5; }
    .imgInfoCenterLyt > ul > li:nth-child(6) {
      order: 6; }
    .imgInfoCenterLyt > ul > li:nth-child(7) {
      order: 8; }
    .imgInfoCenterLyt > ul > li:nth-child(8) {
      order: 7;
      padding-left: 40px;
      padding-right: 80px; }
    .imgInfoCenterLyt > ul > li:nth-child(-n+2) {
      margin-top: 0; }

.youtubeInfoLyt > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .youtubeInfoLyt > ul > li > * {
    margin-top: 24px; }
    .youtubeInfoLyt > ul > li > *:first-child {
      margin-top: 0; }
  .youtubeInfoLyt > ul > li h5 {
    font-size: 20px;
    color: #194474; }
  .youtubeInfoLyt > ul > li:first-child {
    width: calc(100% - 560px);
    padding-left: 40px;
    padding-right: 80px; }
    .youtubeInfoLyt > ul > li:first-child div {
      margin-top: 10px;
      border-radius: 5px;
      background: #f4f9fa;
      padding: 20px 25px; }
      .youtubeInfoLyt > ul > li:first-child div h6 {
        font-size: 18px;
        color: #194474; }
      .youtubeInfoLyt > ul > li:first-child div p {
        margin-top: 5px; }
      .youtubeInfoLyt > ul > li:first-child div:first-of-type {
        margin-top: 24px; }
  .youtubeInfoLyt > ul > li:last-child {
    width: 560px; }
    .youtubeInfoLyt > ul > li:last-child div {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%; }
      .youtubeInfoLyt > ul > li:last-child div iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.txtImgLyt > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .txtImgLyt > ul > li > * {
    margin-top: 24px; }
    .txtImgLyt > ul > li > *:first-child {
      margin-top: 0; }
  .txtImgLyt > ul > li h5 {
    font-size: 20px;
    color: #194474; }
  .txtImgLyt > ul > li:first-child {
    width: calc(100% - 560px);
    padding-left: 40px;
    padding-right: 80px; }
    .txtImgLyt > ul > li:first-child div {
      margin-top: 10px;
      border-radius: 5px;
      background: #f4f9fa;
      padding: 20px 25px; }
      .txtImgLyt > ul > li:first-child div h6 {
        font-size: 18px;
        color: #194474; }
      .txtImgLyt > ul > li:first-child div p {
        margin-top: 5px; }
      .txtImgLyt > ul > li:first-child div:first-of-type {
        margin-top: 24px; }
  .txtImgLyt > ul > li:last-child {
    width: 560px; }
    .txtImgLyt > ul > li:last-child img {
      width: 100%;
      height: auto; }

.staffLyt > ul > li {
  margin-top: 100px; }
  .staffLyt > ul > li .staffInfo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .staffLyt > ul > li .staffInfo > li .ttlH6 {
      margin-top: 40px; }
      .staffLyt > ul > li .staffInfo > li .ttlH6 span {
        font-size: 22px;
        padding: 0 20px 0 0; }
    .staffLyt > ul > li .staffInfo > li > p {
      margin-top: 24px; }
    .staffLyt > ul > li .staffInfo > li table {
      width: 100%;
      margin-top: 24px; }
      .staffLyt > ul > li .staffInfo > li table tr th {
        padding: 18px 0 0;
        width: 170px; }
        .staffLyt > ul > li .staffInfo > li table tr th div {
          width: 140px;
          padding: 8px 20px 8px 46px;
          color: #fff;
          background: #60ade4;
          border-radius: 17px;
          position: relative;
          font-size: 18px;
          line-height: 1; }
          .staffLyt > ul > li .staffInfo > li table tr th div:after {
            content: "";
            width: 22px;
            height: 22px;
            background: url("../img/ico/ico_time_white.svg") no-repeat;
            background-size: contain;
            position: absolute;
            top: 50%;
            left: 11px;
            margin-top: -11px; }
      .staffLyt > ul > li .staffInfo > li table tr td {
        width: calc(100% - 170px);
        padding: 18px 0 0; }
      .staffLyt > ul > li .staffInfo > li table tr:first-child th, .staffLyt > ul > li .staffInfo > li table tr:first-child td {
        padding: 0; }
    .staffLyt > ul > li .staffInfo > li > ul {
      margin-top: 40px;
      width: 100%;
      padding: 20px 20px 20px 25px;
      background: #f4f9fa;
      border-radius: 10px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .staffLyt > ul > li .staffInfo > li > ul li div {
        width: 170px;
        background: #194474;
        color: #fff;
        padding: 8px 10px;
        border-radius: 17px;
        display: inline-block;
        font-size: 18px;
        text-align: center;
        line-height: 1;
        margin-top: 14px; }
      .staffLyt > ul > li .staffInfo > li > ul li p {
        margin-top: 18px; }
      .staffLyt > ul > li .staffInfo > li > ul li:first-child {
        width: calc(100% - 180px);
        padding-right: 20px; }
      .staffLyt > ul > li .staffInfo > li > ul li:last-child {
        width: 180px; }
    .staffLyt > ul > li .staffInfo > li:first-child {
      width: 540px; }
      .staffLyt > ul > li .staffInfo > li:first-child div {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%; }
        .staffLyt > ul > li .staffInfo > li:first-child div iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .staffLyt > ul > li .staffInfo > li:first-child img {
        display: block;
        margin-top: 20px;
        width: 100%;
        height: auto; }
    .staffLyt > ul > li .staffInfo > li:last-child {
      width: calc(100% - 540px);
      padding: 35px 40px 0 80px; }
  .staffLyt > ul > li:nth-child(even) .staffInfo > li:first-child {
    order: 2; }
  .staffLyt > ul > li:nth-child(even) .staffInfo > li:last-child {
    order: 1;
    padding: 35px 80px 0 45px; }
  .staffLyt > ul > li:first-child {
    margin-top: 0; }

.imgInfoLyt > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .imgInfoLyt > ul > li > * {
    margin-top: 24px; }
    .imgInfoLyt > ul > li > *:first-child {
      margin-top: 0; }
  .imgInfoLyt > ul > li img {
    width: 100%;
    height: auto; }
  .imgInfoLyt > ul > li table {
    width: 100%; }
    .imgInfoLyt > ul > li table tr th {
      width: 130px;
      padding: 20px 10px 20px 20px;
      font-weight: bold;
      color: #194474;
      vertical-align: top;
      border-bottom: 1px dashed #60ade4; }
    .imgInfoLyt > ul > li table tr td {
      width: calc(100% - 130px);
      padding: 20px 10px 20px 20px;
      border-bottom: 1px dashed #60ade4; }
  .imgInfoLyt > ul > li:first-child {
    width: 540px; }
    .imgInfoLyt > ul > li:first-child div {
      font-weight: bold;
      color: #0071bd;
      text-align: center;
      margin-top: 17px; }
  .imgInfoLyt > ul > li:last-child {
    width: calc(100% - 540px);
    padding: 15px 40px 0 80px; }
    .imgInfoLyt > ul > li:last-child img {
      margin-top: 24px;
      display: block; }

.infoImgLyt > ul {
  width: 100%; }
  .infoImgLyt > ul > li {
    border-bottom: 1px dashed #60ade4;
    padding: 30px 0; }
    .infoImgLyt > ul > li .info {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center; }
      .infoImgLyt > ul > li .info > li .ttlH6 span {
        font-size: 22px;
        padding: 0 20px 0 0; }
      .infoImgLyt > ul > li .info > li img {
        width: 100%;
        height: auto; }
      .infoImgLyt > ul > li .info > li:first-child {
        width: calc(100% - 270px);
        padding: 0 50px 0 20px; }
        .infoImgLyt > ul > li .info > li:first-child > div {
          color: #fff;
          font-size: 18px;
          background: #60ade4;
          padding: 8px 15px;
          line-height: 1;
          display: inline-block;
          border-radius: 5px; }
        .infoImgLyt > ul > li .info > li:first-child > * {
          margin-top: 24px; }
          .infoImgLyt > ul > li .info > li:first-child > *:first-child {
            margin-top: 0; }
      .infoImgLyt > ul > li .info > li:last-child {
        width: 270px;
        padding-right: 20px; }
        .infoImgLyt > ul > li .info > li:last-child img {
          display: block;
          margin-top: 18px; }
        .infoImgLyt > ul > li .info > li:last-child div {
          text-align: center;
          color: #0071bd;
          font-weight: bold;
          margin-top: 9px; }
        .infoImgLyt > ul > li .info > li:last-child > *:first-child {
          margin-top: 0; }
    .infoImgLyt > ul > li:last-child {
      border: none; }

.infoListLyt {
  margin-bottom: 150px; }
  .infoListLyt .ttlH5 {
    margin-bottom: 30px; }
    .infoListLyt .ttlH5 span {
      max-width: calc(100% - 40px);
      font-size: 24px;
      background: #f4f9fa;
      color: #0071bd;
      padding: 0 15px 0 0;
      position: relative;
      z-index: 1; }
    .infoListLyt .ttlH5:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #60ade4;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1px; }
  .infoListLyt ul {
    background-color: #fff;
    padding: 30px 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px; }
    .infoListLyt ul li {
      padding-left: 15px;
      position: relative; }
      .infoListLyt ul li:after {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #0071bd;
        position: absolute;
        top: 8px;
        left: 0; }

.contactFlow > ul {
  width: 100%; }
  .contactFlow > ul > li {
    position: relative;
    border-bottom: 1px dashed #60ade4;
    padding: 30px 0; }
    .contactFlow > ul > li .info {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center; }
      .contactFlow > ul > li .info > li .ttlH6 span {
        font-size: 22px;
        padding: 0 20px 0 0; }
      .contactFlow > ul > li .info > li img {
        width: 100%;
        height: auto; }
      .contactFlow > ul > li .info > li:first-child {
        width: calc(100% - 270px);
        padding: 0 50px 0 20px; }
        .contactFlow > ul > li .info > li:first-child > * {
          margin-top: 24px; }
          .contactFlow > ul > li .info > li:first-child > *:first-child {
            margin-top: 0; }
      .contactFlow > ul > li .info > li:last-child {
        width: 270px;
        padding-right: 20px; }
    .contactFlow > ul > li > div {
      font-size: 26px;
      color: #0071bd;
      text-align: center;
      margin-bottom: 37px; }
    .contactFlow > ul > li:nth-last-child(-n+2):after {
      display: none; }
    .contactFlow > ul > li:after {
      content: "";
      width: 15px;
      height: 8px;
      background: url("../img/ico/ico_triangle_lightBlue.svg") no-repeat;
      background-size: contain;
      position: absolute;
      left: 50%;
      bottom: -8px;
      margin-left: -7.5px; }
    .contactFlow > ul > li:last-child {
      border: none; }

.youtubeBgLyt > ul > li {
  background: #fff;
  margin-top: 45px;
  padding: 50px; }
  .youtubeBgLyt > ul > li .info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .youtubeBgLyt > ul > li .info > li .ttlH6 {
      margin-top: 40px !important; }
      .youtubeBgLyt > ul > li .info > li .ttlH6 span {
        font-size: 22px;
        padding: 0 20px 0 0;
        background: #fff !important; }
    .youtubeBgLyt > ul > li .info > li .tag {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 14px 0 0 -15px; }
      .youtubeBgLyt > ul > li .info > li .tag li {
        display: inline-block;
        color: #fff;
        background: #60ade4;
        padding: 5px 15px;
        border-radius: 5px;
        margin: 10px 0 0 15px;
        line-height: 1.3;
        font-size: 18px; }
    .youtubeBgLyt > ul > li .info > li:first-child {
      width: 560px; }
      .youtubeBgLyt > ul > li .info > li:first-child div {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%; }
        .youtubeBgLyt > ul > li .info > li:first-child div iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .youtubeBgLyt > ul > li .info > li:last-child {
      width: calc(100% - 560px);
      padding: 0 20px 0 60px; }
      .youtubeBgLyt > ul > li .info > li:last-child > * {
        margin-top: 24px; }
        .youtubeBgLyt > ul > li .info > li:last-child > *:first-child {
          margin-top: 15px; }
      .youtubeBgLyt > ul > li .info > li:last-child > div {
        background: #f4f9fa;
        border-radius: 10px;
        padding: 25px; }
        .youtubeBgLyt > ul > li .info > li:last-child > div div {
          font-size: 18px;
          color: #194474;
          line-height: 1; }
        .youtubeBgLyt > ul > li .info > li:last-child > div p {
          margin-top: 15px; }
  .youtubeBgLyt > ul > li .photo {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .youtubeBgLyt > ul > li .photo li {
      width: 516px;
      margin: 15px 0 0 28px; }
      .youtubeBgLyt > ul > li .photo li img {
        width: 100%;
        height: auto; }
      .youtubeBgLyt > ul > li .photo li div {
        text-align: center;
        color: #0071bd;
        font-weight: bold;
        margin-top: 15px; }
      .youtubeBgLyt > ul > li .photo li:nth-child(odd) {
        margin-left: 0; }
      .youtubeBgLyt > ul > li .photo li:nth-child(-n+2) {
        margin-top: 0; }
  .youtubeBgLyt > ul > li:first-child {
    margin-top: 0; }

.tskBgLyt > ul > li {
  background: #fff;
  margin-top: 45px;
  padding: 40px 50px; }
  .tskBgLyt > ul > li .ttlH4Bg {
    padding: 10px 100px;
    margin-bottom: 40px; }
  .tskBgLyt > ul > li .ttlH6 span {
    font-size: 22px;
    padding: 0 20px 0 0;
    background: #fff !important; }
  .tskBgLyt > ul > li .info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px dashed #60ade4; }
    .tskBgLyt > ul > li .info li > * {
      margin-top: 24px; }
      .tskBgLyt > ul > li .info li > *:first-child {
        margin-top: 0; }
    .tskBgLyt > ul > li .info li img {
      width: 100%;
      height: auto; }
    .tskBgLyt > ul > li .info li:first-child {
      width: 360px; }
    .tskBgLyt > ul > li .info li:last-child {
      width: calc(100% - 360px);
      margin-top: 40px;
      padding-left: 60px; }
  .tskBgLyt > ul > li .youtube {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 40px; }
    .tskBgLyt > ul > li .youtube li > * {
      margin-top: 24px; }
      .tskBgLyt > ul > li .youtube li > *:first-child {
        margin-top: 0; }
    .tskBgLyt > ul > li .youtube li div {
      font-size: 20px;
      color: #194474; }
    .tskBgLyt > ul > li .youtube li:first-child {
      width: 560px; }
      .tskBgLyt > ul > li .youtube li:first-child div {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%; }
        .tskBgLyt > ul > li .youtube li:first-child div iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .tskBgLyt > ul > li .youtube li:last-child {
      width: calc(100% - 560px);
      padding-left: 60px; }
  .tskBgLyt > ul > li:first-child {
    margin-top: 0; }

.imgInfoBgLyt > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .imgInfoBgLyt > ul > li {
    background: #fff;
    margin-top: 45px;
    padding: 50px;
    width: 100%; }
    .imgInfoBgLyt > ul > li .info {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .imgInfoBgLyt > ul > li .info > li .ttlH6 {
        margin-top: 40px !important; }
        .imgInfoBgLyt > ul > li .info > li .ttlH6 span {
          font-size: 22px;
          padding: 0 20px 0 0;
          background: #fff !important; }
      .imgInfoBgLyt > ul > li .info > li .ttl {
        font-size: 20px;
        color: #194474; }
      .imgInfoBgLyt > ul > li .info > li img {
        display: block;
        max-width: 100%;
        height: auto; }
      .imgInfoBgLyt > ul > li .info > li .tag {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 14px 0 0 -15px; }
        .imgInfoBgLyt > ul > li .info > li .tag li {
          display: inline-block;
          color: #fff;
          background: #60ade4;
          padding: 5px 15px;
          border-radius: 5px;
          margin: 10px 0 0 15px;
          line-height: 1.3;
          font-size: 18px; }
      .imgInfoBgLyt > ul > li .info > li .box {
        background: #f4f9fa;
        border-radius: 10px;
        padding: 25px; }
        .imgInfoBgLyt > ul > li .info > li .box div {
          font-size: 18px;
          color: #194474;
          line-height: 1; }
        .imgInfoBgLyt > ul > li .info > li .box p {
          margin-top: 15px; }
      .imgInfoBgLyt > ul > li .info > li .btnM {
        width: 280px;
        height: 50px;
        margin-left: auto; }
        .imgInfoBgLyt > ul > li .info > li .btnM a {
          font-size: 16px; }
      .imgInfoBgLyt > ul > li .info > li:first-child {
        width: 480px; }
        .imgInfoBgLyt > ul > li .info > li:first-child > * {
          margin-top: 15px; }
          .imgInfoBgLyt > ul > li .info > li:first-child > *:first-child {
            margin-top: 0px; }
        .imgInfoBgLyt > ul > li .info > li:first-child div {
          color: #0071bd;
          font-weight: bold;
          text-align: center; }
      .imgInfoBgLyt > ul > li .info > li:last-child {
        width: calc(100% - 480px);
        padding: 0 40px 0 60px; }
        .imgInfoBgLyt > ul > li .info > li:last-child > * {
          margin-top: 24px; }
          .imgInfoBgLyt > ul > li .info > li:last-child > *:first-child {
            margin-top: 15px; }
    .imgInfoBgLyt > ul > li:first-child {
      margin-top: 0; }

/*top*/
#particles-js {
  width: 100%;
  height: 702px;
  background-image: url("../img/top/photo_mv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

#topAboutLyt {
  position: absolute;
  top: 198px;
  left: 0;
  width: 548px;
  height: 408px;
  background: url("../img/top/bg_copy.webp") no-repeat top left;
  background-size: contain;
  padding: 52px 0 0 48px; }
  #topAboutLyt p {
    margin-top: 36px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    line-height: 1.7; }

#topNewsLyt {
  width: 100%;
  background: #dfeef3; }
  #topNewsLyt .wrap {
    padding: 23px 0 23px 190px; }
    #topNewsLyt .wrap ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #topNewsLyt .wrap ul li {
        font-size: 16px;
        font-weight: bold;
        color: #0a66a7;
        width: 485px; }
        #topNewsLyt .wrap ul li a {
          color: #0a66a7;
          text-decoration: underline; }
        #topNewsLyt .wrap ul li:first-child {
          width: 100px;
          font-size: 17px; }
    #topNewsLyt .wrap div {
      position: absolute;
      top: 50%;
      right: 193px;
      width: 150px;
      height: 34px;
      margin-top: -17px; }
      #topNewsLyt .wrap div a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background: #094180;
        border-radius: 5px;
        color: #fff; }

#topSliderLyt {
  padding-top: 80px;
  background: #fff; }
  #topSliderLyt #catchTxt {
    text-align: center;
    font-size: 26px;
    color: #0071bd;
    margin-bottom: 70px; }

.mainvisual {
  overflow: hidden;
  padding-bottom: 130px; }
  .mainvisual .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 855px;
    max-width: 528px; }
  .mainvisual .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1; }
  .mainvisual .swiper-container img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    border-radius: 10px; }
  .mainvisual .swiper-button-prev {
    left: 0;
    background: url(../img/top/btn_prev.png) no-repeat;
    background-size: contain;
    width: 41px;
    height: 41px;
    margin-top: -20.5px;
    z-index: 10; }
  .mainvisual .swiper-button-next {
    right: 0;
    background: url(../img/top/btn_next.png) no-repeat;
    background-size: contain;
    width: 41px;
    height: 41px;
    margin-top: -20.5px;
    z-index: 10; }
  .mainvisual .swiper-pagination-bullet-active {
    background: #094180; }
  .mainvisual .swiper-pagination-bullet {
    width: 14px;
    height: 14px; }
  .mainvisual .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px; }
  .mainvisual .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10; }
  .mainvisual .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8.5px; }
  .mainvisual .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -33px; }

/*news*/
.newsListLyt table {
  width: 100%; }
  .newsListLyt table tr th {
    width: 226px;
    padding: 20px 0 20px 20px;
    border-top: 1px dashed #60ade4;
    vertical-align: top; }
    .newsListLyt table tr th > div {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
      .newsListLyt table tr th > div time {
        font-size: 16px; }
      .newsListLyt table tr th > div > div {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        width: 106px;
        height: 23px;
        background: #0071bd;
        font-weight: bold; }
  .newsListLyt table tr td {
    width: calc(100% - 226px);
    padding: 20px 20px 20px 40px;
    border-top: 1px dashed #60ade4; }
  .newsListLyt table tr:first-child th, .newsListLyt table tr:first-child td {
    border: none; }

#postLyt {
  width: 760px;
  margin: 0 auto; }
  #postLyt h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px; }
  #postLyt time {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin: 0; }
  #postLyt .cat {
    margin: 0;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 40px; }
    #postLyt .cat span {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100px;
      height: 22px;
      color: #fff;
      font-size: 14px;
      background: #0071bd; }
  #postLyt #postWrap > * {
    margin-top: 60px; }
    #postLyt #postWrap > *:first-child {
      margin-top: 0; }
  #postLyt #postWrap > img {
    max-width: 100%;
    height: auto; }
  #postLyt #postWrap h4 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #0071bd;
    padding: 20px 30px; }
  #postLyt #postWrap h5 {
    width: 100%;
    color: #0071bd;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 14px;
    position: relative; }
    #postLyt #postWrap h5:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #0071bd;
      position: absolute;
      bottom: 0;
      left: 0; }
  #postLyt #postWrap h6 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    color: #0071bd;
    border-left: 5px solid #0071bd; }
  #postLyt #postWrap > p a {
    text-decoration: underline;
    color: #0071bd; }
  #postLyt #postWrap .imgList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #postLyt #postWrap .imgList li {
      margin-top: 40px;
      width: 360px; }
      #postLyt #postWrap .imgList li img {
        width: 100%;
        height: auto; }
      #postLyt #postWrap .imgList li p {
        margin-top: 32px; }
      #postLyt #postWrap .imgList li:nth-child(even) {
        margin-left: 40px; }
      #postLyt #postWrap .imgList li:nth-child(-n+2) {
        margin-top: 0; }
  #postLyt #postWrap table {
    width: 100%;
    border-bottom: 1px solid #c6c6c6; }
    #postLyt #postWrap table tr th {
      width: 240px;
      padding: 20px 10px 20px 20px;
      border-top: 1px solid #c6c6c6;
      color: #0071bd;
      font-weight: bold; }
    #postLyt #postWrap table tr td {
      width: calc(100% - 240px);
      padding: 20px 20px 20px 10px;
      border-top: 1px solid #c6c6c6; }
      #postLyt #postWrap table tr td a {
        text-decoration: underline; }
  #postLyt #postWrap .downloadBtn {
    width: 460px;
    height: 74px;
    margin-left: auto;
    margin-right: auto; }
    #postLyt #postWrap .downloadBtn a {
      width: 100%;
      height: 100%;
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      color: #fff;
      background: #0071bd;
      border-radius: 5px;
      font-size: 18px;
      font-weight: bold;
      position: relative; }
      #postLyt #postWrap .downloadBtn a:after {
        content: "";
        width: 30px;
        height: 30px;
        background: url("../img/ico/ico_download_white.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -15px; }

#postPagerLyt {
  margin-top: 100px; }
  #postPagerLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    #postPagerLyt ul li a {
      color: #0071bd;
      text-decoration: underline; }
    #postPagerLyt ul li:first-child {
      width: 100px; }
      #postPagerLyt ul li:first-child div span {
        padding-left: 25px;
        position: relative; }
        #postPagerLyt ul li:first-child div span:after {
          content: "";
          width: 20px;
          height: 20px;
          background: url("../img/ico/ico_arrow_prev_blue.svg") no-repeat;
          background-size: 20px 20px;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -10px; }
    #postPagerLyt ul li:nth-child(2) {
      text-align: center;
      width: calc(100% - 200px); }
      #postPagerLyt ul li:nth-child(2) div span {
        padding-left: 30px;
        position: relative; }
        #postPagerLyt ul li:nth-child(2) div span:after {
          content: "";
          width: 20px;
          height: 20px;
          background: url("../img/ico/ico_list_blue.svg") no-repeat;
          background-size: 20px 20px;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -10px; }
    #postPagerLyt ul li:last-child {
      width: 100px;
      text-align: right; }
      #postPagerLyt ul li:last-child div span {
        padding-right: 25px;
        position: relative; }
        #postPagerLyt ul li:last-child div span:after {
          content: "";
          width: 20px;
          height: 20px;
          background: url("../img/ico/ico_arrow_blue.svg") no-repeat;
          background-size: 20px 20px;
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -10px; }

/*internship*/
#internship .btnL:first-of-type {
  margin-bottom: 40px; }

/*product*/
#product #principle {
  padding: 120px 0 0 !important; }
  #product #principle .ctaCmn2Lyt {
    margin-top: 150px; }

/*cotnact*/
.formLyt table {
  width: 100%; }
  .formLyt table tr th {
    width: 226px;
    color: #194474;
    font-weight: bold;
    padding: 20px 0 20px 20px;
    border-top: 1px dashed #60ade4;
    vertical-align: top; }
    .formLyt table tr th div {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .formLyt table tr th div span {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background: #0d0d0d;
        color: #fff;
        width: 46px;
        height: 23px;
        font-size: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
  .formLyt table tr td {
    width: calc(100% - 226px);
    padding: 20px 34px 20px 40px;
    border-top: 1px dashed #60ade4;
    /* チェックボックスデザイン */ }
    .formLyt table tr td input[type="text"] {
      width: 100%;
      height: 36px;
      background: #fff;
      border: 1px solid #0071bd;
      padding: 5px 10px; }
      .formLyt table tr td input[type="text"]:placeholder {
        color: #8c8c8c; }
    .formLyt table tr td textarea {
      width: 100%;
      height: 120px;
      background: #fff;
      color: #8c8c8c;
      border: 1px solid #0071bd;
      padding: 5px 10px; }
      .formLyt table tr td textarea:placeholder {
        color: #8c8c8c; }
    .formLyt table tr td .chk {
      color: #194474;
      margin-top: 20px; }
      .formLyt table tr td .chk div {
        font-weight: bold;
        margin-bottom: 10px; }
      .formLyt table tr td .chk:nth-of-type(1) {
        margin-top: 0; }
    .formLyt table tr td input[type="checkbox"] {
      cursor: pointer;
      padding-left: 30px;
      /*label手前にチェックボックス用の余白を開ける*/
      vertical-align: middle;
      position: relative; }
    .formLyt table tr td input[type="checkbox"]::before,
    .formLyt table tr td input[type="checkbox"]::after {
      content: "";
      display: block;
      position: absolute; }
    .formLyt table tr td input[type="checkbox"]::before {
      background-color: #fff;
      border-radius: 0%;
      border: 1px solid #0071bd;
      width: 20px;
      /*チェックボックスの横幅*/
      height: 20px;
      /*チェックボックスの縦幅*/
      transform: translateY(-50%);
      top: 50%;
      left: 0; }
    .formLyt table tr td input[type="checkbox"]::after {
      border-bottom: 2px solid #0071bd;
      /*チェックの太さ*/
      border-left: 2px solid #0071bd;
      /*チェックの太さ*/
      opacity: 0;
      /*チェック前は非表示*/
      height: 6px;
      /*チェックの高さ*/
      width: 11px;
      /*チェックの横幅*/
      transform: rotate(-50deg);
      top: 1px;
      /*チェック時の位置調整*/
      left: 4.5px;
      /*チェック時の位置調整*/ }
    .formLyt table tr td input[type="checkbox"]:checked::after {
      opacity: 1;
      /*チェック後表示*/ }
    .formLyt table tr td .mwform-checkbox-field-text {
      margin-left: 15px; }
  .formLyt table tr:first-child th, .formLyt table tr:first-child td {
    border: none; }
.formLyt #policyCheck {
  text-align: center;
  margin: 60px 0 0;
  line-height: 1; }
  .formLyt #policyCheck input {
    display: inline-block;
    margin: 0 15px 0 0; }

.horizontal-item {
  display: block;
  margin-left: 0 !important;
  margin-top: 12px; }
  .horizontal-item:first-of-type {
    margin-top: 0; }

.contactBtnWrap {
  margin-top: 50px; }
  .contactBtnWrap #inputBtn {
    position: relative;
    width: 660px;
    height: 80px;
    margin: 0 auto; }
    .contactBtnWrap #inputBtn:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/ico/ico_arrow_white.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 30px;
      margin-top: -15px; }
    .contactBtnWrap #inputBtn input {
      font-family: 'Noto Sans JP', sans-serif;
      text-align: center;
      width: 100%;
      height: 100%;
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      border-radius: 40px;
      color: #fff;
      line-height: 1.3;
      font-size: 24px;
      padding: 0 100px;
      background-image: -moz-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
      background-image: -webkit-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
      background-image: -ms-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
      position: relative;
      border: none; }
      .contactBtnWrap #inputBtn input:hover {
        opacity: 0.8; }
    .contactBtnWrap #inputBtn input[disabled] {
      cursor: default;
      background: #f3f4f7; }
      .contactBtnWrap #inputBtn input[disabled]:hover {
        opacity: 1; }
  .contactBtnWrap #confirmBtn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    .contactBtnWrap #confirmBtn li {
      width: 400px;
      height: 80px;
      margin-left: 60px;
      position: relative; }
      .contactBtnWrap #confirmBtn li:after {
        content: "";
        width: 30px;
        height: 30px;
        background: url("../img/ico/ico_arrow_white.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -15px; }
      .contactBtnWrap #confirmBtn li input {
        font-family: 'Noto Sans JP', sans-serif;
        text-align: center;
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 40px;
        color: #fff;
        line-height: 1.3;
        font-size: 24px;
        padding: 0 100px;
        background-image: -moz-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
        background-image: -webkit-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
        background-image: -ms-linear-gradient(180deg, #4882b8 0%, #4882b8 0%, #194474 50%, #4882b8 100%);
        position: relative;
        border: none; }
        .contactBtnWrap #confirmBtn li input:hover {
          opacity: 0.8; }
      .contactBtnWrap #confirmBtn li:first-child {
        margin-left: 0; }
        .contactBtnWrap #confirmBtn li:first-child input {
          background-image: -moz-linear-gradient(180deg, #a6d2dd 1%, #64a7b8 52%, #a6d2dd 100%);
          background-image: -webkit-linear-gradient(180deg, #a6d2dd 1%, #64a7b8 52%, #a6d2dd 100%);
          background-image: -ms-linear-gradient(180deg, #a6d2dd 1%, #64a7b8 52%, #a6d2dd 100%); }
        .contactBtnWrap #confirmBtn li:first-child:after {
          content: "";
          width: 30px;
          height: 30px;
          background: url("../img/ico/ico_arrow_prev_white.svg") right no-repeat;
          background-size: contain;
          position: absolute;
          top: 50%;
          right: auto;
          left: 20px;
          margin-top: -15px; }

.mw_wp_form_input .contactBtnWrap #confirmBtn {
  display: none; }

.mw_wp_form_confirm #policyCheck {
  display: none; }
.mw_wp_form_confirm .contactBtnWrap {
  margin-top: 80px; }
  .mw_wp_form_confirm .contactBtnWrap #inputBtn {
    display: none; }

/*IE11以下*/
@media screen\0  {
  .ie {
    position: relative;
    top: 2px; } }
@media screen and (max-width: 480px) {
  body {
    min-width: 0px; }

  .wrap {
    width: 100%;
    padding: 0 20px; }

  .wrapInSide {
    width: 100%;
    padding: 0; }

  .brSp {
    display: block; }

  .brPc {
    display: none; }

  .dispSp {
    display: block !important; }

  .dispPc {
    display: none !important; }

  a:hover {
    opacity: 1 !important; }
  a img:hover {
    opacity: 1 !important; }

  .path {
    text-align: left; }

  .pagerLyt {
    margin-top: 50px; }

  header {
    height: 52px; }
    header h1 {
      position: absolute;
      top: 17px;
      left: 20px; }
      header h1 img {
        width: 139px;
        height: auto; }
    header .gNav .subNav .hSns {
      display: none; }
    header .gNav .subNav #hTxt {
      display: none; }
    header .gNav .subNav #hTel {
      display: none; }
    header .gNav .subNav #hLang {
      display: none; }
    header .gNav nav {
      display: none; }
    header #btnMenu {
      display: block;
      width: 70px;
      height: 52px;
      position: absolute;
      right: 0;
      top: 0; }
      header #btnMenu span {
        width: 30px;
        height: 2px;
        background: #0071bd;
        left: 20px;
        position: absolute; }
        header #btnMenu span:nth-child(1) {
          top: 20px; }
        header #btnMenu span:nth-child(2) {
          top: 29px; }
        header #btnMenu span:nth-child(3) {
          top: 38px; }

  .hCmnWrap {
    height: auto; }
    .hCmnWrap .wrap {
      padding: 0; }
      .hCmnWrap .wrap header {
        position: relative;
        margin-bottom: 0; }

  #menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff; }
    #menu #menuWrap {
      width: 100%;
      height: 100%;
      overflow-y: auto;
      position: relative;
      padding: 82px 0 0; }
      #menu #menuWrap #mLogo {
        position: absolute;
        top: 17px;
        left: 20px;
        z-index: 1; }
      #menu #menuWrap #mNav {
        padding: 0 30px; }
        #menu #menuWrap #mNav > li {
          border-left: 2px solid #60ade4;
          margin-top: 20px;
          padding: 5px 0 5px 14px; }
          #menu #menuWrap #mNav > li div {
            font-size: 17px;
            font-weight: bold;
            color: #194474;
            line-height: 1; }
          #menu #menuWrap #mNav > li ul {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 16px; }
            #menu #menuWrap #mNav > li ul li {
              width: 33.3333333333%;
              width: 50%;
              line-height: 1;
              margin-top: 15px; }
              #menu #menuWrap #mNav > li ul li:nth-child(-n+2) {
                margin-top: 0; }
          #menu #menuWrap #mNav > li:first-child {
            margin-top: 0; }
      #menu #menuWrap #hLang {
        margin-top: 30px;
        text-align: center; }
      #menu #menuWrap #mCta {
        margin-top: 30px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        #menu #menuWrap #mCta li {
          width: 97px;
          margin-left: 12px; }
          #menu #menuWrap #mCta li:first-child {
            margin-left: 0; }
      #menu #menuWrap #mTel {
        text-align: center;
        margin-top: 40px; }
      #menu #menuWrap #mSns {
        width: 100%;
        height: 75px;
        background: #f4f9fa;
        margin-top: 40px; }
        #menu #menuWrap #mSns ul {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          width: 100%;
          height: 100%; }
          #menu #menuWrap #mSns ul li {
            width: 30px;
            margin-left: 20px; }
            #menu #menuWrap #mSns ul li:first-child {
              margin-left: 0; }
      #menu #menuWrap #btnClose {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 52px; }
        #menu #menuWrap #btnClose span {
          position: absolute;
          width: 30px;
          height: 2px;
          background: #0071bd;
          left: 25px; }
          #menu #menuWrap #btnClose span:nth-child(1) {
            top: 30px;
            -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
          #menu #menuWrap #btnClose span:nth-child(2) {
            top: 30px;
            -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); }

  .contents > li {
    padding: 60px 0 80px; }
  .contents .irregularContents {
    padding: 40px 0; }

  #fixedCta {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%; }
    #fixedCta ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      #fixedCta ul li {
        width: 50%;
        height: 50px;
        background: #d6e6f2;
        margin-top: 0px; }
        #fixedCta ul li picture {
          width: 100%;
          height: 100%;
          display: block;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center; }
          #fixedCta ul li picture img {
            width: 105px;
            height: 32px; }
        #fixedCta ul li:first-child {
          margin-top: 0;
          background-image: -moz-linear-gradient(90deg, #c82090 0%, #6a14d1 100%);
          background-image: -webkit-linear-gradient(90deg, #c82090 0%, #6a14d1 100%);
          background-image: -ms-linear-gradient(90deg, #c82090 0%, #6a14d1 100%); }
          #fixedCta ul li:first-child picture img {
            width: 110px;
            height: 38px; }
        #fixedCta ul li:last-child {
          background-image: -moz-linear-gradient(-90deg, rgba(250, 204, 34, 0.99608) 0%, #f83600 100%);
          background-image: -webkit-linear-gradient(-90deg, rgba(250, 204, 34, 0.99608) 0%, #f83600 100%);
          background-image: -ms-linear-gradient(-90deg, rgba(250, 204, 34, 0.99608) 0%, #f83600 100%); }
          #fixedCta ul li:last-child picture img {
            width: 110px;
            height: 38px; }

  footer {
    padding-top: 50px !important;
    padding-bottom: 120px !important; }
    footer #fLogo {
      text-align: center; }
      footer #fLogo img {
        width: 60%;
        height: auto; }
    footer #fAddr {
      text-align: center;
      margin-bottom: 20px; }
    footer #copy {
      text-align: center; }
    footer nav {
      display: none; }

  #pageTop {
    bottom: 70px; }

  .contentsMb {
    margin-bottom: 50px !important; }

  .lytMb {
    margin-bottom: 30px !important; }

  .btnMb {
    margin-bottom: 20px !important; }

  /*parts*/
  .ttlH2 {
    margin-bottom: 50px; }
    .ttlH2 span {
      font-size: 18px;
      margin-bottom: 5px; }
    .ttlH2 h2 {
      font-size: 28px; }
      .ttlH2 h2:after {
        width: 25px;
        height: 2px;
        bottom: -10px;
        margin-left: -12.5px; }

  .ttlH3 {
    margin-bottom: 50px; }
    .ttlH3 h3 {
      font-size: 24px; }
      .ttlH3 h3:after {
        width: 25px;
        height: 2px;
        bottom: -10px;
        margin-left: -12.5px; }

  .ttlH4 {
    margin-bottom: 50px; }
    .ttlH4 h4 {
      font-size: 22px; }
      .ttlH4 h4:after {
        content: "";
        height: 2px;
        bottom: -10px; }

  .ttlH4Bg {
    width: 100%;
    padding: 10px 30px;
    margin-bottom: 40px; }
    .ttlH4Bg h4, .ttlH4Bg div {
      font-size: 22px; }

  .ttl3Lower {
    width: 100%;
    padding: 10px 30px; }
    .ttl3Lower h3 {
      font-size: 22px; }

  .ttlH5 {
    font-size: 20px;
    margin-bottom: 40px; }
    .ttlH5:after {
      width: 25px;
      height: 2px;
      bottom: -10px; }

  .ttlH6 span {
    max-width: calc(100% - 20px);
    font-size: 20px; }

  .btnM {
    width: 100%;
    height: auto; }
    .btnM a {
      font-size: 18px;
      padding: 20px 50px; }
      .btnM a:after {
        width: 20px;
        height: 20px;
        right: 20px;
        margin-top: -10px; }

  .btnL {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .btnL a {
      border-radius: 40px;
      font-size: 18px;
      padding: 20px 50px; }
      .btnL a:after {
        width: 20px;
        height: 20px;
        right: 20px;
        margin-top: -10px; }

  .blk a:after {
    width: 20px;
    height: 20px;
    right: 20px;
    margin-top: -10px; }

  .lNav a:after {
    width: 20px;
    height: 20px;
    right: 20px;
    margin-top: -10px; }

  .txtBtn {
    width: 100%;
    padding: 0 20px; }
    .txtBtn a {
      font-size: 16px; }

  .btnListLyt ul li {
    margin: 25px 0 0; }
    .btnListLyt ul li:nth-child(-n+3) {
      margin-top: 25px; }
    .btnListLyt ul li:first-child {
      margin-top: 0; }

  .lNavBtnLyt ul .btnM {
    margin: 25px 0 0; }
    .lNavBtnLyt ul .btnM a:after {
      width: 20px;
      height: 20px;
      right: 20px;
      margin-top: -10px; }
    .lNavBtnLyt ul .btnM:nth-child(-n+2) {
      margin-top: 25px; }
    .lNavBtnLyt ul .btnM:first-child {
      margin-top: 0; }

  .lNavTxtLyt ul {
    -webkit-justify-content: fex-start;
    justify-content: flex-start; }
    .lNavTxtLyt ul li {
      width: calc(50% - 7.5px);
      margin: 15px 0 0;
      padding: 10px 15px;
      font-size: 12px; }
      .lNavTxtLyt ul li span {
        font-size: 14px; }
      .lNavTxtLyt ul li:after {
        content: "";
        width: 20px;
        height: 20px;
        background: url("../img/ico/ico_arrow_down_blue.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px; }
      .lNavTxtLyt ul li:nth-child(-n+5) {
        margin-top: 15px; }
      .lNavTxtLyt ul li:nth-child(odd) {
        margin-right: 7.5px; }
      .lNavTxtLyt ul li:nth-child(even) {
        margin-left: 7.5px; }
      .lNavTxtLyt ul li:nth-child(-n+2) {
        margin-top: 0; }

  .tabLyt ul li {
    width: calc(50% - 7.5px);
    height: 49px;
    margin: 10px 0 0;
    border-bottom: 1px solid #0071bd; }
    .tabLyt ul li a {
      font-size: 16px; }
    .tabLyt ul li:nth-child(odd) {
      margin-right: 7.5px; }
    .tabLyt ul li:nth-child(even) {
      margin-left: 7.5px; }
    .tabLyt ul li:nth-child(-n+2) {
      margin-top: 0; }

  .faqLyt {
    width: 100%; }
    .faqLyt ul li {
      background: #efefef;
      margin-top: 20px;
      padding: 20px 20px 25px; }
      .faqLyt ul li div {
        padding: 0 5px 0 30px; }
        .faqLyt ul li div:after {
          content: "";
          width: 30px;
          height: 30px;
          margin-top: -15px;
          left: -5px; }
      .faqLyt ul li p {
        margin-top: 10px; }

  .flowLyt {
    width: 100%; }
    .flowLyt ul li {
      margin-top: 30px;
      padding: 12px 20px;
      font-size: 15px; }
      .flowLyt ul li:after {
        width: 20px;
        height: 11px;
        top: -22px;
        margin-left: -10px; }

  .telLyt ul li {
    width: 100%;
    text-align: center; }
    .telLyt ul li span {
      font-size: 30px; }
      .telLyt ul li span:after {
        content: "";
        width: 40px;
        height: 40px;
        top: 50%;
        left: 0;
        margin-top: -20px; }
    .telLyt ul li:first-child {
      width: 100%;
      font-size: 20px;
      margin-bottom: 15px; }
    .telLyt ul li:last-child {
      width: 100%;
      padding-top: 15px;
      font-size: 16px; }

  .greetingLyt ul li:first-child {
    width: 100%; }
  .greetingLyt ul li:last-child {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px; }
    .greetingLyt ul li:last-child picture img {
      width: 100%;
      height: auto; }
    .greetingLyt ul li:last-child > img {
      width: 180px;
      height: auto;
      display: block;
      margin-left: auto; }
    .greetingLyt ul li:last-child p {
      margin: 20px 0; }

  .gMapLyt iframe {
    width: 100%;
    height: 200px; }
  .gMapLyt table {
    margin-top: 0; }
    .gMapLyt table tr th {
      width: 100px;
      font-size: 16px;
      padding: 15px 0 0; }
    .gMapLyt table tr td {
      width: calc(100% - 100px);
      padding: 15px 0 0 15px; }

  .ctaCmnLyt {
    padding: 40px 20px; }
    .ctaCmnLyt .ttl {
      font-size: 20px; }
    .ctaCmnLyt .btn {
      width: 100%;
      height: 60px;
      margin: 20px auto 0; }
      .ctaCmnLyt .btn a {
        font-size: 18px; }
        .ctaCmnLyt .btn a:after {
          width: 20px;
          height: 20px;
          right: 20px;
          margin-top: -10px; }
    .ctaCmnLyt .txtLink {
      margin-top: 20px; }
      .ctaCmnLyt .txtLink a {
        font-size: 18px; }

  .ctaCmn2Lyt {
    height: auto;
    padding: 40px 20px; }
    .ctaCmn2Lyt ul li {
      width: 100%;
      margin-top: 30px; }
      .ctaCmn2Lyt ul li .ttl {
        font-size: 20px; }
      .ctaCmn2Lyt ul li .btn {
        width: 100%;
        height: 60px;
        margin: 20px auto 0; }
        .ctaCmn2Lyt ul li .btn a {
          font-size: 18px; }
          .ctaCmn2Lyt ul li .btn a:after {
            width: 20px;
            height: 20px;
            right: 20px;
            margin-top: -10px; }
      .ctaCmn2Lyt ul li:first-child {
        margin-top: 0; }

  .listLyt ul li {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    margin: 20px 0 0; }
    .listLyt ul li:nth-child(odd) {
      margin-left: 0; }
    .listLyt ul li:nth-child(-n+2) {
      margin-top: 20px; }
    .listLyt ul li:first-child {
      margin-top: 0; }

  .tskLyt > ul > li {
    width: 100%; }
    .tskLyt > ul > li ul li {
      width: 100%;
      margin: 30px 0 0; }
      .tskLyt > ul > li ul li a h3 {
        font-size: 18px;
        margin-top: 10px; }
      .tskLyt > ul > li ul li a img {
        width: 100%;
        height: auto; }
      .tskLyt > ul > li ul li:first-child {
        margin: 0; }
    .tskLyt > ul > li:first-child {
      width: 100%;
      margin-bottom: 40px; }
      .tskLyt > ul > li:first-child h2 {
        font-size: 24px; }
        .tskLyt > ul > li:first-child h2:after {
          width: 25px;
          height: 2px;
          bottom: -10px; }

  .tblLyt table tr th {
    width: 100px;
    padding: 20px 0 20px 20px;
    border-bottom: 1px dashed #60ade4; }
  .tblLyt table tr td {
    width: calc(100% - 100px);
    padding: 20px;
    border-bottom: 1px dashed #60ade4; }
    .tblLyt table tr td div {
      margin-bottom: 10px; }

  .clm1Lyt > * {
    margin-top: 20px; }
  .clm1Lyt a > img {
    max-width: 100%;
    width: 100%; }
  .clm1Lyt > picture img {
    width: 100%;
    height: auto; }
  .clm1Lyt > img {
    max-width: 100%;
    width: 100%; }
  .clm1Lyt div {
    font-size: 18px;
    text-align: left; }
  .clm1Lyt p {
    text-align: left; }
  .clm1Lyt ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .clm1Lyt ul li {
      margin-left: 0px;
      width: 25%;
      text-align: center; }
      .clm1Lyt ul li a {
        display: block; }
      .clm1Lyt ul li img {
        width: 80%;
        height: auto; }

  .clm1LeftLyt > * {
    margin-top: 15px; }
  .clm1LeftLyt h5 span {
    max-width: calc(100% - 20px);
    font-size: 20px; }
  .clm1LeftLyt h6 {
    font-size: 16px;
    padding: 10px; }
  .clm1LeftLyt div {
    font-size: 18px; }

  .clm2Lyt ul li {
    margin: 30px 0 0;
    width: 100%; }
    .clm2Lyt ul li h6 {
      margin-top: 15px; }
    .clm2Lyt ul li:nth-child(odd) {
      margin-left: 0; }
    .clm2Lyt ul li:nth-child(-n+2) {
      margin-top: 30px; }
    .clm2Lyt ul li:first-child {
      margin-top: 0; }

  .clm2BtnLyt ul li {
    margin: 30px 0 0;
    width: 100%; }
    .clm2BtnLyt ul li h6 {
      font-size: 20px;
      margin-top: 18px; }
    .clm2BtnLyt ul li p {
      margin-top: 15px;
      min-height: auto; }
    .clm2BtnLyt ul li .btnM {
      margin: 20px auto 0; }
    .clm2BtnLyt ul li:nth-child(odd) {
      margin-left: 0; }
    .clm2BtnLyt ul li:nth-child(-n+2) {
      margin-top: 40px; }
    .clm2BtnLyt ul li:first-child {
      margin-top: 0; }

  .clm3Lyt ul li {
    width: 50%;
    margin: 30px 0 0; }
    .clm3Lyt ul li:nth-child(odd) {
      padding-right: 7.5px; }
    .clm3Lyt ul li:nth-child(even) {
      padding-left: 7.5px; }
    .clm3Lyt ul li:nth-child(3n+1) {
      margin-left: 0; }
    .clm3Lyt ul li:nth-child(-n+3) {
      margin-top: 30px; }
    .clm3Lyt ul li:nth-child(-n+2) {
      margin-top: 0px; }

  .clm3TskLyt > ul > li {
    width: 100%;
    margin: 30px 0 0; }
    .clm3TskLyt > ul > li h6 {
      font-size: 18px;
      margin-top: 20px; }
    .clm3TskLyt > ul > li ul {
      min-height: auto;
      margin-top: 20px;
      margin-bottom: 30px; }
      .clm3TskLyt > ul > li ul li {
        width: 100%;
        font-size: 16px;
        padding: 5px 15px;
        margin-top: 10px; }
        .clm3TskLyt > ul > li ul li:first-child {
          margin-top: 0; }
    .clm3TskLyt > ul > li:nth-child(-n+3) {
      margin-top: 40px; }
    .clm3TskLyt > ul > li:first-child {
      margin-top: 0; }

  .clm3YoutubeLyt ul li {
    width: 100%;
    margin: 30px 0 0; }
    .clm3YoutubeLyt ul li div {
      height: auto; }
    .clm3YoutubeLyt ul li p {
      margin-top: 5px; }
    .clm3YoutubeLyt ul li:nth-child(3n+1) {
      margin-left: 0; }
    .clm3YoutubeLyt ul li:nth-child(-n+3) {
      margin-top: 30px; }
    .clm3YoutubeLyt ul li:first-child {
      margin-top: 0px; }
  .clm3YoutubeLyt ul .new:after {
    width: 55px;
    height: 55px;
    font-size: 16px;
    top: -10px;
    left: -10px; }

  .clm4Lyt ul li {
    width: 50%;
    margin: 30px 0 0; }
    .clm4Lyt ul li h6 {
      margin-top: 15px;
      line-height: 1.3; }
    .clm4Lyt ul li:nth-child(odd) {
      padding-right: 7.5px; }
    .clm4Lyt ul li:nth-child(even) {
      padding-left: 7.5px; }
    .clm4Lyt ul li:nth-child(-n+4) {
      margin-top: 30px; }
    .clm4Lyt ul li:nth-child(-n+2) {
      margin-top: 0px; }

  .clm5Lyt ul li {
    width: 50%;
    margin: 30px 0 0; }
    .clm5Lyt ul li h6 {
      margin-top: 15px;
      line-height: 1.3;
      text-align: left; }
    .clm5Lyt ul li:nth-child(odd) {
      padding-right: 7.5px; }
    .clm5Lyt ul li:nth-child(even) {
      padding-left: 7.5px; }
    .clm5Lyt ul li:nth-child(-n+5) {
      margin-top: 30px; }
    .clm5Lyt ul li:nth-child(-n+2) {
      margin-top: 0px; }

  .clm4SliderLyt .slick-slider .slick-slide {
    width: 100%;
    height: auto; }
    .clm4SliderLyt .slick-slider .slick-slide a {
      padding: 20px 20px 30px; }

  .slick-dots {
    bottom: -30px !important; }

  .imgInfoCenterLyt > ul > li {
    margin-top: 30px; }
    .imgInfoCenterLyt > ul > li > * {
      margin-top: 15px; }
    .imgInfoCenterLyt > ul > li div {
      font-size: 18px; }
    .imgInfoCenterLyt > ul > li:nth-child(odd) {
      width: 100%; }
    .imgInfoCenterLyt > ul > li:nth-child(even) {
      width: 100%;
      margin-top: 15px;
      padding-left: 0px;
      padding-right: 0; }
    .imgInfoCenterLyt > ul > li:nth-child(1) {
      order: 1; }
    .imgInfoCenterLyt > ul > li:nth-child(2) {
      order: 2; }
    .imgInfoCenterLyt > ul > li:nth-child(3) {
      order: 3; }
    .imgInfoCenterLyt > ul > li:nth-child(4) {
      order: 4;
      padding-left: 0px;
      padding-right: 0px; }
    .imgInfoCenterLyt > ul > li:nth-child(5) {
      order: 5; }
    .imgInfoCenterLyt > ul > li:nth-child(6) {
      order: 6; }
    .imgInfoCenterLyt > ul > li:nth-child(7) {
      order: 7; }
    .imgInfoCenterLyt > ul > li:nth-child(8) {
      order: 8;
      padding-left: 0px;
      padding-right: 0px; }
    .imgInfoCenterLyt > ul > li:nth-child(-n+2) {
      margin-top: 15px; }
    .imgInfoCenterLyt > ul > li:first-child {
      margin-top: 0; }

  .youtubeInfoLyt > ul > li > * {
    margin-top: 15px; }
  .youtubeInfoLyt > ul > li h5 {
    font-size: 18px; }
  .youtubeInfoLyt > ul > li:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    order: 2;
    margin-top: 20px; }
    .youtubeInfoLyt > ul > li:first-child div {
      padding: 15px; }
      .youtubeInfoLyt > ul > li:first-child div h6 {
        font-size: 16px; }
      .youtubeInfoLyt > ul > li:first-child div:first-of-type {
        margin-top: 15px; }
  .youtubeInfoLyt > ul > li:last-child {
    width: 100%;
    order: 1; }
    .youtubeInfoLyt > ul > li:last-child div {
      height: auto; }

  .txtImgLyt > ul > li > * {
    margin-top: 15px; }
  .txtImgLyt > ul > li h5 {
    font-size: 18px; }
  .txtImgLyt > ul > li:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    order: 2;
    margin-top: 20px; }
    .txtImgLyt > ul > li:first-child div {
      padding: 15px; }
      .txtImgLyt > ul > li:first-child div h6 {
        font-size: 16px; }
      .txtImgLyt > ul > li:first-child div:first-of-type {
        margin-top: 15px; }
  .txtImgLyt > ul > li:last-child {
    width: 100%;
    order: 1; }

  .staffLyt > ul > li {
    margin-top: 30px; }
    .staffLyt > ul > li .staffInfo > li .ttlH6 {
      margin-top: 30px; }
      .staffLyt > ul > li .staffInfo > li .ttlH6 span {
        font-size: 18px; }
    .staffLyt > ul > li .staffInfo > li > p {
      margin-top: 20px; }
    .staffLyt > ul > li .staffInfo > li table {
      margin-top: 20px; }
      .staffLyt > ul > li .staffInfo > li table tr th {
        padding: 15px 0 0;
        width: 100%;
        display: block; }
        .staffLyt > ul > li .staffInfo > li table tr th div {
          width: 125px;
          font-size: 16px; }
      .staffLyt > ul > li .staffInfo > li table tr td {
        width: 100%;
        display: block;
        padding: 10px 0 0; }
      .staffLyt > ul > li .staffInfo > li table tr:first-child td {
        padding: 15px 0 0; }
    .staffLyt > ul > li .staffInfo > li > ul {
      width: 100%;
      margin-top: 20px;
      padding: 30px 20px; }
      .staffLyt > ul > li .staffInfo > li > ul li div {
        font-size: 16px;
        display: block;
        margin: 0 auto; }
      .staffLyt > ul > li .staffInfo > li > ul li p {
        margin-top: 15px; }
      .staffLyt > ul > li .staffInfo > li > ul li img {
        display: block;
        margin: 15px auto 0; }
      .staffLyt > ul > li .staffInfo > li > ul li:first-child {
        width: 100%;
        padding-right: 0px; }
      .staffLyt > ul > li .staffInfo > li > ul li:last-child {
        width: 100%; }
    .staffLyt > ul > li .staffInfo > li:first-child {
      width: 100%; }
    .staffLyt > ul > li .staffInfo > li:last-child {
      width: 100%;
      padding: 20px 0; }
      .staffLyt > ul > li .staffInfo > li:last-child div {
        height: auto; }
    .staffLyt > ul > li:nth-child(even) .staffInfo > li:first-child {
      order: 1; }
    .staffLyt > ul > li:nth-child(even) .staffInfo > li:last-child {
      order: 2;
      padding: 20px 0; }

  .imgInfoLyt > ul > li > * {
    margin-top: 20px; }
  .imgInfoLyt > ul > li table tr th {
    width: 120px;
    padding: 15px 0 15px 15px;
    border-bottom: 1px dashed #60ade4; }
  .imgInfoLyt > ul > li table tr td {
    width: calc(100% - 120px);
    padding: 15px;
    border-bottom: 1px dashed #60ade4; }
  .imgInfoLyt > ul > li:first-child {
    width: 100%; }
    .imgInfoLyt > ul > li:first-child div {
      margin-top: 10px; }
  .imgInfoLyt > ul > li:last-child {
    width: 100%;
    padding: 20px 0 0; }
    .imgInfoLyt > ul > li:last-child img {
      margin-top: 20px; }

  .infoImgLyt > ul > li {
    border-bottom: 1px dashed #60ade4; }
    .infoImgLyt > ul > li .info > li .ttlH6 span {
      max-width: calc(100% - 20px);
      font-size: 20px; }
    .infoImgLyt > ul > li .info > li:first-child {
      width: 100%;
      padding: 0; }
      .infoImgLyt > ul > li .info > li:first-child > * {
        margin-top: 20px; }
      .infoImgLyt > ul > li .info > li:first-child > div {
        font-size: 16px;
        padding: 10px; }
    .infoImgLyt > ul > li .info > li:last-child {
      width: 100%;
      margin-top: 30px;
      padding-right: 0px; }
      .infoImgLyt > ul > li .info > li:last-child img {
        margin-top: 15px; }
      .infoImgLyt > ul > li .info > li:last-child div {
        margin-top: 5px; }

  .infoListLyt {
    margin-bottom: 80px; }
    .infoListLyt ul {
      padding: 20px 20px;
      gap: 20px 50px; }

  .contactFlow > ul > li {
    border-bottom: 1px dashed #60ade4; }
    .contactFlow > ul > li .info > li .ttlH6 span {
      max-width: calc(100% - 20px);
      font-size: 20px; }
    .contactFlow > ul > li .info > li:first-child {
      width: 100%;
      padding: 0; }
      .contactFlow > ul > li .info > li:first-child > * {
        margin-top: 20px; }
    .contactFlow > ul > li .info > li:last-child {
      width: 100%;
      margin-top: 20px;
      padding-right: 0px; }
    .contactFlow > ul > li > div {
      font-size: 20px;
      margin-bottom: 20px; }

  .youtubeBgLyt > ul > li {
    margin-top: 30px;
    padding: 30px 20px; }
    .youtubeBgLyt > ul > li .info > li .ttlH6 {
      margin-top: 30px !important; }
      .youtubeBgLyt > ul > li .info > li .ttlH6 span {
        font-size: 18px; }
    .youtubeBgLyt > ul > li .info > li .tag {
      margin: 15px 0 0 -15px; }
      .youtubeBgLyt > ul > li .info > li .tag li {
        padding: 5px 10px;
        margin: 10px 0 0 15px;
        font-size: 16px; }
    .youtubeBgLyt > ul > li .info > li:first-child {
      width: 100%; }
      .youtubeBgLyt > ul > li .info > li:first-child div {
        height: auto; }
    .youtubeBgLyt > ul > li .info > li:last-child {
      width: 100%;
      padding: 20px 0 0; }
      .youtubeBgLyt > ul > li .info > li:last-child > * {
        margin-top: 20px; }
        .youtubeBgLyt > ul > li .info > li:last-child > *:first-child {
          margin-top: 0px; }
      .youtubeBgLyt > ul > li .info > li:last-child > div {
        padding: 30px 20px; }
        .youtubeBgLyt > ul > li .info > li:last-child > div div {
          font-size: 16px; }
        .youtubeBgLyt > ul > li .info > li:last-child > div p {
          margin-top: 10px; }
    .youtubeBgLyt > ul > li .photo {
      margin-top: 30px; }
      .youtubeBgLyt > ul > li .photo li {
        width: 50%;
        width: 100%;
        margin: 20px 0 0; }
        .youtubeBgLyt > ul > li .photo li div {
          margin-top: 10px; }
        .youtubeBgLyt > ul > li .photo li:nth-child(odd) {
          margin-left: 0; }
        .youtubeBgLyt > ul > li .photo li:nth-child(-n+2) {
          margin-top: 20px; }
        .youtubeBgLyt > ul > li .photo li:first-child {
          margin-top: 0; }

  .tskBgLyt > ul > li {
    margin-top: 30px;
    padding: 30px 20px; }
    .tskBgLyt > ul > li .ttlH4Bg {
      padding: 10px 30px;
      margin-bottom: 30px; }
    .tskBgLyt > ul > li .ttlH6 span {
      font-size: 18px; }
    .tskBgLyt > ul > li .info {
      padding-bottom: 30px;
      border-bottom: 1px dashed #60ade4; }
      .tskBgLyt > ul > li .info li > * {
        margin-top: 20px; }
      .tskBgLyt > ul > li .info li:first-child {
        width: 100%; }
      .tskBgLyt > ul > li .info li:last-child {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px; }
    .tskBgLyt > ul > li .youtube {
      padding-top: 30px; }
      .tskBgLyt > ul > li .youtube li > * {
        margin-top: 20px; }
      .tskBgLyt > ul > li .youtube li div {
        font-size: 18px; }
      .tskBgLyt > ul > li .youtube li:first-child {
        width: 100%; }
        .tskBgLyt > ul > li .youtube li:first-child div {
          height: auto; }
      .tskBgLyt > ul > li .youtube li:last-child {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px; }

  .imgInfoBgLyt > ul > li {
    margin-top: 30px;
    padding: 30px 20px; }
    .imgInfoBgLyt > ul > li .info > li .ttlH6 {
      margin-top: 30px !important; }
      .imgInfoBgLyt > ul > li .info > li .ttlH6 span {
        font-size: 18px; }
    .imgInfoBgLyt > ul > li .info > li .ttl {
      font-size: 18px; }
    .imgInfoBgLyt > ul > li .info > li .tag {
      margin: 15px 0 0 -15px; }
      .imgInfoBgLyt > ul > li .info > li .tag li {
        padding: 5px 10px;
        margin: 10px 0 0 15px;
        font-size: 16px; }
    .imgInfoBgLyt > ul > li .info > li .box {
      padding: 30px 20px; }
      .imgInfoBgLyt > ul > li .info > li .box div {
        font-size: 16px; }
      .imgInfoBgLyt > ul > li .info > li .box p {
        margin-top: 10px; }
    .imgInfoBgLyt > ul > li .info > li .btnM {
      width: 100%;
      height: 70px; }
    .imgInfoBgLyt > ul > li .info > li:first-child {
      width: 100%; }
      .imgInfoBgLyt > ul > li .info > li:first-child > * {
        margin-top: 10px; }
    .imgInfoBgLyt > ul > li .info > li:last-child {
      width: 100%;
      padding: 20px 0 0; }
      .imgInfoBgLyt > ul > li .info > li:last-child > * {
        margin-top: 20px; }
        .imgInfoBgLyt > ul > li .info > li:last-child > *:first-child {
          margin-top: 0px; }
    .imgInfoBgLyt > ul > li:first-child {
      margin-top: 0; }

  /*top*/
  #particles-js {
    width: 100%;
    height: 424px;
    background-image: url("../img/top/photo_mv_sp.webp");
    margin-bottom: 140px; }

  #topAboutLyt {
    position: absolute;
    top: 300px;
    left: 0;
    width: 310px;
    height: 231px;
    padding: 20px 20px 0; }
    #topAboutLyt img {
      width: 200px;
      height: auto; }
    #topAboutLyt p {
      margin-top: 15px;
      font-size: 15px;
      line-height: 1.7; }

  #topNewsLyt {
    width: calc(100% - 40px);
    margin: 0 auto; }
    #topNewsLyt .wrap {
      padding: 30px 18px; }
      #topNewsLyt .wrap ul li {
        width: 100%;
        font-size: 16px; }
        #topNewsLyt .wrap ul li:first-child {
          width: 100%;
          font-size: 17px;
          margin-bottom: 15px; }
      #topNewsLyt .wrap div {
        position: static;
        width: 150px;
        height: 34px;
        margin: 25px auto 0; }

  #topSliderLyt {
    padding-top: 40px; }
    #topSliderLyt #catchTxt {
      font-size: 18px;
      margin-bottom: 20px; }

  .mainvisual {
    padding-bottom: 130px; }
    .mainvisual .swiper-button-prev {
      display: none; }
    .mainvisual .swiper-button-next {
      display: none; }

  /*news*/
  .newsListLyt table tr th {
    display: block;
    width: 100%;
    padding: 10px;
    border-top: 1px dashed #60ade4; }
  .newsListLyt table tr td {
    display: block;
    width: 100%;
    padding: 0 10px 10px;
    border-top: 1px dashed #60ade4; }

  #postLyt {
    width: 100%;
    padding: 0 20px; }
    #postLyt h3 {
      font-size: 18px;
      margin-bottom: 15px; }
    #postLyt #postWrap > * {
      margin-top: 30px; }
    #postLyt #postWrap h4 {
      font-size: 16px;
      padding: 10px 15px; }
    #postLyt #postWrap h5 {
      padding-bottom: 14px;
      position: relative; }
    #postLyt #postWrap .imgList li {
      margin-top: 20px;
      width: 100%; }
      #postLyt #postWrap .imgList li p {
        margin-top: 15px; }
      #postLyt #postWrap .imgList li:nth-child(even) {
        margin-left: 0px; }
      #postLyt #postWrap .imgList li:nth-child(-n+2) {
        margin-top: 20px; }
      #postLyt #postWrap .imgList li:first-child {
        margin-top: 0; }
    #postLyt #postWrap table tr th {
      display: block;
      width: 100%;
      padding: 10px; }
    #postLyt #postWrap table tr td {
      display: block;
      width: 100%;
      padding: 0 10px 10px;
      border-top: none; }
      #postLyt #postWrap table tr td a {
        text-decoration: underline; }
    #postLyt #postWrap .downloadBtn {
      width: 100%;
      height: 60px; }
      #postLyt #postWrap .downloadBtn a:after {
        content: "";
        width: 20px;
        height: 20px;
        margin-top: -10px; }

  #postPagerLyt {
    margin-top: 50px; }

  /*product*/
  #product #principle {
    padding: 60px 0 0 !important; }
    #product #principle .ctaCmn2Lyt {
      margin-top: 80px; }

  /*cotnact*/
  #contact .clm1Lyt p, #confirm .clm1Lyt p, #thanks .clm1Lyt p, #document .clm1Lyt p, #documentConfirm .clm1Lyt p, #documentThanks .clm1Lyt p {
    text-align: left; }

  form input, form textarea {
    font-size: 16px; }

  .formLyt table tr th {
    width: 100%;
    display: block;
    padding: 15px; }
  .formLyt table tr td {
    width: 100%;
    display: block;
    padding: 0px 15px 30px;
    border-top: none; }
    .formLyt table tr td textarea {
      height: 100px; }
  .formLyt #policyCheck {
    text-align: center;
    margin: 15px 0 0; }

  .contactBtnWrap {
    margin-top: 30px; }
    .contactBtnWrap #inputBtn {
      width: 100%;
      height: 60px; }
      .contactBtnWrap #inputBtn input {
        font-size: 18px;
        padding: 0;
        height: 60px; }
      .contactBtnWrap #inputBtn:after {
        width: 20px;
        height: 20px;
        right: 20px;
        margin-top: -10px; }
    .contactBtnWrap #confirmBtn li {
      width: calc(50% - 7.5px);
      margin-left: 7.5px;
      height: 60px; }
      .contactBtnWrap #confirmBtn li:after {
        width: 20px;
        height: 20px;
        right: 20px;
        margin-top: -10px; }
      .contactBtnWrap #confirmBtn li input {
        font-size: 18px;
        padding: 0;
        height: 60px; }
      .contactBtnWrap #confirmBtn li:first-child {
        margin-right: 7.5px; }
        .contactBtnWrap #confirmBtn li:first-child:after {
          width: 20px;
          height: 20px;
          left: 20px;
          margin-top: -10px; }

  .mw_wp_form_confirm .contactBtnWrap {
    margin-top: 30px; } }
