@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:500,700&display=swap&subset=japanese");
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #126ab2;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/contents/bg02.jpg) bottom center no-repeat;
}

#contents_wrap.top_cont {
  background: url(../images/contents/bg01.jpg) top center no-repeat, url(../images/contents/bg02.jpg) bottom center no-repeat;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top: 5px solid #1681d9;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#header_inner_wrap.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#header_inner_wrap #header_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 1000px) {
  #header_inner_wrap #header_inner {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner #siteID {
    margin-right: auto;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner #siteID {
    width: 65%;
  }
}

@media screen and (max-width: 320px) {
  #header_inner_wrap #header_inner #siteID {
    width: 60%;
  }
}

#header_inner_wrap .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header_inner_wrap .h_contact .telwrap {
  text-align: left;
}

#header_inner_wrap .h_contact .telwrap p {
  font-size: 1.3rem;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap .h_contact .telwrap p {
    display: none;
  }
}

#header_inner_wrap .h_contact .telwrap .call {
  font-size: 2.4rem;
  color: #1681d9;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap .h_contact .telwrap .call {
    width: 44px;
    height: 44px;
    background: #1681d9;
    color: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header_inner_wrap .h_contact .telwrap .call span {
    display: none;
  }
}

#header_inner_wrap .h_contact .telwrap .call i {
  font-size: 2rem;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap .h_contact .telwrap .call i {
    margin-right: 0;
  }
}

#header_inner_wrap .h_contact .telwrap .call a {
  color: #1681d9;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap .h_contact .telwrap .call a {
    color: #fff;
  }
}

#header_inner_wrap .h_contact .h_btn {
  margin-left: 15px;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap .h_contact .h_btn {
    margin-left: 10px;
    display: none;
  }
}

#header_inner_wrap .h_contact .h_btn a {
  color: #fff;
  background: #87cc10;
  border-radius: 3px;
  display: block;
  max-width: 190px;
  padding: 9px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  #header_inner_wrap .h_contact .h_btn a {
    padding: 9px 25px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap .h_contact .h_btn a {
    width: 44px;
    height: 44px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
  }
  #header_inner_wrap .h_contact .h_btn a span {
    display: none;
  }
}

#header_inner_wrap .h_contact .h_btn a:hover {
  background: #10cc3c;
}

#header_inner_wrap .h_contact .h_btn a i {
  margin-right: 5px;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap .h_contact .h_btn a i {
    margin-right: 0;
  }
}

#nav_global {
  width: 100%;
  border-top: 5px solid #f8f8f8;
  position: relative;
}

@media screen and (max-width: 834px) {
  #nav_global {
    border: none;
    width: auto;
  }
}

#nav_global::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: -5px;
  left: 0;
}

@media screen and (max-width: 834px) {
  #nav_global::before {
    display: none;
  }
}

#nav_global > ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #e6e6e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_global > ul li:hover {
  background: #f3f3f3;
}

#nav_global > ul li:last-child {
  border-right: 1px solid #e6e6e6;
}

#nav_global > ul li a {
  color: #333;
  display: block;
  line-height: 1;
  padding: 20px 0;
}

#nav_global > ul .nav-bar {
  position: absolute;
  top: -5px;
  left: 0;
  height: 5px;
  background: #10cc3c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mainArea {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

#mainArea img.mainText {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 53.85vw;
}

@media screen and (max-width: 640px) {
  #mainArea img.mainText {
    width: 93vw;
    left: -12%;
  }
}

#subArea {
  background: #333;
  height: 220px;
  position: relative;
  background: url(../images/home/bg_sub.jpg) top center no-repeat;
}

@media screen and (max-width: 375px) {
  #subArea {
    height: 180px;
  }
}

#subArea h1 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

@media screen and (max-width: 834px) {
  #subArea h1 {
    font-size: calc(2.6rem + ((1vw - 0.32rem) * 1.9455));
  }
}

#pankuzuWrap {
  background: #f3f3f3;
}

#pankuzuWrap .pankuzu {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding: 5px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
  #pankuzuWrap .pankuzu {
    padding: 5px 20px;
  }
}

@media screen and (max-width: 640px) {
  #pankuzuWrap .pankuzu {
    display: none;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    background: #87cc10;
    border-radius: 3px;
    margin-left: 10px;
    z-index: 300;
    position: relative;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

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

.nav_wrap ul li {
  opacity: 0;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}

.nav_wrap ul li a {
  color: #333;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  background: #333;
  padding-bottom: 5px;
}

#footer_inner {
  padding: 60px 0 30px;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
}

@media screen and (max-width: 1000px) {
  #footer_inner {
    padding: 60px 20px 30px;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner {
    padding: 60px 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#footer_inner a {
  color: #fff;
}

#footer_inner .flogo {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #footer_inner .flogo {
    margin-bottom: 30px;
  }
}

#footer_inner .flogo img {
  margin-bottom: 20px;
}

#footer_inner .flogo p:first-of-type {
  margin-bottom: 5px;
}

.subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .subnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .subnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul {
    width: 48.5%;
  }
  .subnav ul li {
    margin-bottom: 7px;
  }
  .subnav ul li a {
    background: #87cc10;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
  }
}

@media screen and (max-width: 320px) {
  .subnav ul {
    width: 100%;
  }
}

.subnav ul:first-child {
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .subnav ul:first-child {
    margin-right: 120px;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul:first-child {
    margin-right: 0;
  }
}

small {
  color: #fff;
  font-size: 1.4rem;
}

small a {
  color: #fff !important;
}

#contents_wrap {
  padding: 60px 0 0;
}

#contents_wrap.top_cont {
  background: url(../images/contents/bg01.jpg) top center no-repeat, url(../images/contents/bg02.jpg) bottom center no-repeat;
  padding: 100px 0 0;
}

@media screen and (max-width: 1000px) {
  #contents_wrap.top_cont {
    padding: 100px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap.top_cont {
    padding: 60px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap.top_cont {
    padding: 40px 10px 0;
  }
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding: 60px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 50px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 10px 0;
  }
}

.inner01 {
  max-width: 800px;
  margin: 0 auto !important;
}

.title01 h1 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #126ab2;
}

@media screen and (max-width: 768px) {
  .title01 h1 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * 1.7857));
  }
}

@media screen and (max-width: 640px) {
  .title01 h1 {
    text-align: left !important;
  }
  .title01 h1 br {
    display: none;
  }
}

.title01 h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  background: #126ab2;
  color: #fff;
  position: relative;
  padding: 12px 0;
}

@media screen and (max-width: 640px) {
  .title01 h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 1.875));
    padding: 12px 5px;
  }
}

.title01 h2::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 15px solid transparent;
  border-top: 15px solid #126ab2;
  width: 0;
  height: 0;
}

.title01 h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  border-bottom: solid 3px #ddd;
  position: relative;
}

.title01 h3::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px #126ab2;
  bottom: -3px;
  width: 18%;
}

.title02 h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
  color: #126ab2;
}

@media screen and (max-width: 640px) {
  .title02 h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 2.5));
  }
}

.title02 h2 span {
  font-size: 1.6rem;
  display: block;
  color: #333333;
}

@media screen and (max-width: 640px) {
  .title02 h2 span {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * 0.625));
  }
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex01 .leftArea {
  width: 57%;
}

@media screen and (max-width: 640px) {
  .flex01 .leftArea {
    width: 100%;
  }
}

.flex01 .rightArea {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .flex01 .rightArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex02 .movieWrap {
  width: 48%;
  margin-bottom: 4%;
}

@media screen and (max-width: 834px) {
  .flex02 .movieWrap {
    width: 100%;
    margin-bottom: 8%;
  }
}

.flex02 .movieWrap td {
  border: none !important;
  padding: 0 !important;
}

.flex02 .movie {
  position: relative;
  height: 270px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .flex02 .movie {
    height: 25.875vw;
  }
}

@media screen and (max-width: 834px) {
  .flex02 .movie {
    width: 100%;
    height: 53.28237vw;
  }
}

.flex02 .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn a {
  color: #fff;
  background: #87cc10;
  border-radius: 3px;
  display: block;
  max-width: 320px;
  padding: 12px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.btn a:hover {
  background: #10cc3c;
}

@media screen and (max-width: 480px) {
  .btn a {
    max-width: inherit;
    padding: 12px 0;
  }
}

.btn.center a {
  margin: 0 auto;
}

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

@media screen and (max-width: 640px) {
  .flexbox01 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.flexbox01 .box {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .flexbox01 .box {
    width: 100%;
    text-align: center;
  }
  .flexbox01 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.flexbox02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .flexbox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox02 .box {
  width: 48%;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .flexbox02 .box {
    width: 100%;
    text-align: center;
  }
}

.flexbox02 .box .call {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .flexbox02 .box .call {
    font-size: 3.2rem;
  }
}

.flexbox02 .box .call a {
  color: #fff;
}

.flexbox02 .box .call i {
  font-size: 2.9rem;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 1000px) {
  .flexbox02 .box .call i {
    font-size: 2.7rem;
  }
}

.flexbox02 .box .btn a {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .flexbox02 .box .btn a {
    font-size: 1.8rem;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 640px) {
  .flexbox02 .box .btn a {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .flexbox02 .box .btn a {
    max-width: inherit;
  }
}

.flexbox02 .box .btn a i {
  margin-right: 7px;
}

.news {
  max-height: 180px;
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  .news {
    max-height: 240px;
  }
}

.news dl {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.news dl:first-child {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 140px !important;
  color: #126ab2;
}

@media screen and (max-width: 640px) {
  .news dl dt {
    width: 100%;
  }
}

.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contactWrap .bg_contact {
  background: rgba(22, 129, 217, 0.85);
  padding: 40px 0;
}

.contactWrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .contactWrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contactWrap .inner .leftArea {
  width: 27%;
  border-right: 1px solid #fff;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  .contactWrap .inner .leftArea {
    width: 25%;
  }
}

@media screen and (max-width: 834px) {
  .contactWrap .inner .leftArea {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}

.contactWrap .inner .leftArea h2 {
  color: #fff;
}

@media screen and (max-width: 834px) {
  .contactWrap .inner .leftArea h2 {
    text-align: center !important;
    margin-bottom: 25px;
  }
}

.contactWrap .inner .leftArea h2 span {
  color: #fff;
}

.contactWrap .inner .rightArea {
  width: 65%;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  .contactWrap .inner .rightArea {
    width: 70%;
  }
}

@media screen and (max-width: 834px) {
  .contactWrap .inner .rightArea {
    width: 90%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .contactWrap .inner .rightArea {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .spleft div {
    text-align: left !important;
  }
}

.call.contactInfo {
  font-size: 2.4rem;
  display: inline-block;
}

.call.contactInfo i {
  margin-right: 5px;
}

.call.contactInfo a {
  color: #1681d9;
}

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

@media screen and (max-width: 640px) {
  .member {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.member .box {
  width: 32%;
  margin-bottom: 6%;
}

@media screen and (max-width: 640px) {
  .member .box {
    width: 100%;
    margin-bottom: 10%;
  }
}

.member .box article h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.member .box article .post {
  display: inline-block;
  background: #126ab2;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  min-width: 90px;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .layout01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout01 dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .layout01 dl dt:last-of-type {
    border-bottom: none !important;
  }
  .layout01 dl dd {
    width: 100% !important;
  }
}

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

.gallery::after {
  content: "";
  display: block;
  width: 32%;
}

.gallery .box {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
  .gallery .box {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

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

.other::after {
  content: "";
  display: block;
  width: 32%;
}

.other .box {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
  .other .box {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

.listPattern01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listPattern01 li {
  width: 48%;
  float: none;
}

@media screen and (max-width: 480px) {
  .listPattern01 li {
    width: 100%;
  }
}

#col01 {
  padding-top: 165px;
  margin-top: -165px;
}
/*# sourceMappingURL=common_style.css.map */