@charset "UTF-8";
.header_content {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg2.jpg);
}
@media screen and (max-width: 800px) {
  .header_content {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .header_content {
    height: 250px;
  }
}
.header_content_box {
  color: #fff;
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header_content_box {
    padding-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  .header_content_box {
    padding-top: 90px;
  }
}
.header_content_box_text1 {
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .header_content_box_text1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 600px) {
  .header_content_box_text1 {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.header_content_box_text2 {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .header_content_box_text2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .header_content_box_text2 {
    font-size: 18px;
  }
}

.main_content {
  letter-spacing: 2px;
  background: #fff;
  text-align: center;
  padding: 0 15px;
}
.main_content .bread_link {
  padding: 20px;
  color: #B1ADAD;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .main_content .bread_link {
    padding: 7px;
    font-size: 13px;
  }
}
.main_content .bread_link a {
  color: #000;
}
.main_content .bread_link a:hover {
  text-decoration: underline;
}
.main_content .not_page_text1 {
  text-align: center;
  font-size: 40px;
  margin: 50px 0;
}
@media screen and (max-width: 600px) {
  .main_content .not_page_text1 {
    font-size: 25px;
    margin: 30px 0;
  }
}
.main_content .not_page_text2 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .main_content .not_page_text2 {
    font-size: 14px;
  }
}
.main_content_btn {
  max-width: 200px;
  width: 100%;
  margin: 50px 0 30px 0;
}
@media screen and (max-width: 600px) {
  .main_content_btn {
    max-width: 170px;
    margin: 30px 0 15px 0;
  }
}

.bg2 {
  background-image: url(../img/bg3.jpg);
}

.privacy_text {
  text-align: left;
  font-size: 20px;
  line-height: 2;
  width: 70%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  .privacy_text {
    padding: 50px 0;
    font-size: 17px;
    width: 90%;
  }
}

.bg3 {
  background-image: url(../img/bg5.jpg);
}

.contact_text {
  margin: 20px 0;
}
.contact_text .contact_color {
  color: #154A81;
  margin-bottom: 5px;
  letter-spacing: 3px;
}

.error_msg {
  color: red;
  margin-bottom: 10px;
  text-align: left;
  width: 70%;
  padding-left: 28%;
  margin: 0 auto 10px;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  .error_msg {
    padding-left: 0;
    width: 100%;
    margin: 0px 5px 5px 5px;
  }
}

.input_box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgb(204, 201, 201);
  padding: 10px 15px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .input_box {
    width: 100%;
    padding: 10px;
    flex-direction: column;
    padding-top: 0;
  }
}
.input_box p {
  padding: 15px 0 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .input_box p {
    padding: 7px 0px;
    font-size: 15px;
    text-align: left;
  }
}
.input_box input {
  border: 2px solid #1768BA;
  padding: 10px;
  width: 60%;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  .input_box input {
    padding: 5px;
    width: 100%;
  }
}
.input_box textarea {
  border: 2px solid #1768BA;
  padding: 10px;
  font-size: 18px;
  width: 60%;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  .input_box textarea {
    padding: 5px;
    width: 100%;
  }
}

.submit_btn {
  background: linear-gradient(to right, #0C2847, #1765B6);
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  transition: 0.3s;
}
.submit_btn:hover {
  opacity: 0.4;
}

.bg4 {
  background-image: url(../img/bg4.jpg);
}

.thanks_text1 {
  line-height: 1.5;
}

.thanks_text2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .thanks_text2 {
    padding-bottom: 50px;
  }
}

.header_content {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg2.jpg);
}
@media screen and (max-width: 800px) {
  .header_content {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .header_content {
    height: 250px;
  }
}
.header_content_box {
  color: #fff;
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header_content_box {
    padding-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  .header_content_box {
    padding-top: 90px;
  }
}
.header_content_box_text1 {
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .header_content_box_text1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 600px) {
  .header_content_box_text1 {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.header_content_box_text2 {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .header_content_box_text2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .header_content_box_text2 {
    font-size: 18px;
  }
}

.main_content {
  letter-spacing: 2px;
  background: #fff;
  text-align: center;
  padding: 0 15px 100px;
}
.main_content .bread_link {
  padding: 20px;
  color: #B1ADAD;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .main_content .bread_link {
    padding: 7px;
    font-size: 13px;
  }
}
.main_content .bread_link a {
  color: #000;
}
.main_content .bread_link a:hover {
  text-decoration: underline;
}
.main_content .not_page_text1 {
  text-align: center;
  font-size: 40px;
  margin: 50px 0;
}
@media screen and (max-width: 600px) {
  .main_content .not_page_text1 {
    font-size: 25px;
    margin: 30px 0;
  }
}
.main_content .article_information {
  text-align: right;
  margin-right: 150px;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .main_content .article_information {
    margin-right: 70px;
  }
}
@media screen and (max-width: 600px) {
  .main_content .article_information {
    margin-right: 40px;
    font-size: 13px;
  }
}
.main_content .not_page_text2 {
  text-align: left;
  font-size: 18px;
  line-height: 2;
  padding: 0 150px 100px;
}
.main_content .not_page_text2_box {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .main_content .not_page_text2_box {
    margin-left: 16px;
  }
}
.main_content .not_page_text2 h2 {
  font-size: 35px;
}
.main_content .not_page_text2 p {
  border: 1px solid #000;
  padding: 25px;
}
@media screen and (max-width: 900px) {
  .main_content .not_page_text2 {
    padding: 0 70px 70px;
    font-size: 16px;
  }
  .main_content .not_page_text2 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .main_content .not_page_text2 {
    font-size: 14px;
    padding: 0 40px 40px;
  }
}
.main_content_btn {
  max-width: 200px;
  width: 100%;
  margin: 50px 0 30px 0;
}
@media screen and (max-width: 600px) {
  .main_content_btn {
    max-width: 170px;
    margin: 30px 0 15px 0;
  }
}
.main_content .under_information {
  display: flex;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .main_content .under_information {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .main_content .under_information {
    padding: 0 0px;
    font-size: 13px;
  }
}
.main_content .under_information_text {
  border: 1px solid #000;
  line-height: 1.5;
  padding: 10px;
}
.main_content .under_information img {
  margin: 10px 10px 0px 0;
  max-height: 130px;
  max-width: 200px;
}
@media screen and (max-width: 900px) {
  .main_content .under_information img {
    max-width: 150px;
    max-height: 100px;
  }
}

.bg6 {
  background-image: url(../img/bg6.jpg);
}

.company_item {
  padding-bottom: 50px;
}
.company_item .company_description {
  text-align: left;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .company_item .company_description {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.company_item .company_description img {
  position: absolute;
  left: 0;
  max-width: 80%;
}
.company_item .company_description_box {
  width: 68%;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: relative;
  margin-top: 20%;
}
@media screen and (max-width: 1000px) {
  .company_item .company_description_box {
    width: 85%;
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .company_item .company_description_box {
    width: 90%;
    padding: 5px;
  }
}
.company_item .company_description_box_item {
  display: flex;
  padding: 20px 20px 20px 0px;
  text-align: left;
  border-bottom: 1px solid #C1C1C1;
}
.company_item .company_description_box_item > :first-child {
  width: 25%;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .company_item .company_description_box_item > :first-child {
    width: 30%;
  }
}
.company_item .company_description_box_item p {
  line-height: 1.5;
  font-size: 20px;
  width: 60%;
  margin-left: 10px;
}
@media screen and (max-width: 1350px) {
  .company_item .company_description_box_item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .company_item .company_description_box_item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .company_item .company_description_box_item p {
    font-size: 10px;
  }
}
.company_item .company_access {
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .company_item .company_access {
    margin-bottom: 50px;
  }
}
.company_item .company_access .center_text {
  color: #154A81;
}
.company_item .company_access_box {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
@media screen and (max-width: 1000px) {
  .company_item .company_access_box {
    flex-direction: column;
    align-items: center;
  }
}
.company_item .company_access_box iframe {
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .company_item .company_access_box iframe {
    max-width: 400px;
    max-height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .company_item .company_access_box iframe {
    max-width: 300px;
    max-height: 200px;
  }
}
.company_item .company_access_box_text {
  text-align: left;
  margin: 100px 0 0 50px;
  width: 100%;
  max-width: 430px;
}
@media screen and (max-width: 1000px) {
  .company_item .company_access_box_text {
    max-width: 330px;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .company_item .company_access_box_text {
    max-width: 200px;
    margin-top: 10px;
  }
}
.company_item .company_access_box_text p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .company_item .company_access_box_text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .company_item .company_access_box_text p {
    font-size: 10px;
  }
}
.company_item .company_access_box_text > :first-child {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .company_item .company_access_box_text > :first-child {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .company_item .company_access_box_text > :first-child {
    font-size: 17px;
  }
}
.company_item .company_history .center_text {
  color: #154A81;
}
.company_item .company_history_text {
  text-align: left;
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 1000px) {
  .company_item .company_history_text {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .company_item .company_history_text {
    max-width: 400px;
  }
}
.company_item .company_history_text span {
  color: #154A81;
  font-size: 40px;
  text-align: right;
  max-width: 135px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .company_item .company_history_text span {
    font-size: 30px;
    max-width: 110px;
  }
}
@media screen and (max-width: 600px) {
  .company_item .company_history_text span {
    font-size: 20px;
    max-width: 70px;
  }
}
.company_item .company_history_text p {
  line-height: 2;
  margin-left: 50px;
  margin-right: 20px;
  word-wrap: break-word;
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .company_item .company_history_text p {
    font-size: 15px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .company_item .company_history_text p {
    width: 70%;
    line-height: 1.7;
    font-size: 10px;
    margin: 0 10px;
  }
}
.company_item .company_history_text p a {
  color: #333;
}

.bg7 {
  background-image: url(../img/bg7.jpg);
}

.member_content .member_content_box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .member_content .member_content_box {
    flex-direction: column;
  }
}
.member_content .member_content_box img {
  max-width: 500px;
  max-height: 500px;
  margin: 0 50px;
}
@media screen and (max-width: 1300px) {
  .member_content .member_content_box img {
    max-width: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .member_content .member_content_box img {
    max-width: 300px;
    max-height: 300px;
    margin: 20px auto;
  }
}
.member_content .member_content_box_text {
  text-align: left;
  padding: 20px;
  line-height: 1.5;
  font-size: 18px;
  max-width: 1000px;
  background: #F7F7F7;
}
@media screen and (max-width: 1300px) {
  .member_content .member_content_box_text {
    font-size: 15px;
  }
}
.member_content .member_content_box_text > :first-child {
  font-size: 31px;
}
@media screen and (max-width: 1300px) {
  .member_content .member_content_box_text > :first-child {
    font-size: 27px;
  }
}
.member_content .member_content_box_text span {
  font-size: 24px;
}
@media screen and (max-width: 1300px) {
  .member_content .member_content_box_text span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .reverse2 {
    flex-direction: column-reverse !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color: #000;
}

body {
  color: #333;
  font-family: "Noto Serif JP", serif;
  background: #06274A;
  letter-spacing: 3px;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  width: 100%;
}

.bn {
  border: none !important;
  padding-bottom: 0 !important;
}

.img_ {
  width: 50% !important;
}

@media screen and (max-width: 1200px) {
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}
.center_text {
  text-align: center;
  font-weight: 300;
  letter-spacing: 7px;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .center_text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 361px) {
  .center_text {
    margin-bottom: 20px;
  }
}
.center_text_1 {
  font-size: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .center_text_1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 900px) {
  .center_text_1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .center_text_1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 361px) {
  .center_text_1 {
    font-size: 25px;
  }
}
.center_text_2 {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .center_text_2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .center_text_2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .center_text_2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 361px) {
  .center_text_2 {
    font-size: 12px;
    line-height: 2;
  }
}

.header_bg {
  background: rgba(7, 39, 73, 0.8980392157);
}

@keyframes show {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
header {
  animation: show 1s ease-out;
}

header {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg1.jpg);
}
header .header_ {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  z-index: 200;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  header .header_ {
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  header .header_ .img_ {
    max-width: 150px;
  }
}
header .header_nav {
  display: flex;
  margin-top: 5px;
}
header .header_nav a {
  color: #fff;
  font-size: 18px;
  margin: 0 30px;
}
header .header_nav a img {
  max-width: 200px;
}
header .header_nav a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
header .header_nav_item {
  margin-top: 20px;
}
header .header_text {
  font-weight: 600;
  color: #fff;
  position: absolute;
  padding: 0 10px;
  top: 35vh;
  left: 7vh;
}
@media screen and (max-width: 1200px) {
  header .header_text {
    left: 2.5vh;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  header .header_text {
    left: 2vh;
    top: 30vh;
  }
}
header .header_text_1 {
  font-size: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  header .header_text_1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  header .header_text_1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 600px) {
  header .header_text_1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 420px) {
  header .header_text_1 {
    font-size: 25px;
    line-height: 2;
  }
}
@media screen and (max-width: 361px) {
  header .header_text_1 {
    font-size: 22px;
  }
}
header .header_text_2 {
  font-size: 27px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  header .header_text_2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  header .header_text_2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .header_text_2 {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 420px) {
  header .header_text_2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 361px) {
  header .header_text_2 {
    font-size: 12px;
  }
}
header .header_banner {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 25px;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  header .header_banner {
    font-size: 13px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 420px) {
  header .header_banner {
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 361px) {
  header .header_banner {
    font-size: 10px;
  }
}

.btn-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .btn-trigger {
    width: 35px;
    height: 30px;
    margin-top: 8px;
  }
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
@media screen and (max-width: 900px) {
  .btn-trigger span:nth-of-type(2) {
    top: 14px;
  }
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.btn04-section {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

#btn04 span:nth-of-type(3),
#btn04.active span:nth-of-type(3) {
  transition: none;
}

#btn04.active {
  -webkit-transform: rotateX(720deg);
  transform: rotateX(720deg);
}

#btn04.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  #btn04.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
}

#btn04.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

#btn04.active span:nth-of-type(3) {
  opacity: 0;
}

.sp_menu {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #041039;
  opacity: 0.9;
  z-index: 100;
  height: 5000px;
  padding: 10vh 10px 0 10px;
}
@media screen and (max-width: 900px) {
  .sp_menu {
    padding-top: 15vh;
  }
}
.sp_menu li {
  margin: 80px 0;
  font-size: 25px;
}
@media screen and (max-width: 900px) {
  .sp_menu li {
    margin: 50px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .sp_menu li {
    font-size: 15px;
  }
}
@media screen and (max-width: 361px) {
  .sp_menu li {
    font-size: 13px;
    margin: 35px 0;
  }
}
.sp_menu p {
  margin-bottom: 30px;
}
@media screen and (max-width: 361px) {
  .sp_menu p {
    margin-bottom: 15px;
  }
}

.news {
  padding: 100px 20px 150px 20px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .news {
    padding: 50px 10px 70px 10px;
  }
}
.news .center_text {
  color: #154A81;
}
.news_box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .news_box {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .news_box {
    font-size: 13px;
  }
}
.news_box_day {
  background: #154A81;
  padding: 5px 20px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .news_box_day {
    padding: 2px 8px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 400px) {
  .news_box_day {
    padding: 1px 2.5px;
    letter-spacing: 0.8px;
  }
}
.news_box_text {
  padding: 5px 20px;
  color: #000;
}
@media screen and (max-width: 900px) {
  .news_box_text {
    padding: 3px 8px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 400px) {
  .news_box_text {
    padding: 1px 2.5px;
    letter-spacing: 0.8px;
  }
}

.mission {
  padding: 100px 20px 150px 20px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .mission {
    padding: 50px 10px 70px 10px;
  }
}
.mission .center_text {
  color: #154A81;
}
.mission_text {
  text-align: left;
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  .mission_text {
    flex-direction: column;
    text-align: center;
  }
}
.mission_text_1 {
  font-size: 30px;
  line-height: 2;
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  .mission_text_1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .mission_text_1 {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .mission_text_1 {
    font-size: 20px;
  }
}
.mission_text_2 {
  margin-left: 50px;
  line-height: 2.5;
  font-size: 17px;
}
@media screen and (max-width: 1200px) {
  .mission_text_2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .mission_text_2 {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .mission_text_2 {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 420px) {
  .mission_text_2 {
    font-size: 13px;
  }
}
.mission_text_2 span {
  font-size: 16px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .mission_text_2 span {
    font-size: 13px;
    line-height: 3;
  }
}
@media screen and (max-width: 420px) {
  .mission_text_2 ruby {
    line-height: 4;
  }
}

.about_us {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .about_us {
    padding-top: 50px;
  }
}
.about_us .reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .about_us .reverse {
    flex-direction: column;
  }
}
.about_us_content {
  display: flex;
  max-height: 500px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .about_us_content {
    max-height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .about_us_content {
    flex-direction: column;
    align-items: center;
    max-height: none;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .about_us_content {
    margin-bottom: 50px;
  }
}
.about_us_content img {
  width: 50%;
  max-width: 850px;
  max-height: 450px;
}
@media screen and (max-width: 900px) {
  .about_us_content img {
    width: 80%;
    max-height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .about_us_content img {
    width: 90%;
    max-height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .about_us_content img {
    max-height: 200px;
  }
}
.about_us_content_item {
  color: #000;
  background: #F1F4F7;
  width: 50%;
  padding: 40px 10px 10px 50px;
}
@media screen and (max-width: 1200px) {
  .about_us_content_item {
    padding: 30px 10px 30px 25px;
  }
}
@media screen and (max-width: 900px) {
  .about_us_content_item {
    width: 80%;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .about_us_content_item {
    width: 90%;
  }
}
.about_us_content_item_text1 {
  font-size: 30px;
  color: #F58E69;
}
@media screen and (max-width: 1350px) {
  .about_us_content_item_text1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .about_us_content_item_text1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .about_us_content_item_text1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .about_us_content_item_text1 {
    font-size: 14px;
  }
}
.about_us_content_item_text2 {
  font-size: 40px;
  margin: 30px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1350px) {
  .about_us_content_item_text2 {
    font-size: 25px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 900px) {
  .about_us_content_item_text2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about_us_content_item_text2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .about_us_content_item_text2 {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.about_us_content_item_text3 {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 1350px) {
  .about_us_content_item_text3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .about_us_content_item_text3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .about_us_content_item_text3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .about_us_content_item_text3 {
    font-size: 11px;
  }
}

.company {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .company {
    margin-bottom: 50px;
  }
}
.company_content {
  background: #CFD8E1;
  width: 60%;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .company_content {
    width: 75%;
  }
}
@media screen and (max-width: 1090px) {
  .company_content {
    width: 90%;
    padding: 30px;
  }
}
.company_content_head {
  color: #96644B;
  font-size: 25px;
}
@media screen and (max-width: 900px) {
  .company_content_head {
    font-size: 20px;
  }
}
.company_content_item {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .company_content_item {
    margin-top: 20px;
  }
}
.company_content_item_box {
  width: 100%;
}
.company_content_item img {
  width: 14vw;
  height: 14vw;
  max-width: 240px;
  max-height: 240px;
  margin-left: 20px;
}
.company_content_item_text {
  color: #053E69;
  padding: 20px 0;
  display: flex;
  font-size: 15px;
  border-bottom: 1px solid #96644B;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .company_content_item_text {
    padding: 10px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .company_content_item_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 361px) {
  .company_content_item_text {
    font-size: 10px;
    letter-spacing: 2px;
  }
}
.company_content_item_text1 {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .company_content_item_text1 {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .company_content_item_text1 {
    width: 25%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .company_content_item_text1 {
    width: 30%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 361px) {
  .company_content_item_text1 {
    width: 39%;
  }
}
.company_content_item_text1_location {
  width: 70%;
}

.access {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .access {
    margin-bottom: 50px;
  }
}
.access_text {
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .access_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .access_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .access_text {
    font-size: 11px;
  }
}
@media screen and (max-width: 361px) {
  .access_text {
    font-size: 10px;
  }
}
.access iframe {
  margin-top: 50px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 900px) {
  .access iframe {
    height: 400px;
    margin-top: 30px;
  }
}

footer {
  background: #434558;
  padding: 50px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  footer {
    padding: 35px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding: 20px;
  }
}
@media screen and (max-width: 420px) {
  footer {
    padding: 20px 0px;
  }
}
footer .logo_img {
  max-width: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  footer .logo_img {
    max-width: 200px;
  }
}
footer .footer_text {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
footer .footer_text_box {
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  footer .footer_text_box {
    margin-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_text_box {
    margin-right: 10px;
  }
}
@media screen and (max-width: 361px) {
  footer .footer_text_box {
    margin-right: 3px;
  }
}
footer .footer_text_box_tel {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  footer .footer_text_box_tel {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_text_box_tel {
    font-size: 18px;
  }
}
footer .footer_text img {
  max-width: 220px;
  margin-left: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  footer .footer_text img {
    margin-left: 15px;
    max-width: 170px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_text img {
    margin-left: 10px;
    max-width: 150px;
  }
}
@media screen and (max-width: 361px) {
  footer .footer_text img {
    margin-left: 3px;
    margin-top: 2px;
  }
}
footer .footer_text img:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
footer .footer_nav {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
@media screen and (max-width: 900px) {
  footer .footer_nav {
    margin: 30px 0;
  }
}
footer .footer_nav a {
  color: #fff;
  margin: 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  footer .footer_nav a {
    margin: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_nav a {
    font-size: 10px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 361px) {
  footer .footer_nav a {
    margin: 0 3px;
  }
}
footer .footer_nav a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
footer .copy {
  font-size: 12px;
}

.thum {
  opacity: 0;
}

.thum.show {
  opacity: 1;
}

.thum_img.show {
  animation: FadeIn 1s;
}

.mission_text_1.show {
  animation: SlideIn 1s;
}

.mission_text_2.show {
  animation: FadeIn 2.5s;
}

.about_us_content_item_text3.show {
  animation: SlideUp 0.7s;
}

.company_img.show {
  animation: SlideIn 1.3s;
}

.company_content.show {
  animation: FadeIn 1s;
}

.news_box.show {
  animation: FadeIn 1.5s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
  }
  100% {
    opacity: 1;
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
    /*初期状態では透明に*/
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  overflow: hidden;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  background-color: #fff;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  35% {
    transform-origin: left;
    transform: scaleX(1);
  }
  65.001% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.center_text .bgLRextend::before {
  width: 150%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .center_text .bgLRextend::before {
    width: 130%;
  }
}
@media screen and (max-width: 351px) {
  .center_text .bgLRextend::before {
    width: 120%;
  }
}

@media screen and (max-width: 750px) {
  .header_text_1 .bgLRextend::before {
    width: 150%;
  }
}
@media screen and (max-width: 321px) {
  .header_text_1 .bgLRextend::before {
    width: 100%;
  }
}

.mission .bgLRextend::before,
.news .bgLRextend::before,
.company_access .bgLRextend::before,
.company_history .bgLRextend::before,
.about_us_content_item_text2 .bgLRextend::before {
  background-color: #06274A;
  /*伸びる背景色の設定*/
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */