/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
/* ---------------------------
 #Animetion
--------------------------- */
@-webkit-keyframes fuwafuwa {
  0% {
    position: relative;
    top: 0px; }
  100% {
    position: relative;
    top: 5px; } }

@keyframes fuwafuwa {
  0% {
    position: relative;
    top: 0px; }
  100% {
    position: relative;
    top: 5px; } }

@-webkit-keyframes bottomin {
  0% {
    opacity: 0;
    position: relative;
    bottom: -800px; }
  80% {
    opacity: 1.0;
    position: relative;
    bottom: 0px; }
  90% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes bottomin {
  0% {
    opacity: 0;
    position: relative;
    bottom: -800px; }
  80% {
    opacity: 1.0;
    position: relative;
    bottom: 0px; }
  90% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  90% {
    opacity: 1.0;
    filter: alpha(opacity=100); }
  100% {
    opacity: 1.0;
    filter: alpha(opacity=100); } }

@keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  90% {
    opacity: 1.0;
    filter: alpha(opacity=100); }
  100% {
    opacity: 1.0;
    filter: alpha(opacity=100); } }

@-webkit-keyframes opacity0 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes opacity0 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes popin {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1); }
  70% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1); }
  80% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.3); }
  100% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1); } }

@keyframes popin {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.1); }
  70% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1); }
  80% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.3); }
  100% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    transform: scale(1); } }

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1); }
  45% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  55% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes pop {
  0% {
    transform: scale(1); }
  45% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  55% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0; } }

@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.8; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

/* ---------------------------
 #Slide
--------------------------- */
.home-slide {
  position: relative; }
  .home-slide .slider {
    opacity: 0;
    transition: opacity .3s linear; }
  .home-slide .slider.slick-initialized {
    opacity: 1; }
  .home-slide .slide-icon {
    position: absolute;
    left: 10%;
    top: 25%;
    z-index: 1000; }
  .home-slide .slide-btn-box {
    max-width: 1201px;
    margin: auto;
    position: relative; }
  .home-slide .slide-btn {
    position: absolute;
    left: 60%;
    bottom: 10%;
    z-index: 1000;
    display: flex;
    justify-content: flex-start; }
    .home-slide .slide-btn a {
      display: block;
      padding: 0.5rem 1rem;
      font-size: 1.4rem;
      color: #fff;
      font-weight: bold;
      border-radius: 0.2rem;
      margin-bottom: 1rem;
      text-decoration: none;
      position: relative; }
    .home-slide .slide-btn.fixed {
      left: 5%; }
    .home-slide .slide-btn .slide-btn-download {
      margin-right: 1rem;
      line-height: 3em; }
      .home-slide .slide-btn .slide-btn-download a {
        background: #009145; }
        .home-slide .slide-btn .slide-btn-download a:hover {
          background: #007145;
          transition: 0.2s; }
        .home-slide .slide-btn .slide-btn-download a .btn-catch {
          padding-left: 40px; }
      .home-slide .slide-btn .slide-btn-download.fixed {
        width: 23em; }
        .home-slide .slide-btn .slide-btn-download.fixed a {
          border-radius: 0.6rem;
          margin-bottom: 6rem;
          padding: 0;
          height: 64px;
          line-height: 64px; }
          .home-slide .slide-btn .slide-btn-download.fixed a:before {
            position: absolute;
            left: 18px;
            top: 10px;
            content: "";
            display: inline-block;
            width: 2em;
            height: 2em;
            background: url(images/home/conne_w_dgn.png) no-repeat;
            background-size: contain; }
    .home-slide .slide-btn .download-catch {
      color: #009145;
      position: absolute;
      top: -2.5em;
      font-size: 20px;
      margin: auto;
      display: block;
      width: 100%; }
    .home-slide .slide-btn .slide-btn-apply a {
      background: #0071bb; }
      .home-slide .slide-btn .slide-btn-apply a:hover {
        background: #004896;
        transition: 0.2s; }
  .home-slide .slide-item {
    position: relative;
    background: #e5e5e5;
    text-align: center;
    min-height: 480px; }
    .home-slide .slide-item img {
      vertical-align: bottom;
      margin: 0 auto; }
    .home-slide .slide-item .slide-img {
      position: relative;
      display: flex;
      align-items: flex-end;
      height: 480px; }
      .home-slide .slide-item .slide-img img {
        display: inline; }
        .home-slide .slide-item .slide-img img.img-fixed-pc {
          display: block !important; }
        .home-slide .slide-item .slide-img img.img-fixed-sp {
          display: none !important; }
    .home-slide .slide-item .slide-text {
      text-align: left;
      position: absolute;
      left: 60%;
      top: 25%; }
      .home-slide .slide-item .slide-text h2 {
        font-size: 2.4rem;
        font-weight: 900;
        line-height: 1.2;
        margin: 1rem 0 3rem auto; }
        .home-slide .slide-item .slide-text h2 .ttl-first {
          color: #545454;
          font-size: 18px; }
        .home-slide .slide-item .slide-text h2 .ttl-second {
          font-size: 30px; }
        .home-slide .slide-item .slide-text h2 .ttl-main {
          font-size: 55px; }
      .home-slide .slide-item .slide-text.fixed {
        left: 5%;
        top: 18%; }
    .home-slide .slide-item.fixed {
      background: #f7f7f7; }
    .home-slide .slide-item .slide-item-box {
      max-width: 1201px;
      margin: auto;
      position: relative; }
  @media only screen and (min-width: 1201px) {
    .home-slide .slide-icon {
      left: 15%; }
    .home-slide .slide-item {
      min-height: 540px; }
      .home-slide .slide-item .slide-img {
        height: 540px; } }
  @media only screen and (max-width: 1200px) {
    .home-slide .slide-icon {
      width: 280px; } }
  @media only screen and (max-width: 1100px) {
    .home-slide .slide-icon {
      left: 5%;
      top: 20%; }
    .home-slide .slide-item .slide-img {
      align-items: flex-start; }
    .home-slide .slide-item .slide-text {
      top: 20%; }
      .home-slide .slide-item .slide-text h2 {
        font-size: 2.2rem; } }
  @media only screen and (max-width: 900px) {
    .home-slide .slide-icon {
      width: 250px; }
    .home-slide .slide-btn a {
      font-size: 1rem; }
    .home-slide .slide-item {
      min-height: 400px; }
      .home-slide .slide-item .slide-img {
        height: 400px; }
      .home-slide .slide-item .slide-text h2 {
        font-size: 1.7rem; } }
  @media only screen and (max-width: 820px) {
    .home-slide .slide-item .slide-text.fixed {
      top: 7%; }
    .home-slide .slide-btn .slide-btn-download.fixed {
      width: 19em; }
    .home-slide .slide-btn-download.fixed a .btn-catch {
      font-size: 1.2rem; }
    .home-slide .slide-btn .slide-btn-download.fixed a:before {
      width: 1.5em;
      top: 17px; }
    .home-slide .slide-item.slick-slide.fixed {
      min-height: 400px; }
    .home-slide .slide-item .slide-img.fixed {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .home-slide .slide-icon {
      width: 150px;
      top: 60px;
      left: 10px; }
    .home-slide .slide-btn {
      left: 0;
      width: 100%;
      justify-content: center;
      bottom: 5px; }
    .home-slide .slide-item .slide-img {
      position: relative;
      display: flex;
      align-items: flex-end; }
      .home-slide .slide-item .slide-img img.img-fixed-sp {
        display: block !important;
        position: absolute;
        top: 3%;
        width: 100%; }
      .home-slide .slide-item .slide-img img.img-fixed-pc {
        display: none !important;
        width: 100%; }
    .home-slide .slide-item .slide-text {
      left: 180px;
      top: 55px; }
      .home-slide .slide-item .slide-text h2 {
        font-size: 1.5rem;
        text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff; }
    .home-slide .slide-item .slide-text.fixed {
      top: 5%; }
    .home-slide .slide-item .slide-text h2 .ttl-main {
      font-size: 33px; }
    .home-slide .slide-btn .slide-btn-download.fixed a {
      margin-bottom: 30px; }
    .home-slide .slide-item.slick-slide.fixed {
      min-height: 480px; }
    .home-slide .slide-item .slide-img.fixed {
      height: 480px;
      max-width: 411px;
      margin: auto; } }

/* ---------------------------
 #home-sec
--------------------------- */
.home-sec {
  position: relative;
  padding: 3rem 0;
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms; }
  .home-sec.scrollin {
    opacity: 1;
    transform: translate(0, 0); }
  @media only screen and (max-width: 899px) {
    .home-sec {
      padding: 2rem 0; } }
  @media only screen and (max-width: 767px) {
    .home-sec {
      padding: 1rem 0; } }
  .home-sec .home-sec-header {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 4rem; }
    .home-sec .home-sec-header h2 {
      font-size: 2.2rem;
      line-height: 2;
      font-weight: 900; }
      @media only screen and (max-width: 899px) {
        .home-sec .home-sec-header h2 {
          font-size: 1.8rem;
          line-height: 1.4; } }
    .home-sec .home-sec-header p {
      font-size: 1.1rem;
      font-weight: 700; }
      @media only screen and (max-width: 899px) {
        .home-sec .home-sec-header p {
          font-size: 1rem; } }
  .home-sec .home-sec-content {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    position: relative; }

.home-sec-btn {
  text-align: center;
  margin: 2rem auto; }
  .home-sec-btn a {
    display: inline-block;
    text-align: center;
    padding: 0.7rem 1.5rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 900;
    background: #009145;
    text-decoration: none;
    border-radius: 0.5rem; }
    .home-sec-btn a:hover {
      background: #007145;
      color: #fff;
      transition: 0.2s; }
    .home-sec-btn a:visited, .home-sec-btn a:focus, .home-sec-btn a:active {
      color: #fff; }

/* ---------------------------
 #home-first
--------------------------- */
.home-first {
  background: #f7f7f7; }
  .home-first .home-first-content {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    background: url(./images/home-slide/fixed_pc_1201.png) right bottom no-repeat;
    background-size: contain;
    min-height: 500px;
    padding: 3rem 0 2rem 0;
    position: relative; }
  .home-first .first-content-txt {
    text-align: left; }
  .home-first .first-content-it-shien {
    border: 2px solid #E91C24;
    color: #E91C24;
    font-weight: bold;
    width: 380px;
    max-width: 100%;
    padding: 3px;
    text-align: center; }
  .home-first .first-content-btn {
    margin-top: 2rem; }
    .home-first .first-content-btn .btn-item {
      margin: 1rem 0;
      position: relative; }
      .home-first .first-content-btn .btn-item a {
        display: inline-block;
        background: #f1911e;
        color: #fff;
        border-radius: 10px;
        padding: 15px;
        position: relative;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        width: 335px;
        max-width: 100%; }
        .home-first .first-content-btn .btn-item a:hover {
          transition: 0.2s; }
      .home-first .first-content-btn .btn-item.btn-document-form .download-catch {
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #009145; }
      .home-first .first-content-btn .btn-item.btn-document-form a {
        background: #009145 url(./images/home/conne_w_dgn.png) 15px center no-repeat;
        background-size: 40px;
        padding: 15px 15px 15px 65px; }
        .home-first .first-content-btn .btn-item.btn-document-form a:hover {
          background-color: #007145; }
      .home-first .first-content-btn .btn-item.btn-apply-form a {
        background: #385d99 url(./images/home/icon_btn-0yen.png) 15px center no-repeat;
        background-size: 40px;
        padding: 15px 15px 15px 65px; }
        .home-first .first-content-btn .btn-item.btn-apply-form a:hover {
          background-color: #2a4674; }
  @media only screen and (max-width: 767px) {
    .home-first .home-first-content {
      background: url(./images/home-slide/fixed_pc_821.png) right 100px no-repeat;
      background-size: contain;
      padding: 1rem 0;
      min-height: 580px; }
    .home-first .first-content-btn {
      position: absolute;
      bottom: 1rem;
      text-align: center;
      width: 100%; }
      .home-first .first-content-btn .btn-item {
        margin: 1rem auto; } }

/* ---------------------------
 #home-sec01
--------------------------- */
.home-sec01 {
  opacity: 1; }
  .home-sec01 .home-sec01-content {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 500ms; }
    .home-sec01 .home-sec01-content .home-sec01-video {
      background: #f7f7f7; }
  .home-sec01.scrollin .home-sec01-content {
    opacity: 1;
    transform: translate(0, 0); }

/* ---------------------------
 #home-sec02
--------------------------- */
.home-sec02 .home-sec02-content .home-sec02-ttl h3 {
  font-size: 1.3rem;
  color: #ffffff;
  background: #f1911e;
  border-radius: 50rem;
  padding: 0.5rem; }

.home-sec02 .home-sec02-content .home-sec02-item {
  padding: 1rem 0; }
  .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-img {
    margin-bottom: 2rem;
    text-align: center; }
  .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-txt {
    margin-bottom: 2rem;
    text-align: left; }
    .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-txt h3 {
      font-size: 1.6rem;
      font-weight: 900;
      margin: 0 0 1rem 0; }
      @media only screen and (max-width: 899px) {
        .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-txt h3 {
          font-size: 1.3rem; } }
    .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-txt .home-sec02-item-name {
      margin-bottom: 0.5rem; }
      .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-txt .home-sec02-item-name .item-name {
        background: #eaeaea;
        padding: 0.1rem 0.5rem;
        margin-right: 0.5rem;
        font-size: 0.9rem; }
    .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-txt .home-sec02-item-description {
      font-size: 1.2rem;
      font-weight: 500; }
      @media only screen and (max-width: 899px) {
        .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-txt .home-sec02-item-description {
          font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
    .home-sec02 .home-sec02-content .home-sec02-item {
      display: flex;
      align-items: flex-start;
      margin: 2rem auto; }
      .home-sec02 .home-sec02-content .home-sec02-item.home-sec02-item02 {
        flex-direction: row-reverse; }
      .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-img {
        width: 58%;
        margin: 1% 1% 2rem 1%; }
      .home-sec02 .home-sec02-content .home-sec02-item .home-sec02-item-txt {
        width: 38%;
        margin: 1% 1% 2rem 1%; } }

.home-sec02 .home-sec02-function {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .home-sec02 .home-sec02-function .home-sec02-function-item {
    border: 1px solid #ccc;
    border-radius: 100rem; }
    .home-sec02 .home-sec02-function .home-sec02-function-item h3 {
      font-weight: 900; }
    .home-sec02 .home-sec02-function .home-sec02-function-item p {
      margin: 0; }
    .home-sec02 .home-sec02-function .home-sec02-function-item:hover {
      border: 3px solid #ccc;
      transition: 0.2s; }
  @media only screen and (max-width: 767px) {
    .home-sec02 .home-sec02-function .home-sec02-function-item {
      width: 160px;
      height: 165px;
      padding: 30px 10px;
      margin: 3px; }
      .home-sec02 .home-sec02-function .home-sec02-function-item h3 {
        font-size: 0.9rem;
        margin: 0 auto 0.5rem auto; }
      .home-sec02 .home-sec02-function .home-sec02-function-item p {
        font-size: 0.7rem; } }
  @media only screen and (min-width: 768px) {
    .home-sec02 .home-sec02-function .home-sec02-function-item {
      width: 220px;
      height: 220px;
      padding: 20px 10px;
      margin: 5px; }
      .home-sec02 .home-sec02-function .home-sec02-function-item p {
        font-size: 0.9rem; } }
  @media only screen and (min-width: 900px) {
    .home-sec02 .home-sec02-function .home-sec02-function-item {
      width: 260px;
      height: 260px;
      padding: 40px 20px;
      margin: 10px; }
      .home-sec02 .home-sec02-function .home-sec02-function-item h3 {
        font-size: 1.2rem; }
      .home-sec02 .home-sec02-function .home-sec02-function-item p {
        font-size: 1rem; } }

/* ---------------------------
 #home-sec03
--------------------------- */
.home-sec03 {
  padding-bottom: 0;
  margin-bottom: 0; }

/* ---------------------------
 #home-sec04
--------------------------- */
.home-sec04 {
  padding-top: 0; }
  .home-sec04 .home-sec04-header {
    margin: 0 auto; }
    .home-sec04 .home-sec04-header h2 {
      font-size: 1.5rem;
      margin: 0 auto 1rem auto;
      color: #666; }
  .home-sec04 .home-sec04-content {
    margin-bottom: 4rem;
    width: 90%; }
  .home-sec04 .home-sec04-list {
    margin: 2rem auto 3rem auto; }

.home-sec04-list .case-pickup-item {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto; }
  .home-sec04-list .case-pickup-item a {
    display: block;
    padding: 1rem 0.5rem;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    margin: 1rem;
    position: relative; }
    .home-sec04-list .case-pickup-item a:hover img {
      transform: scale(1.2);
      transition: 0.5s;
      opacity: 1.0; }
    .home-sec04-list .case-pickup-item a:hover .case-list-item-btn-txt {
      background: #fff;
      transition: 0.5s; }
  .home-sec04-list .case-pickup-item .case-pickup-image {
    text-align: center;
    overflow: hidden;
    background-size: cover; }
    .home-sec04-list .case-pickup-item .case-pickup-image img {
      width: 100%; }
  .home-sec04-list .case-pickup-item .case-pickup-text {
    padding: 0 0 1rem 0;
    text-align: left; }
  .home-sec04-list .case-pickup-item .case-pickup-ttl {
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    background: #fdefde;
    color: #FC6225;
    position: absolute;
    top: 1rem;
    left: 0; }
  .home-sec04-list .case-pickup-item .case-list-item-genre {
    font-size: 0.8rem; }
    .home-sec04-list .case-pickup-item .case-list-item-genre .genre-item {
      padding-right: 0.3rem; }
  .home-sec04-list .case-pickup-item .case-list-item-title {
    margin: 3rem 0 1rem 0;
    border: none;
    padding: 0;
    line-height: 1.2;
    font-size: 1.2rem; }
  .home-sec04-list .case-pickup-item .case-list-item-company {
    font-size: 0.9rem;
    margin: 0.5rem 0; }
  .home-sec04-list .case-pickup-item .case-list-item-genre {
    font-size: 0.8rem; }
    .home-sec04-list .case-pickup-item .case-list-item-genre .genre-item {
      margin: 0 0.3rem 0.2rem 0;
      border: 1px solid #FC6225;
      color: #FC6225;
      border-radius: 50rem;
      display: inline-block;
      padding: 3px 10px;
      line-height: 1; }
  .home-sec04-list .case-pickup-item .case-list-item-cat {
    font-size: 0.8rem; }
    .home-sec04-list .case-pickup-item .case-list-item-cat .cat-item {
      margin: 0 0.3rem 0.2rem 0;
      border: 1px solid #FC6225;
      color: #FC6225;
      border-radius: 50rem;
      display: inline-block;
      padding: 3px 10px;
      line-height: 1; }
  .home-sec04-list .case-pickup-item .case-list-item-btn {
    text-align: center;
    margin: 1rem 0 0 0; }
    .home-sec04-list .case-pickup-item .case-list-item-btn .case-list-item-btn-txt {
      display: inline-block;
      background: #eaeaea;
      color: #f1911e;
      border-radius: 0.5rem;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      padding: 0.3rem 2rem; }
  @media only screen and (min-width: 768px) {
    .home-sec04-list .case-pickup-item a {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      padding: 1rem; }
    .home-sec04-list .case-pickup-item .case-pickup-image {
      width: 400px;
      min-width: 400px;
      min-height: 240px; }
      .home-sec04-list .case-pickup-item .case-pickup-image img {
        width: 400px; }
    .home-sec04-list .case-pickup-item .case-pickup-text {
      width: 800px;
      max-width: 100%;
      padding: 0 1rem 0 0; }
      .home-sec04-list .case-pickup-item .case-pickup-text .case-list-item-title {
        line-height: 1.4;
        font-size: 1.5rem; }
      .home-sec04-list .case-pickup-item .case-pickup-text .case-list-item-btn {
        text-align: left;
        margin: 1rem 0; } }

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home-sec04-list .case-pickup-item .case-pickup-image {
    width: 300px;
    min-width: 300px; }
    .home-sec04-list .case-pickup-item .case-pickup-image img {
      width: 300px; }
  .home-sec04-list .case-pickup-item .case-pickup-text .case-list-item-btn {
    text-align: left;
    margin: 1rem 0; } }

/* ---------------------------
 #home-sec05
--------------------------- */
.home-sec05 .home-sec05-list .home-sec05-item .home-sec05-item-img img {
  border-radius: 100rem; }

.home-sec05 .home-sec05-list .home-sec05-item h3 {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 900; }
  @media only screen and (max-width: 899px) {
    .home-sec05 .home-sec05-list .home-sec05-item h3 {
      font-size: 1rem; } }

@media only screen and (max-width: 899px) {
  .home-sec05 .home-sec05-list .home-sec05-item .home-sec05-item-description {
    font-size: 0.9rem; } }

@media only screen and (min-width: 768px) {
  .home-sec05 .home-sec05-list {
    display: flex;
    align-items: flex-start; }
    .home-sec05 .home-sec05-list .home-sec05-item {
      width: 29%;
      margin: 1% 2% 2rem 2%; } }

/* ---------------------------
 #home-sec06
--------------------------- */
.home-sec06 .home-sec06-content {
  width: 600px;
  max-width: 90%;
  margin: 0 auto; }
  .home-sec06 .home-sec06-content .home-sec06-list .home-sec06-item {
    margin-bottom: 1rem;
    text-align: left;
    border-bottom: 1px solid #eaeaea; }
    .home-sec06 .home-sec06-content .home-sec06-list .home-sec06-item .home-sec06-q {
      padding: 0.5rem 0;
      background: url(./images/home/homesec06-icon01.png) right center no-repeat;
      cursor: pointer; }
      .home-sec06 .home-sec06-content .home-sec06-list .home-sec06-item .home-sec06-q h3 {
        margin: 0; }
    .home-sec06 .home-sec06-content .home-sec06-list .home-sec06-item .home-sec06-a {
      display: none; }
    .home-sec06 .home-sec06-content .home-sec06-list .home-sec06-item.open .home-sec06-q {
      background: url(./images/home/homesec06-icon02.png) right center no-repeat; }
    .home-sec06 .home-sec06-content .home-sec06-list .home-sec06-item.open .home-sec06-a {
      display: block; }

/* ---------------------------
 #home-sec07
--------------------------- */
.home-sec07 .home-sec07-list .home-sec07-item {
  background: #eaeaea;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  position: relative; }
  .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-icon {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    text-align: center; }
    .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-icon span {
      display: inline-block;
      font-size: 1rem;
      font-weight: 900;
      color: #fff;
      background: #b00000;
      border-radius: 5rem;
      padding: 0.1rem 0.6rem 0.2rem 0.6rem; }
  .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-description {
    font-size: 0.9rem; }
  .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-name {
    color: #009145;
    font-size: 2rem;
    font-weight: 900; }
  .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-price {
    font-size: 2rem;
    font-weight: 900; }
    .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-price small {
      font-size: 0.7em;
      vertical-align: bottom; }
  .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-spec .home-sec07-spec-item {
    display: flex;
    padding: 0.5rem 0;
    border-bottom: 1px solid #333;
    text-align: left;
    align-items: center; }
    .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-spec .home-sec07-spec-item .home-sec07-spec-ttl {
      width: 40%;
      font-size: 0.7rem; }
    .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-spec .home-sec07-spec-item .home-sec07-spec-txt {
      width: 60%;
      font-size: 1rem; }
      .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-spec .home-sec07-spec-item .home-sec07-spec-txt .small {
        font-size: 0.8rem; }
  .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-btn {
    padding: 1rem 0; }
    .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-btn a {
      background: #009145;
      padding: 0.3rem 1rem;
      border-radius: 0.5rem;
      color: #fff;
      text-decoration: none;
      font-weight: 700; }
      .home-sec07 .home-sec07-list .home-sec07-item .home-sec07-btn a:hover {
        color: #fff;
        background: #007145;
        transition: 0.2s; }
  .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-personal {
    background: #fff;
    border: 2px solid #00AAEA;
    box-sizing: border-box; }
    .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-personal .home-sec07-name {
      color: #00AAEA; }
    .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-personal .home-sec07-btn a {
      background: #F08819; }
      .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-personal .home-sec07-btn a:hover {
        color: #fff;
        background: #c46500;
        transition: 0.2s; }
  .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-free .home-sec07-name {
    color: #4d4d4d; }
  .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-free .home-sec07-btn a {
    background: #0071bb; }
    .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-free .home-sec07-btn a:hover {
      color: #fff;
      background: #004896;
      transition: 0.2s; }
  .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-red {
    background: #f9eded; }
    .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-red .home-sec07-name {
      color: #b00000; }
    .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-red .home-sec07-btn a {
      background: #b00000; }
      .home-sec07 .home-sec07-list .home-sec07-item.home-sec07-item-red .home-sec07-btn a:hover {
        color: #fff;
        background: #7d0000;
        transition: 0.2s; }

@media only screen and (min-width: 768px) {
  .home-sec07 .home-sec07-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
    .home-sec07 .home-sec07-list .home-sec07-item {
      width: 48%;
      margin: 1% 1% 2rem 1%; } }

@media only screen and (min-width: 900px) {
  .home-sec07 .home-sec07-list .home-sec07-item {
    width: 18%;
    margin: 1% 1% 2rem 1%; } }

.home-sec07 .home-sec07-option {
  background: #eaeaea;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  max-width: 98%;
  margin: 50px auto 0 auto;
  position: relative; }
  .home-sec07 .home-sec07-option:before {
    content: '+';
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: 600; }
  .home-sec07 .home-sec07-option .home-sec07-option-ttl h3 {
    font-size: 1.5rem; }
  .home-sec07 .home-sec07-option .plan-item {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0.7rem auto; }
  .home-sec07 .home-sec07-option .plan-price {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 1rem; }
  .home-sec07 .home-sec07-option .home-sec07-option-note {
    font-size: 0.9rem; }

/* ---------------------------
 #home-sec08
--------------------------- */
.home-sec08 .home-sec08-item {
  background: #eaeaea;
  padding: 1rem 2rem;
  text-align: center;
  margin-bottom: 1rem; }

@media only screen and (min-width: 768px) {
  .home-sec08 .home-sec08-list {
    display: flex;
    align-items: center; }
    .home-sec08 .home-sec08-list .home-sec08-item {
      width: 48%;
      margin: 1% 1% 2rem 1%; } }

/* ---------------------------
 #home-sec09
--------------------------- */
.home-sec09 .home-sec09-header p {
  margin: 0 auto 0.5rem auto; }

.home-sec09 .home-sec09-header h2 {
  margin-top: 0; }

.home-sec09 .home-sec09-list {
  text-align: left; }
  .home-sec09 .home-sec09-list a {
    text-decoration: none; }
  .home-sec09 .home-sec09-list .home-sec09-item-img a {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: #eaeaea; }
    .home-sec09 .home-sec09-list .home-sec09-item-img a img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      margin: 0 auto;
      z-index: 2; }
  .home-sec09 .home-sec09-list .home-sec09-item-ttl h3 {
    margin: 0.5rem 0; }
  .home-sec09 .home-sec09-list .home-sec09-date {
    font-size: 0.8rem; }
  .home-sec09 .home-sec09-list .home-sec09-item-description {
    text-align: justify; }
    .home-sec09 .home-sec09-list .home-sec09-item-description p {
      margin: 0 0 1rem 0; }
  @media only screen and (min-width: 768px) {
    .home-sec09 .home-sec09-list {
      display: flex;
      align-items: flex-start; }
      .home-sec09 .home-sec09-list .home-sec09-item {
        width: 48%;
        margin: 1% 1% 2rem 1%; } }
  @media only screen and (min-width: 901px) {
    .home-sec09 .home-sec09-list .home-sec09-item {
      width: 23%;
      margin: 1% 1% 2rem 1%; } }

/* ---------------------------
 #home-sec10
--------------------------- */
.home-sec10 .home-sec10-content {
  width: 980px;
  max-width: 90%;
  margin: 0 auto; }
  .home-sec10 .home-sec10-content .home-sec10-list ul {
    margin: 0 auto;
    padding: 0; }
    .home-sec10 .home-sec10-content .home-sec10-list ul li {
      list-style: none;
      padding: 0.6rem 0;
      border-bottom: 1px solid #eaeaea;
      text-align: left; }
      .home-sec10 .home-sec10-content .home-sec10-list ul li .rss-date {
        display: block; }
      .home-sec10 .home-sec10-content .home-sec10-list ul li a {
        font-weight: 700; }
      @media only screen and (min-width: 768px) {
        .home-sec10 .home-sec10-content .home-sec10-list ul li {
          display: flex;
          align-items: center; }
          .home-sec10 .home-sec10-content .home-sec10-list ul li .rss-date {
            word-wrap: break-word;
            min-width: 16%; } }

/* ---------------------------
 #home-sec12
--------------------------- */
.home-sec12 .home-sec12-content .app-download-ttl h4 {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  margin: 1rem auto;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem; }

.home-sec12 .home-sec12-content .app-download-ttl .ttl-icon {
  margin-right: 0.5rem; }
  .home-sec12 .home-sec12-content .app-download-ttl .ttl-icon img {
    width: 40px;
    min-width: 40px; }

.home-sec12 .home-sec12-content .app-download-ttl .ttl-new {
  display: inline-block;
  padding: 0 1rem;
  background: #f1911e;
  color: #fff;
  font-size: 0.8rem;
  margin-left: 0.5rem; }

.home-sec12 .home-sec12-content .app-download-ttl p {
  font-size: 1rem; }

.home-sec12 .home-sec12-content .flex-box {
  display: flex;
  align-items: center;
  justify-content: center; }
  .home-sec12 .home-sec12-content .flex-box .box-child {
    margin: 1% 1%; }

.home-sec12 .home-sec12-content .home-sec12-txt {
  font-size: 1.1rem;
  font-weight: 900; }
  .home-sec12 .home-sec12-content .home-sec12-txt a {
    display: block; }
    .home-sec12 .home-sec12-content .home-sec12-txt a img {
      vertical-align: baseline;
      height: 60px;
      width: auto; }

.home-sec12 .home-sec12-content .app01 .app-download-ttl h4 {
  background: #ffead6; }

.home-sec12 .home-sec12-content .app02 {
  margin-top: 2rem; }
  .home-sec12 .home-sec12-content .app02 .app-download-ttl h4 {
    background: #eaeaea; }

@media only screen and (min-width: 768px) {
  .home-sec12 .home-sec12-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .home-sec12 .home-sec12-content .app-download-ttl h4 {
      justify-content: center;
      text-align: center; }
    .home-sec12 .home-sec12-content .home-sec12-img {
      width: 49%; }
    .home-sec12 .home-sec12-content .home-sec12-txt {
      width: 49%; } }

.sp-model-box .sp-model-img {
  text-align: center; }
  .sp-model-box .sp-model-img img {
    width: 280px; }

.sp-model-box .sp-model-txt {
  margin-bottom: 30px; }
  .sp-model-box .sp-model-txt .sp-model-txt-item {
    background: #eaeaea;
    margin: 20px 10px 10px 10px;
    padding: 8px 15px;
    border-radius: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
    position: relative; }
    .sp-model-box .sp-model-txt .sp-model-txt-item:before {
      content: '';
      display: block;
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 15px 10px;
      border-color: transparent transparent #eaeaea transparent; }
    .sp-model-box .sp-model-txt .sp-model-txt-item .icon {
      width: 60px;
      min-width: 60px;
      margin-right: 15px; }

@media only screen and (min-width: 768px) {
  .sp-model-box {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .sp-model-box .sp-model-txt {
      margin-bottom: 0; }
      .sp-model-box .sp-model-txt .sp-model-txt-item {
        margin: 10px 10px 10px 30px;
        font-size: 20px; }
        .sp-model-box .sp-model-txt .sp-model-txt-item:before {
          left: -15px;
          right: auto;
          top: 0;
          bottom: 0;
          margin: auto  0;
          border-width: 10px 15px 10px 0;
          border-color: transparent #eaeaea transparent transparent; } }
