@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Oswald:wght@500&display=swap');
html {
  background-color: #fcef01;
}
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #FFF;
  background-image: url("../img/bg.jpg");
  background-position: center top;
  background-repeat: repeat-x;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
}
.wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  body {
    background-size: auto 80vh;
    font-size: 14px;
  }
  .hidden_sp {
    display: none;
  }
  .container {
    padding: 0px;
  }
  .wrapper {
    padding-top: 55px;
  }
}
@media (min-width: 1025px) {
  body {
    font-size: 18px;
  }
  .container {
    width: 1200px;
  }
  .hidden_pc {
    display: none;
  }
}
.wrapper h3.midashi {
  color: #0175c1;
  font-weight: 700;
}
.wrapper h3.midashi::before {
  content: '';
  display: block;
  background-image: url("../img/midashi.svg");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .wrapper h3.midashi {
    font-size: 22px;
  }
  .wrapper h3.midashi::before {
    width: 85px;
    height: 38px;
    margin: 4px auto;
  }
}
@media (min-width: 1025px) {
  .wrapper h3.midashi {
    font-size: 33px;
  }
  .wrapper h3.midashi::before {
    width: 85px;
    height: 38px;
    margin: 8px auto;
  }
}
.wrapper .borderBox {
  border: 3px solid #0175c1;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, .8);
  margin: 2em 0;
}
.wrapper .borderBox h4 {
  color: #0175c1;
}
.wrapper .borderBox h4 span {
  background-color: #FFF;
  display: inline-block;
}
.wrapper .borderBox ul {
  padding: 15px 30px;
  text-align: left;
}
.wrapper .borderBox ul li {
  color: #0175c1;
  padding-left: 20px;
  background: url("../img/arrow01.png") no-repeat left 4px;
}
@media (max-width: 1024px) {
  .wrapper .borderBox h4 {
    margin-top: -1em;
    font-size: 17px;
  }
  .wrapper .borderBox h4 span {
    padding: 0 0.5em;
  }
}
@media (min-width: 1025px) {
  .wrapper .borderBox h4 {
    margin-top: -1em;
    font-size: 24px;
  }
  .wrapper .borderBox h4 span {
    padding: 0 1.5em;
  }
  .wrapper .borderBox ul.inline li {
    display: inline-block;
    width: 33%
  }
}
@media (max-width: 1024px) {
  .mainImage {
    min-height: 250px;
  }
}
@media (min-width: 1025px) {
  .mainImage {
    min-height: 400px;
  }
}
#sec01 {}
@media (max-width: 1024px) {
  #sec01 > div {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #sec01 > div {
    padding: 15px 0;
  }
}
#sec02 {
  background-image: url("../img/saitekiBg.jpg");
  background-position: center center;
  background-repeat: repeat-x;
}
@media (max-width: 1024px) {
  #sec02 > div {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #sec02 > div {
    padding: 30px 0;
  }
  #sec02 .borderBox {
    width: 750px;
    margin: 20px auto;
  }
}
#sec03 .lead > div {
  padding: 8px;
}
#sec03 .lead .text {
  text-align: left;
}
#sec03 ul.caution li:first-child {
  border-bottom: 1px solid #0175c1;
}
#sec03 ul.caution li .text {
  text-align: left;
}
#sec03 ul.caution li > div {
  padding: 8px;
}
@media (max-width: 1024px) {
  #sec03 > div {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #sec03 > div {
    padding: 30px 0;
  }
  #sec03 .lead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 850px;
    margin: 15px auto;
  }
  #sec03 .lead .img {
    flex-basis: 250px;
  }
  #sec03 ul.caution {
    width: 85%;
    margin: 15px auto;
  }
  #sec03 ul.caution li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #sec03 ul.caution li .img {
    flex-basis: 20%;
  }
  #sec03 ul.caution li .text {
    flex-basis: 80%;
  }
}
#sec04 {
  background-image: url("../img/border01.jpg");
  background-position: center center;
}
#sec04 .ttl {
  position: relative;
  width: 100%;
}
#sec04 .ttl h3 {
  position: absolute;
  width: 100%;
  left: 0px;
  color: #0175c1;
}
#sec04 .ttl .medal {
  position: absolute;
  text-align: center;
}
#sec04 ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
#sec04 ul li {}
#sec04 ul li > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  background-color: #fcef01;
}
#sec04 ul li h4 {
  color: #0175c1;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #sec04 > div {
    padding: 15px;
  }
  #sec04 .ttl {
    min-height: 60px;
  }
  #sec04 .ttl h3 {
    top: 10px;
    font-size: 18px;
		line-height: 1.3;
    text-align: left;
		padding-right: 65px;
  }
  #sec04 .ttl .medal {
    top: -30px;
    right: -8px;
    width: 65px;
    height: auto;
  }
  #sec04 ul li {
    width: 33.3%;
  }
  #sec04 ul li > div {
    margin: 2px;
    padding: 8px;
    height: 150px;
  }
  #sec04 ul li > div h4 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  #sec04 ul li > div p {
    font-size: 12px;
    text-align: left;

		line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  #sec04 > div {
    padding: 30px 0 50px;
  }
  #sec04 .ttl {
    height: 100px;
  }
  #sec04 .ttl h3 {
    top: 20px;
    font-size: 32px;
    text-align: center;
  }
  #sec04 .ttl .medal {
    top: -50px;
    right: 3px;
  }
  #sec04 ul li {
    width: 20%;
  }
  #sec04 ul li > div {
    margin: 8px;
    padding: 15px;
    height: 200px;
  }
  #sec04 ul li > div h4 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0.5em;
  }
  #sec04 ul li > div p {
    text-align: left;
    line-height: 1.3;
  }
}
#sec05 {
  background-color: #FCEF01;
  color: #0175C1;
}
.wrapper #sec05 h3.midashi {
  color: #0175C1;
}
.wrapper #sec05 h3.midashi::before {
  background-image: url("../img/midashi_y.svg");
  color: #FFF;
}
@media (max-width: 1024px) {
  #sec05 > div {
    padding: 15px;
  }
  #sec05 ul.area li {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #sec05 > div {
    padding: 30px 0;
  }
  #sec05 ul.area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec05 ul.area li {
    padding: 30px;
  }
}
#sec06 {
  background-image: url("../img/bg.jpg");
  background-position: center 0;
  background-color: #0071BB;
}
.wrapper #sec06 h3.midashi {
  color: #FFF;
}
.wrapper #sec06 h3.midashi::before {
  background-image: url("../img/midashi_b.svg");
  color: #FFF;
}
#sec06 .flow {
  background-color: #FFF;
  border-radius: 15px;
  margin: 20px 0;
}
#sec06 .flow .text {
  text-align: left;
}
#sec06 .flow ol li h4 {
  color: #0071BB;
}
#sec06 .flow ol li h4::before {
  content: url("../img/ico01.png");
}
#sec06 .flow ol li:nth-child(2) h4::before {
  content: url("../img/ico02.png");
}
#sec06 .flow ol li:nth-child(3) h4::before {
  content: url("../img/ico03.png");
}
#sec06 .flow ol li:nth-child(4) h4::before {
  content: url("../img/ico04.png");
}
#sec06 .flow ol li:nth-child(5) h4::before {
  content: url("../img/ico05.png");
}
#sec06 .kantan {}
@media (max-width: 1024px) {
  #sec06 {
    background-size: auto 100%;
  }
  #sec06 > div {
    padding: 15px 15px 0;
  }
  #sec06 .flow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  #sec06 .flow ol li {
    flex-basis: 20%;
    padding: 8px;
  }
  #sec06 .flow ol li h4 {
    text-align: left;
  }
  #sec06 .flow ol li h4::before {
    padding-right: 8px;
  }
  #sec06 .flow ol li .flow_innr {
    display: flex;
  }
  #sec06 .flow ol li .flow_innr > div {
    flex-basis: 50%;
    padding: 8px;
  }
  #sec06 .flow ol li .flow_innr .text {
    font-size: 12px;
    line-height: 1.5;
  }
  #sec06 .kantan .kantan_innr {
    display: flex;
    flex-direction: column;
  }
  #sec06 .kantan .kantan_innr .text {
    background-image: url("../img/kantan.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 120px;
    ;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 120px;
  }
  #sec06 .kantan .kantan_innr .img {
    display: flex;
    align-items: flex-end;
  }
  #sec06 .kantan .kantan_innr p {
    flex-basis: 50%;
  }
}
@media (min-width: 1025px) {
  #sec06 > div {
    padding: 30px 0 0;
  }
  #sec06 .flow ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #sec06 .flow ol li {
    flex-basis: 20%;
    padding: 15px;
  }
  #sec06 .flow ol li h4::before {
    display: block;
  }
  #sec06 .flow .text {
    font-size: 15px;
  }
  #sec06 .kantan {
    background-image: url("../img/kantan.png");
    background-repeat: no-repeat;
    padding: 50px 0 15px;
    background-position: left bottom;
    width: 950px;
    margin: auto;
  }
  #sec06 .kantan .kantan_innr {
    display: flex;
    align-items: flex-end;
    width: 750px;
    margin: auto;
  }
  #sec06 .kantan .kantan_innr .text {
    flex-basis: 280px;
    padding: 8px 15px;
    text-align: left;
    font-size: 16px;
  }
  #sec06 .kantan .kantan_innr .img {
    display: flex;
  }
  #sec06 .kantan .kantan_innr .img p {
    padding: 8px;
  }
}
#sec07 .lead {
  text-align: left;
}
#sec07 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
#sec07 ul li {
  flex-basis: 33.3%;
  padding: 4px;
}
@media (max-width: 1024px) {
  #sec07 > div {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #sec07 > div {
    padding: 50px 0;
  }
  #sec07 .lead {
    width: 650px;
    margin: 0 auto 30px;
  }
}
#sec08 {
  background-image: url("../img/sec08_bg.jpg");
  background-position: center center;
  background-color: #0175C1;
  color: #FFF;
}
#sec08 .innr .img {
  display: flex;
}
#sec08 .innr .img p {
  flex-basis: 50%;
  padding: 4px;
}
@media (max-width: 1024px) {
  #sec08 {
    background-position: 0 center;
    background-size: auto 100%;
  }
  #sec08 > div {
    padding: 15px;
  }
  #sec08 .innr {
    padding: 15px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 8px;
  }
}
@media (min-width: 1025px) {
  #sec08 {
    background-position: center center;
  }
  #sec08 > div {
    padding: 80px 0;
  }
  #sec08 .innr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 900px;
    margin: 0 auto;
  }
  #sec08 .innr .text {
    text-align: left;
  }
}
#sec09 {
  background-color: #fcef01;
  color: #0175C1;
}
#sec09 > div {
  background-image: url("../img/serviceLogo.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #fcef01;
  color: #0175C1;
}
#sec09 .innr .tel {
  line-height: 1.2;
}
#sec09 .innr .tel p strong {
  font-family: 'Oswald', sans-serif;
}
@media (max-width: 1024px) {
  #sec09 > div {
    padding: 15px;
    background-size: auto 80px;
  }
  #sec09 h3 {
    font-size: 20px;
  }
  #sec09 .innr .tel {
    margin-bottom: 20px
  }
  #sec09 .innr .tel p strong {
    font-size: 30px;
    letter-spacing: 3px;
  }
  #sec09 .innr .mail img {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  #sec09 > div {
    padding: 50px 0;
  }
  #sec09 h3 {
    font-size: 36px;
    font-weight: 300;
  }
  #sec09 .innr {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec09 .innr > div {
    padding: 8px;
  }
  #sec09 .innr .tel {
    text-align: right;
  }
  #sec09 .innr .tel p strong {
    font-size: 46px;
    letter-spacing: 3px;
  }
}
#sec10 {
  background-color: #fff;
}
#sec10 .voice ul li > div {
  text-align: left;
}
#sec10 .voice ul li h4 {
  color: #0175c1;
  background-image: url("../img/cloud01.png");
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  #sec10 > div {
    padding: 15px;
  }
  #sec10 .voice ul li {
    margin-bottom: 30px;
  }
  #sec10 .voice ul li h4 {
    min-height: 30px;
    background-size: auto 30px;
    padding: 0.5em 90px 0 0;
  }
  #sec10 .voice ul li .text {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  #sec10 > div {
    padding: 30px 0;
  }
  #sec10 .voice ul li h4 {
    min-height: 50px;
    padding: 0.5em 130px 0 0;
  }
  #sec10 .voice ul li {
    float: left;
    width: 50%;
  }
  #sec10 .voice ul li:nth-child(2n+1) {
    clear: left;
  }
  #sec10 .voice ul li > div {
    padding: 15px;
  }
}
#sec11 {
  background-image: url("../img/border01.jpg");
  background-position: center center;
}
#sec11 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  #sec11 > div {
    padding: 15px;
  }
  #sec11 ul li {
    flex-basis: 50%;
    padding: 4px;
  }
}
@media (min-width: 1025px) {
  #sec11 > div {
    padding: 30px 0;
  }
  #sec11 ul {
    width: 900px;
    margin: auto;
  }
  #sec11 ul li {
    flex-basis: 33.3%;
  }
}
#footer {
  background-color: #fcef01;
  color: #000;
}
#footer > div {
  padding: 20px 0 0;
}
#footer .footLink ul li {
  display: inline-block;
}
#footer .footLink ul li a {
  padding: 01em;
}
#footer .footInnr .sns ul li {
  display: inline-block;
}
@media (max-width: 750px) {
  #footer .footInnr > div {
		margin-bottom: 15px;
  }
}
@media (min-width: 751px) {
  #footer .footInnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .footInnr .f_addr {
    text-align: left;
    line-height: 1.4;
  }
  #footer .footInnr .f_addr h2 {
    font-size: 18px;
  }
  #footer .footInnr .f_addr p {
    font-size: 16px;
  }
  #footer .footLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#pageTop {
  position: fixed;
  z-index: 9998;
}
#pageTop img {}
@media (max-width: 750px) {
  #pageTop {
    bottom: 0px;
    left: 5px;
  }
  #pageTop img {
    width: 80px;
  }
}
@media (min-width: 751px) {
  #pageTop {
    bottom: 20px;
    left: 5px;
  }
}
@media (min-width: 751px) {
#youtube{
	max-width:700px;
	margin:20px auto;}
}