@charset "UTF-8";
#home {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home img {
  width: 100%;
}
#home .top_ttl {
  font-size: 32px;
  font-weight: bold;
  color: #070707;
  text-align: center;
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #home .top_ttl {
    font-size: 24px;
    padding-bottom: 26px;
    margin-bottom: 30px;
  }
}
#home .top_ttl span {
  color: #00A6E7;
}
#home .top_ttl small {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #home .top_ttl small {
    font-size: 16px;
  }
}
#home .top_ttl::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #00A6E7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #home .top_ttl::after {
    width: 65px;
  }
}
#home .btn a {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  width: 416px;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 768px) {
  #home .btn a {
    width: 100%;
    padding: 17px;
    font-size: 16px;
  }
}
#home .btn a::before, #home .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -88%;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #home .btn a::before, #home .btn a::after {
    right: -86%;
  }
}
#home .btn a::before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
}
#home .btn a::after {
  left: -1px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0085B9;
  border-right: 2px solid #0085B9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home #slider {
  overflow: unset;
  position: relative;
  background: #F5FAFC;
  max-width: unset;
  padding: 18px 0 30px 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #home #slider {
    padding: 20px 0 16px 0;
    margin-bottom: 0;
  }
}
#home #slider .flexslider {
  max-width: 1024px;
  margin: auto;
}
#home #slider .flexslider .slides {
  padding-bottom: 0;
}
#home #slider .flexslider .slides li:first-child {
  display: block;
}
#home #slider .flexslider .slides a:hover {
  opacity: 1;
}
#home #slider .flex-direction-nav {
  display: block;
  position: absolute;
  top: 48%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home #slider .flex-direction-nav {
    top: unset;
    bottom: -50px;
    right: 0;
  }
}
#home #slider .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -38px;
}
@media only screen and (max-width: 768px) {
  #home #slider .flex-direction-nav .flex-nav-prev {
    left: unset;
    right: 62px;
  }
}
#home #slider .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -38px;
}
@media only screen and (max-width: 768px) {
  #home #slider .flex-direction-nav .flex-nav-next {
    right: 20px;
  }
}
#home #slider .flex-direction-nav a {
  width: 80px;
  height: 80px;
  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;
  left: 0;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 768px) {
  #home #slider .flex-direction-nav a {
    width: 40px;
    height: 40px;
  }
}
#home #slider .flex-direction-nav a::before, #home #slider .flex-direction-nav a::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#home #slider .flex-direction-nav a::before {
  width: 64px;
  height: 64px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px #EBEBEB;
          box-shadow: 0px 3px 8px #EBEBEB;
}
@media only screen and (max-width: 768px) {
  #home #slider .flex-direction-nav a::before {
    width: 32px;
    height: 32px;
  }
}
#home #slider .flex-direction-nav a::after {
  left: 36px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #00A6E9;
  border-right: 2px solid #00A6E9;
}
@media only screen and (max-width: 768px) {
  #home #slider .flex-direction-nav a::after {
    width: 5px;
    height: 5px;
    left: 18px;
  }
}
#home #slider .flex-direction-nav a:hover::before {
  background: #00A6E9;
}
#home #slider .flex-direction-nav a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#home #slider .flex-direction-nav a.flex-prev {
  opacity: 1;
  position: relative;
}
#home #slider .flex-direction-nav a.flex-prev::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#home #slider .flex-direction-nav a.flex-next {
  opacity: 1;
  position: relative;
  right: 0;
}
#home #slider .flex-direction-nav a.flex-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 34px;
}
@media only screen and (max-width: 768px) {
  #home #slider .flex-direction-nav a.flex-next::after {
    left: 16px;
  }
}
#home #slider .slide_btn {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #home #slider .slide_btn {
    padding: 0 20px;
    text-align: left;
    margin-top: 15px;
  }
}
#home #slider .slide_btn a {
  border: 2px solid #0085B9;
  background: unset;
  color: #0085B9;
}
@media only screen and (max-width: 768px) {
  #home #slider .slide_btn a {
    width: 240px;
    font-size: 13px;
    padding: 6px 6px 6px 17px;
    text-align: left;
    border-radius: 7px;
  }
}
#home #slider .slide_btn a::before {
  border: 2px solid #0085B9;
}
@media only screen and (max-width: 768px) {
  #home #slider .slide_btn a::before {
    width: 14px;
    height: 14px;
    right: -86%;
  }
}
@media only screen and (max-width: 768px) {
  #home #slider .slide_btn a::after {
    width: 3px;
    height: 3px;
    left: -2px;
  }
}
#home #slider .slide_btn a:hover {
  background: #0085B9;
  color: #fff;
}
#home #slider .slide_btn a:hover::before {
  border: 2px solid #fff;
  background: #0085B9;
}
#home #slider .slide_btn a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#home .section {
  width: 94%;
  margin: auto;
  display: block;
  max-width: 1024px;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
  #home .section {
    width: 89%;
    max-width: unset;
  }
}
#home .section.wide {
  width: 100%;
  max-width: inherit;
}
#home .section.caution {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #EAEAEA;
  border-right: unset;
  border-left: unset;
  padding: 40px 16px 30px 16px;
  letter-spacing: 0.02em;
  line-height: 1.78;
  margin-top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #home .section.caution {
    display: block;
    margin-top: 40px;
    padding: 20px;
  }
}
#home .section.caution strong {
  color: #EB2626;
}
#home .section.caution .ttl {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  font-weight: bold;
  line-height: 1.6;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #home .section.caution .ttl {
  	font-size: 16px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
#home .section.caution .ttl img {
  width: 62px;
  height: 53px;
	margin: 0 3px 3px 0;
}
@media only screen and (max-width: 768px) {
  #home .section.caution .ttl img {
    width: 53px;
    height: 43px;
  }
}
#home .section.caution .ttl p {
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  #home .section.caution .ttl p {
    margin-left: 14px;
  }
}
#home .section.caution .txt {
  font-size: 15px;
}
#home .section.caution .txt a {
	color: #0085B9;
	text-decoration: underline;
}
#home .section.caution .txt a:hover {
	text-decoration: none;
}
#home .section.catch {
  margin-top: 67px;
}
@media only screen and (max-width: 768px) {
  #home .section.catch {
    margin-top: 37px;
  }
}
#home .section.catch .top_ttl {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .top_ttl {
    font-size: 20px;
  }
}
#home .section.catch .top_ttl span {
  font-size: 37px;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .top_ttl span {
    font-size: 29px;
  }
}
#home .section.catch .catch_wrap {
  background-color: #FAFAFA;
  padding: 84px 0 110px 0;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap {
    padding: 43px 0;
  }
}
#home .section.catch .catch_wrap .catch_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #070707;
  text-align: center;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .catch_ttl {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
#home .section.catch .catch_wrap .catch_ttl img {
  width: 316px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .catch_ttl img {
    width: 225px;
  }
}
#home .section.catch .catch_wrap .table_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  max-width: 968px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .table_contents {
    width: 100%;
    padding: 0 20px;
    margin: auto 20px auto 0;
    max-width: unset;
  }
}
#home .section.catch .catch_wrap .table_contents .table_img {
  background-color: #fff;
  border-radius: 10px;
  width: 17vw;
  max-width: 184px;
  height: 184px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .table_contents .table_img {
    width: 48%;
    height: 121px;
    font-size: 15px;
    max-width: unset;
  }
}
#home .section.catch .catch_wrap .table_contents .table_img:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .table_contents .table_img:nth-child(2n) {
    margin-right: 0;
  }
  #home .section.catch .catch_wrap .table_contents .table_img:nth-child(5n) {
    margin-right: 12px;
  }
  #home .section.catch .catch_wrap .table_contents .table_img:nth-child(10) {
    margin-right: 0;
  }
}
#home .section.catch .catch_wrap .table_contents .table_img img {
  width: 54px;
}
#home .section.catch .catch_wrap .table_contents .table_img p {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .table_contents .table_img p {
    margin-top: 8px;
  }
}
#home .section.catch .catch_wrap .table_contents .table_img_caption {
  width: 19%;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .table_contents .table_img_caption {
    width: 48%;
    margin-right: 0;
  }
}
#home .section.catch .catch_wrap .table_contents .table_img_caption .table_img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .table_contents .table_img_caption .table_img {
    width: 100%;
    margin-bottom: 0;
  }
}
#home .section.catch .catch_wrap .table_contents .small {
  font-size: 10px;
  vertical-align: super;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .table_contents .img05 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-bottom: 0;
  }
  #home .section.catch .catch_wrap .table_contents .img06 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  #home .section.catch .catch_wrap .table_contents .img07 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #home .section.catch .catch_wrap .table_contents .img08 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #home .section.catch .catch_wrap .table_contents .img09 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #home .section.catch .catch_wrap .table_contents .img10 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
#home .section.catch .catch_wrap .table_caption {
  font-size: 14px;
  text-align: center;
	line-height: 1.4;
}
#home .section.catch .catch_wrap .table_caption > span {
	display: inline-block;
	position: relative;
	padding-left: 1.3em;
	text-align: left;
}
#home .section.catch .catch_wrap .table_caption > span::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
#home .section.catch .catch_wrap .table_caption.red {
	color: #f00;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .table_caption {
    text-align: right;
    margin-bottom: 29px;
    margin-top: 10px;
    padding: 0 20px;
  }
}
#home .section.catch .catch_wrap .catch_btn {
  margin: 20px auto 0 auto;
  width: 330px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .catch_btn {
    padding: 0 20px;
    width: 100%;
  }
}
#home .section.catch .catch_wrap .catch_btn a {
  color: #fff;
  background: #00A6E9;
  width: 330px;
  padding: 16px;
}
#home .section.catch .catch_wrap .catch_btn a::before {
  width: 26px;
  height: 26px;
  right: -84%;
}
#home .section.catch .catch_wrap .catch_btn a::after {
  left: -14px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #00A6E9;
  border-right: 2px solid #00A6E9;
}
@media only screen and (max-width: 768px) {
  #home .section.catch .catch_wrap .catch_btn a::after {
    left: -9px;
  }
}
#home .section.catch .catch_wrap .catch_btn a:hover {
  background: #58CDF8;
  opacity: 1;
}
#home .section.catch .catch_wrap .catch_btn a:hover::after {
  border-top: 2px solid #58CDF8;
  border-right: 2px solid #58CDF8;
}
#home .section.login {
  background: -webkit-gradient(linear, left top, right top, from(#00A6E9), to(#77C5E8));
  background: linear-gradient(left, #00A6E9, #77C5E8);
  padding: 60px 2%;
}
@media only screen and (max-width: 768px) {
  #home .section.login {
    padding: 40px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A6E9), to(#77C5E8));
    background: linear-gradient(top, #00A6E9, #77C5E8);
  }
}
#home .section.login .login_wrap {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap {
    width: 100%;
    display: block;
    max-width: unset;
    padding: 0;
  }
}
#home .section.login .login_wrap .circle {
  width: 20vw;
  height: 200px;
  min-width: 200px;
  max-height: 200px;
  background-color: #FFE72C;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px #EBEBEB;
          box-shadow: 0px 2px 4px #EBEBEB;
  margin-right: 4%;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .circle {
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-right: 9px;
    height: 86px;
  }
}
#home .section.login .login_wrap .circle .txt {
  color: #00A6E9;
  font-weight: bold;
  font-size: 39px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .circle .txt {
    font-size: 28px;
  }
}
#home .section.login .login_wrap .circle .txt .border {
  display: inline-block;
  font-size: 20px;
  border-top: 1px solid #00A6E9;
  border-bottom: 1px solid #00A6E9;
  padding: 2px 0;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .circle .txt .border {
    font-size: 16px;
    padding: 4px 0;
    width: 90%;
  }
}
#home .section.login .login_wrap .circle .txt .big {
  font-size: 28px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_area {
    padding: 20px;
  }
}
#home .section.login .login_wrap .login_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner {
    margin-bottom: 10px;
  }
}
#home .section.login .login_wrap .login_btn_inner .login_btn_pink {
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner .login_btn_pink {
    width: 48%;
  }
}
#home .section.login .login_wrap .login_btn_inner .login_btn_pink a {
  background: #EF74B1;
  color: #fff;
  width: 28.5vw;
  padding: 22px;
  max-width: 316px;
  -webkit-box-shadow: 0px 2px 4px #EBEBEB;
          box-shadow: 0px 2px 4px #EBEBEB;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner .login_btn_pink a {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 20px 22px 20px 9%;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}
#home .section.login .login_wrap .login_btn_inner .login_btn_pink a:hover {
  background: #FFA5D2;
}
#home .section.login .login_wrap .login_btn_inner .login_btn_pink a:hover::after {
  border-top: 2px solid #FFA5D2;
  border-right: 2px solid #FFA5D2;
}
#home .section.login .login_wrap .login_btn_inner .login_btn_pink a::before {
  width: 26px;
  height: 26px;
  right: -79%;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner .login_btn_pink a::before {
    right: -69%;
    width: 18px;
    height: 18px;
  }
}
#home .section.login .login_wrap .login_btn_inner .login_btn_pink a::after {
  left: -30px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #EF74B1;
  border-right: 2px solid #EF74B1;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner .login_btn_pink a::after {
    left: -17%;
    width: 3px;
    height: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner .login_btn_blue {
    width: 48%;
  }
}
#home .section.login .login_wrap .login_btn_inner .login_btn_blue a {
  background: #58CDF8;
  color: #fff;
  width: 28.5vw;
  max-width: 316px;
  padding: 22px;
  -webkit-box-shadow: 0px 2px 4px #EBEBEB;
          box-shadow: 0px 2px 4px #EBEBEB;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner .login_btn_blue a {
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 20px 22px 20px 9%;
    max-width: unset;
  }
  @-moz-document url-prefix() {
    #home .section.login .login_wrap .login_btn_inner .login_btn_blue a {
      line-height: 0.9;
    }
  }
}
#home .section.login .login_wrap .login_btn_inner .login_btn_blue a:hover {
  background: #98E3FF;
}
#home .section.login .login_wrap .login_btn_inner .login_btn_blue a:hover::after {
  border-top: 2px solid #98E3FF;
  border-right: 2px solid #98E3FF;
}
#home .section.login .login_wrap .login_btn_inner .login_btn_blue a::before {
  width: 26px;
  height: 26px;
  right: -80%;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner .login_btn_blue a::before {
    right: -69%;
    width: 18px;
    height: 18px;
  }
}
#home .section.login .login_wrap .login_btn_inner .login_btn_blue a::after {
  left: -27px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #58CDF8;
  border-right: 2px solid #58CDF8;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_inner .login_btn_blue a::after {
    left: -17%;
    top: 1px;
    width: 3px;
    height: 3px;
  }
}
#home .section.login .login_wrap .login_btn_movie a {
  background: #FFE72C;
  color: #00A6E9;
  font-size: 16px;
  width: 100%;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 4px #EBEBEB;
          box-shadow: 0px 2px 4px #EBEBEB;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 980px) {
  #home .section.login .login_wrap .login_btn_movie a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_movie a {
    font-size: 13px;
    text-align: left;
  }
  @-moz-document url-prefix() {
    #home .section.login .login_wrap .login_btn_movie a {
      line-height: 0.9;
    }
  }
}
#home .section.login .login_wrap .login_btn_movie a:hover {
  background: #FFF079;
}
#home .section.login .login_wrap .login_btn_movie a:hover::after {
  border-top: 2px solid #FFF079;
  border-right: 2px solid #FFF079;
}
#home .section.login .login_wrap .login_btn_movie a::before {
  background: #00A6E9;
  right: -92%;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_movie a::before {
    right: -86%;
  }
}
#home .section.login .login_wrap .login_btn_movie a::after {
  border-top: 2px solid #FFE72C;
  border-right: 2px solid #FFE72C;
  left: 25px;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_movie a::after {
    left: 0;
  }
}
#home .section.login .login_wrap .login_btn_movie a span {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_movie a span {
    display: inline-block;
  }
}
#home .section.login .login_wrap .login_btn_movie a span::before {
  content: "";
  background: url(../img_top_new/top_icon12.png) no-repeat;
  width: 40px;
  height: 33px;
  position: absolute;
  background-size: contain;
  left: 3px;
  top: -4px;
}
@media only screen and (max-width: 768px) {
  #home .section.login .login_wrap .login_btn_movie a span::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -2px;
    width: 60px;
    height: 42px;
  }
}
#home .section.login.sp .sp_login_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home .section.service {
  margin-top: 104px;
}
@media only screen and (max-width: 768px) {
  #home .section.service {
    margin-top: 50px;
  }
}
#home .section.service .top_ttl small {
  margin-bottom: 13px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #home .section.service .top_ttl small {
    margin-bottom: 0;
  }
}
#home .section.service .service_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 990px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap {
    width: 100%;
    display: block;
    max-width: unset;
  }
}
#home .section.service .service_wrap .ttl {
  padding-bottom: 21px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .ttl {
    margin-bottom: 22px;
  }
}
#home .section.service .service_wrap .ttl .service_ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .ttl .service_ttl {
    font-size: 20px;
  }
}
#home .section.service .service_wrap .ttl .txt {
  font-size: 18px;
  line-height: 1.6;
}
#home .section.service .service_wrap .e-service_btn a {
  color: #fff;
  width: 100%;
  padding: 22px;
}
#home .section.service .service_wrap .e-service {
  background: #FFF5FB;
  border-radius: 10px;
  padding: 48px 40px;
  width: 49%;
  max-width: 485px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service {
    width: 100%;
    padding: 30px 20px;
    max-width: unset;
    display: block;
  }
}
#home .section.service .service_wrap .e-service .ttl {
  border-bottom: 2px solid #FE6B9D;
}
#home .section.service .service_wrap .e-service .ttl .service_ttl {
  color: #F74C86;
}
#home .section.service .service_wrap .e-service .e-service_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .e-service_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home .section.service .service_wrap .e-service .e-service_content .e-service_block {
  max-width: 192px;
  width: 48%;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .e-service_content .e-service_block {
    width: 100%;
    margin-bottom: 18px;
    max-width: unset;
  }
}
#home .section.service .service_wrap .e-service .e-service_content .e-service_block img {
  margin-bottom: 6px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .e-service_content .e-service_block img {
    width: 38%;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
#home .section.service .service_wrap .e-service .e-service_content .e-service_block h4 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .e-service_content .e-service_block h4 {
    font-size: 15px;
  }
}
#home .section.service .service_wrap .e-service .e-service_content .e-service_block p {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .e-service_content .e-service_block p {
    width: 65.86%;
  }
}
#home .section.service .service_wrap .e-service .e-service_content .e-service_block .sp_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home .section.service .service_wrap .e-service .note {
  color: #5F5F5F;
  font-size: 15px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .note {
    font-size: 14px;
    margin-bottom: 27px;
  }
}
#home .section.service .service_wrap .e-service .e-service_btn a {
  background: #EB3371;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .e-service_btn a {
    padding: 19px;
  }
}
#home .section.service .service_wrap .e-service .e-service_btn a:hover {
  background: #F56C9B;
}
#home .section.service .service_wrap .e-service .e-service_btn a:hover::after {
  border-top: 2px solid #F56C9B;
  border-right: 2px solid #F56C9B;
}
#home .section.service .service_wrap .e-service .e-service_btn a::before {
  width: 26px;
  height: 26px;
  right: -86%;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .e-service_btn a::before {
    width: 20px;
    height: 20px;
    right: -83%;
  }
}
#home .section.service .service_wrap .e-service .e-service_btn a::after {
  left: -11px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #EB3371;
  border-right: 2px solid #EB3371;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .e-service .e-service_btn a::after {
    left: -3%;
    width: 4px;
    height: 4px;
  }
}
#home .section.service .service_wrap .menu {
  background: #F2FFF9;
  border-radius: 10px;
  padding: 50px 40px;
  max-width: 485px;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .menu {
    width: 100%;
    margin-top: 20px;
    padding: 30px 20px;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#home .section.service .service_wrap .menu .ttl {
  border-bottom: 2px solid #3BB289;
}
#home .section.service .service_wrap .menu .ttl .service_ttl {
  color: #3BB289;
}
#home .section.service .service_wrap .menu .menu_content {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .menu .menu_content {
    margin-bottom: 30px;
  }
}
#home .section.service .service_wrap .menu .e-service_btn a {
  background: #3BB289;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .menu .e-service_btn a {
    padding: 19px;
  }
}
#home .section.service .service_wrap .menu .e-service_btn a:hover {
  background: #73CEAF;
}
#home .section.service .service_wrap .menu .e-service_btn a:hover::after {
  border-top: 2px solid #73CEAF;
  border-right: 2px solid #73CEAF;
}
#home .section.service .service_wrap .menu .e-service_btn a::before {
  width: 26px;
  height: 26px;
  right: -86%;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .menu .e-service_btn a::before {
    width: 20px;
    height: 20px;
    right: -83%;
  }
}
#home .section.service .service_wrap .menu .e-service_btn a::after {
  left: -11px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3BB289;
  border-right: 2px solid #3BB289;
}
@media only screen and (max-width: 768px) {
  #home .section.service .service_wrap .menu .e-service_btn a::after {
    left: -3%;
    width: 4px;
    height: 4px;
  }
}
#home .section.plan {
  margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan {
    margin-top: 47px;
  }
}
#home .section.plan .plan_bg {
  background: #FAFAFA;
  /*padding: 135px 0 117px 0;*/
	padding: 60px 0 117px 0;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_bg {
    padding: 40px 20px 50px 20px;
  }
}
#home .section.plan .plan_wrap {
  width: 94%;
  margin: auto;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_main {
  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;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_main {
    width: 100%;
    max-width: unset;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block {
  max-width: 475px;
  width: 47.5%;
  /*margin-bottom: 96px;*/
	margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block {
    width: 100%;
    margin-bottom: 40px;
		/*
    height: 100%;
    min-height: 100vw;
		*/
    max-width: unset;
  }
	#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange {
    margin-bottom: 40px;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .lead {
  font-size: 22px;
  font-weight: bold;
  padding: 14px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .lead .sml {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
@media only screen and (max-width: 980px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .lead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .lead {
    font-size: 17px;
    padding: 15px;
    margin-bottom: 10px;
  }
	#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .lead {
    padding: 15px 5px;
		letter-spacing: -.05em;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents {
  position: relative;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 {
  position: relative;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01::before {
  content: "";
  width: 315px;
  height: 96px;
  position: absolute;
  background-size: contain;
  left: 1px;
  top: 1px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01::before {
    width: 290px;
    height: 88px;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_block_inner02 {
  border-radius: 10px;
  z-index: 0;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px #EBEBEB;
          box-shadow: 0px 3px 6px #EBEBEB;
  overflow: hidden;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_circle {
  max-width: 166px;
  max-height: 166px;
  min-width: 140px;
  min-height: 140px;
  width: 13vw;
  height: 13vw;
  border-radius: 50%;
  position: relative;
  position: absolute;
  bottom: -26px;
  left: -30px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_circle {
    border-radius: 0 10px 0 10px;
    bottom: 0;
    left: 0;
    width: 42%;
    height: 29%;
    line-height: 1.2;
    max-width: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_circle .txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_circle .txt {
    font-size: 15px;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_circle .txt .large {
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_circle .txt .large {
    font-size: 22px;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_circle .txt .middle {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .plan_circle .txt .middle {
    font-size: 17px;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .img {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  z-index: 1;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .img img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .list {
  font-size: 15px;
  padding: 10px 20px 10px 35%;
  min-height: 63px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .list {
    display: none;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .list li {
  text-indent: -1em;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .list li::before {
  content: "・";
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 13px;
  position: relative;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 980px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn {
    /*padding: 13px 13px 13px 9vw;*/
  }
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn {
    /*padding: 18px 18px 18px 37%;*/
    font-size: 16px;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn::before, #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -86%;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #00A6E9;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn::before {
    width: 22px;
    height: 22px;
    right: -83%;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn::after {
  left: -2px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a .btn::after {
    width: 4px;
    height: 4px;
    left: -3%;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .plan_block_contents .plan_block_inner01 a:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .list.sp {
  padding-left: 30px;
  margin-top: 12px;
  margin-bottom: 58px;
  font-size: 15px;
  color: #000;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .list.sp li {
  text-indent: -1em;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block .list.sp li::before {
  content: "・";
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .lead {
  background: -webkit-gradient(linear, left top, right top, from(#56C0F0), to(#00A6E9));
  background: linear-gradient(left, #56C0F0, #00A6E9);
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents .plan_block_inner01::before {
  background: url(../img_top_new/top_img07.png) no-repeat;
  background-size: contain;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents a .plan_block_inner02 {
  border: 2px solid #00A6E9;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents a .plan_circle {
  background-color: #00A6E9;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents a .list {
  background-color: #088EC4;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents a .btn {
  border-top: 2px solid #088EC4;
  color: #00A6E9;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents a .btn {
    border-top: 2px solid #00A6E9;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents a:hover .btn {
  background: #00A6E9;
  color: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents a:hover .btn::before {
  background: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.blue .plan_block_contents a:hover .btn::after {
  border-top: 2px solid #00A6E9;
  border-right: 2px solid #00A6E9;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .lead {
  background: -webkit-gradient(linear, left top, right top, from(#94CD6D), to(#1EAA39));
  background: linear-gradient(left, #94CD6D, #1EAA39);
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents .plan_block_inner01::before {
  background: url(../img_top_new/top_img09.png) no-repeat;
  background-size: contain;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a .plan_block_inner02 {
  border: 2px solid #1EAA39;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a .plan_circle {
  background-color: #1EAA39;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a .list {
  background-color: #238B37;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a .btn {
  border-top: 2px solid #238B37;
  color: #1EAA39;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a .btn {
    border-top: 2px solid #1EAA39;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a .btn::before {
  background: #1EAA39;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a:hover .btn {
  background: #1EAA39;
  color: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a:hover .btn::before {
  background: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.green .plan_block_contents a:hover .btn::after {
  border-top: 2px solid #1EAA39;
  border-right: 2px solid #1EAA39;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple {
  /*margin-bottom: 0;*/
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple {
    margin-bottom: 40px;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .lead {
  background: -webkit-gradient(linear, left top, right top, from(#CA6AA5), to(#B74090));
  background: linear-gradient(left, #CA6AA5, #B74090);
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: .1em;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .plan_block_contents .plan_block_inner01::before {
  background: url(../img_top_new/top_img11.png) no-repeat;
  background-size: contain;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .plan_block_contents a .plan_block_inner02 {
  border: 2px solid #B74090;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .plan_block_contents a .btn {
  border-top: 2px solid #B74090;
  color: #B74090;
  padding: 13px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .plan_block_contents a .btn {
    padding: 18px;
  }
	#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .lead {
		font-size: 17px;
		line-height: 1.5;
	}
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .plan_block_contents a .btn::before {
  background: #B74090;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .plan_block_contents a:hover .btn {
  background: #B74090;
  color: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .plan_block_contents a:hover .btn::before {
  background: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.purple .plan_block_contents a:hover .btn::after {
  border-top: 2px solid #B74090;
  border-right: 2px solid #B74090;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange {
  /*margin-bottom: 0;*/
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .lead {
  background: -webkit-gradient(linear, left top, right top, from(#F4A546), to(#ED7700));
  background: linear-gradient(left, #F4A546, #ED7700);
	line-height: 1.5;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .plan_block_contents .plan_block_inner01::before {
  background: url(../img_top_new/top_img13.png) no-repeat;
  background-size: contain;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .plan_block_contents a .plan_block_inner02 {
  border: 2px solid #ED7700;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .plan_block_contents a .btn {
  border-top: 2px solid #ED7700;
  color: #ED7700;
  padding: 13px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .plan_block_contents a .btn {
    padding: 18px;
  }
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .plan_block_contents a .btn::before {
  background: #ED7700;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .plan_block_contents a:hover .btn {
  background: #ED7700;
  color: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .plan_block_contents a:hover .btn::before {
  background: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.orange .plan_block_contents a:hover .btn::after {
  border-top: 2px solid #ED7700;
  border-right: 2px solid #ED7700;
}
/* yellow start */
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow {
  margin-bottom: 0;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .lead {
  background: linear-gradient(to right, #fdd300 0%, #e8aa00 60%);
	line-height: 1.5;
	text-shadow: 1px 1px 3px #d37100,
							 -1px -1px 3px #d37100,
							 0 0 3px #d37100;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents .plan_block_inner01::before {
  background: url("../img_top_new/top_img_ohisama_logo.png?date=20240823") no-repeat;
  background-size: contain;
	top: 0;
	left: 0;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a .plan_block_inner02 {
  border: 2px solid #e8aa00;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a .btn {
  border-top: 2px solid #e8aa00;
  color: #e8aa00;
  padding: 13px;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a .btn > span {
  color: #000;
	font-size: 14px;
	font-weight: normal;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a:hover .btn > span {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a .btn {
    padding: 18px;
  }
	#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a .btn > span {
		font-size: 13px;
		display: block;
	}
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a .btn::before {
  background: #e8aa00;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a:hover .btn {
  background: #e8aa00;
  color: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a:hover .btn::before {
  background: #fff;
}
#home .section.plan .plan_wrap .plan_block_wrap .plan_block.yellow .plan_block_contents a:hover .btn::after {
  border-top: 2px solid #e8aa00;
  border-right: 2px solid #e8aa00;
}
/* yellow end */
#home .section.plan .plan_wrap .plan_sub_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 170px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap {
    width: 100%;
    margin-top: 60px;
    max-width: unset;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead01 {
  max-width: 993px;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .lead01 {
    width: 100%;
    margin-bottom: 17px;
    max-width: unset;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead01 span {
  border-right: 1px solid #fff;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead01 span:last-child {
  border-right: none;
}
#home .section.plan .plan_wrap .plan_sub_wrap .arrow {
  font-weight: bold;
  color: #020202;
  font-size: 22px;
  background: url(../img_top_new/top_icon13.png) no-repeat;
  background-size: contain;
  background-position: center -73px;
  padding-bottom: 150px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .arrow {
    padding-bottom: 100px;
    background-position: center -40px;
  font-size: 18px;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 {
  margin-bottom: 90px;
  max-width: 928px;
  width: 100%;
  margin: -30px auto auto;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .lead02 {
    width: 100%;
    margin: -20px auto auto;
    max-width: unset;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 hr {
  border-top: 1px solid #EAEAEA;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 h3 {
  font-weight: bold;
  color: #00A6E9;
  font-size: 32px;
  text-align: center;
  padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .lead02 h3 {
    font-size: 22px;
    text-align: left;
    padding-bottom: 10px;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 ul {
  padding: 0 50px;
  margin-top: 30px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .lead02 ul {
    padding: 0 20px;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 ul li {
  font-size: 16px;
  color: #000000;
  list-style: disc;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .lead02 ul li {
    font-size: 15px;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 ul li a {
  color: #00A6E9;
  border-bottom: 1px solid #00A6E9;
  padding-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .lead02 ul li a {
    padding-bottom: 1px;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 {
	font-size: 16px;
	line-height: 1.8;
  color: #000000;
	padding: 0 50px;
  margin-top: 30px;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 a {
	color: #00A6E9;
	border-bottom: 1px solid #00A6E9;
	padding-bottom: 2px;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 ul {
	margin-top: 0;
	padding: 0;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 ul li {
	position: relative;
	padding-left: 1.3em;
	list-style: none;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 {
		font-size: 15px;
		padding: 0;
	}
	#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 a {
		padding-bottom: 1px;
	}
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .green-plan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  width: 100%;
  max-width: 951px;
  margin: 93px auto auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .green-plan .green-plan_wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 46px;
    max-width: unset;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .green-plan_wrap:hover .txt .green-plan_btn {
  background: #fff;
  color: #308E56;
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .green-plan_wrap:hover .txt .green-plan_btn::before {
  background: #fff;
  border: 2px solid #308E56;
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .green-plan_wrap:hover .txt .green-plan_btn::after {
  border-top: 2px solid #308E56;
  border-right: 2px solid #308E56;
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt {
  background: #308E56;
  border: 2px solid #308E56;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 5% 6.4% 5% 6.4%;
  max-width: 476px;
  min-width: 384px;
  width: 36vw;
  line-height: 1.8;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    padding: 25px;
    text-align: center;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt p {
  margin-bottom: 19px;
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt .green-plan_btn {
  background: #308E56;
  color: #fff;
  border: 2px solid #fff;
  max-width: 356px;
  width: 100%;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt .green-plan_btn {
    width: 100%;
    padding: 13px;
    max-width: unset;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt .green-plan_btn::before, #home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt .green-plan_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -88%;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt .green-plan_btn::before, #home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt .green-plan_btn::after {
    right: -86%;
  }
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt .green-plan_btn::before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #308E56;
  border: 2px solid #fff;
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .txt .green-plan_btn::after {
  left: -1px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home .section.plan .plan_wrap .plan_sub_wrap .green-plan .img {
  background: #fff;
  border: 2px solid #308E56;
  padding: 5% 4.3%;
  border-radius: 0 10px 10px 0;
  max-width: 476px;
  min-width: 334px;
  width: 36vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #home .section.plan .plan_wrap .plan_sub_wrap .green-plan .img {
    border-radius: 10px 10px 0 0;
    padding: 40px 45px;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}
#home .section.time-service {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  #home .section.time-service {
    margin-top: 47px;
  }
}
#home .section.time-service .lead {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  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;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  #home .section.time-service .lead {
    font-size: 16px;
  }
}
#home .section.time-service .lead::before, #home .section.time-service .lead::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  #home .section.time-service .lead::before, #home .section.time-service .lead::after {
    height: 50px;
  }
}
#home .section.time-service .lead::before {
  margin-right: 20px;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
#home .section.time-service .lead:after {
  margin-left: 20px;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
#home .section.time-service .time-service_block {
  width: 722px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #home .section.time-service .time-service_block {
    width: 100%;
  }
}
#home .section.time-service .time-service_block a {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  display: block;
}
#home .section.time-service .time-service_block a:hover {
  opacity: 0.6;
}
#home .section.time-service .time-service_block a img {
  -webkit-box-shadow: 0px 3px 6px #EBEBEB;
          box-shadow: 0px 3px 6px #EBEBEB;
  border-radius: 10px;
}
#home .section.procedure {
  margin-top: 107px;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure {
    margin-top: 57px;
  }
}
#home .section.procedure .top_ttl {
  margin-bottom: 7px;
  padding-bottom: 24px;
}
#home .section.procedure .top_ttl::after {
  content: none;
}
#home .section.procedure .procedure_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 77.6%;
  margin: 0 auto 120px auto;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn_wrap {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
#home .section.procedure .procedure_btn_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00A6E9;
  border-radius: 10px;
  padding: 34px;
  width: 48.8%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn_wrap a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 24px 20px;
  }
}
#home .section.procedure .procedure_btn_wrap a::before, #home .section.procedure .procedure_btn_wrap a::after {
  position: absolute;
  top: 0;
  bottom: -72%;
  left: 0;
  right: -88%;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn_wrap a::before, #home .section.procedure .procedure_btn_wrap a::after {
    right: -89%;
    bottom: -68%;
  }
}
#home .section.procedure .procedure_btn_wrap a::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #00A6E9;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn_wrap a::before {
    width: 20px;
    height: 20px;
  }
}
#home .section.procedure .procedure_btn_wrap a::after {
  left: -4px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn_wrap a::after {
    width: 4px;
    height: 4px;
    left: -3px;
  }
}
#home .section.procedure .procedure_btn_wrap a:hover {
  opacity: 0.6;
}
#home .section.procedure .procedure_btn_wrap a.procedure_btn_block .img {
  text-align: center;
}
#home .section.procedure .procedure_btn_wrap a.procedure_btn_block .img img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
	#home .section.procedure .procedure_btn_wrap a.procedure_btn_block .img {
		width: 20%;
	}
	#home .section.procedure .procedure_btn_wrap a.procedure_btn_block .img img {
    width: 100%;
  }
}
/*
@-moz-document url-prefix() {
  @media only screen and (max-width: 768px) {
    #home .section.procedure .procedure_btn_wrap a.procedure_btn_block .img {
      width: 30%;
    }
  }
  #home .section.procedure .procedure_btn_wrap a.procedure_btn_block .img img {
    transform-origin: 0 0;
    transform: scale(0.5) translateX(50%) translateY(16%);
    margin-bottom: -50px;
  }
  @media only screen and (max-width: 768px) {
    #home .section.procedure .procedure_btn_wrap a.procedure_btn_block .img img {
      transform-origin: 0 0;
      transform: scale(0.4) translateX(0%) translateY(7%);
      margin-bottom: -70px;
    }
  }
}
*/
#home .section.procedure .procedure_btn_wrap a.procedure_btn_block .txt {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000;
  margin-top: 8px;
  position: relative;
  display: inline;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn_wrap a.procedure_btn_block .txt {
    padding-left: 10%;
    font-size: 17px;
    text-align: left;
  }
}
/*
@-moz-document url-prefix() {
  @media only screen and (max-width: 768px) {
    #home .section.procedure .procedure_btn_wrap a.procedure_btn_block .txt {
      padding-left: 0;
    }
  }
}
*/
#home .section.procedure .procedure_btn_wrap a.procedure_btn_block .txt.blank {
  padding-left: 26px;
}
/*
@-moz-document url-prefix() {
  @media only screen and (max-width: 768px) {
    #home .section.procedure .procedure_btn_wrap a.procedure_btn_block .txt.blank {
      padding-left: 0;
    }
  }
}
*/
#home .section.procedure .procedure_btn_wrap a.procedure_btn_block .txt .blank::before {
  content: "";
  background: url(../img_top_new/top_icon18.png) no-repeat;
  width: 26px;
  height: 24px;
  position: absolute;
  background-size: contain;
  left: -15px;
  top: 4px;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn_wrap a.procedure_btn_block .txt .blank::before {
    left: unset;
    top: unset;
    width: 20px;
    height: 17px;
    margin-left: 5px;
    margin-top: 4px;
  }
}
#home .section.procedure .procedure_btn_wrap02 {
  margin-bottom: 67px;
}
#home .section.procedure .procedure_btn_wrap02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  height: 73px;
  padding: 10px 12px;
  background: #F2F8FA;
  text-align: left;
  line-height: 1.3;
  -webkit-transition-property: border-radius, background-color, color;
  transition-property: border-radius, background-color, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  font-size: 16px;
  margin-bottom: 10px;
}
#home .section.procedure .procedure_btn_wrap02 a:hover {
  background: #00A6E9;
  color: #fff;
}
#home .section.procedure .procedure_btn_wrap02 a:hover figure img:nth-child(2) {
  opacity: 1;
}
#home .section.procedure .procedure_btn_wrap02 a:hover .arrow:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#home .section.procedure .procedure_btn_wrap02 a figure {
  position: relative;
  margin-right: 10px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home .section.procedure .procedure_btn_wrap02 a figure img {
  display: block;
  margin: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#home .section.procedure .procedure_btn_wrap02 a figure img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#home .section.procedure .procedure_btn_wrap02 a .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#home .section.procedure .procedure_btn_wrap02 a .arrow::before {
  content: "";
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
#home .section.procedure .procedure_btn_wrap02 a._blank::after {
	content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background: url("../common/images/icon_blank_g.svg") no-repeat 0 0 / 100% auto;
	vertical-align: 0;
	margin-left: .4em;
}
#home .section.procedure .procedure_btn {
  text-align: center;
  margin-bottom: 84px;
}
#home .section.procedure .procedure_btn a {
  background: #00A6E9;
  color: #fff;
  width: 356px;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn a {
    width: 100%;
    padding: 19px;
  }
}
#home .section.procedure .procedure_btn a::before {
  right: -87%;
  background: #00A6E9;
  border: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn a::before {
    right: -82%;
    background: #fff;
  }
}
#home .section.procedure .procedure_btn a::after {
  left: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  #home .section.procedure .procedure_btn a::after {
    left: -4%;
    border-top: 2px solid #00A6E9;
    border-right: 2px solid #00A6E9;
  }
}
#home .section.procedure .procedure_btn a:hover {
  background: #fff;
  color: #00A6E9;
}
#home .section.procedure .procedure_btn a:hover::before {
  background: #fff;
  border: 2px solid #00A6E9;
}
#home .section.procedure .procedure_btn a:hover::after {
  border-top: 2px solid #00A6E9;
  border-right: 2px solid #00A6E9;
}
#home .section .news-area {
  width: 758px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area {
    width: 100%;
  }
}
#home .section .news-area.pdb {
  padding-bottom: 80px;
}
#home .section .news-area h3 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #0f0f0f;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area h3 {
    font-size: 18px;
  }
}
#home .section .news-area .date-list {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area .date-list {
    margin-top: 0;
  }
}
#home .section .news-area .date-list li {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 2px solid #EAEAEA;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area .date-list li {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
#home .section .news-area .date-list li:last-child {
  border-bottom: none;
}
#home .section .news-area .date-list li .date {
  font-size: 15px;
  display: inline-block;
  width: 140px;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area .date-list li .date {
    display: block;
    width: 100%;
  }
}
#home .section .news-area .date-list li .txt {
  font-size: 16px;
  line-height: 1.7;
  width: calc(100% - 140px);
}
@media only screen and (max-width: 768px) {
  #home .section .news-area .date-list li .txt {
    font-size: 15px;
    width: 100%;
  }
}
#home .section .news-area .date-list li a,
#home .section .news-area .date-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area .date-list li a,
	#home .section .news-area .date-list li > div {
    display: block;
  }
}
#home .section .news-area .date-list li a:hover {
  color: #00A6E9;
}
#home .section .news-area .grad-wrap {
  position: relative;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
#home .section .news-area .grad-wrap.can-toggle {
  height: 365px;
  /*隠した後の高さ*/
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area .grad-wrap.can-toggle {
    height: 430px;
  }
}
#home .section .news-area .grad-wrap::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80px;
  /*グラデーションで隠す高さ*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
  visibility: hidden;
}
#home .section .news-area .grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  width: 309px;
  height: 62px;
  border-radius: 10px;
  background: #fff;
  color: #000000;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 6px #EBEBEB;
          box-shadow: 0px 3px 6px #EBEBEB;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area .grad-trigger {
    height: 60px;
  }
}
#home .section .news-area .grad-trigger:hover {
  opacity: 0.6;
}
#home .section .news-area .grad-trigger::before {
  background: url(../img_top_new/news_btn_icon.png) no-repeat;
  content: "";
  width: 26px;
  height: 26px;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .section .news-area .grad-trigger::after {
  content: "もっとみる";
  /*クリック前のボタンのラベル*/
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#home .section .news-area .grad-trigger.is-show::after {
  content: "閉じる";
}
#home .section .news-area .grad-trigger.is-show::before {
  background: url(../img_top_new/news_btn_icon_on.png) no-repeat;
  background-size: contain;
}
#home .section .news-area .grad-trigger.is-show + .grad-item::before {
  display: none;
}
#home .section .news-area .grad-wrap.can-toggle .grad-trigger {
  visibility: visible;
}
#home .section .news-area .grad-wrap.can-toggle::before {
  visibility: visible;
}
#home .section .news-area .grad-item {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #home .section .news-area .grad-item {
    padding-bottom: 70px;
  }
}
#home .section.news {
  background: #FAFAFA;
  padding: 74px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #home .section.news {
    padding: 47px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #home .section.news .news-area {
    width: 89%;
  }
}
#home .section.news h3 {
  margin-bottom: -8px;
}
#home .section.news .grad-wrap.can-toggle {
  height: 335px;
  /*隠した後の高さ*/
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #home .section.news .grad-wrap.can-toggle {
    height: 430px;
  }
}
#home .section.news .grad-wrap::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), color-stop(50%, rgba(250, 250, 250, 0.9)), color-stop(50%, rgba(250, 250, 250, 0.9)), to(#FAFAFA));
  background: linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.9) 50%, rgba(250, 250, 250, 0.9) 50%, #FAFAFA 100%);
}

#home .section.pricerevision {
	margin-top: 70px;
}
#home .section.pricerevision a {
	display: block;
	background: #E3F2FF;
	color: #231815;
	font-size: 15px;
	text-align: center;
	border-top: 3px solid #003067;
	border-bottom: 3px solid #003067;
	padding: 24px 60px;
	transition: .5s;
	position: relative;
}
#home .section.pricerevision a::before,
#home .section.pricerevision a::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
#home .section.pricerevision a::before {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #003067;
	background: #fff;
	right: 30px;
}
#home .section.pricerevision a::after {
	width: 6px;
	height: 6px;
	border-top: 2px solid #003067;
	border-right: 2px solid #003067;
	transform: rotate(45deg);
	right: 40px;
}
#home .section.pricerevision a:hover {
	background: #C7E5FF;
}
#home .section.pricerevision a:hover::before {
	background: #003067;
}
#home .section.pricerevision a:hover::after {
	border-color: #fff;
}
#home .section.pricerevision .pricerevision_tit {
	color: #003067;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .05em;
	margin-bottom: .4em;
}
@media only screen and (max-width: 768px) {
  #home .section.pricerevision {
		margin-top: 40px;
	}
	#home .section.pricerevision a {
		font-size: 13px;
		text-align: left;
		padding: 15px 40px 15px 15px;
	}
	#home .section.pricerevision a::before {
		width: 18px;
		height: 18px;
		right: 10px;
	}
	#home .section.pricerevision a::after {
		width: 4px;
		height: 4px;
		right: 19px;
	}
	#home .section.pricerevision .pricerevision_tit {
		font-size: 19px;
	}
	
	
	
}

#home .att_box {
	font-size: 16px;
	background: #FAE3E6;
	color: #231815;
	width: 94%;
	max-width: 1000px;
	padding: 20px 30px;
	margin: 0 auto 60px;
}
#home .att_box a {
	color: #005bac;
	text-decoration: underline;
}
#home .att_box a:hover {
	text-decoration: none;
}
#home .att_tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .3em;
}
#home .list > li {
	position: relative;
	padding-left: 1.3em;
}
#home .list > li + li {
	margin-top: .2em;
}
#home .list > li::before {
	position: absolute;
	top: 0;
	left: 0;
}
#home .list.sml_dot > li::before {
	content: "・";
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 ul.list.custom_3 li {
	padding-left: 3.3em;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 ul.list.custom_3.fs_small li {
	font-size: 14px;
	line-height: 1.6;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 ul.list.custom_3 li::before {
	content: none;
}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 ul.list.custom_3 li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
#home .list.kome > li::before,
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 .att_box2 ul.list.kome li::before {
	content: "※";
}
#home .fs_xsmall {font-size:80%;}
#home .fs_small {font-size:90%;}
#home .section.plan .plan_wrap .plan_sub_wrap .lead02 ul.fs_xsmall li {
	font-size: 14px;
	line-height: 1.6;
}

@media only screen and (max-width: 768px) {
	#home .att_box {
		font-size: 14px;
		padding: 15px 3%;
		margin-bottom: 40px;
	}
	#home .att_tit {
		font-size: 16px;
	}
}

#home .section.caution {
	display: block;
	text-align: center;
	padding: 10px;
	margin-top: 30px;
	border: 2px solid #ccc;
	background: #fff;
	color: #231815;
}
#home .section.caution div.ttl {
	/*color: #EB2626;*/
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
#home .section.caution a.ttl img {
	width: 50px;
	height: auto;
	margin-right: 15px;
}
#home .section.caution a.ttl:hover {
	background: #FFF5FB;
}
#home .section.caution a.blue {
	color: #005bac;
}
@media only screen and (max-width: 768px) {
  #home .section.caution {
		margin-top: 20px;
  }
	#home .section.caution a.ttl {
		font-size: 14px;
		border-width: 1px;
	}
}

#home .section.plan .plan_att {
	width: 100%;
	max-width: 928px;
	margin: -30px auto 0;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	background: #fff;
	color: #000;
	padding: 40px;
}
#home .section.plan .plan_att a {
	color: #00a6e9;
	text-decoration: underline;
	/*
	border-bottom: 1px solid #00a6e9;
	padding-bottom: .1em;
	*/
}
#home .section.plan .plan_att a:hover {
	text-decoration: none;
}
#home .section.plan .plan_att .red {
	color: #f00;
}
#home .section.plan .plan_att .fs_large {
	font-size: 110%;
}
#home .section.plan .plan_att_tit {
	background: #777;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding: .5em 1em;
	margin-bottom: .75em;
}
#home .section.plan .plan_att_lead {
	color: #777;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
#home .section.plan .plan_att_stit {
	background: #777;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	padding: .5em 1em;
	margin: .75em 0 .5em;
}
#home .section.plan .list.smldot > li::before {
	content: "・";
}
#home .section.plan .list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
#home .section.plan .list.custom_3 > li {
	padding-left: 3.3em;
}

@media only screen and (max-width: 768px) {
	#home .section.plan .plan_att {
		margin-top: -20px;
		padding: 0 0 20px;
	}
	#home .section.plan .plan_att_tit {
		font-size: 18px;
		border-radius: 10px 10px 0 0;
	}
	#home .section.plan .plan_att_lead {
		font-size: 16px;
		padding: 0 4%;
	}
	#home .section.plan .plan_att_stit {
		font-size: 16px;
		border-radius: 0;
	}
	#home .section.plan .plan_att_stit ~ * {
		padding: 0 4%;
	}
  
}



