@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  min-width: 1200px;
  /*	min-width: 1400px;*/
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden !important;
}

.h1,
h1 {
  font-size: 26px;
}

a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, text-decoratin 0.2s;
}

a:link,
a:visited {
  color: #3786CD;
}

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

.container {
  width: 1168px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

main article {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  main article {
    padding-bottom: 30px;
  }
}

.columns {
  padding-top: 44px;
}
@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
    padding-top: 20px;
  }
}
.columns aside {
  width: 255px;
  order: 1;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .columns aside {
    width: 100%;
    padding-bottom: 50px;
  }
}
.columns main {
  width: 830px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .columns main {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*共通*/
.fr {
  list-style: none;
  display: flex;
}

.fr.between {
  display: flex;
  justify-content: space-between !important;
}

.fr.start {
  display: flex;
  justify-content: flex-start !important;
}

.fr.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.fr.wrap {
  display: flex;
  flex-wrap: wrap;
}

.fr.center {
  display: flex;
  justify-content: center;
}

.fr.hcenter {
  display: flex;
  align-items: center;
}

.fr.bottom {
  display: flex;
  align-items: flex-end !important;
}

.fr.top {
  display: flex;
  align-items: flex-start !important;
}

/*btns*/
.btn {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 6px;
}

/*==================================================
 * header
 *================================================*/
.home .fixed.header + .wrapper {
  padding-top: 0px;
}

.wrapper {
  background-color: #3C4853;
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
  }
}

#header {
  padding-top: 0px;
  padding-bottom: 12px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #header {
    height: 70px;
    align-items: flex-end;
  }
}
.home #header {
  background-color: transparent;
  height: 150px;
  opacity: 0;
  transform: translate3d(0, -40px, 0);
  transition: opacity 1.24s cubic-bezier(0.54, 0, 0, 0.99) 0.2s, transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) 0.14s;
}
.home #header.-is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .home #header {
    height: 70px;
  }
}
#header .logo {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  #header .logo {
    margin-left: 12px;
  }
}
#header .logo .navbar-brand {
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/logo-w.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 307px;
  height: 50px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  #header .logo .navbar-brand {
    width: 263px;
    height: 39px;
    margin: 0;
    background-size: auto 100%;
    background-image: url(../images/sp-logo-w.png);
  }
}
#header ul.lang {
  list-style: none;
  display: flex;
  align-items: center;
}
#header ul.lang > li {
  margin: 0 10px;
  position: relative;
}
#header ul.lang > li > a {
  display: block;
  margin: 0;
  font-size: 16px;
  float: none;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: none;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
  color: #000;
}
@media screen and (max-width: 767px) {
  #header ul.lang > li > a {
    font-size: 13px;
  }
}
#header ul.lang > li > a:hover {
  color: #3786CD !important;
}
.home #header ul.lang > li > a {
  color: #fff;
}
.home #header ul.lang > li > a:hover {
  color: #3786CD;
}

.headbtn {
  display: flex;
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  .headbtn {
    margin-right: 20px;
  }
}
.headbtn ul.lang {
  list-style: none;
  display: flex;
  align-items: center;
}
.headbtn ul.lang > li {
  margin: 0 10px;
  position: relative;
}
.headbtn ul.lang > li > a {
  display: block;
  margin: 0;
  font-size: 16px;
  float: none;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: none;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
}
.home .headbtn ul.lang > li > a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .home #contents {
    padding-top: 0px;
  }
  .headbtns {
    display: none;
  }
}
/*menu*/
.navbar-toggle {
  cursor: pointer;
  outline: none;
  z-index: 1000;
  display: block !important;
  padding: 9px 0;
  margin: 0 0 0 40px;
  border: 0;
  height: 60px;
  width: 40px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: transparent;
  transition: all 0.2s;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .navbar-toggle {
    width: 30px;
    height: auto;
  }
}
.navbar-toggle span.mtxt {
  display: block;
  margin: 3px 0 0 0;
}
@media screen and (max-width: 767px) {
  .navbar-toggle span.mtxt {
    display: none !important;
  }
}
.navbar-toggle svg {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .navbar-toggle svg {
    width: 30px;
  }
}
.navbar-toggle svg rect {
  fill: #000;
}
@media screen and (max-width: 767px) {
  .navbar-toggle svg rect {
    fill: #3786CD;
  }
}
.home .navbar-toggle svg rect {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .home .navbar-toggle svg rect {
    fill: #3786CD;
  }
}
.home.fixed .navbar-toggle svg rect {
  fill: #000;
}
@media screen and (max-width: 767px) {
  .home.fixed .navbar-toggle svg rect {
    fill: #3786CD;
  }
}
.navbar-toggle:hover {
  color: #3786CD !important;
}
.navbar-toggle:hover svg rect {
  fill: #3786CD !important;
}
.home .navbar-toggle {
  color: #fff !important;
}
.home .navbar-toggle:hover, .home .navbar-toggle:hover span.mtxt {
  color: #3786CD !important;
}
.home.fixed .navbar-toggle {
  color: #000 !important;
}
.spmenu .navbar-toggle {
  margin: 35px 60px 35px auto;
}
@media screen and (max-width: 767px) {
  .spmenu .navbar-toggle {
    margin: 15px 15px 35px auto;
  }
}

.page-header {
  margin: 0 0px;
  padding: 0 0;
  position: relative;
  border-bottom: 0;
  overflow: visible;
  background-color: #fff;
}
.page-header:before {
  content: "";
  width: calc(50% + 560px);
  top: 100px;
  left: 0;
  position: absolute;
  z-index: 0;
  height: 500px;
  background: linear-gradient(115deg, #3786cd 0%, #2661a8 100%);
}
.page-inquiry .page-header:before, .page-download .page-header:before, .search .page-header:before, .blog .page-header:before, .single .page-header:before, .archive .page-header:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-header:before {
    height: 275px;
    top: 83px;
  }
}
.page-header .inner {
  border-radius: 0;
  margin-right: 0px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  display: flex;
}
.page-inquiry .page-header .inner, .page-download .page-header .inner, .search .page-header .inner, .blog .page-header .inner, .single .page-header .inner, .archive .page-header .inner {
  background: linear-gradient(115deg, #3786cd 0%, #2661a8 100%);
  height: 150px;
  width: calc(50% + 560px);
}
@media screen and (max-width: 767px) {
  .page-inquiry .page-header .inner, .page-download .page-header .inner, .search .page-header .inner, .blog .page-header .inner, .single .page-header .inner, .archive .page-header .inner {
    padding-left: 24px;
    height: 100px;
    width: calc(100% - 24px);
  }
}
.page-header .inner::before {
  content: "";
  display: block;
  min-width: calc(50% - 560px);
}
.page-inquiry .page-header .inner::before, .page-download .page-header .inner::before, .search .page-header .inner::before, .blog .page-header .inner::before, .single .page-header .inner::before, .archive .page-header .inner::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-header .inner::before {
    min-width: auto;
    width: 48px;
  }
}
.page-header .inner .mv {
  flex-grow: 3;
  height: 500px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .page-header .inner .mv {
    height: 275px;
    border-radius: 0;
  }
}
.page-header .inner .ttlarea {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
  height: auto;
  padding-top: 0px;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
  overflow: hidden;
}
.page-inquiry .page-header .inner .ttlarea, .page-download .page-header .inner .ttlarea, .search .page-header .inner .ttlarea, .blog .page-header .inner .ttlarea, .single .page-header .inner .ttlarea, .archive .page-header .inner .ttlarea {
  position: relative;
  left: auto;
  top: auto;
  transform: translateY(0);
  width: 1120px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.page-header .inner .ttlarea .h1 {
  font-size: 130px;
  padding-top: 0px;
  margin: 0 0 30px;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-header .inner .ttlarea .h1 {
    font-size: 65px;
    margin: 50px 0 10px;
  }
}
.page-inquiry .page-header .inner .ttlarea .h1, .page-download .page-header .inner .ttlarea .h1, .search .page-header .inner .ttlarea .h1, .blog .page-header .inner .ttlarea .h1, .single .page-header .inner .ttlarea .h1, .archive .page-header .inner .ttlarea .h1 {
  font-size: 60px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-inquiry .page-header .inner .ttlarea .h1, .page-download .page-header .inner .ttlarea .h1, .search .page-header .inner .ttlarea .h1, .blog .page-header .inner .ttlarea .h1, .single .page-header .inner .ttlarea .h1, .archive .page-header .inner .ttlarea .h1 {
    font-size: 28px;
  }
}
.page-header .inner .ttlarea .ttl {
  font-size: 25px;
  color: #000;
  margin-left: 256px;
}
@media screen and (max-width: 767px) {
  .page-header .inner .ttlarea .ttl {
    font-size: 16px;
    margin-left: 66px;
  }
}
.page-inquiry .page-header .inner .ttlarea .ttl, .page-download .page-header .inner .ttlarea .ttl, .search .page-header .inner .ttlarea .ttl, .blog .page-header .inner .ttlarea .ttl, .single .page-header .inner .ttlarea .ttl, .archive .page-header .inner .ttlarea .ttl {
  font-size: 22px;
  color: #fff;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .page-inquiry .page-header .inner .ttlarea .ttl, .page-download .page-header .inner .ttlarea .ttl, .search .page-header .inner .ttlarea .ttl, .blog .page-header .inner .ttlarea .ttl, .single .page-header .inner .ttlarea .ttl, .archive .page-header .inner .ttlarea .ttl {
    font-size: 13px;
    margin-left: 10px;
  }
}

.gmenu .nolink {
  cursor: pointer;
}

.gmenu .nolink:before {
  cursor: default;
}

.nolink > a {
  pointer-events: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-nav {
    margin: 0 0px 0 0;
  }
  .navbar-nav > li {
    width: auto;
    position: relative;
  }
  .navbar-nav > li ul {
    display: none;
  }
  .navbar-nav > li ul.sub-menu {
    display: none;
  }
  .navbar-nav > li:hover ul.sub-menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 90px;
    left: calc(50% - 90px);
    background-color: #fff;
    width: 180px;
    text-align: center;
    padding: 10px 0;
  }
  .navbar-nav > li:hover ul.sub-menu li {
    text-align: center;
  }
  .navbar-nav > li:hover ul.sub-menu li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
  }
  .navbar-nav > li:hover ul.sub-menu li a:hover {
    background-color: #eee;
  }
  .navbar-default .navbar-collapse {
    transition: all 0.1s;
    margin-top: 32px;
    padding: 0;
    width: 100%;
  }
}
/**
* .section
*/
.anchor {
  position: absolute;
  top: -55px;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -38px;
  }
}

section {
  margin-bottom: 0px;
  display: block;
  position: relative;
  padding: 155px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}
.page #first-cont + section {
  padding: 180px 0 85px;
}
@media screen and (max-width: 767px) {
  .page #first-cont + section {
    padding: 90px 0 60px;
  }
}
section .anchor {
  position: absolute;
  top: -102px;
}
@media screen and (max-width: 767px) {
  section .anchor {
    top: -65px;
  }
}

/*メインイメージ*/
.mainslide {
  padding: 0;
}
.mainslide .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .mainslide .mv {
    height: calc(100vh - 70px);
  }
}
.mainslide .mv:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(4, 61, 111, 0.84);
}
.mainslide .mv .slick-slide {
  height: 100vh;
}
.mainslide .mv .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
}
.mainslide .mv video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.mainslide .titletxt {
  position: absolute;
  top: 50%;
  left: calc(50% - 584px);
  transform: translateY(-50%);
  text-align: left;
  height: auto;
  padding-top: 0px;
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt {
    min-width: auto;
    left: 25px;
    font-size: 36px;
    letter-spacing: 0;
  }
}
.mainslide .titletxt .maincopy .split-word {
  display: block !important;
}
.mainslide .titletxt .oneword {
  display: flex !important;
}
.mainslide .titletxt .oneword .split-word {
  margin-right: 0.2em;
}
.mainslide .titletxt .subcopy {
  margin: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt .subcopy {
    margin: 15px 0 0 0;
  }
}
.mainslide .titletxt .subcopy .split-line > span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt .subcopy .split-line > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt .subcopy .split-line > span > span {
    display: block;
    font-size: 12px;
  }
}
.mainslide .inner {
  border-radius: 0;
  margin-right: 0px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mainslide .inner {
    overflow: visible;
  }
}
.mainslide .inner::before {
  content: "";
  display: block;
  min-width: calc(50% - 560px);
}
@media screen and (max-width: 767px) {
  .mainslide .inner::before {
    min-width: auto;
    width: 11%;
    min-width: 11%;
  }
}

.scroll {
  height: 115px;
  position: absolute;
  text-align: right;
  bottom: -75px;
  left: 40px;
  margin-left: 0px;
  transform: translateX(-50%);
  color: #0760AE;
  z-index: 2;
}
.page-inquiry .scroll, .page-download .scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll {
    left: 27px;
    bottom: -93px;
  }
}
.home .scroll {
  color: #fff;
  bottom: 25px;
  left: calc(50% - 574px);
}
@media screen and (max-width: 767px) {
  .home .scroll {
    bottom: -12px;
    left: 40px;
  }
}
.scroll a {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
  color: #0760AE;
}
.home .scroll a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home .scroll a:after {
    position: absolute;
    content: "";
    height: 43px;
    width: 1px;
    display: block;
    background-color: #0760AE;
    top: 103px;
    left: 16px;
  }
}
.scroll a:before {
  position: absolute;
  content: "";
  height: 80px;
  width: 1px;
  display: block;
  background-color: #0760AE;
  top: 60px;
  left: 16px;
}
.home .scroll a:before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .scroll a:before {
    height: 43px;
  }
}
.scroll a span {
  display: block;
  transform: rotate(-90deg);
  color: #0760AE;
  font-size: 13px;
  font-weight: 500;
  width: 8em;
  position: absolute;
  top: 40px;
  left: -37px;
  letter-spacing: 0.05em;
}
.home .scroll a span {
  color: #fff;
}

/*splash*/
/* splash */
.splash {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 99999;
  overflow: hidden;
}

.splash.-is-hide {
  opacity: 0;
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  pointer-events: none;
}

.splash .splash_image {
  position: relative;
  display: block;
  width: 84px;
  height: 87px;
  background: url(../images/img_splush.png) no-repeat;
  background-size: cover;
  line-height: 0;
  overflow: hidden;
}

.splash .splash_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: translate3d(0, 100%, 0);
  transition: all 0.8s ease;
}

.splash .splash_image.-is-hide::after {
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes linelink {
  0% {
    background-size: 100% 4px;
    background-position: 100% 100%;
  }
  50% {
    background-size: 0 4px;
    background-position: 100% 100%;
  }
  51% {
    background-size: 0 4px;
    background-position: 0 100%;
  }
  to {
    background-size: 0 4px;
    background-position: 0 100%;
  }
}
@keyframes linelink {
  0% {
    background-size: 100% 4px;
    background-position: 100% 100%;
  }
  50% {
    background-size: 0 4px;
    background-position: 100% 100%;
  }
  51% {
    background-size: 0 4px;
    background-position: 0 100%;
  }
  to {
    background-size: 0 4px;
    background-position: 0 100%;
  }
}
.splash .splash_line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(#E60039, #E60039) 100% 100%/100% 4px no-repeat;
}

.splash .splash_line.-is-show {
  background: linear-gradient(#E60039, #E60039) 100% 100%/0 4px no-repeat;
  -webkit-animation: linelink 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  animation: linelink 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.home section #main_visual {
  flex-grow: 3;
  height: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home section #main_visual {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.home .mainslide .slick-slide.slick-current {
  /*animation  : bgAnime 8.5s 1;*/
}

@-webkit-keyframes bgAnime {
  0% {
    /*opacity: 0;*/
    transform: scale(1.1, 1.1);
  }
  /*  10% { transform: scale(1.3, 1.3); }
    30% { transform: scale(1.3, 1.3); }
   60% { transform: scale(1.2 1.2); }
   80% { transform: scale(1.1, 1.1); }*/
  100% {
    transform: scale(1, 1);
  }
}

@keyframes bgAnime {
  0% {
    /*opacity: 0;*/
    transform: scale(1.1, 1.1);
  }
  /*  10% { transform: scale(1.3, 1.3); }
    30% { transform: scale(1.3, 1.3); }
   60% { transform: scale(1.2 1.2); }
   80% { transform: scale(1.1, 1.1); }*/
  100% {
    transform: scale(1, 1);
  }
}
.anchor {
  position: absolute;
  top: -50px;
}

.home .sec-about .anchor {
  position: absolute;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .home #main {
    padding-top: 0px;
  }
  .home .minislider.slick-prev,
.home .minislider.slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /*6*/
  .mainslide .container > .row > .col-md-12 {
    padding: 0;
  }
  .container-fluid .mainslide .inner {
    margin-right: 0px;
    margin-left: 0px;
  }
}
/*==================================================
 * layout
 *================================================*/
#container {
  /*overflow: hidden;*/
  position: relative;
  min-height: 100%;
}

#main {
  margin-bottom: 0px;
  position: relative;
}

@media (min-width: 992px) {
  .col-md-pull-9 {
    right: 760px;
  }
  .col-md-push-3 {
    left: 340px;
  }
}
/*==================================================
 * footer
 *================================================*/
/**
 * .footer-widget-area
 */
#footer {
  background-color: #396790;
  width: 100%;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }
}
#footer .company-info {
  padding: 50px 0;
  font-size: 15px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #footer .company-info {
    padding: 45px 0;
  }
}
#footer .company-info .fr {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .fr {
    display: block;
  }
}
#footer .company-info .fr .logoarea {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .fr .logoarea {
    display: block;
  }
}
#footer .company-info .ttl {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .ttl {
    text-align: center;
    margin-bottom: 35px;
    display: block;
  }
}
#footer .company-info .ttl img {
  width: 334px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .ttl img {
    width: 273px;
    display: block;
    margin: 0 auto;
  }
}
#footer .company-info .copy {
  font-size: 14px;
  padding-left: 10px;
  margin-left: 50px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .copy {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .company-info .headbtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .share {
    order: 1;
    margin-bottom: 26px;
  }
}
#footer .share ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
#footer .share ul li {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .share ul li {
    margin: 0 5px;
  }
}
#footer .share ul li a {
  display: block;
  background-color: #ccc;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
}
#footer .share ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    padding: 35px 20px 30px;
    height: auto;
  }
  .copyright .footer-banner {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
  }
  .copyright .footer-banner li {
    width: calc(50% - 8px);
    margin: 0 0 15px;
  }
  .copyright .company-info {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
  }
  .copyright .company-info .ttl {
    margin-bottom: 15px;
  }
  .copyright .company-info .ttl img {
    width: 240px;
    height: auto;
  }
  .copyright .company-info .bottom p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .copyright .company-info .copy {
    font-size: 10px;
    margin-top: 25px;
  }
}
/*==================================================
 * contents
 *================================================*/
/*-------------------------------
 home
------------------------------- */
.home section {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.home section .ttlarea {
  margin-bottom: 75px;
  display: flex;
  align-items: baseline;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home section .ttlarea {
    margin-bottom: 105px;
    display: block;
  }
}
.home section .ttlarea .h2 {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .home section .ttlarea .h2 {
    font-size: 55px;
    font-weight: 700;
  }
}
.home section .ttlarea .h2 + .ttl {
  margin: 0 0 0 50px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home section .ttlarea .h2 + .ttl {
    margin: 10px 0 0 24px;
    font-size: 16px;
  }
}
.home section .ttlarea.rev {
  flex-direction: row-reverse;
  text-align: right;
}
.home section .ttlarea.rev .h2 + .ttl {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .home section .ttlarea.rev .h2 + .ttl {
    margin: 10px 24px 0 0px;
  }
}
.home section p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 40px;
  letter-spacing: 0.05em;
  color: #fff;
}
.home section p:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .home section p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .readmore {
    margin-top: 30px;
  }
}
.readmore > a,
.readmore > span {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  display: block;
  border: 1px solid #3786CD;
  text-decoration: none;
  color: #3786CD;
  width: 225px;
  line-height: 52px;
  height: 54px;
  background-color: #fff;
  position: relative;
  border-radius: 26px;
}
@media screen and (max-width: 767px) {
  .readmore > a,
.readmore > span {
    margin: 0 auto;
  }
}
.readmore > a::before,
.readmore > span::before {
  position: absolute;
  top: calc(50% - 0px);
  right: -23px;
  display: block;
  width: 46px;
  height: 8px;
  color: #3786CD;
  border-top: solid 1px;
  content: "";
}
.readmore > a::after,
.readmore > span::after {
  position: absolute;
  top: calc(50% - 0px);
  right: -27px;
  display: block;
  width: 10px;
  height: 10px;
  color: #3786CD;
  border-right: solid 1px;
  content: "";
  letter-spacing: 0.05em;
  transform: rotate(-60deg) translateY(-50%);
}
.readmore > a:hover,
.readmore > span:hover {
  border-color: #3786CD;
  background-color: #3786CD;
  color: #fff;
}

.sec-about {
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding-bottom: 0px;
  }
}
.sec-about .fr {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-about .fr {
    display: block;
  }
}
.sec-about .titleimg {
  position: relative;
  width: calc(50% + 65px);
}
@media screen and (max-width: 767px) {
  .sec-about .titleimg {
    width: 100%;
    margin: 0 0 27px;
  }
}
.sec-about .titleimg .ttlarea {
  position: absolute;
  left: 4.8rem;
  top: 0;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 1;
}
.sec-about .titleimg .ttlarea .h2 {
  color: #396790;
}
@media screen and (max-width: 767px) {
  .sec-about .titleimg .ttlarea .h2 {
    font-size: 80px;
  }
}
.sec-about .img {
  margin: 0 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/img-top-about01.jpg);
  height: 633px;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .sec-about .img {
    width: calc(100% - 90px);
    height: 350px;
  }
}
.sec-about .txt {
  text-align: left;
  width: calc(50% - 65px);
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .sec-about .txt {
    width: auto;
    padding: 0;
  }
}
.sec-about .txt .inner {
  max-width: 560px;
  margin: 0 0 0 auto;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-about .txt .inner {
    padding: 0 0px 0 0;
  }
}
.sec-about .txt h3 {
  font-size: 21px;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .sec-about .txt h3 {
    font-size: 16px;
    margin: 0 0 25px;
  }
}

.sec-what,
.sec-promise,
.sec-locations {
  position: relative;
}
.sec-what > .inner,
.sec-promise > .inner,
.sec-locations > .inner {
  position: relative;
}
.sec-what > .inner::before,
.sec-promise > .inner::before,
.sec-locations > .inner::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-color: rgba(55, 135, 205, 0.5);
  height: 666px;
  width: calc(50% - 350px);
}
@media screen and (max-width: 767px) {
  .sec-what > .inner::before,
.sec-promise > .inner::before,
.sec-locations > .inner::before {
    height: 350px;
    width: calc(50% + 8px);
    top: -63px;
    transform: translateY(0);
  }
}
.sec-what .fr,
.sec-promise .fr,
.sec-locations .fr {
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-what .fr,
.sec-promise .fr,
.sec-locations .fr {
    display: block;
  }
}
.sec-what .img,
.sec-promise .img,
.sec-locations .img {
  width: calc(50% + 65px);
  margin: 0 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/img-top-locations.jpg);
  height: 400px;
  width: 624px;
}
@media screen and (max-width: 767px) {
  .sec-what .img,
.sec-promise .img,
.sec-locations .img {
    width: calc(100% + 24px);
    height: 224px;
    margin: 0 0 85px 0;
  }
}
.sec-what .txt,
.sec-promise .txt,
.sec-locations .txt {
  text-align: left;
  width: calc(50% - 65px);
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .sec-what .txt,
.sec-promise .txt,
.sec-locations .txt {
    width: auto;
    padding: 0;
  }
}
.sec-what .txt .inner,
.sec-promise .txt .inner,
.sec-locations .txt .inner {
  max-width: 560px;
  margin: 0 0 0 auto;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-what .txt .inner,
.sec-promise .txt .inner,
.sec-locations .txt .inner {
    padding: 0 0px 0 0;
  }
}
.sec-what .txt h3,
.sec-promise .txt h3,
.sec-locations .txt h3 {
  font-size: 21px;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .sec-what .txt h3,
.sec-promise .txt h3,
.sec-locations .txt h3 {
    font-size: 16px;
    margin: 0 0 25px;
  }
}

.sec-promise {
  align-items: center;
}
.sec-promise .img {
  background-image: url(../images/img-top-promise.jpg);
}
.sec-products,
.sec-mission {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .sec-products,
.sec-mission {
    padding-top: 0 !important;
  }
}
.sec-products .ttlarea,
.sec-mission .ttlarea {
  margin: 0 !important;
}
.sec-products .ttlarea .h2,
.sec-mission .ttlarea .h2 {
  color: #396790 !important;
}
.sec-products .img,
.sec-mission .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/img-top-mission.jpg);
  height: 494px;
  width: 100%;
  margin: -60px 0 40px;
}
@media screen and (max-width: 767px) {
  .sec-products .img,
.sec-mission .img {
    background-image: url(../images/sp-img-top-mission.jpg);
    height: 300px;
    margin: -25px -24px 27px;
    width: calc(100% + 48px);
  }
}
.sec-products .txt,
.sec-mission .txt {
  text-align: left;
  max-width: 624px;
}

.sec-products .img {
  background-image: url(../images/img-top-products.jpg);
}
@media screen and (max-width: 767px) {
  .sec-products .img {
    background-image: url(../images/sp-img-top-products.jpg);
  }
}

.sec-what {
  align-items: center;
  padding-bottom: 0;
}
.sec-what .img {
  background-image: url(../images/img-top-what.jpg);
}
.sec-what .block {
  text-align: left;
  margin-top: 210px;
}
@media screen and (max-width: 767px) {
  .sec-what .block {
    margin-top: 55px;
  }
}
.sec-what .block h3 {
  color: #fff;
  display: flex;
  font-size: 30px;
  align-items: center;
  margin: 50px 0 45px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .sec-what .block h3 {
    font-size: 21px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin: 50px 0 25px;
  }
}
.sec-what .block h3::after {
  content: "";
  height: 1px;
  flex-grow: 10;
  margin-left: 45px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-what .block h3::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec-executive {
    padding-bottom: 20px;
  }
}
.sec-executive .ttlarea {
  margin: 0 0 60px !important;
}
.sec-executive .ttlarea .h2 {
  color: #396790 !important;
}
.sec-executive .block {
  display: flex;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-executive .block {
    display: block;
    margin-top: 50px;
  }
}
.sec-executive .img {
  flex: 0 0 450px;
}
.sec-executive .img img {
  vertical-align: bottom;
}
.sec-executive .txt {
  text-align: left;
  color: #fff;
  padding-left: 55px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec-executive .txt {
    background-color: rgba(55, 135, 205, 0.5);
    padding: 35px 24px;
  }
}
.sec-executive .txt::before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: calc(50vw + 110px);
  height: 100%;
  background-color: rgba(55, 135, 205, 0.5);
}
@media screen and (max-width: 767px) {
  .sec-executive .txt::before {
    display: none;
  }
}
.sec-executive .txt h3 {
  font-size: 50px;
  margin: 0 0 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec-executive .txt h3 {
    font-size: 25px;
  }
}
.sec-executive .txt p.small {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec-executive .txt p.small {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sec-outline .ttlarea {
    margin-bottom: 40px !important;
  }
}
.sec-outline dl.outline-list {
  border-top: 1px solid #727272;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .sec-outline dl.outline-list {
    display: block;
    font-size: 15px;
    border-bottom: 0;
  }
}
.sec-outline dl.outline-list dt {
  width: 270px;
  background-color: #396790;
  border-bottom: 1px solid #727272;
  padding: 0 20px 0 27px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-outline dl.outline-list dt {
    width: 100%;
    min-height: auto;
    padding: 16px 24px;
    border-bottom: 0;
  }
}
.sec-outline dl.outline-list dd {
  text-align: left;
  width: calc(100% - 270px);
  border-bottom: 1px solid #727272;
  align-items: center;
  justify-content: space-between;
  padding: 36px 36px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sec-outline dl.outline-list dd {
    width: 100%;
    padding: 16px 0;
    border-bottom: 0;
  }
}
.sec-outline .content-list {
  margin: 90px 0 0 0;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-outline .content-list {
    margin: 60px 0 0 0;
  }
}
.sec-outline .content-list > div {
  position: relative;
}
.sec-outline .content-list > div::before {
  position: absolute;
  width: calc(50vw - 352px);
  content: "";
  left: calc((50vw - 560px) * -1);
  height: 57px;
  background-color: rgba(55, 135, 205, 0.5);
}
@media screen and (max-width: 1216px) {
  .sec-outline .content-list > div::before {
    width: 250px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-outline .content-list > div::before {
    width: 48px;
    left: -24px;
    height: 100%;
  }
}
.sec-outline .content-list dt {
  font-size: 22px;
  font-weight: bold;
  min-height: 57px;
  display: flex;
  align-items: center;
  padding-left: 245px;
  margin: 0 0 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-outline .content-list dt {
    padding-left: 54px;
    padding-top: 20px;
    font-size: 16px;
    min-height: auto;
  }
}
.sec-outline .content-list dd {
  padding-left: 245px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .sec-outline .content-list dd {
    padding-left: 54px;
    padding-bottom: 20px;
    margin: 0 0 10px;
    font-size: 15px;
  }
}
.sec-outline .frame {
  border: 1px solid #FFFFFF;
  text-align: center;
  color: #fff;
  font-size: 17px;
  padding: 30px 20px;
  margin: 100px 0 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec-outline .frame {
    padding: 15px 15px;
    margin: 50px 0 0 0;
    font-size: 14px;
    text-align: left;
  }
}

.sec-contact {
  padding: 0 0 0 0;
}
.sec-contact .ttlarea.center {
  text-align: center;
  display: block;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .sec-contact .ttlarea.center {
    margin: 0 0 30px;
  }
}
.sec-contact .ttlarea.center .h2 {
  color: #396790;
}
@media screen and (max-width: 767px) {
  .sec-contact .ttlarea.center .h2 {
    font-size: 55px;
  }
}
.sec-contact .inner {
  max-width: 900px;
  margin: 0 auto;
}

/*foot*/
#page-top {
  display: none;
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  right: 30px;
  font-size: 12px;
}

#page-top a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 25px;
  display: block;
  position: relative;
  padding: 0 0 8em 0;
  transition: all 0.2s;
}

#page-top a:hover {
  opacity: 0.8;
}

#page-top a:before {
  content: "";
  height: 75px;
  width: 3px;
  display: block;
  background-color: #fff;
}

#page-top a span {
  display: block;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 8em;
  position: absolute;
  bottom: 38px;
  left: -55px;
}

#page-top a span:before {
  position: absolute;
  transform: rotate(40deg);
  content: "";
  width: 15px;
  height: 3px;
  right: -72px;
  top: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #page-top {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
  }
}
#loading {
  display: none;
}

.page article {
  padding-top: 0px;
}

.grecaptcha-badge {
  z-index: 1;
}

body:not(.home) .grecaptcha-badge {
  visibility: hidden;
}

/*page anime*/
.page-header .skewIn {
  transform: translate3d(0, 160%, 0) skewY(7deg);
  transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), transform 1.1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
  transition-delay: 0.05143s;
  padding-bottom: 0.1em;
  opacity: 0;
}
.page-header .skewIn.-is-show,
.page-header .skewIn .-is-show {
  transform: translate3d(0, 0, 0) skewY(0deg);
  opacity: 1;
}
.page-header .js-mainVisual.-mask::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  /* transition: all 1s ease; */
  transition: all 0.92s cubic-bezier(0.54, 0, 0, 0.99) 0s;
}
.page-header .js-mainVisual.-mask.-is-show::after {
  transform: translate3d(0, -100%, 0);
}

/**/
/*********************
フォーム
**********************/
.general-area {
  padding: 0 0 0px;
}

.general-area dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 0 0;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 19+ */
  /* IE 10+ */
}
.general-area dl.line {
  border-top: 1px solid #727272;
}
@media screen and (max-width: 767px) {
  .general-area dl {
    border-top: 1px solid #727272;
    display: block;
  }
}
.general-area dl dt {
  width: 245px;
  padding: 0px 0 0px 8px;
  line-height: 80px;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  min-height: 80px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .general-area dl dt {
    font-size: 15px;
    width: 100%;
    padding: 15px 0 15px 0px;
    min-height: auto;
    line-height: 1;
    border-bottom: 1px solid #727272;
  }
}
.general-area dl dt span {
  position: absolute;
  right: 28px;
  height: 29px;
  width: 29px;
  text-align: center;
  top: 28px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .general-area dl dt span {
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
  }
}
.general-area dl dt span.require {
  background-color: #2CB5A9;
}
.general-area dl dd {
  margin-left: 0px;
  padding: 10px 30px 10px 0px;
  width: calc(100% - 245px);
  line-height: 1.3;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .general-area dl dd {
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #727272;
  }
}
.general-area dl dd .clink {
  display: block;
  width: 105px;
  margin: 0 0 0 10px;
  border: none;
  background-color: #aaa;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 60px;
  line-height: 60px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .general-area dl dd .clink {
    height: 50px;
    line-height: 50px;
  }
}
.general-area dl.line dd {
  border-bottom: 1px solid #CCCCCC;
}
.general-area dl .wpcf7-list-item {
  display: block;
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  .general-area dl .wpcf7-list-item {
    margin: 10px 0;
  }
  .general-area dl .wpcf7-list-item:first-child {
    margin-top: 0;
  }
  .general-area dl .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}
.general-area dl .wpcf7-list-item:last-child {
  margin-bottom: 0px;
}
.general-area dl .wpcf7-list-item:last-child > label {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .general-area dl .wpcf7-list-item:last-child > label {
    width: 150px;
    display: inline-block;
  }
}
.general-area dl .wpcf7-list-item:last-child .wpcf7-list-item-label {
  white-space: nowrap;
}
.general-area dl a:hover, .general-area dl a:focus {
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
}
.general-area dl a:hover:after {
  color: #fff;
}
.general-area dl input[type=text], .general-area dl input[type=tel], .general-area dl input[type=email] {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .general-area dl input[type=text], .general-area dl input[type=tel], .general-area dl input[type=email] {
    height: 50px;
    line-height: 48px;
  }
}
.general-area dl .your-postal1,
.general-area dl .your-postal2 {
  display: inline-block;
  width: 126px;
}
.general-area dl dd.multi span {
  display: block;
  margin-top: 10px;
}
.general-area dl dd.multi span:last-child {
  margin-bottom: 0;
}
.general-area dl span.line {
  padding: 0 5px;
}
.general-area dl p {
  margin-bottom: 0;
}
.general-area dl input.age {
  width: 6em;
}
.general-area dl textarea {
  width: 100%;
  padding: 10px 10px;
  line-height: 1.3;
  border-radius: 10px;
  font-size: 16px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}
.general-area dl input[type=radio], .general-area dl input[type=checkbox], .general-area dl .agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 0;
}
.general-area dl input[type=radio] + span, .general-area dl input[type=checkbox] + span {
  vertical-align: middle;
  line-height: 25px;
  font-size: 17px;
  font-weight: normal;
  margin-right: 20px;
}
.general-area dl dd.half input {
  width: 70%;
}
.general-area dl p.note {
  text-align: left;
  margin-bottom: 20px;
}
.general-area dl .filearea {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.general-area dl .filearea label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: #fff;
  color: #555;
  font-size: 16px;
  padding: 0 30px;
  transition: all 0.3s;
  height: 50px;
  line-height: 50px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .general-area dl .filearea label {
    font-size: 14px;
    height: 45px;
    line-height: 43px;
  }
}
.general-area dl .filearea label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.general-area dl .filearea label .filename {
  font-weight: 16px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .general-area dl .filearea label .filename {
    font-size: 14px;
  }
}
.general-area dl :-moz-placeholder-shown {
  color: #CCCCCC;
  padding-top: 4px !important;
}
.general-area dl :placeholder-shown {
  color: #CCCCCC;
  padding-top: 4px !important;
}
.general-area dl ::-webkit-input-placeholder {
  color: #CCCCCC;
  padding-top: 4px !important;
}
.general-area dl ::-moz-placeholder {
  color: #ccc;
  padding-top: 4px !important;
  opacity: 1;
}
.general-area dl :-ms-input-placeholder {
  color: #CCCCCC;
}
.general-area dl select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  position: relative;
  z-index: 1;
  outline: none;
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .general-area dl select {
    height: 50px;
    line-height: 48px;
  }
}
.general-area dl .widget_archive select::-ms-expand {
  display: none;
}
.general-area dl .inner {
  padding: 20px 0px 0;
}
.general-area dl .selectWrap {
  width: 238px;
  position: relative;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .general-area dl .selectWrap {
    width: 100%;
  }
}
.general-area dl .selectWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 40px;
  width: 46px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: none;
}
@media screen and (max-width: 767px) {
  .general-area dl .selectWrap::before {
    height: 55px;
    width: 55px;
    background-color: #3786CD;
  }
}
.general-area dl .selectWrap::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #CCCCCC transparent transparent transparent;
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .general-area dl .selectWrap::after {
    color: #fff;
    right: 22px;
    top: 60%;
  }
}
.general-area dl .wpcf7-free-text {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .general-area dl .wpcf7-free-text {
    margin-left: 0px;
  }
}

.info-txt.form-control {
  display: block;
  width: 100%;
  height: 136px;
  padding: 5px 0 0;
  margin-top: 30px;
  margin-bottom: 35px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow-y: auto;
}
.info-txt.form-control .txt {
  padding: 20px 20px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .info-txt.form-control .txt {
    padding: 10px 10px 0;
  }
}
.info-txt.form-control div {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .info-txt.form-control div {
    font-size: 12px;
  }
}
.info-txt.form-control p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .info-txt.form-control p {
    font-size: 12px;
  }
}

.agreebox {
  color: #fff;
  font-size: 17px;
  margin: 30px 0;
}

.general-area dd .lg,
.general-area dd .sm {
  display: flex;
  margin-bottom: 10px;
}

.general-area dd .lg span:first-child,
.general-area dd .sm span:first-child {
  width: 2em;
  display: block;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .general-area dd .lg span:first-child,
.general-area dd .sm span:first-child {
    line-height: 50px;
  }
}

.general-area dd .sm > span {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .general-area dd .sm > span {
    width: 100%;
  }
}

.general-area dd .lg span:last-child {
  margin-bottom: 0px;
  flex-grow: 3;
}

.your-age + span, .acceptance + a {
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.general-area .btnarea {
  padding: 0;
  text-align: center;
  position: relative;
  margin: 35px auto 150px;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .general-area .btnarea {
    margin: 35px auto 100px;
    width: 100%;
  }
}
.general-area .btnarea::before {
  position: absolute;
  top: calc(50% - 0px);
  right: 40px;
  display: block;
  width: 30px;
  height: 8px;
  color: #fff;
  border-top: solid 1px;
  content: "";
  z-index: 1;
}
.general-area .btnarea::after {
  position: absolute;
  top: calc(50% - 0px);
  right: 37px;
  display: block;
  width: 10px;
  height: 10px;
  color: #fff;
  border-right: solid 1px;
  content: "";
  letter-spacing: 0.05em;
  transform: rotate(-60deg) translateY(-50%);
}
.general-area .btnarea .wpcf7-spinner,
.general-area .btnarea .ajax-loader {
  display: none;
}

.general-area .btnarea input {
  -webkit-appearance: none;
  z-index: 1;
  display: block;
  width: 360px;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  height: 78px;
  line-height: 78px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .general-area .btnarea input {
    width: 100%;
  }
}

.general-area .btnarea input {
  background-color: #2CB5A9;
}

.general-area .btnarea input[disabled],
.general-area .btnarea input[disabled=disabled] {
  opacity: 0.6;
}

.general-area .btnarea input:hover {
  opacity: 0.6;
}

.general-area .btnarea input[disabled]:hover,
.general-area .btnarea input[disabled=disabled]:hover {
  opacity: 0.6;
}

.general-area span.wpcf7-not-valid-tip {
  margin-top: 5px;
  display: block;
  text-align: left;
}

.general-area dd .your-postal1 span.wpcf7-not-valid-tip,
.general-area dd .your-postal2 span.wpcf7-not-valid-tip {
  display: block;
  line-height: 1.3;
  padding-top: 10px;
}

.general-area .agreebox {
  text-align: center;
}

.acceptance {
  margin-right: 10px;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox {
    padding: 0;
    display: block;
  }
}
.wpcf7-checkbox .wpcf7-list-item.last {
  width: 100%;
  display: flex;
}

.wpcf7-radio {
  display: flex;
  padding: 10px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    padding: 0;
    display: block;
  }
}

.has-free-text {
  display: flex;
  align-items: center;
}

.wpcf7 form div.visible-only-if-invalid {
  display: none;
}

.wpcf7 form.sent div.visible-only-if-invalid {
  display: block;
  margin: 30px 0;
}
.wpcf7 form.sent div.visible-only-if-invalid p {
  color: #2CB5A9;
  line-height: 1.8;
  margin: 0 0 20px;
}

.wpcf7-response-output {
  display: none;
}

#cookie-law-info-bar {
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 22px 10px;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar {
    padding: 22px 0px;
  }
}
#cookie-law-info-bar .fr {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar .fr {
    display: block;
  }
}
#cookie-law-info-bar p {
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar p {
    font-size: 11px;
  }
}
#cookie-law-info-bar p a {
  color: #fff;
}
#cookie-law-info-bar .cli-plugin-button {
  width: 80px;
  height: 39px;
  line-height: 39px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
  padding: 0px 12px;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar .cli-plugin-button {
    display: block;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    margin-left: 0px;
  }
}
/*# sourceMappingURL=main.css.map */