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

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

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

* {
  -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: #262626;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.7rem;
  word-wrap: break-word;
  background: url(../images/home/bg01.jpg);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

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

.link1 a {
  color: #6ab3e3;
  font-weight: bold;
}

#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: "Noto Serif JP", "游明朝体", "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;
  width: 130px;
}

@media screen and (max-width: 375px) {
  .bt_back {
    font-size: 1.4rem;
  }
}

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

@media screen and (max-width: 375px) {
  .bt_send {
    font-size: 1.4rem;
  }
}

.annot {
  display: none;
}

.submit {
  width: 340px;
}

@media screen and (max-width: 375px) {
  .submit {
    width: 320px;
  }
}

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  border-top: 3px solid #6ab3e3;
  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: 1200px;
  margin: 0 auto;
  padding: 20px 0 15px;
  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_inner_wrap #header_inner {
    padding: 20px 20px 15px;
  }
}

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

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

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

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

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

#h_right {
  width: 55%;
}

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

#h_right .contact_wrap {
  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;
}

#h_right .contact_wrap .call {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}

#h_right .contact_wrap .call i {
  color: #1793e6;
  font-size: 2rem;
  margin-right: 6px;
}

@media screen and (max-width: 640px) {
  #h_right .contact_wrap .call i {
    color: #fff;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #h_right .contact_wrap .call {
    background: #1793e5;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    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;
  }
  #h_right .contact_wrap .call span {
    display: none;
  }
}

#h_right .contact_wrap .call a {
  color: #262626;
  font-weight: bold;
}

#h_right .contact_wrap .h_btn {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  #h_right .contact_wrap .h_btn {
    margin-left: 10px;
  }
}

#h_right .contact_wrap .h_btn a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding: 12px 0;
  line-height: 1;
  width: 200px;
  background: #fc9e32;
  position: relative;
  border-radius: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

#h_right .contact_wrap .h_btn a:hover {
  background: #93d44a;
}

#h_right .contact_wrap .h_btn a i {
  display: none;
}

@media screen and (max-width: 834px) {
  #h_right .contact_wrap .h_btn a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    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;
  }
  #h_right .contact_wrap .h_btn a span {
    display: none;
  }
  #h_right .contact_wrap .h_btn a i {
    display: block;
    font-size: 2.4rem;
  }
}

#h_right .contact_wrap .h_btn a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  #h_right .contact_wrap .h_btn a::after {
    display: none;
  }
}

#nav_global {
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
}

#nav_global > ul {
  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) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li a {
  color: #262626;
  font-size: 1.6rem;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

#nav_global > ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #93d44a;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -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: #93d44a;
}

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

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

#nav_global > ul li a i {
  margin-right: 3px;
}

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

#mainArea > img {
  width: 100% !important;
}

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

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

#mainArea .maintext {
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

@media screen and (max-width: 1200px) {
  #mainArea .maintext {
    padding: 0 20px;
  }
}

#mainArea .maintext img {
  width: calc(100px + ((1vw - 3.2px) * 12.1875)) !important;
}

@media screen and (max-width: 640px) {
  #mainArea .maintext img {
    width: calc(100px + ((1vw - 3.2px) * 28.125)) !important;
  }
}

#subArea {
  background: url(../images/home/bg_sub.jpg) right top no-repeat;
  height: 300px;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  #subArea {
    background-position: center top;
  }
}

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

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

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

#subArea h1 {
  font-size: 3.8rem;
  color: #1793e5;
  max-width: 1200px;
  font-weight: bold;
  margin: auto;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 10px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

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

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

#sp {
  display: none;
  background: #93d44a;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 300;
  position: relative;
}

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

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

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

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

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

.nav_wrap ul li a i {
  margin-right: 8px;
}

@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: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 480px) {
  iframe {
    height: 400px;
  }
}

#footer_inner {
  padding: 50px 0 40px;
}

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

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

.flogo p {
  margin: 20px 0;
}

.flogo p .call a {
  color: #262626;
}

.subnav ul li {
  display: inline-block;
}

.subnav ul li:not(:last-child) {
  margin-right: 10px;
}

.subnav ul li a {
  color: #262626;
  -webkit-transition: .3s;
  transition: .3s;
}

.subnav ul li a:hover {
  color: #93d44a;
}

.f_copy {
  background: #6ab3e3;
}

.f_copy a {
  color: #fff;
  display: inline-block;
  padding: 8px 0;
}

#contents_wrap {
  padding: 20px 0 100px;
}

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

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

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

.flex01 {
  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: 768px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex01 .leftArea {
  width: 45%;
  position: relative;
  z-index: 2;
}

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

.flex01 .leftArea .bg_dog01 {
  position: absolute;
  right: -16.4%;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .flex01 .leftArea .bg_dog01 {
    right: 0;
  }
}

.flex01 .rightArea {
  width: 51.66667%;
  z-index: 3;
}

.flex01 .rightArea img {
  border-radius: 10px;
  width: 100% !important;
  height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .flex01 .rightArea img {
    height: 32.22222vw !important;
  }
}

@media screen and (max-width: 768px) {
  .flex01 .rightArea img {
    height: 60.59028vw !important;
  }
}

@media screen and (max-width: 768px) {
  .flex01 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.flex02 {
  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: 768px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex02.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex02.reverse .rightArea {
    margin-bottom: 30px;
  }
}

.flex02 .leftArea {
  width: 64.16667%;
}

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

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

@media screen and (max-width: 480px) {
  .flex02 .leftArea dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc;
  }
  .flex02 .leftArea dl dt:last-of-type {
    border-bottom: none;
  }
}

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

.flex02 .rightArea {
  width: 33.33333%;
}

@media screen and (max-width: 768px) {
  .flex02 .rightArea {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .flex02 .rightArea .flow_pic {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .flex02 .rightArea .flow_pic .box {
    width: 48.5%;
  }
}

.flex02 .rightArea .flow_pic .box:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .flex02 .rightArea .bnrwrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (max-width: 768px) {
  .flex02 .rightArea .bnrwrap .box {
    width: 48.5%;
  }
}

@media screen and (max-width: 480px) {
  .flex02 .rightArea .bnrwrap .box {
    width: 100%;
  }
  .flex02 .rightArea .bnrwrap .box img {
    width: 100% !important;
  }
}

.flex02 .rightArea .bnrwrap .box:not(:last-child) {
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .flex02 .rightArea .bnrwrap .box:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .flex02 .rightArea .bnrwrap .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

.flexbox01 .box {
  width: 48.3871%;
}

@media screen and (max-width: 768px) {
  .flexbox01 .box {
    width: 48%;
  }
  .flexbox01 .box img {
    width: 100% !important;
  }
}

.flexbox01 .box:first-child {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .flexbox01 .box:first-child {
    margin-top: 0;
  }
}

.title01 h1 {
  font-size: 2.8rem;
  color: #1793e5;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .title01 h1 {
    font-size: 2.6rem;
  }
}

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

.title01 h2 {
  font-size: 2.8rem;
  color: #1793e5;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .title01 h2 {
    font-size: 2.6rem;
  }
}

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

.title01.icon h2::before {
  content: "\f6d3";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 6px;
}

.title02 h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #1793e5;
  border-radius: 5px;
  padding: 10px 15px;
}

@media screen and (max-width: 1000px) {
  .title02 h2 {
    font-size: 2.6rem;
  }
}

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

.title02.icon h2::before {
  content: "\f6d3";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 6px;
}

.title02 h3 {
  font-size: 2.4rem;
  color: #1793e5;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 2px solid #1793e5;
  padding-bottom: 5px;
}

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

.btn a {
  color: #fff;
  background: #93d44a;
  display: block;
  font-size: 2rem;
  padding: 10px 0;
  border-radius: 30px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn a:hover {
  background: #6ab3e3;
}

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

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

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

.btn.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

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

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

.news dl:first-child {
  border-top: 1px solid #ccc;
}

.news dl:nth-child(odd) {
  background: #fff;
}

.news dl:nth-child(even) {
  background: #f2faff;
}

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

.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 150px !important;
}

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

.news dl dt span {
  background: #6ab3e3;
  color: #fff;
  border-radius: 5px;
  padding: 2px 12px;
  line-height: 1.7;
}

.news dl dd {
  width: auto !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

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

.bg01 {
  background: url(../images/home/bg_dog.jpg) top center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 1000px) {
  .bg01 {
    background-position: top left;
  }
}

@media screen and (max-width: 834px) {
  .bg01 {
    padding: 60px 0;
  }
}

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

.bg01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bg01 .box01 {
  width: 41.66667%;
}

@media screen and (max-width: 1000px) {
  .bg01 .box01 {
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    padding: 35px;
  }
}

@media screen and (max-width: 480px) {
  .bg01 .box01 {
    padding: 25px;
  }
}

.time_schedule table {
  table-layout: auto;
}

.time_schedule table td {
  font-size: 2.4rem;
  border: 1px solid #ddd !important;
  padding: 12px !important;
}

@media screen and (max-width: 1200px) {
  .time_schedule table td {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .time_schedule table td {
    font-size: 1.8rem;
    padding: 8px !important;
  }
}

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

.pankuzu {
  font-size: 1.4rem;
}

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

#news_inner dl {
  margin-bottom: 30px;
  background: #fff;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 640px) {
  #news_inner dl {
    padding: 20px;
  }
}

#news_inner dl dt {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  width: 100% !important;
  margin-bottom: 5px;
}

#news_inner dl dt span {
  background: #6ab3e3;
  color: #fff;
  border-radius: 5px;
  padding: 2px 12px;
  line-height: 1.7;
}

#news_inner dl dd {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.question, .answer {
  position: relative;
  padding: 0 0 0 50px;
  color: #1793e5;
}

.question::before, .answer::before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  color: #fff;
  background: #1793e5;
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  border-radius: 5px;
}

.answer {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 45px;
}

.answer::before {
  content: "A";
  background: #93d44a;
}

.radius img {
  border-radius: 10px;
}

.flow dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}

.flow dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  color: #1793e5;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #1793e5 !important;
  margin-bottom: 10px;
}

.flow dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}
/*# sourceMappingURL=common_style.css.map */