
@charset "utf-8";

/* ===================================================================
Style CSS
ウィンドウ幅[1024px～]の場合に適用
=================================================================== */

/* ===================================================================
共通
=================================================================== */
p {
  line-height: 28px;
}

.red {color: #e5151f !important;}

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

.fnt_12 {font-size: 12px !important;}

.pb_20 {padding-bottom: 20px !important;}
.pb_30 {padding-bottom: 30px !important;}
.pb_50 {padding-bottom: 50px !important;}

.cta .inner,
.box,
#sub_main01 .inner,
.sec06,
#footer .inner {
  width: 1200px;
  margin: 0 auto;
}

.cnt01,
.cnt02,
.cnt03,
.cnt04 {
  position: relative;
  background: #eff5f9;
}

.box,
.sec06 {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  padding: 50px;
  background: white;
  z-index: 1;
}

/*	body
--------------------------------------------------------------------*/
body {
  overflow: hidden;
}

/*	h
--------------------------------------------------------------------*/
.box h2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.box h2::before,
.box h2::after {
  content: '';
  display: block;
  flex-grow: 1;
  height: 1px;
  background: black;
}

.box h2::before {
  margin-right: 10px;
}

.box h2::after {
  margin-left: 10px;
}

.sec03 h4 {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  background: #d9ecf8;
}

h5 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #0081bd;
}

/*	header
--------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  z-index: 9999;
}

#header h1 {
  padding-left: 20px;
}

#header .btn_nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

#header .btn_nav li {
  margin-left: 1px;
}

/*	ind_main
--------------------------------------------------------------------*/
#ind_main {
  margin-top: 77px;
  background: white;
}

#ind_main img {
  width: 1400px;
  margin: 0 auto;
}

/*	cta
--------------------------------------------------------------------*/
.cta {
  padding: 50px 0 150px;
  background: linear-gradient(to bottom, rgba(159, 198, 252, 1), rgba(159, 198, 252, 0));
  background-color: #afe4fc;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, .1);
}

.cta h2 {
  padding: 0 0 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
}

.cta p {
  padding: 0 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
}

.cta p:last-child{
  color: #333;
  text-shadow: none;
}

.cta ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.cta li a:hover img {
  opacity: .6;
}

.cta li img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .4));
}

.cta:last-child {
  padding-bottom: 50px;
}

/*	cnt01
--------------------------------------------------------------------*/
.cnt01 {
  height: 1930px;
}

.cnt01::after {
  content: '';
  position: absolute;
  bottom: -310px;
  width: 5000px;
  height: 350px;
  background: #eff5f9;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.cnt01 p {
  padding-bottom: 50px;
}

.cnt01 .type {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.cnt01 .type .inner {
  width: 350px;
}

.cnt01 .type .inner figure {
  padding-bottom: 15px;
}

.cnt01 .type .ttl {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.cnt01 .type .ttl h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0081bd;
}

.cnt01 .type .ttl span {
  font-weight: bold;
  color: #148c30;
}

.cnt01 .cmt {
  padding: 30px;
  margin-bottom: 70px;
  background: #fff9f1;
}

.cnt01 .img01,
.cnt01 .img02 {
  margin: 0 auto;
}

.cnt01 .sec02 p:last-child {
  padding: 0;
}

/*	sub_main01
--------------------------------------------------------------------*/
#sub_main01 {
  padding: 50px 0 100px;
  background: linear-gradient(to bottom, rgba(159, 198, 252, 1), rgba(159, 198, 252, 0));
  background-color: #afe4fc;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, .1);
}

#sub_main01 .inner {
  position: relative;
}

/*	cnt02
--------------------------------------------------------------------*/
.cnt02 {
  height: 2757px;
}

.cnt02 h3 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #0081bd;
}

.cnt02 h3::after {
  content: '';
  display: block;
  margin-left: 10px;
  flex-grow: 1;
  height: 1px;
  background: black;
}

.cnt02 .three_a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.cnt02 .three_a li {
  width: 350px;
  padding: 30px;
  border-width: 5px;
  border-style: solid;
}

.cnt02 .three_a li:nth-of-type(1) {border-color: #0081bd;}
.cnt02 .three_a li:nth-of-type(2) {border-color: #e6278c;}
.cnt02 .three_a li:nth-of-type(3) {border-color: #029c8c;}

.cnt02 .three_a .ttl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 10px;
}

.cnt02 .three_a .ttl h4 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  background: none;
}

.cnt02 .three_a .ttl span {
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
}

.cnt02 .three_a li:nth-of-type(1) .ttl {color: #0081bd;}
.cnt02 .three_a li:nth-of-type(2) .ttl {color: #e6278c;}
.cnt02 .three_a li:nth-of-type(3) .ttl {color: #029c8c;}

.cnt02 .sec03_seriously {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.cnt02 .sec03_seriously figure {
  width: 151px;
  padding-right: 10px;
}

.cnt02 .sec03_seriously figcaption {
  width: 930px;
}

.cnt02 .sec04 h2 {
  margin-bottom: 25px;
}

.cnt02 .sec04 .flow ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.cnt02 .sec04 .flow li {
  position: relative;
  width: 270px;
}

.cnt02 .sec04 .flow li:nth-of-type(1) {background: #def1fd;}
.cnt02 .sec04 .flow li:nth-of-type(2) {background: #d2ebfb;}
.cnt02 .sec04 .flow li:nth-of-type(3) {background: #c2e5fa;}
.cnt02 .sec04 .flow li:nth-of-type(4) {background: #afddfa;}

.cnt02 .sec04 .flow .inner {
  padding: 20px;
}

.cnt02 .sec04 .flow .inner img {
  padding-bottom: 15px;
}

.cnt02 .sec04 .flow .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 35px;
  margin: auto;
}

.cnt02 .sec04 h3 {
  justify-content: center;
  font-size: 24px;
  color: black;
}

.cnt02 .sec04 h3::after {
  content: none;
}

/*	cnt03
--------------------------------------------------------------------*/
.cnt03 {
  /*height: 3000px; 名古屋・高松含む*/
  height: 2300px; 
}

.cnt03 .sec05 ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.cnt03 .sec05 li {
  width: 204px;
}

.cnt03 .sec05 li:nth-of-type(n+6) {
  padding-top: 30px;
}

/*.cnt03 .sec05 li.tenjin{
  margin-right: 224px;
}*/

.cnt03 li > img {
  padding-bottom: 10px;
}

.cnt03 .sec05 li h4 {
  font-size: 18px;
  color: #0081bd;
}

.cnt03 .sec05 li p {
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
}

.cnt03 .sec05 li p:last-child {
  padding-bottom: 0;
}

.cnt03 .sec05 li .tel {
  padding-bottom: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.cnt03 .sec05 li .tel::before {
  content: '\f098';
  padding-right: 5px;
  color: #16b13a;
  font-family: 'FontAwesome';
}

.cnt03 .sec05 .kyoto h4{
font-size: 14px;
line-height: 1.93;
}

.cnt03 .sec05 .tenjin h4 {
  font-size: 15px;
}

.cnt03 .sec05 .tenjin .fnt_12 {
  padding-bottom: 21px;
}

/*	sub_main02
--------------------------------------------------------------------*/
#sub_main02 img {
  width: 100%;
}

/*	cnt04
--------------------------------------------------------------------*/
.cnt04 {
height: 302px;
}

.cnt04 h2 {
  padding-bottom: 35px;
}

/*	footer
--------------------------------------------------------------------*/
#footer {
  font-size: 14px;
  color: white;
  background: #0081bd;
}

#footer .inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 0;
}

#footer li {
  text-align: right;
}

#footer li:first-child {
  padding-bottom: 5px;
}

#footer a {
  color: white;
  text-decoration: underline;
}

#footer a:hover {
  color: white;
  text-decoration: none;
}
