@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

li {
  list-style: none;
}

/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "halt" on;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: 3.75vw;
  }
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}

section {
  scroll-margin-top: 124px;
}
@media only screen and (max-width: 640px) {
  section {
    scroll-margin-top: 10.9375vw;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 calc(30 / 640 * 100vw);
  }
}
.inner._w {
  max-width: 1980px;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .inner._w {
    max-width: 100%;
    padding: 0 calc(30 / 640 * 100vw);
  }
}
.inner._m {
  max-width: 1600px;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .inner._m {
    max-width: 100%;
    padding: 0 calc(30 / 640 * 100vw);
  }
}

.flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

/*---------------
   テキスト関係
---------------*/
.p {
  /*　基本のテキスト　*/
  /*　<body>に設定のもの
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 1.8;
   @include css3(font-feature-settings, "palt");
  @include sp {
  	min-width: 100%;
  	font-size: calc((24/640)*100vw);	
  }
  */
}
.p_red {
  color: #D80000 !important;
}
.p_center {
  text-align: center !important;
}
.p_pc_center {
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .p_pc_center {
    text-align: left !important;
  }
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.left {
  text-align: left !important;
}

/*---------------
   header
---------------*/
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  max-width: 1920px;
  height: 124px;
}
@media only screen and (max-width: 640px) {
  .header {
    height: calc(90 / 640 * 100vw);
  }
}
.header .inner {
  max-width: 100%;
  padding: 0;
}
.header .header_logo {
  position: fixed;
  top: 41px;
  left: 57px;
}
@media only screen and (max-width: 1600px) {
  .header .header_logo {
    width: calc(380 / 1600 * 100vw);
    top: calc(41 / 1600 * 100vw);
    left: calc(57 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_logo {
    width: 380px;
    top: 41px;
    left: 57px;
  }
}
@media only screen and (max-width: 640px) {
  .header .header_logo {
    top: calc(20 / 640 * 100vw);
    left: calc(30 / 640 * 100vw);
    width: calc(320 / 640 * 100vw);
    height: calc(40 / 640 * 100vw);
  }
}
.header .header_info {
  display: flex;
  justify-content: flex-end;
}
.header .header_info .tel {
  padding-left: 40px;
  background: url("../images/common/header_info_tel.png") top 50% left no-repeat;
  background-size: 35px;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.header .header_info .contact {
  width: 195px;
  margin-left: 25px;
}
.header .header_info .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding-left: 3em;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: url("../images/common/header_info_contact.png") top 50% left 25px no-repeat, linear-gradient(165deg, #0D7CCE 24.17%, #159AD4 81.02%);
  background-size: 22px;
}
.header .gnav {
  margin-left: auto;
}
.header .gnav_button {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .gnav_button {
    display: block;
    background: url("../images/common/header_menu_open.png") top right no-repeat;
    background-size: contain;
    border: none;
    padding: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    outline: none;
  }
}
@media only screen and (max-width: 640px) {
  .header .gnav_button {
    width: calc(70 / 640 * 100vw);
    height: calc(70 / 640 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .header .gnav_button.active {
    background: url("../images/common/header_menu_close.png") top right no-repeat;
    background-size: contain;
  }
}
.header .gnav_menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: flex-end;
  padding: 17px 0;
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  .header .gnav_menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    padding: 125px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    padding: calc(100 / 640 * 100vw) calc(40 / 640 * 100vw);
  }
}
.header .gnav_menu li {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1600px) {
  .header .gnav_menu li {
    font-size: calc(18 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .header .gnav_menu li {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu li {
    margin: 0;
    padding: 0.5em 0;
    font-size: calc(26 / 640 * 100vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    border-bottom: solid 1px rgba(13, 124, 206, 0.25);
    width: 100%;
  }
  .header .gnav_menu li.sp {
    display: block;
  }
}
.header .gnav_menu li a {
  margin: 0 25px;
}
@media only screen and (max-width: 1600px) {
  .header .gnav_menu li a {
    margin: 0 calc(20 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu li a {
    display: block;
    margin: 0.5em 0;
    background: url(../images/common/arrow_s_blue.png) no-repeat right center;
    background-size: calc(16 / 640 * 100vw) auto;
    color: #0D7CCE;
  }
}
.header .gnav_menu li a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.header .gnav_menu li.tel a {
  padding-left: 25px;
  background: url("../images/common/header_ico_tel.png") top 50% left no-repeat;
  font-family: "Times New Roman", Times, "serif";
  font-size: 2rem;
  letter-spacing: 0;
  text-indent: 0;
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu li.tel a {
    padding-left: 4.6875vw;
    background: url("../images/common/header_ico_tel.png") top 50% left 30% no-repeat;
    background-size: 3.90625vw;
    font-size: 4.6875vw;
  }
}
@media only screen and (max-width: 1200px) {
  .header .gnav_menu_wrapper {
    width: 300px;
    height: 100vh;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .header .gnav_menu_wrapper.open {
    transform: translate(0);
  }
}

/*---------------
   main
---------------*/
.main {
  padding-top: 12.4rem;
}
@media only screen and (max-width: 640px) {
  .main {
    padding-top: calc(92 / 640 * 100vw);
    overflow: hidden;
    padding-bottom: 70px;
  }
}

.page_title {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 640px) {
  .page_title {
    margin-bottom: calc(50 / 640 * 100vw);
  }
}
.page_title .content {
  height: 50rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .page_title .content {
    padding: 0 calc(30 / 640 * 100vw);
    height: calc(360 / 640 * 100vw);
    flex-direction: column-reverse;
  }
}
.page_title_text {
  width: 58rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .page_title_text {
    width: 100%;
  }
}
.page_title_text .en {
  margin-bottom: 0.15em;
  font-size: 7.6rem;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05;
  background: linear-gradient(138deg, #0D7CCE 17.39%, #1AAFD8 86.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 640px) {
  .page_title_text .en {
    font-size: calc(72 / 640 * 100vw);
  }
}
.page_title_text .jp {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .page_title_text .jp {
    font-size: calc(24 / 640 * 100vw);
  }
}
.page_title_image {
  border-radius: 2.4rem 0 0 2.4rem;
  width: calc(100% - 14rem);
  height: 100%;
  background: url(../images/common/bg_view.jpg) no-repeat center center;
  background-size: cover;
}
.page_title_image.company-mv {
  background: url(../images/about/company-mv.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .page_title_image {
    margin-bottom: calc(60 / 640 * 100vw);
    border-radius: calc(24 / 640 * 100vw);
    width: 100%;
  }
}

.lttl {
  margin-bottom: 50px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .lttl {
    margin-bottom: 7.8125vw;
  }
}
.lttl .en {
  color: #003F6C;
  font-size: 3rem;
  font-weight: lighter;
}
@media only screen and (max-width: 640px) {
  .lttl .en {
    font-size: 4.6875vw;
  }
}
.lttl .jp {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .lttl .jp {
    font-size: 6.25vw;
  }
}

.mttl {
  margin: 2em 0 1.5em;
  padding: 0 0 0.5em 1em;
  border-bottom: #0D7CCE 3px solid;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .mttl {
    font-size: 5vw;
  }
}
.mttl:first-child {
  margin: 0 0 1.5em;
}

.basic_table {
  width: 100%;
  margin-bottom: 1em;
}
.basic_table th,
.basic_table td {
  border: #0D7CCE 1px solid;
  padding: 0.5em;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.basic_table th {
  background: rgba(0, 169, 95, 0.3);
}

.note {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .note {
    font-size: 3.125vw;
  }
}
.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.note li:before {
  content: "・";
  color: #0D7CCE;
  font-weight: bold;
}

.col2_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .col2_wrap {
    margin-bottom: 7.8125vw;
  }
}
.col2_item {
  width: 48%;
  margin-top: 30px;
  background: #F9F8F5;
}
@media only screen and (max-width: 640px) {
  .col2_item {
    width: 100%;
    margin-top: 4.6875vw;
  }
}
.col2_item:nth-child(-n+2) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .col2_item:nth-child(2) {
    margin-top: 4.6875vw;
  }
}

.col3_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.col3_item {
  width: 30%;
  margin-top: 30px;
  background: #F9F8F5;
}
@media only screen and (max-width: 640px) {
  .col3_item {
    width: 100%;
    margin-top: 4.6875vw;
  }
}
.col3_item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .col3_item:nth-child(2), .col3_item:nth-child(3) {
    margin-top: 4.6875vw;
  }
}

/*---------------
   footer
---------------*/
.footer {
  margin-top: 12rem;
}
@media only screen and (max-width: 640px) {
  .footer {
    margin-top: calc(60 / 640 * 100vw);
  }
}
.footer_top {
  margin-bottom: -40px;
  padding: 80px 0 0;
}
@media only screen and (max-width: 640px) {
  .footer_top {
    margin-bottom: 0;
    padding: calc(50 / 640 * 100vw) 0 0;
  }
}
.footer_top_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer_top_list {
    flex-wrap: wrap;
  }
}
.footer_top_list li {
  width: 265px;
}
@media only screen and (max-width: 640px) {
  .footer_top_list li {
    width: 48%;
    margin-top: calc(30 / 640 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer_top_list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.footer_bottom {
  padding: 125px 0;
  background: #F9F8F5;
}
@media only screen and (max-width: 640px) {
  .footer_bottom {
    padding: calc(65 / 640 * 100vw) 0;
  }
}
.footer_bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer_bottom .inner {
    flex-direction: column;
  }
}
.footer_bottom_left {
  width: 380px;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_left {
    order: 2;
    width: 100%;
  }
}
.footer_bottom_right {
  width: 665px;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_right {
    order: 1;
    width: 100%;
  }
}
.footer_bottom_logo {
  width: 380px;
  height: 48px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_logo {
    width: calc(380 / 640 * 100vw);
    margin: 0 auto calc(5 / 640 * 100vw);
  }
}
.footer_bottom_address {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_address {
    width: calc(380 / 640 * 100vw);
    margin: 0 auto calc(25 / 640 * 100vw);
    font-size: calc(16 / 640 * 100vw);
  }
}
.footer_bottom_copy {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_copy {
    font-size: calc(15 / 640 * 100vw);
    text-align: center;
  }
}
.footer_bottom_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_info {
    display: flex;
    flex-direction: column;
    width: calc(435 / 640 * 100vw);
    margin: 0 auto calc(50 / 640 * 100vw);
  }
}
.footer_bottom_info .tel {
  width: 305px;
  padding-left: 40px;
  background: url("../images/common/header_info_tel.png") top 10px left no-repeat;
  background-size: 35px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_info .tel {
    order: 2;
    width: 100%;
    margin: calc(35 / 640 * 100vw) 0 0;
    padding-left: calc(60 / 640 * 100vw);
    background-size: calc(52 / 640 * 100vw);
    font-size: calc(50 / 640 * 100vw);
  }
}
.footer_bottom_info .tel span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_info .tel span {
    font-size: calc(20 / 640 * 100vw);
  }
}
.footer_bottom_info .contact {
  width: 308px;
  margin-left: 25px;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_info .contact {
    order: 1;
    width: calc(435 / 640 * 100vw);
    margin: 0;
  }
}
.footer_bottom_info .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  padding-left: 1em;
  color: #FFF;
  font-size: 2.4rem;
  background: url("../images/common/header_info_contact.png") top 50% left 20px no-repeat, linear-gradient(165deg, #0D7CCE 24.17%, #159AD4 81.02%);
  background-size: 28px;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_info .contact a {
    height: calc(90 / 640 * 100vw);
    font-size: calc(35 / 640 * 100vw);
    background-size: calc(40 / 640 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer_bottom_nav {
    margin-bottom: calc(60 / 640 * 100vw);
  }
}
.footer_bottom_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_nav ul {
    width: calc(500 / 640 * 100vw);
    margin: 0 auto;
  }
}
.footer_bottom_nav li {
  margin: 15px 40px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .footer_bottom_nav li {
    width: 48%;
    margin: 1.2em 0 0;
    font-size: calc(20 / 640 * 100vw);
  }
}
.footer_bottom_nav a:hover {
  opacity: 1;
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */