/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

label {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #e84545;
}

a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
li {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #404040;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}


h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.8rem;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */

.wrap {
  max-width: 800px;
  margin: 0 auto;
}

.col_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-90 {
  width: 90%;
}

.col-80 {
  width: 80%;
}

.col-75 {
  width: 75%;
}

.col-60 {
  width: 60%;
}

.col-50 {
  width: 50%;
}

.col-40 {
  width: 40%;
}

.col-33 {
  width: calc(100% / 3)
}

.col-25 {
  width: 25%;
}

.col-20 {
  width: 20%;
}

.col-10 {
  width: 10%;
}

.rev {
  flex-direction: row-reverse;
}

.bg_g {
  background: rgb(245, 245, 245);
}

.area_mv {
  background: url(../images/bg_blue.jpg) no-repeat;
  background-size: cover;
  padding: 125px 0 50px;
}

.area_mv>div>div:nth-child(2)>img {
  max-width: 420px;
  margin: 15px 0 0 0;
}

.area_mv>div>div:nth-child(2)>h1 {
  font-size: 1.2rem;
  letter-spacing: 3px;
  color: #fff;
}

.area_intro {
  background: rgb(245, 245, 245);
}

.area_intro p {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 70px 0;
  line-height: 3rem;
}

.area_about {
  text-align: center;
  padding: 60px 0;
}

.area_about h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_about h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_about h2 span {
  font-size: 1.3rem;
}

.area_about p {
  text-align: left;
  padding: 5px 0;
}

.area_about .wrap:nth-child(1) {
  padding: 0 0 60px;
}

.area_youtube .wrap {
  max-width: 650px;
  margin: 0 auto;
  padding: 50px 0;
}

.area_youtube {
  background: #013c93;
}

.area_youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.area_youtube h2 {
  color: #fff;
  font-size: 1.3rem;
  padding: 0 0 20px;
}

.area_youtube div a {
  padding: 15px 0;
  margin: 20px 0 0;
}

.area_youtube div a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  border: 1px solid;
  text-align: center;
}

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slash::before,
.slash::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  margin: 0px 4px 4px;
}

.slash::before {
  transform: rotate(45deg);
}

.slash::after {
  transform: rotate(-45deg);
}

.area_feature .wrap {
  max-width: inherit;
  margin: inherit;
}

.area_feature .col_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.area_feature .col-50 div {
  margin: 0 40px;
}

.area_feature .col-50 h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.area_feature h2 span {
  font-size: 1.3rem;
  margin: 0 10px 0 0;
  color: #023c93;
  vertical-align: top;
}

.area_feature .col-50 div p {
  margin: 30px 0;
}

.area_feature .col-50>div>a,
.area_feature .col-50>div>ul>li>a {
  /*ボタンの形状*/
  display: block;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  text-align: center;
}

.area_feature .col-50>div>ul>li>a {
  padding: 15px 0;
}

.area_feature .col-50>div>a:hover {
  color: #fff;
  background-position: 99% 50%;
}

.area_feature .col-50>div>a>span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.area_feature .area_btn {
  display: flex;
}

.area_feature .col-50 div li {
  width: 50%;
}

.area_feature .col-50 div li:first-child {
  margin: 0 5px 0 0;
}

.area_feature .col-50 div li:last-child {
  margin: 0 0 0 5px;
}

.area_feature>.wrap>.col_box>.col-50>div>.area_btn>li>a>span::before {
  content: inherit;
}

.area_feature .col-50 div a {
  padding: 15px 0;
}

.area_feature .col-50 li:nth-child(1) a {
  /*ボタンの形状*/
  display: block;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: rgb(251, 144, 28);
  background: linear-gradient(90deg, rgba(251, 144, 28, 1) 0%, rgba(255, 166, 70, 1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;

  text-align: center;
}

.area_use {
  text-align: center;
  padding: 60px 0;
  background: rgb(245, 245, 245);
}

.area_use .col-33 {
  margin: 0 10px;
}

.area_use h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_use h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_use h2 span {
  font-size: 1.3rem;
}

.area_use p {
  text-align: left;
  padding: 0 150px;
}

.area_use h3 {
  font-size: 1.8rem;
  margin: 30px 0;
}

.area_use h3 span {
  font-size: 1.3rem;
  margin: 0 10px 0 0;
  color: #023c93;
}

.area_contact {
  background: #013c93;
  text-align: center;
}

.area_contact .wrap {
  padding: 60px 0;
}

.area_contact h2 {
  padding: 0 0 40px;
  font-size: 1.5rem;
  color: #fff;
}

.area_contact .col-50 a {
  /*ボタンの形状*/
  display: block;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;

  margin: 0 20px;
  text-align: center;
}

.area_contact .col-50:nth-child(1) a {
  background: rgb(251, 144, 28);
  background: linear-gradient(90deg, rgba(251, 144, 28, 1) 0%, rgba(255, 166, 70, 1) 100%);
}

.area_contact .col-50:nth-child(2) a {
  border: 1px solid #fff;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.area_contact .col-50 a:hover {
  color: #fff;
  background-position: 99% 50%;
}

.area_contact .col-50 a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.area_title {
  background: url(../images/bg_blue.jpg) no-repeat;
  background-size: cover;
  padding: 170px 0 100px;
}

.area_title h1 {
  color: #fff;
  line-height: 47px;
  font-size: 3rem;
}

.area_feature-list {
  padding: 60px 0;
  text-align: center;
}

.area_feature-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.area_feature-list ul li {
  width: 24%;
  text-align: left;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
}

.area_feature-list ul li span {
  text-align: center;
}

.area_feature-list a {
  color: #000;
}


.area_feature-list h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_feature-list h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_feature-list h2 span {
  font-size: 1.3rem;
}

.area_function {
  padding: 60px 0;
  text-align: center;
}

.area_function h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_function h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_function h2 span {
  font-size: 1.3rem;
}

.area_function table {
  width: 100%;
  border-collapse: collapse;
}

.area_function table tr {
  border-bottom: solid 2px white;
  position: relative;
}

.area_function table tr:last-child {
  border-bottom: none;
}

.area_function table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #023c93;
  color: white;
  text-align: center;
  padding: 10px;
  line-height: 23px;
}

.area_function table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #023c93;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.area_function table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 15px 30px;
  line-height: 25px;
}

.area_accordion {
  margin: 50px 0;
}

.area_accordion .toggle {
  display: none;
}

.area_accordion .option {
  position: relative;
  margin-bottom: 1em;
}

.area_accordion .title,
.area_accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.area_accordion .title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
}

.area_accordion .title::after,
.area_accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.area_accordion .title::after {
  transform: rotate(90deg);
}

.area_accordion .title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.area_accordion .title span {
  vertical-align: top;
  color: #023c93;
  font-size: 1.2rem;
  margin: 0 10px 0 0;
}

.area_accordion .content {
  max-height: 0;
  overflow: hidden;
}

.area_accordion .content p {
  margin: 0;
  padding: 20px 0;
}

.area_accordion .toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

.area_accordion .toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

.error_message {
  color: red;
  padding: 10px 0 0;
  display: block;
}

.form_btn-area form:nth-child(2) {
  margin: 5px 0 0;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

#iframeBlock {
  height: 100%;
}

#iframeBlock .iframeBody {
  height: 100%;
}

#iframeBlock .iframeBody iframe {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.area_thanks {
  text-align: center;
  padding: 200px 0;
}

.area_thanks h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_thanks h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_thanks h2 span {
  font-size: 1.3rem;
}

.area_thanks p {
  text-align: left;
  padding: 5px 150px;
}

.area_price {
  text-align: center;
  padding: 200px 0;
}

.area_price h2 {
  display: inline-block;
  margin: 0 0 10px;
  line-height: 46px;
}

.area_price h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_company h2 span {
  font-size: 1.3rem;
}

.area_company {
  text-align: center;
  padding: 60px 0;
}

.area_company h2 {
  display: inline-block;
  margin: 0 0 10px;
  line-height: 46px;
}

.area_company h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_company table {
  width: 100%;
  border-collapse: collapse;
}

.area_company table tr {
  border-bottom: solid 2px white;
  position: relative;
}

.area_company table tr:last-child {
  border-bottom: none;
}

.area_company table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #023c93;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.area_company table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #023c93;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.area_company table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 15px 30px;
  line-height: 25px;
}

.area_company p {
  text-align: left;
}

.area_company h2 span {
  font-size: 1.3rem;
}

.area_terms {
  text-align: center;
  padding: 60px 0;
}

.area_terms h2 {
  display: inline-block;
  margin: 40px 0 20px;
}

.area_terms h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_terms h2 span {
  font-size: 1.3rem;
}

.area_terms p,
.area_terms ol li {
  text-align: left;
}

.area_terms ol li {
  font-size: 1rem;
  line-height: 1.8rem;
  word-break: break-all;
  list-style-position: inside;
  padding-left: 0;
}

.area_terms p,
.area_terms ol li {
  padding: 5px 0;
}

.area_movie_list img {
  width: 100%;
}

.area_movie_list h3 {
  margin: 0 0 10px 0;
  line-height: 2.1rem;
}

.area_movie_list .wrap {
  padding: 40px 0;
}

.area_movie_list h3 span {
  font-size: 1.3rem;
  margin: 0 10px 0 0;
  color: #023c93;
  vertical-align: top;
}

.area_movie_list>.wrap>div>a {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.area_movie_list>.wrap>div:last-child>a {
  border-bottom: none;
}

.area_movie_list>.wrap>div>a>div:nth-child(1) {
  min-width: 250px;
  max-width: 250px;
  height: 150px;
}

.area_movie_list>.wrap>div>a>div:nth-child(1)>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area_movie_list>.wrap>div>a>div:nth-child(2) {
  padding: 0 0 0 40px;
}

.area_movie .wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 0;
}

.area_movie {
  background: #013c93;
}

.area_movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.area_movie h2 {
  color: #fff;
  font-size: 1.3rem;
  padding: 0 0 20px;
}

.area_movie div a {
  padding: 15px 0;
  margin: 20px 0 0;
}

.area_movie div a {
  display: block;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: #c4302b;
  text-align: center;
}

.area_movie_txt h3 {
  margin: 0 0 10px 0;
  line-height: 2.1rem;
}

.area_movie_txt .wrap {
  width: 750px;
  padding: 40px 0 60px;
}

.area_movie_txt h3 span {
  font-size: 1.3rem;
  margin: 0 10px 0 0;
  color: #023c93;
  vertical-align: top;
}

.area_movie_txt div a {
  margin: 30px 80px 0;
  display: block;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  text-align: center;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #023c93;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.area_form .Form-Btn {
  appearance: inherit;
  user-select: inherit;
  white-space: inherit;
  align-items: inherit;
  text-align: inherit;
  cursor: inherit;
  box-sizing: inherit;
  background-color: inherit;
  color: inherit;
  padding: 0;
  border-width: inherit;
  border-style: inherit;
  border-color: inherit;
  border-image: initial;
}

.area_form .form_btn-area {
  text-align: center;
  padding: 50px 0;
}

.area_form .Form-Btn {
  /*ボタンの形状*/
  display: inline-block;
  color: #fff;
  padding: 15px 200px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: rgb(251, 144, 28);
  background: linear-gradient(90deg, rgba(251, 144, 28, 1) 0%, rgba(255, 166, 70, 1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  font-size: 1rem;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;

  margin: 0 20px;
  text-align: center;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.area_form input:hover {
  color: #fff;
  background-position: 99% 50%;
}


@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}

.area_contact_sub {
  text-align: center;
}

.area_contact_sub h2 {
  padding: 0 0 40px;
  font-size: 1.5rem;
  color: #fff;
}

.area_contact_sub .col-50 a {
  /*ボタンの形状*/
  display: block;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;

  margin: 0 20px;
  text-align: center;
}

.area_contact_sub .col-50:nth-child(1) a {
  background: rgb(251, 144, 28);
  background: linear-gradient(90deg, rgba(251, 144, 28, 1) 0%, rgba(255, 166, 70, 1) 100%);
  margin: 0 10px 0 0;
}

.area_contact_sub .col-50:nth-child(2) a {
  border: 1px solid #fff;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 0 0 0 10px;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.area_contact_sub .col-50 a:hover {
  color: #fff;
  background-position: 99% 50%;
}

.area_contact_sub .col-50 a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.area_news {
  text-align: center;
}

.area_news .list {
  text-align: left;
}

.area_news .list p {
  margin: 10px;
}

.area_news h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_news h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_news h2 span {
  font-size: 1.3rem;
}


.area_news .wrap {
  padding: 60px 0;
}

.area_news .list span {
  width: 10%;
  display: inline-block;
  text-align: center;
  font-size: 70%;
  color: #fff;
  font-weight: bold;
  margin: 0 15px 0 0;
}

.area_news .news {
  background-color: #203e8e;
}

.area_news .case_studies {
  background-color: #e79841;
}

.area_news .blog {
  background-color: #00A0A3;
}









.footer {
  background: rgb(15, 15, 15);
}

.footer .col_box {
  padding: 60px 0 0;
}

.footer .col_box .col-50:nth-child(1) {
  padding: 0 20px 0 130px;
}

.footer .col_box .col-50:nth-child(2) {
  padding: 0 130px 10px 20px;
}

.footer .nav,
.footer .copy {
  color: #fff;
}

.footer .nav {
  margin: 20px 0 0;
}

.footer .copy {
  padding: 20px 0 60px;
}

.footer .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .nav ul a {
  color: #fff;
  text-decoration: none;
}

.footer .nav ul li {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

.footer .nav ul li:last-child {
  border-right: none;
}

.footer .copy {
  font-size: 0.8rem;
  text-align: center;
}




/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/

.gnav {
  display: flex;
}

.gnav li a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 10px 0;
}

.gnav li li a {
  border-top: 1px solid #ffffff85;
}

.gnav>li:nth-last-child(2)>a {
  /*ボタンの形状*/
  display: block;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  text-align: center;

  padding: 10px 20px;
  background: rgb(251, 144, 28);
  background: linear-gradient(90deg, rgba(251, 144, 28, 1) 0%, rgba(255, 166, 70, 1) 100%);
}

.gnav>li:nth-last-child(2)>a:hover {
  background-position: 99% 50%;
}

.gnav>li:nth-last-child(1)>a {
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 10px 20px;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1;
}

#open {
  color: #fff;
  background: none;
  border: none;
}

#close {
  width: 100px;
  height: 100px;
  float: right;
  background: none;
  border: none;
  margin: 10px 15px 0 0;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #013c93;
}

#header .logo {
  max-width: 180px;
  padding: 5px 0 0 0;
}

#header .header-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  padding: 15px 0;
  width: 100%;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

#header.fixed {
  background: #013c93;
}

#header.fixed .header-content {
  border-bottom: 0;
  padding: 10px 0;
}

#header.fixed .nav-toggle {
  top: 18px;
}

.head-animation {
  transform: translateY(-100%);
}

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation .gnav li {
  margin: 0 10px;
}

.navigation a {
  font-weight: bold;
  letter-spacing: 1px;
}

.navigation a:hover {
  color: #fff;
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 14px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-toggle:before,
.nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.nav-toggle:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.nav-toggle:after {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before,
.nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
  background-color: #fff;
}

.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.login_plan,
.login_app {
  display: inline-block;
  border-radius: 5px;
  min-width: 400px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 10%;
}

.login_app {
  background: #4DB5AB;
  top: 45%;
}

.login_app a,
.login_plan a {
  padding: 15px;
  display: block;
  color: #fff;
}

.login_plan a:hover {
  color: #4DB5AB;
}


.login_plan {
  background: #fff;
  border: 1px solid #4DB5AB;
  top: 55%;
}

.login_plan a {
  color: #4DB5AB;
}

/* メニュー全体 */
.menu ul:hover {
  display: block;
  position: absolute;
  margin: 0 0 0 -35px;
}

/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
.menu input {
  display: none;
}

/* 開いた状態のサブメニュー */
.menu input:hover+ul {
  display: block;
  position: absolute;
  margin: 0 0 0 -35px;
}

/* 閉じた状態のサブメニュー */
.menu ul {
  display: none;
  /* 下記は開閉によらず共通の設定 */
  background: #013c93;
  list-style: none;
  margin: 0;
}

/* 親項目の装飾 */
.menu label {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  font-size: 0.9rem;
}

.area_pdf {
  padding: 100px 0 50px;
}

.area_pdf a.btn {
  margin: 30px 80px 0;
  display: block;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  text-align: center;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}


.area_common {
  text-align: center;
  padding: 60px 0;
}

.area_common img {
  margin: 0 0 30px;
}

.area_common .mv {
  margin: 0 0 20px 0;
}

.area_common img {
  max-width: 800px;
}

.area_common h2 {
  display: inline-block;
  margin: 30px 0 10px;
}

.area_common h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 15px;
}

.area_common h2 span {
  font-size: 1.3rem;
}

.area_common p {
  text-align: left;
  padding: 5px 0px;
}

.person_a {
  color: #fb901c;
  font-weight: bold;
  padding: 0 5px 0 0;
}

.person_ls {
  color: #4DB5AB;
  font-weight: bold;
  padding: 0 5px 0 0;
}

mark {
  background: linear-gradient(transparent 70%, #FFF100 0%);
}

.area_common .box_2col {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}

.area_common .box_2col img {
  width: 100%;
}

.area_common .box_2col div {
  width: 50%;
}

.area_common .box_2col img {
  margin: 10px 0 0 0;
}

.area_common .box_2col div:first-child {
  padding: 0 10px 0 0;
}

.area_common .box_2col div:last-child {
  padding: 0 0 0 10px;
}

.area_common table {
  margin: 15px 0;
}

.area_common table th {
  background-color: #023c93;
  color: #fff;
}

.area_common table th,
.area_common table td {
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.3rem;
  width: 50%;
}

.area_common table tr:nth-child(odd) {
  background-color: #eee;
}

.area_common table td {
  text-align: left;
}

.teisei {
  background-color: #ff9;
}

.about_company {
  background: #f5f8ff;
  padding: 30px;
}

.about_company h4 {
  margin: 0 0 15px 0;
}

/* 更新　*/

.breadcrumb ul {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
}

.breadcrumb li,
.breadcrumb a {
  font-size: 1.2rem;
}

.breadcrumb li {
  color: rgb(118, 118, 118);
  display: inline;
  line-height: 18px;
  word-break: break-all;
}

.breadcrumb ul li:after {
  content: ">";
  padding: 0 5px;
  vertical-align: top;
  font-size: 1rem;
  line-height: 16px;
}

.breadcrumb ul li:last-child:after {
  content: "";
}

.area_use_faq {
  padding: 0 0 50px;
}


.area_use_faq .title_common {
  text-align: center;
  padding: 50px 0 0;
}

.area_use_faq ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_use_faq li {
  border: 1px solid rgb(193, 193, 193);
  width: 20%;
  padding: 20px 0;
  text-align: center;
  margin: 0 10px;
}

.faq_link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(231, 231, 231);
  margin: 30px 0 0;
  padding: 30px 0;
}

.faq_link p {
  margin: 0 20px;
}

.faq_link p span {
  margin: 0 0 0 25px;
}

.faq_link p span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid rgb(78, 78, 78);
  border-right: 1px solid rgb(78, 78, 78);
  transform: skew(45deg);
}

.faq_link p:nth-child(1) {
  font-size: 2rem;
}

.faq_link p:nth-child(2) {
  display: block;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  text-align: center;
}

.area_use_faq a {
  text-decoration-line: underline;
  color: #013c93;
}

.faq_link a {
  text-decoration-line: none;
  color: #fff;
}

.area_feature-list a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 1rem 1rem 1.5rem;
	font-weight: bold;
	border: 2px solid #013c93;
  background: #fff;
  color: #013c93;
	transition: 0.5s;
}

.area_feature-list a:hover {
	color: #fff;
	background: #013c93;
}

