@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerif/NotoSerifR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerif/NotoSerifM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerif/NotoSerifB.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.075em;
}

html {
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

.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: 1200px) {
  .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%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

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

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

#main #col_main {
  width: 100%;
}

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

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

@media screen and (max-width: 1200px) {
  #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: 1200px) {
  #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: 1200px;
  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: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック 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;
  padding: 20px 30px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

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

@media screen and (max-width: 480px) {
  #header_inner_wrap #siteID {
    width: 62%;
  }
}

#header_right {
  max-width: 780px;
  width: 100%;
  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;
}

@media screen and (max-width: 1200px) {
  #header_right {
    max-width: 660px;
  }
}

@media screen and (max-width: 1000px) {
  #header_right {
    max-width: 550px;
  }
}

@media screen and (max-width: 834px) {
  #header_right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: auto;
  }
}

#header_right .h_contact {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #header_right .h_contact {
    max-width: 180px;
  }
}

@media screen and (max-width: 1000px) {
  #header_right .h_contact {
    max-width: 150px;
  }
}

@media screen and (max-width: 834px) {
  #header_right .h_contact {
    max-width: 100%;
  }
}

#header_right .h_contact a {
  background: #7bd400;
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  display: block;
  padding: 17px 0;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header_right .h_contact a:hover {
  background: #00add9;
}

@media screen and (max-width: 1000px) {
  #header_right .h_contact a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  #header_right .h_contact a {
    height: 50px;
    width: 160px;
  }
}

@media screen and (max-width: 640px) {
  #header_right .h_contact a {
    width: 50px;
    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;
  }
}

@media screen and (max-width: 480px) {
  #header_right .h_contact a {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 640px) {
  #header_right .h_contact a span {
    display: none;
  }
}

#header_right .h_contact a i {
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  #header_right .h_contact a i {
    margin-right: 0;
    font-size: 2.2rem;
  }
}

#nav_global {
  max-width: 550px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #nav_global {
    max-width: 460px;
  }
}

@media screen and (max-width: 1000px) {
  #nav_global {
    max-width: 390px;
  }
}

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

#nav_global > ul {
  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;
}

#nav_global > ul li a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #05173f;
  line-height: 1;
  padding: 15px 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

#nav_global > ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #00add9;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#nav_global > ul li a:hover {
  color: #00add9;
}

#nav_global > ul li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1000px) {
  #nav_global > ul li a {
    font-size: 1.4rem;
  }
}

#mainArea {
  width: 100% !important;
  margin-top: 92px;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #mainArea {
    width: auto !important;
  }
}

#subArea {
  height: 280px;
  position: relative;
}

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

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

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

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

#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: 50px;
    height: 50px;
    background: #00add9;
    margin-left: 15px;
    z-index: 300;
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  #sp {
    width: 44px;
    height: 44px;
    margin-left: 10px;
  }
}

#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;
}

@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: #05173f;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
}

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

.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: #222a37;
  color: #fff;
}

#footer #footer_inner {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 25px;
  line-height: 1.7;
}

@media screen and (max-width: 1200px) {
  #footer #footer_inner {
    padding: 50px 20px 25px;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    display: block;
    padding: 50px 10px 25px;
  }
}

.flogo p {
  margin-top: 15px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .flogo p {
    text-align: center;
  }
}

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

@media screen and (max-width: 640px) {
  .subnav {
    margin-top: 20px;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (max-width: 640px) {
  .subnav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.subnav ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.subnav ul li a:hover {
  color: #00add9;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #00add9;
    display: block;
    padding: 8px 0;
  }
}

@media screen and (max-width: 375px) {
  .subnav ul li a {
    font-size: 1.2rem;
  }
}

.subnav ul:last-child {
  margin-left: 50px;
}

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

.f_copy {
  padding-bottom: 8px;
}

.f_copy a {
  color: #fff;
}

#contents_wrap {
  padding: 80px 0 0;
  background: url(../images/contents/bg.png) left top no-repeat #fff;
}

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

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

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

.inner02 {
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .inner02 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .inner02 {
    padding: 0 10px;
  }
}

.inner03 {
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .inner03 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .inner03 {
    padding: 0 10px;
  }
}

.inner04 {
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .inner04 {
    padding: 0 10px;
  }
}

.btn a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #00add9;
  font-size: 1.6rem;
  border: 2px solid #00add9;
  display: block;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  z-index: 2;
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn a::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #00add9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  color: #fff;
}

.btn a:hover::before {
  left: 0;
}

.btn.btn01 a {
  max-width: 280px;
}

@media screen and (max-width: 480px) {
  .btn.btn01 a {
    max-width: 100%;
  }
}

.btn.center a {
  margin: auto;
}

.title01 h1 {
  font-family: "EB Garamond", "notoSerif", serif;
  font-size: 5.4rem;
  color: #05173f;
  line-height: 1.4;
}

.title01 h1::first-letter {
  color: #0086d3;
}

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

.title01 h1 span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 1000px) {
  .title01 h1 span {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 0.2941));
  }
}

.title01 h2 {
  font-family: "EB Garamond", "notoSerif", serif;
  font-size: 4.8rem;
  color: #05173f;
  line-height: 1.4;
}

.title01 h2::first-letter {
  color: #0086d3;
}

@media screen and (max-width: 1000px) {
  .title01 h2 {
    font-size: calc(2.8rem + ((1vw - 0.32rem) * 2.9412));
  }
}

.title01 h2 span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 1000px) {
  .title01 h2 span {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 0.2941));
  }
}

.title02 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  color: #05173f;
  line-height: 1.4;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  position: relative;
}

.title02 h2:first-letter {
  color: #0086d3;
}

.title02 h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #0086d3;
  bottom: -2px;
  width: 20%;
}

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

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

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

.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: 110px !important;
}

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

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

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

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

.bnrwrap .box {
  width: 48.33333%;
}

@media screen and (max-width: 640px) {
  .bnrwrap .box {
    width: 100%;
  }
  .bnrwrap .box:not(:last-child) {
    margin-bottom: 15px;
  }
  .bnrwrap .box img {
    width: 100% !important;
  }
}

.bg01 {
  background: url(../images/contents/bg01.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 80px;
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 40px 0 50px;
  }
}

.bg01 h2 {
  font-family: "EB Garamond", "notoSerif", serif;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .bg01 h2 {
    font-size: calc(2.8rem + ((1vw - 0.32rem) * 2.9412));
  }
}

.bg01 h2 span {
  font-size: 1.8rem;
  display: block;
}

@media screen and (max-width: 1000px) {
  .bg01 h2 span {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 0.2941));
  }
}

.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: 46.875%;
  text-align: center;
  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;
}

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

.flexbox01 .box > div {
  width: 100%;
}

.flexbox01 .box:first-child {
  border: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .flexbox01 .box:first-child {
    margin-bottom: 15px;
  }
}

.flexbox01 .box:last-child {
  background: #7bd400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flexbox01 .box:last-child:hover {
  background: #00add9;
}

.flexbox01 .box:last-child a {
  color: #fff;
  font-size: 2.2rem;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 20px 0;
  display: block;
}

@media screen and (max-width: 834px) {
  .flexbox01 .box:last-child a {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 1.1673));
    padding: 15px 0;
  }
}

.flexbox01 .box:last-child a i {
  margin-right: 8px;
}

.flexbox01 .box .call {
  font-size: 3.2rem;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .flexbox01 .box .call {
    font-size: calc(2rem + ((1vw - 0.32rem) * 2.3346));
  }
}

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

@media screen and (max-width: 640px) {
  .flexbox01 .box .call a {
    display: block;
    padding: 8px 0;
  }
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

.flex01.reverse .leftArea {
  margin-left: -8.33333%;
}

@media screen and (max-width: 834px) {
  .flex01.reverse .leftArea {
    margin-left: 0;
  }
}

.flex01.reverse .rightArea {
  margin-left: 0;
}

.flex01 .leftArea {
  width: 53.33333%;
  background: #fff;
  padding: 80px 100px 100px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .flex01 .leftArea {
    padding: 40px 60px 60px;
  }
}

@media screen and (max-width: 1000px) {
  .flex01 .leftArea {
    padding: 25px 40px 40px;
  }
}

@media screen and (max-width: 834px) {
  .flex01 .leftArea {
    width: 84%;
    margin-top: -10%;
  }
}

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

@media screen and (max-width: 480px) {
  .flex01 .leftArea {
    padding: 20px 30px 30px;
  }
}

.flex01 .rightArea {
  width: 71.66667%;
  margin-left: -8.33333%;
}

@media screen and (max-width: 834px) {
  .flex01 .rightArea {
    width: 100%;
    margin-left: 0;
  }
}

.frame01 {
  padding: 60px 100px 80px 100px;
}

@media screen and (max-width: 1200px) {
  .frame01 {
    padding: 40px 80px 60px 80px;
  }
}

@media screen and (max-width: 1000px) {
  .frame01 {
    padding: 40px 60px 60px 60px;
  }
}

@media screen and (max-width: 640px) {
  .frame01 {
    padding: 30px 40px 40px 40px;
  }
}

@media screen and (max-width: 480px) {
  .frame01 {
    padding: 30px 20px 40px 20px;
  }
}

.contact .call {
  font-size: 2.4rem;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media screen and (max-width: 640px) {
  .dl_layout dl dt {
    width: 100% !important;
  }
  .dl_layout dl dt:last-of-type {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 640px) {
  .dl_layout dl dd {
    width: 100% !important;
  }
}

.gmap .box {
  width: 48.5%;
}

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

@media screen and (max-width: 480px) {
  .gmap .box iframe {
    height: 300px;
  }
}

.gmap .box h3 {
  font-size: 2.2rem;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1000px) {
  .gmap .box h3 {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 0.8824));
  }
}

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

.gallery {
  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;
}

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

@media screen and (max-width: 480px) {
  .gallery .box {
    width: 49%;
  }
}

.gallery .box img {
  width: 100%;
  height: 288px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery .box img {
    height: 23.1875vw !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery .box img {
    height: 35.15625vw !important;
  }
}

.gallery2 {
  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;
}

.gallery2 .box {
  width: 49%;
  margin-bottom: 2%;
}

.gallery2 .box img {
  width: 100%;
  height: 441px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery2 .box img {
    height: 35.5vw !important;
  }
}

.flexbox02 {
  border: 1px solid #eee;
}

.flexbox02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.flexbox02 article img {
  width: 40% !important;
}

@media screen and (max-width: 640px) {
  .flexbox02 article img {
    width: 100% !important;
  }
}

.flexbox02 article div {
  width: 56%;
}

@media screen and (max-width: 640px) {
  .flexbox02 article div {
    width: 100%;
    margin-top: 15px;
  }
}

.flexbox02 article h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  color: #05173f;
  line-height: 1.4;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}

.flexbox02 article h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #0086d3;
  bottom: -2px;
  width: 20%;
}

@media screen and (max-width: 1000px) {
  .flexbox02 article h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.5882));
  }
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}
/*# sourceMappingURL=common_style.css.map */