@charset "UTF-8";
/*
	1)	初期設定
	2)	hover
	3)	header
	4)	nav
	5)	footer
	6)	contents (各共用部分)
	7)	modules
	8)	フォーム
*/
/*============================================================================================================
	初期設定
============================================================================================================*/
body {
  color: #1e2932;
  -webkit-text-size-adjust: 100%;
  line-height: 1.72;
  letter-spacing: 1px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.77;
    font-size: 13px;
  }
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  font-size: 14px;
  margin: 0;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  p, li, td, th, dt, dd {
    font-size: 13px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------
	フォント
------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

.is-josefin {
  font-family: 'Josefin Sans',  sans-serif;
}

/*------------------------------------------
	枠
------------------------------------------*/
/*============================================================================================================
	hover
============================================================================================================*/
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover {
    opacity: .7;
  }
}

/*============================================================================================================
	.header
============================================================================================================*/
.header {
  padding: 0 50px;
  width: 100%;
  height: 120px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9989;
  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;
}

.header .headerTtl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .headerTtl img {
  width: 120px;
  margin: 0 23px 0 0;
}

.header .headerTtl .txt {
  color: rgba(30, 41, 50, 0.5);
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0 58px 0 19px;
  }
  .header .headerTtl img {
    width: 60px;
    margin-right: 14px;
  }
  .header .headerTtl .txt {
    font-size: 10px;
  }
  .header .headerEntry {
    color: #fff;
    width: 72px;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 auto;
  }
  .header .headerEntry a {
    height: 34px;
    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;
    background: #fa2f9d;
  }
}

/*	.nav
============================================================================================================*/
/*	pc
------------------------------------------*/
@media screen and (min-width: 768px) {
  .nav {
    margin: 0 0 0 auto;
    display: block !important;
    opacity: 1 !important;
  }
  .nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav .list .item {
    text-align: center;
    font-weight: bold;
  }
  .nav .list .item a {
    height: 56px;
    padding: 0 15px;
    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 .list .item a:hover {
    opacity: 1;
    color: #17a5ef;
  }
  .nav .list .item a.is-active {
    color: #17a5ef;
  }
  .nav .list .item.is-entry {
    margin-left: 10px;
  }
  .nav .list .item.is-entry a {
    color: #fff;
    width: 145px;
    background: #fa2f9d;
  }
  .nav .list .item.is-entry a:hover {
    background: #17a5ef;
  }
}

/*	sp
------------------------------------------*/
@media screen and (max-width: 767px) {
  .nav {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 50px;
    margin: auto;
    position: fixed;
    z-index: 9989;
    overflow-y: scroll;
    background: rgba(23, 165, 239, 0.96);
    -ms-overflow-style: none;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav .navInner {
    height: 100%;
    padding: 105px 30px 50px;
    overflow: scroll;
  }
  .nav .navLogo {
    position: absolute;
    top: 20px;
    left: 19px;
  }
  .nav .navLogo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .navLogo img {
    width: 60px;
    margin: 0 14px 0 0;
  }
  .nav .navLogo .txt {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
  }
  .nav .list .item {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .nav .list .item a {
    display: block;
    padding: 17px 0;
  }
  .nav .list .item.is-entry {
    max-width: 275px;
    color: #fa2f9d;
    font-size: 13px;
    margin: 30px auto 0;
  }
  .nav .list .item.is-entry a {
    height: 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;
    background: #fff;
  }
  .nav .btnClose {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    margin: auto;
    background: rgba(23, 165, 239, 0.8);
  }
  .nav .btnClose span {
    padding: 0 0 0 18px;
    background: url("../img/common/ico_close01.svg") no-repeat left center;
    background-size: 10px;
  }
}

.navBtn {
  cursor: pointer;
  width: 50px;
  height: 60px;
  top: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 9990;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navBtn a {
  height: 100%;
  display: block;
}

.navBtn span {
  position: absolute;
  right: 20px;
  height: 1px;
  background: #1e2932;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navBtn span:nth-of-type(1) {
  width: 12px;
  top: 27px;
}

.navBtn span:nth-of-type(2) {
  width: 8px;
  bottom: 27px;
}

.navBtn.is-close span {
  background: #fff;
}

.navBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}

.navBtn.is-close span:nth-of-type(2) {
  width: 12px;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}

/*============================================================================================================
	.footer
============================================================================================================*/
.footer .footerMsg {
  padding: 10px;
  text-align: center;
  height: 550px;
  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;
  background: url("../img/common/bg_footer01.jpg") no-repeat center;
  background-size: 1440px auto;
}

@media screen and (min-width: 1441px) {
  .footer .footerMsg {
    background-size: cover;
  }
}

.footer .footerMsg .txt01 {
  color: #fff;
  font-weight: bold;
  font-size: 100px;
  line-height: 1.1;
  word-break: break-all;
}

.footer .footerMsg .txt02 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
}

.footer .footerMsg .btn {
  width: 100%;
  max-width: 656px;
  margin: 35px auto 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.footer .footerMsg .btn a {
  height: 90px;
  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;
  background: #fa2f9d;
}

.footer .footerMsg .btn a:hover {
  opacity: 1;
  background: #17a5ef;
}

.footer .footerInfo {
  padding: 43px 0 60px;
  background: #1e2932;
}

.footer .footerInfo .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 39px;
}

.footer .footerInfo .box01 {
  width: 45%;
  padding: 14px 0 0;
}

.footer .footerInfo .footerLogo {
  margin: 0 auto 20px 0;
}

.footer .footerInfo .footerSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footerInfo .footerSns .item {
  margin-right: 13px;
}

.footer .footerInfo .footerSns .item:last-of-type {
  margin-right: 0;
}

.footer .footerInfo .footerSns .item img {
  width: 18px;
}

.footer .footerInfo .footerNav {
  width: 50%;
  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;
}

.footer .footerInfo .footerNav .item {
  color: #d3d3d3;
  font-size: 12px;
  width: 48.5%;
}

.footer .footerInfo .footerNav .item a {
  display: block;
  padding: 10px 0;
}

.footer .footerInfo .footerNav .item.is-external a span {
  padding: 0 18px 0 0;
  background: url("../img/common/ico_link01.svg") no-repeat right center;
  background-size: 11px;
}

.footer .copyright {
  color: rgba(150, 150, 150, 0.5);
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .footer .footerMsg {
    height: 257px;
    background-size: 767px auto;
  }
  .footer .footerMsg .txt01 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .footer .footerMsg .txt02 {
    font-size: 12px;
    line-height: 1.8;
  }
  .footer .footerMsg .btn {
    width: 205px;
    font-size: 13px;
    margin-top: 18px;
  }
  .footer .footerMsg .btn a {
    height: 50px;
  }
  .footer .footerInfo {
    padding: 27px 0;
  }
  .footer .footerInfo .wrap {
    display: block;
    margin: 0 auto 26px;
  }
  .footer .footerInfo .box01 {
    width: 100%;
    padding: 0;
    margin: 0 auto 31px;
    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;
  }
  .footer .footerInfo .footerLogo {
    margin: 0;
  }
  .footer .footerInfo .footerLogo img {
    width: 75px;
  }
  .footer .footerInfo .footerNav {
    width: 100%;
  }
  .footer .footerInfo .footerNav .item {
    font-size: 13px;
  }
  .footer .footerInfo .footerNav .item a {
    padding: 5px 14px 5px 0;
  }
  .footer .footerInfo .footerNav .item.is-external a span {
    padding-right: 14px;
  }
  .footer .copyright {
    text-align: center;
  }
}

/*============================================================================================================
	.contents (各共用部分)
============================================================================================================*/
.contents {
  padding: 0;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 0;
    margin-top: 60px;
  }
}

/*------------------------------------------
	.breadcrumbs
------------------------------------------*/
.breadcrumbs {
  width: 100%;
  padding: 25px 0;
  position: absolute;
  z-index: 10;
}

.breadcrumbs .list {
  width: calc(100% - 90px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs .list .item {
  font-size: 13px;
  font-weight: 500;
  margin-right: 13px;
}

.breadcrumbs .list .item:last-of-type {
  margin-right: 0;
  border-bottom: 1px solid #1e2932;
}

.breadcrumbs .list .item a {
  display: block;
  padding: 0 19px 0 0;
  position: relative;
}

.breadcrumbs .list .item a:before {
  content: "";
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #1e2932;
  border-right: 1px solid #1e2932;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumbs .list .font-w {
  color: #fff;
}

.breadcrumbs .list .font-w:last-of-type {
  margin-right: 0;
  border-bottom: 1px solid #fff;
}

.breadcrumbs .list .font-w a:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0 15px;
  }
  .breadcrumbs .list {
    width: calc(100% - 45px);
  }
  .breadcrumbs .list .item {
    font-size: 10px;
    margin-right: 9px;
  }
  .breadcrumbs .list .item a {
    padding-right: 11px;
  }
  .breadcrumbs .list .item a:before {
    width: 5px;
    height: 5px;
  }
}

/*------------------------------------------
	.mainVisual
------------------------------------------*/
.mainVisual {
  position: relative;
  z-index: 9;
}

.mainVisual .imgBox img {
  width: 100%;
}

.mainVisual .txtBox {
  width: calc(100% - 30px);
  max-width: 1100px;
  color: #fff;
  padding: 55px 80px;
  background: #17a5ef;
  position: absolute;
  bottom: -125px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.mainVisual .tit {
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 10px;
}

.mainVisual .tit .num {
  margin: 0 16px 0 0;
}

.mainVisual .lead {
  font-weight: bold;
  font-size: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .mainVisual .imgBox {
    height: 600px;
    overflow: hidden;
    position: relative;
  }
  .mainVisual .imgBox img {
    width: 1440px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .mainVisual .txtBox {
    min-height: 115px;
    width: calc(100% - 50px);
    padding: 25px 25px 21px;
    bottom: -85px;
  }
  .mainVisual .tit {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .mainVisual .lead {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*------------------------------------------
	#cmnLink
------------------------------------------*/
#cmnLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cmnLink .item {
  width: 50%;
}

#cmnLink .item:nth-of-type(1) a {
  background: #17a5ef;
}

#cmnLink .item:nth-of-type(2) a {
  background: #0d8dde;
}

#cmnLink .item a {
  width: 100%;
  height: 350px;
  display: block;
  background: #17a5ef;
  position: relative;
}

#cmnLink .item .imgBox {
  height: 100%;
}

#cmnLink .item .imgBox .img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cmnLink .item .titBox {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

#cmnLink .item .tit {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#cmnLink .item .tit .en {
  display: block;
  line-height: 1.3;
  font-size: 26px;
  font-family: 'Josefin Sans',  sans-serif;
  margin: 0 auto 3px;
}

#cmnLink .item .tit .num {
  font-size: 26px;
  display: block;
  font-family: 'Josefin Sans',  sans-serif;
}

#cmnLink .item .tit.is-exchange {
  font-size: 26px;
  line-height: 1.3;
}

#cmnLink .item .tit.is-exchange .en {
  font-size: 16px;
  margin: 10px 0 0;
}

#cmnLink .item .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  #cmnLink .item .imgBox .img {
    opacity: 0;
  }
  #cmnLink .item a:hover .img {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #cmnLink {
    display: block;
  }
  #cmnLink .item {
    width: 100%;
  }
  #cmnLink .item a {
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #cmnLink .item .imgBox {
    width: 50%;
    height: 100%;
  }
  #cmnLink .item .titBox {
    width: 50%;
    padding: 10px 10px 10px 28px;
    position: static;
  }
  #cmnLink .item .tit {
    font-size: 10px;
  }
  #cmnLink .item .tit .en {
    font-size: 15px;
  }
  #cmnLink .item .tit .num {
    font-size: 15px;
  }
  #cmnLink .item .tit.is-exchange {
    font-size: 15px;
  }
  #cmnLink .item .tit.is-exchange .en {
    font-size: 10px;
  }
}

/*------------------------------------------
	.talklist
------------------------------------------*/
.talklist {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.talklist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
}

.talklist .item:nth-of-type(odd) .txtBox {
  margin-left: 40px;
}

.talklist .item:nth-of-type(odd) .txtBox:before, .talklist .item:nth-of-type(odd) .txtBox:after {
  right: 100%;
}

.talklist .item:nth-of-type(even) .imgBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}

.talklist .item:nth-of-type(even) .txtBox {
  margin: 0 40px 0 auto;
}

.talklist .item:nth-of-type(even) .txtBox:before, .talklist .item:nth-of-type(even) .txtBox:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 100%;
}

.talklist .item:last-of-type {
  margin-bottom: 0;
}

.talklist .item .imgBox {
  width: 90px;
  text-align: center;
  margin: 0;
}

.talklist .item .imgBox img {
  display: block;
  margin-bottom: 15px;
}

.talklist .item .imgBox .name {
  color: #17a5ef;
  font-size: 15px;
  font-weight: 500;
}

.talklist .item .txtBox {
  width: 100%;
  max-width: 740px;
  padding: 30px 40px;
  border: 2px solid #17a5ef;
  background: #fff;
  position: relative;
}

.talklist .item .txtBox:before, .talklist .item .txtBox:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
}

.talklist .item .txtBox:before {
  top: 40px;
  border-width: 16px 17px 16px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.talklist .item .txtBox:after {
  top: 37px;
  border-width: 19px 20px 19px 0;
  border-color: transparent #17a5ef transparent transparent;
}

.talklist .item .txtBox .txt {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .talklist {
    padding: 0 5px;
  }
  .talklist .item {
    margin-bottom: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .talklist .item .imgBox {
    width: 45px;
  }
  .talklist .item .imgBox img {
    margin-bottom: 2px;
  }
  .talklist .item .imgBox .name {
    font-size: 11px;
  }
  .talklist .item .txtBox {
    width: calc(100% - 65px);
    padding: 10px 18px;
    margin: 0 !important;
  }
  .talklist .item .txtBox:before {
    top: 19px;
    border-width: 8px 9px 8px 0;
  }
  .talklist .item .txtBox:after {
    top: 16px;
    border-width: 11px 12px 11px 0;
  }
  .talklist .item .txtBox .txt {
    font-size: 14px;
  }
}

/*============================================================================================================
	module css
============================================================================================================*/
/*------------------------------------------
	枠内にfitするimg
------------------------------------------*/
.js-objectfit {
  overflow: hidden;
}

.js-objectfit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}

/*	hoverで拡大するimg
------------------------------------------*/
.js-objectfit.is-hover {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .js-objectfit.is-hover .js-objectfit-img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .js-objectfit.is-hover:hover .js-objectfit-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*------------------------------------------
	inner
------------------------------------------*/
.cmnInner01 {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .cmnInner01 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*------------------------------------------
	tit
------------------------------------------*/
.cmnTit01 {
  color: #17a5ef;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.cmnTit01 .en {
  display: block;
  line-height: 1.3;
  font-size: 36px;
  font-family: 'Josefin Sans',  sans-serif;
  margin: 0 auto 3px;
}

.cmnTit01.is-white {
  color: #fff;
}

.cmnTit01.is-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cmnTit01 {
    font-size: 10px;
  }
  .cmnTit01 .en {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.cmnTit02 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cmnTit02 {
    font-size: 16px;
  }
}

/*------------------------------------------
	txt
------------------------------------------*/
.cmnLead01 {
  font-size: 15px;
  max-width: 740px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cmnLead01 {
    width: calc(100% - 30px);
    font-size: 13px;
  }
}

/*------------------------------------------
	btn
------------------------------------------*/
.cmnBtn01 {
  color: #fff;
  width: 150px;
  font-weight: bold;
}

.cmnBtn01 a {
  height: 56px;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1e2932;
  position: relative;
}

.cmnBtn01 a:before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .cmnBtn01 a:hover {
    opacity: 1;
    background: #fa2f9d;
  }
  .cmnBtn01 a:hover:before {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media screen and (max-width: 767px) {
  .cmnBtn01 {
    width: 120px;
    font-size: 11px;
  }
  .cmnBtn01 a {
    height: 40px;
  }
  .cmnBtn01 a:before {
    width: 17px;
    right: 40px;
  }
}

.cmnBtn02 {
  display: table;
  font-weight: bold;
}

.cmnBtn02 a {
  padding: 0 55px 0 0;
  display: block;
  position: relative;
}

.cmnBtn02 a:before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: #1e2932;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .cmnBtn02 a:hover {
    opacity: 1;
    color: #fa2f9d;
  }
  .cmnBtn02 a:hover:before {
    background: #fa2f9d;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media screen and (max-width: 767px) {
  .cmnBtn02 {
    font-size: 11px;
  }
  .cmnBtn02 a {
    padding-right: 30px;
  }
  .cmnBtn02 a:before {
    width: 17px;
  }
}

.cmnBtn03-in {
  height: 56px;
  color: #fff;
  width: 150px;
  font-weight: bold;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1e2932;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cmnBtn03-in:before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .cmnBtn03:hover {
    opacity: 1;
  }
  .cmnBtn03:hover .cmnBtn03-in {
    background: #fa2f9d;
  }
  .cmnBtn03:hover .cmnBtn03-in:before {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media screen and (max-width: 767px) {
  .cmnBtn03-in {
    height: 40px;
    width: 120px;
    font-size: 11px;
  }
  .cmnBtn03-in:before {
    width: 17px;
    right: 40px;
  }
}

/*------------------------------------------
	js
------------------------------------------*/
/* slick */
.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slider .slick-dots {
  display: table;
  margin: 19px auto 0;
  width: auto;
  position: static;
}

.slick-slider .slick-dots li {
  width: 26px;
  height: 3px;
  margin: 0 3px;
  background: #c7e0ed;
}

.slick-slider .slick-dots li.slick-active {
  background: #17a5ef;
}

.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.slick-slider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: "";
}

.slick-slider .slick-arw {
  width: 90px;
  cursor: pointer;
  color: #1e2932;
  font-size: 14px;
  font-weight: bold;
  top: auto;
  bottom: -7px;
  position: absolute;
  -webkit-transform: none;
          transform: none;
}

.slick-slider .slick-arw:before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: #1e2932;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-arw:hover {
  color: #fa2f9d;
}

.slick-slider .slick-arw:hover:before {
  background: #fa2f9d;
}

.slick-slider .slick-arw.is-prev {
  text-align: right;
  left: 0;
}

.slick-slider .slick-arw.is-prev:before {
  left: 5px;
}

.slick-slider .slick-arw.is-prev:hover:before {
  left: 0;
}

.slick-slider .slick-arw.is-next {
  right: 0;
}

.slick-slider .slick-arw.is-next:before {
  right: 5px;
}

.slick-slider .slick-arw.is-next:hover:before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    margin-top: -3px;
  }
  .slick-slider .slick-arw {
    width: 55px;
    font-size: 10px;
    bottom: -4px;
  }
  .slick-slider .slick-arw:before {
    width: 17px;
  }
  .slick-slider .slick-arw.is-prev {
    left: 0;
  }
  .slick-slider .slick-arw.is-next {
    right: 0;
  }
}

/*============================================================================================================
	form
============================================================================================================*/
/*	form 初期値
---------------------------*/
.cmnForm input[type="text"],
.cmnForm input[type="tel"],
.cmnForm input[type="email"],
.cmnForm select,
.cmnForm textarea {
  display: block;
  border-radius: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ededed;
  font-size: inherit;
  font-family: inherit;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
}

.cmnForm input[type="text"]:-ms-input-placeholder,
.cmnForm input[type="tel"]:-ms-input-placeholder,
.cmnForm input[type="email"]:-ms-input-placeholder,
.cmnForm select:-ms-input-placeholder,
.cmnForm textarea:-ms-input-placeholder {
  color: #cdcdcd;
}

.cmnForm input[type="text"]::-webkit-input-placeholder,
.cmnForm input[type="tel"]::-webkit-input-placeholder,
.cmnForm input[type="email"]::-webkit-input-placeholder,
.cmnForm select::-webkit-input-placeholder,
.cmnForm textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}

.cmnForm input[type="text"]::-moz-placeholder,
.cmnForm input[type="tel"]::-moz-placeholder,
.cmnForm input[type="email"]::-moz-placeholder,
.cmnForm select::-moz-placeholder,
.cmnForm textarea::-moz-placeholder {
  color: #cdcdcd;
}

@media screen and (max-width: 767px) {
  .cmnForm input[type="text"],
  .cmnForm input[type="tel"],
  .cmnForm input[type="email"],
  .cmnForm select,
  .cmnForm textarea {
    font-size: 14px;
  }
}

.cmnForm input[type="text"],
.cmnForm input[type="tel"],
.cmnForm input[type="email"],
.cmnForm select {
  height: 36px;
}

.cmnForm textarea {
  padding: 15px 10px;
  margin-bottom: 0;
}

.cmnForm select,
.cmnForm input[type="radio"],
.cmnForm input[type="checkbox"],
.cmnForm button {
  cursor: pointer;
}

.cmnForm select {
  width: 240px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../img/common/ico_select01.svg") no-repeat right 13px center;
  background-size: 12px;
}

.cmnForm select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .cmnForm select {
    width: 100%;
    background-size: 10px;
  }
}

.cmnForm-btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .cmnForm-btnArea {
    margin: 0 auto 45px;
    width: calc(100% - 25px);
  }
}

.cmnForm-btn {
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  margin: 0 10px;
  width: 100%;
  height: 90px;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cmnForm-btn.is-submit {
  max-width: 390px;
  background: #fa2f9d;
}

.cmnForm-btn.is-confirm {
  max-width: 390px;
  background: #fa2f9d;
}

.cmnForm-btn.is-back {
  max-width: 188px;
  background: #1e2932;
}

.cmnForm-btn.is-wide {
  max-width: 656px;
}

.cmnForm-btn:hover {
  background: #17a5ef;
}

@media screen and (max-width: 767px) {
  .cmnForm-btn {
    height: 50px;
    font-size: 13px;
    max-width: 205px !important;
  }
}

/*	common style
---------------------------*/
@media screen and (max-width: 767px) {
  .cmnForm {
    padding: 0;
  }
}

.cmnForm .is-required {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  width: 54px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  background: #17a5ef;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .cmnForm .is-required {
    font-size: 10px;
    width: 38px;
    height: 16px;
    line-height: 15px;
  }
}

.cmnForm table th {
  width: 255px;
  font-weight: bold;
  font-size: 16px;
  vertical-align: top;
  padding: 25px 60px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cmnForm table th {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 0 5px !important;
  }
}

.cmnForm table td {
  font-size: 13px;
  padding: 20px 0 20px 45px;
  position: relative;
}

.cmnForm table td .caution {
  color: #e22746;
}

@media screen and (max-width: 767px) {
  .cmnForm table td {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 0 0 20px;
  }
}

.cmnForm table .is-required {
  position: absolute;
  top: 28px;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cmnForm table .is-required {
    margin: 0 0 0 7px;
    vertical-align: 1px;
    position: static;
  }
}

/*	each & parts style
---------------------------*/
.cmnForm-inputArea {
  padding: 50px 90px 80px;
  margin: 0 auto 60px;
  background: #f6f9fb;
}

@media screen and (max-width: 1024px) {
  .cmnForm-inputArea {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cmnForm-inputArea {
    padding: 18px 25px 45px;
    margin-bottom: 45px;
  }
}

.cmnForm-confirmArea {
  padding: 50px 90px 80px;
  margin: 0 auto 60px;
  background: #f6f9fb;
}

@media screen and (max-width: 1024px) {
  .cmnForm-confirmArea {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cmnForm-confirmArea {
    padding: 18px 25px 45px;
    margin-bottom: 45px;
  }
}

.cmnForm-confirmArea .cmnForm-table th {
  padding-top: 19px;
}

.cmnForm-finishArea {
  padding: 50px 90px 80px;
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  .cmnForm-finishArea {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cmnForm-finishArea {
    padding: 36px 25px 105px;
  }
}

.cmnForm-finishArea__tit {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .cmnForm-finishArea__tit {
    font-size: 14px;
    margin-bottom: 19px;
  }
}

.cmnForm-finishArea__txt {
  text-align: center;
}

.cmnForm-finishArea .btn {
  color: #fff;
  width: 100%;
  max-width: 656px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .cmnForm-finishArea .btn {
    margin-top: 55px;
    font-size: 13px;
  }
}

.cmnForm-finishArea .btn a {
  height: 90px;
  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;
  background: #17a5ef;
}

@media screen and (max-width: 767px) {
  .cmnForm-finishArea .btn a {
    height: 60px;
  }
}

.cmnForm-name-set {
  overflow: hidden;
}

.cmnForm-name-set-box {
  float: left;
  width: 49%;
}

.cmnForm-name-set-box + .cmnForm-name-set-box {
  float: right;
}

.cmnForm-name-set .unit {
  position: absolute;
  top: -5px;
}

@media screen and (max-width: 767px) {
  .cmnForm-name-set .unit {
    position: static;
    font-size: 14px;
  }
}

.cmnForm-file-set-box {
  width: 100%;
  max-width: 460px;
  padding: 0 30px 0 0;
  margin: 5px auto 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cmnForm-file-set-box {
    max-width: none;
    padding: 0;
  }
}

.cmnForm-file-set-box.is-checked:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/common/ico_check01.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cmnForm-file-set-box.is-checked:before {
    content: none;
  }
}

.cmnForm-file-set-box.is-checked .input-file-name {
  color: #1e2932;
}

@media screen and (max-width: 767px) {
  .cmnForm-file-set-box.is-checked .input-file-name {
    padding-right: 20px;
    background-image: url("../img/common/ico_check01.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 7px center;
  }
}

.cmnForm-file-set-box .input-file-name {
  color: #cdcdcd;
  background: #fff;
  border: 1px solid #ededed;
  padding: 0 10px;
  width: calc(100% - 125px);
  height: 36px;
  padding: 5px 10px;
  margin: 0 9px 0 0;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .cmnForm-file-set-box .input-file-name {
    width: calc(100% - 115px);
    max-width: 150px;
  }
}

.cmnForm-file-set-box .input-file-label {
  cursor: pointer;
  width: 110px;
  height: 23px;
  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;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: #1e2932;
  border-radius: 2px;
  border: 1px dotted #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cmnForm-file-set-box .input-file-label input[type="file"] {
  display: none;
}

@media screen and (max-width: 767px) {
  .cmnForm-file-set-box .input-file-label {
    width: 102px;
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */