@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

body,
div,
video,
header,
footer,
main,
nav,
aside,
article,
section,
li,
img,
input,
textarea,
tr,
th,
td,
a {
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/*---------------
---------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 160%;
}

p {
  padding-bottom: 1rem;
  line-height: 160%;
}
p:last-child {
  padding-bottom: 0;
}

/*---------------
---------------*/
.disp_pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .disp_pc {
    display: block;
  }
}

.disp_sm {
  display: block;
}
@media only screen and (min-width: 960px) {
  .disp_sm {
    display: none;
  }
}

/*---------------
---------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

/*---------------
---------------*/
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

/*---------------
index　以外
---------------*/
.firstview_con {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.firstview_con_logo {
  padding: 10px 0 0 10px;
}
@media only screen and (min-width: 960px) {
  .firstview_con_logo {
    padding: 30px 0 0 50px;
  }
}
.firstview_con_text {
  width: calc(100% - 20px);
  margin: 50px 10px;
  display: flex;
  flex-flow: column;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .firstview_con_text {
    width: calc(100% - 200px);
    margin: 100px;
  }
}
.firstview_con_text p {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 100%;
  background: linear-gradient(90deg, #fb752c 0%, #cf0025 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 960px) {
  .firstview_con_text p {
    font-size: 4rem;
  }
}
.firstview_con_text h1 {
  font-size: 1rem;
  line-height: 100%;
}
@media only screen and (min-width: 960px) {
  .firstview_con_text h1 {
    font-size: 1.25rem;
    padding: 0 0 0 10px;
  }
}

/* --------------------- 
--------------------- */
.pan {
  width: 100%;
  width: calc(100% - 20px);
  margin: 0 10px 50px;
  padding: 10px 0;
  font-size: 0.875rem;
}
@media only screen and (min-width: 960px) {
  .pan {
    width: calc(100% - 200px);
    margin: 0 100px 50px;
  }
}
.pan ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pan a {
  text-decoration: none;
  color: #000;
}
.pan a:hover {
  text-decoration: underline;
}
.pan li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: ">";
}

/*---------------
---------------*/
footer {
  width: 100%;
  background: linear-gradient(white 130px, #27292f 0%);
}
footer .footer {
  width: 100%;
}
footer .footer_contact {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .footer_contact_box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 10px);
  background: linear-gradient(90deg, rgb(207, 0, 37), rgb(251, 117, 44));
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 960px) {
  footer .footer_contact_box {
    width: calc(100% - 200px);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 100px 50px;
  }
}
footer .footer_contact_box_text {
  color: #fff;
  text-align: center;
}
footer .footer_contact_box_text .first {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 100%;
  padding-bottom: 10px;
}
footer .footer_contact_box_text .second {
  font-size: 0.75rem;
  line-height: 100%;
  padding-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  footer .footer_contact_box_text .second {
    padding-bottom: 0;
  }
}
footer .footer_contact_box_btn a {
  position: relative;
  display: block;
  width: 200px;
  padding: 20px 0 20px 25px;
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
}
footer .footer_contact_box_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
footer .footer_contact_box_btn a:hover {
  width: 240px;
  transition: all 0.5s;
}
footer .footer_main {
  display: flex;
  justify-content: center;
}
footer .footer_main_box {
  width: calc(100% - 10px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 0 50px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 960px) {
  footer .footer_main_box {
    width: calc(100% - 200px);
    flex-flow: row;
    justify-content: space-between;
  }
}
footer .footer_main_box_logo {
  padding-right: 0;
  padding-bottom: 50px;
  color: #fff;
  font-size: 0.625rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  footer .footer_main_box_logo {
    padding-right: 50px;
    padding-bottom: 0;
  }
}
footer .footer_main_box_logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
footer .footer_main_box_menu {
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 960px) {
  footer .footer_main_box_menu {
    display: flex;
    flex-flow: row;
  }
}
@media only screen and (min-width: 960px) {
  footer .footer_main_box_menu_main {
    padding-right: 100px;
  }
}
footer .footer_main_box_menu_main ul {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  footer .footer_main_box_menu_main ul {
    text-align: left;
  }
}
footer .footer_main_box_menu_main li {
  padding-bottom: 20px;
  font-size: 0.875rem;
}
footer .footer_main_box_menu_main a {
  text-decoration: none;
  color: #fff;
}
footer .footer_main_box_menu_main a:hover {
  text-decoration: underline;
}
footer .footer_main_box_menu_sub ul {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  footer .footer_main_box_menu_sub ul {
    text-align: left;
  }
}
footer .footer_main_box_menu_sub li {
  padding-bottom: 20px;
  color: #fff;
  font-size: 0.875rem;
}
footer .footer_main_box_menu_sub a {
  text-decoration: none;
  color: #aaa;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
footer .footer_main_box_menu_sub a:hover {
  text-decoration: underline;
}
footer .copy {
  width: 100%;
  background-color: #000;
  text-align: center;
  font-size: 0.75rem;
  color: #707070;
  padding: 20px 0;
}
footer .copy a {
  color: #707070;
}

/*---------------
ハンバーガーメニュー
---------------*/
/* input非表示 */
#check_input {
  display: none;
}

/* ハンバーガーボタン */
#menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: #333;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  #menu_btn {
    top: 30px;
    right: 30px;
  }
}

/* 三本線*/
#menu_btn span,
#menu_btn span::before,
#menu_btn span::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#menu_btn span::before {
  bottom: 8px;
}

#menu_btn span::after {
  top: 8px;
}

/* クリックされたら三本線が×に変化する */
#check_input:checked ~ #menu_btn span {
  background-color: transparent;
}

#check_input:checked ~ #menu_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#check_input:checked ~ #menu_btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* ドロワーメニュー */
#menu_cont {
  position: fixed;
  top: 0;
  left: 100%; /*left 100%で画面の外に出しておく*/
  width: 80%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 90;
  transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ドロワーメニュー外の背景 */
#drawer_back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 80;
}

/* メニューリストの装飾 */
#menu_cont ul li {
  list-style: none;
}
#menu_cont .menu_cont_smalllist {
  margin-left: 1rem;
}
#menu_cont ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 15px;
  color: #fff;
  text-decoration: none;
}
#menu_cont .menu_cont_smalllist {
  margin-left: 1rem;
}
#menu_cont ul li a:hover {
  opacity: 0.7;
}

/* クリックされたらドロワーメニュー表示 */
#check_input:checked ~ #menu_cont {
  left: 20%;
}

#check_input:checked ~ #drawer_back {
  display: block;
}

/* wrapper コンテンツ */
#wrapper {
  position: relative;
  left: 0;
  transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); /* ドロワーメニューと同じ設定にしておく */
}

#check_input:checked ~ #wrapper {
  left: -80%;
}

/* --------------------- 
ファーストビュー
--------------------- */
.container {
  position: relative;
}

/* --------------------- 
--------------------- */
.firstview_con_bg {
  background-image: url("../images/company/title.jpg");
}

/* --------------------- 
--------------------- */
.company {
  width: calc(100% - 20px);
  margin: 0 10px 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .company {
    width: 100%;
    margin: 0 0 100px;
  }
}
.company_midashi {
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.company_midashi .english {
  display: inline-block;
  background: linear-gradient(90deg, #fb752c 0%, #cf0025 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 100%;
}
@media only screen and (min-width: 960px) {
  .company_midashi .english {
    font-size: 4rem;
    line-height: 120%;
  }
}
.company_midashi .english_under {
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 100%;
}
.company_box {
  width: 100%;
  max-width: 960px;
  display: flex;
}
.company_box table {
  width: 100%;
}
.company_box th,
.company_box td {
  border-bottom: solid 1px #ccc;
  padding: 30px 10px;
  line-height: 160%;
  vertical-align: middle;
  display: block;
}
@media only screen and (min-width: 960px) {
  .company_box th,
  .company_box td {
    display: table-cell;
    padding: 30px;
  }
}
.company_box th {
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .company_box th {
    text-align: right;
  }
}

/* --------------------- 
--------------------- */
.message {
  width: calc(100% - 20px);
  margin: 0 10px 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .message {
    width: 100%;
    margin: 0 0 100px;
  }
}
.message_midashi {
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.message_midashi .english {
  display: inline-block;
  background: linear-gradient(90deg, #fb752c 0%, #cf0025 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 100%;
}
@media only screen and (min-width: 960px) {
  .message_midashi .english {
    font-size: 4rem;
    line-height: 120%;
  }
}
.message_midashi .english_under {
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 100%;
}
.message_box {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-flow: column;
}

/* --------------------- 
--------------------- */
.access {
  width: calc(100% - 20px);
  margin: 0 10px 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.access_midashi {
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.access_midashi .english {
  display: inline-block;
  background: linear-gradient(90deg, #fb752c 0%, #cf0025 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 100%;
}
@media only screen and (min-width: 960px) {
  .access_midashi .english {
    font-size: 4rem;
    line-height: 120%;
  }
}
.access_midashi .english_under {
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 100%;
}
.access_box {
  width: 100%;
  display: flex;
  align-items: center;
}