@charset "utf-8";
/* CSS Document */
/*-----------------------------共通項目*/
.art_box {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /*  padding-right: 30px;
  padding-left: 30px;*/
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
[id^="sec_"] h5 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
[id^="sec_"] ul.row > li p {
  text-align: left;
}
[id^="sec_"] ul.row > li figure figcaption {
  text-align: left;
}
.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}
ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 45px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 30px;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 15px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
.triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  margin: auto;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------main_image*/
#main_img_area {
  animation: bgGrad 10s ease-in-out infinite;
  background: linear-gradient(60deg, #065fe3, #c9edf9, #065fe3);
  background-size: 300% 300%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}
@keyframes bgGrad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#main_img_area ul.row {
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    margin-top: 70px;
  }
}
#main_img_area ul.catch {
  color: #333333;
  margin: 30px auto;
  text-align: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#main_img_area ul.catch li {
  font-size: 16px;
  line-height: 200%;
  font-weight: 900;
}
@media print, screen and (min-width:576px) {
  #main_img_area ul.catch {
    width: 550px;
    padding-left: 10%;
    padding-right: 0;
  }
  #main_img_area ul.catch li {
    font-size: 20px;
  }
}
#main_img_area .link_btn_area a {
  border: 2px solid #fff;
  background: #ff9900;
  color: #fff;
  transition: 0.5s;
}
#main_img_area .link_btn_area a:hover {
  border: 2px solid #ff9900;
  background: #fff;
  color: #ff9900;
  transition: 0.5s;
}
/*-----------------------------#sec_about*/
#sec_about {
  background: #eef8ff;
}
#sec_about h3 {
  color: #333;
}
#sec_about h3 span {
  color: #3366ff;
}
#sec_about .art_box {
  padding: 35px;
  margin-bottom: 50px;
}
#sec_about ul.row > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
/*-----------------------------#sec_ftr*/
#sec_ftr h4 {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}
#sec_ftr h4 span.num {
  display: block;
  font-size: 30px;
  color: #3366ff;
  font-weight: bold;
  margin-bottom: 5px;
}
@media print, screen and (min-width:768px) {
  #sec_ftr h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #sec_ftr h4 span.num {
    font-size: 45px;
    margin-bottom: 15px;
  }
}
#sec_ftr img {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}
#sec_ftr ul.row {
  align-items: stretch;
  align-content: space-between;
}
#sec_ftr ul.row > li a .panel_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  padding: 20px;
  border: 1px solid #fff;
  transition: 0.3s;
}
#sec_ftr ul.row > li a:hover .panel_wrap {
  border: 1px solid #3366ff;
  background: #dbefff;
  transition: 0.3s;
}
/*-----------------------------#sec_01*/
#sec_01 {
  background: #dbefff;
}
#sec_01 h3, #sec_02 h3, #sec_03 h3 {
  color: #333;
}
#sec_01 h3 span, #sec_02 h3 span, #sec_03 h3 span {
  color: #3366ff;
}
#sec_01 ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#sec_01 .sub_cts img {
  width: 150px;
  height: auto;
}
#sec_01 .art_box {
  padding: 35px;
  margin-bottom: 50px;
}
#sec_01 .sub_cts ul.row > li {
  margin-bottom: 45px;
}
@media print, screen and (min-width:768px) {
  #sec_01 .sub_cts ul.row > li {
    margin-bottom: auto;
  }
}
/*-----------------------------#sec_02*/
@media print, screen and (min-width:768px) {
  #sec_02 .art_box {
    padding: 35px;
  }
}
#sec_02 .art_box strong {
  font-size: 45px;
}
#sec_02 ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#sec_02 .sub_cts ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}
#sec_02#sec_02 .sub_cts ul.row > li:nth-child(1) strong {
  font-size: 55px;
  color: #0660c5;
}
#sec_02 .sub_cts p {
  margin-bottom: auto;
}
#sec_02 .sub_cts h5 {
  background: #E0E0E0;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}
@media print, screen and (min-width:768px) {
  #sec_02 .sub_cts h5 {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
#sec_02#sec_02 .sub_cts ul.row > li:nth-child(1) h5 {
  background: none;
  color: #0660c5;
}
@media print, screen and (min-width:768px) {}
#sec_02 .art_box {
  padding: 35px;
  margin-bottom: 50px;
}
#sec_02 .art_box.sub_cts {
  padding: 10px;
  margin-bottom: 50px;
}
/*-----------------------------#sec_03*/
#sec_03 {
  background: #dbefff;
}
#sec_03 ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#sec_03 .art_box {
  padding: 35px;
  margin-bottom: 50px;
}
/*-----------------------------#sec_04*/
#sec_04 ul.row > li .tag_wrap {
  height: 100%;
  padding: 20px 10px;
}
#sec_04 ul.row > li a {
  display: block;
  border: 1px solid #0660c5;
  border-radius: 6px;
  height: 100%;
  transition: all 0.5s;
}
#sec_04 ul.row > li:nth-child(odd) a {
  border: 1px solid #3366ff;
}
#sec_04 ul.row > li a:hover {
  background: #dee6ff;
}
#sec_04 ul.row > li {
  padding: 5px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .tag_wrap {
    padding: 20px 20px 0;
  }
  #sec_04 ul.row > li {
    padding: 15px;
  }
}
#sec_04 ul.row > li .tag_wrap h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
#sec_04 ul.row > li .tag_wrap p {
  font-size: 14px;
  color: #666;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .tag_wrap p {
    font-size: 16px;
  }
}
#sec_04 ul.row > li:nth-child(odd) .tag_wrap h4 {
  color: #3366ff;
}
/*-----------------------------#sec_05*/
#sec_05 {
  background: #dbefff;
}
#sec_05 h5 {
  color: #0660c5;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
#sec_05 ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#sec_05 .art_box {
  padding: 35px;
  margin-bottom: 50px;
}