html {
  font-size: 62.5%;
}

@media all and (max-width: 767px) {
  html.is-locked {
    overflow-y: scroll;
    height: 100vh;
  }
}

html.is-locked body {
  position: fixed;
  left: 0;
  width: 100%;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6875;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.715;
  }
}

.l-contents {
  width: 100%;
  padding-top: 80px;
}

@media all and (max-width: 767px) {
  .l-contents {
    padding-top: 70px;
  }
}

.l-contents-width-fixed {
  width: 100%;
}

@media all and (min-width: 767px) {
  .l-contents-width-fixed {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-container {
  width: 100%;
  padding: 0 20px;
}

@media all and (min-width: 767px) {
  .l-container {
    max-width: 1122px;
    margin: 0 auto;
  }
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input,
textarea,
select {
  border-radius: 0;
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  max-width: 100%;
  border: 0;
  height: auto;
  vertical-align: top;
}

address,
caption,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-size: 100%;
  font-weight: normal;
}


a,
input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: sub;
}

strong {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.contents::before,
.contents::after {
  content: "";
  display: table;
}

.clearfix::after,
.contents::after {
  clear: both;
}

.c-footer {
  position: relative;
  background-color: #808080;
}

.c-footer__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18px 30px 17px;
  align-items: center;
}

@media all and (min-width: 767px) {
  .c-footer__in {
    max-width: 1142px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .c-footer__in {
    flex-direction: column;
    padding: 20px 20px 25px;
    text-align: center;
  }
}

.c-footer__copyright {
  color: #fff;
  font-size: 18px;
  line-height: 1.274;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 100%;
}


.c-footer__instagram i {
  font-size: 18px;
  margin-top: 15px;
}

.c-footer__instagram i:hover {
	cursor: pointer;
}

@media all and (min-width: 767px) {
  .c-footer__copyright {
		font-size: 15px;
    flex: 0 0 auto;
  }

	.c-footer__instagram i {
		font-size: 15px;
		margin-top: 15px;
	}	
}

.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
  margin-top: 20px;
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/
  box-shadow: 0px 1px 2px rgba(25, 25, 25, 0.50);
  transition: .4s;
}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

@media all and (max-width: 767px) {
  .c-footer__copyright {
    order: 2;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.c-header__in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  background-color: #404040;
  border-bottom: 0px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-header__in img {
	width: 300px;
}

@media all and (max-width: 767px) {
  .c-header__in img {
		/* margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px; */
		margin-left: 0px;
		width: 260px;
  }
}

.c-header__in h1 {
  font-size: 2.5rem;
  margin-left: 20px;
  font-weight: bold;
}

.c-header__in h1:hover {
	cursor: pointer;
}

.c-header.scrolled {
  border-bottom: 0.1px solid rgba(128, 128, 128, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.c-header__logo {
  padding-left: 12px;
  padding-right: 12px;
}

@media all and (min-width: 767px) {
  .c-header__logo {
    padding: 0 10px 1px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media all and (max-width: 767px) {
	.c-header__company {
		display: none; /* 「株式会社」を非表示にする */
	}

	.c-header__in h1 {
		font-size: 2.5rem;
		font-weight: bold;
	}
}

.c-header__logo a {
  display: block;
}

@media all and (min-width: 767px) {
  .c-header__logo a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-header__logo a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

@media all and (min-width: 767px) {
  .c-header__logo a img {
    height: 43px;
  }
}

@media all and (max-width: 767px) {
  .c-header__logo a img {
    height: 37px;
  }
}

@media all and (min-width: 767px) {
  .c-header__logo--en a img {
    height: 43px;
  }
}

@media all and (max-width: 767px) {
  .c-header__logo--en a img {
    width: 202px;
  }
}

.c-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media all and (min-width: 767px) {
  .c-header__navigation {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.c-header__utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 767px) {
  .c-header__utility {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 25px;
  }
}

.c-header-contact {
  position: relative;
}

@media all and (max-width: 767px) {
  .c-header-contact {
    display: none;
  }
}

.c-header-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #00008b;
  height: 100%;
  text-decoration: none;
}

.c-header-contact__button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center top 22px;
  background-size: 20px 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1.667;
  letter-spacing: 0.3em;
}

@media all and (max-width: 767px) {
  .c-header-contact__button span {
    width: 120px;
    height: 70px;
    background-position: center top 20px;
    background-size: 18px 18px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.c-link {
  color: #0000cd;
}

@media all and (min-width: 767px) {
  .c-link {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0000cd),
        to(#0000cd)
      )
      0 100%/0 1.2px no-repeat;
    background: -webkit-linear-gradient(#0000cd, #0000cd) 0 100%/0 1.2px
      no-repeat;
    background: -o-linear-gradient(#0000cd, #0000cd) 0 100%/0 1.2px no-repeat;
    background: linear-gradient(#0000cd, #0000cd) 0 100%/0 1.2px no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
  }
  .c-link:hover {
    background-size: 100% 1.2px;
  }
}

@media all and (min-width: 767px) {
  .c-link-tel {
    pointer-events: none;
  }
}

.c-mainvisual-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 250px;
}

@media all and (max-width: 767px) {
  .c-mainvisual-02 {
    height: 200px;
  }
}

.c-mainvisual-02__image {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .c-mainvisual-02__image {
    left: 0px;
    width: 100%;
  }
}

.c-mainvisual-02__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media all and (max-width: 767px) {
  .c-mainvisual-02__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
}

.c-mainvisual-02__subtitle {
  margin-bottom: 4px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.c-mainvisual-02__en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

@media all and (max-width: 767px) {
  .c-mainvisual-02__en {
    font-size: 1.8rem;
  }
}

.c-mainvisual-02__jp {
  position: relative;
  bottom: 1px;
  padding-left: 15px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media all and (max-width: 767px) {
  .c-mainvisual-02__jp {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.c-mainvisual-02__jp::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

@media all and (max-width: 767px) {
  .c-mainvisual-02__jp::before {
    top: 9px;
  }
}

.c-mainvisual-02__title {
  color: #fff;
  font-size: 5rem;
  line-height: 1.2;
}

@media all and (max-width: 767px) {
  .c-mainvisual-02__title {
    font-size: 3.2rem;
  }
}

.c-heading-02 {
	color: #696969;
  position: relative;
  margin-bottom: 50px;
  padding-left: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .c-heading-02 {
    margin-bottom: 40px;
    padding-left: 16px;
    font-size: 3rem;
  }
}

.c-heading-02::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 6px;
  background-color: #808080;
}

@media all and (max-width: 767px) {
  .c-heading-02::before {
    top: 6px;
    bottom: 6px;
  }
}

.c-heading-02--white {
  color: #fff;
}

.c-heading-02--white::before {
  background-color: #fff;
}

* + .c-heading-02 {
  margin-top: 75px;
}

@media all and (max-width: 767px) {
  * + .c-heading-02 {
    margin-top: 50px;
  }
}

.c-heading-02__sub {
  font-size: 3.2rem;
}

@media all and (max-width: 767px) {
  .c-heading-02__sub {
    font-size: 2rem;
  }
}

.p-aboutus-content {
  padding: 67px 0 74px;
}

@media all and (max-width: 767px) {
  .p-aboutus-content {
    padding: 44px 0 49px;
  }
}

.p-aboutus-content__in {
  width: 100%;
  padding: 0 20px;
}

@media all and (min-width: 767px) {
  .p-aboutus-content__in {
    max-width: 1124px;
    margin: 0 auto;
  }
}

.p-aboutus-content__in .c-heading-02 {
  margin-bottom: 42px;
}

@media all and (max-width: 767px) {
  .p-aboutus-content__in .c-heading-02 {
    margin-bottom: 33px;
  }
}

.p-table-aboutus {
  width: 100%;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .p-table-aboutus {
    margin-bottom: 11px;
    border-top: 1px solid #ccc;
  }
}

.p-table-aboutus__tr {
	border-bottom: 1.5px solid #ccc;
}

@media all and (max-width: 767px) {
  .p-table-aboutus__tr {
    display: block;
    padding: 15px 0;
  }
}

@media all and (max-width: 767px) {
  .p-table-aboutus__tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}

@media all and (min-width: 767px) {
  .p-table-aboutus__tr:last-child .p-table-aboutus__th,
  .p-table-aboutus__tr:last-child .p-table-aboutus__td {
    border-bottom: none;
  }
}

.p-table-aboutus__th {
  font-weight: bold;
  width: 33.211%;
  padding: 25px 10px 24px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

@media all and (min-width: 767px) {
  .p-table-aboutus__th {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
  }
}

@media all and (max-width: 767px) {
  .p-table-aboutus__th {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}

.p-table-aboutus__td {
  width: 66.789%;
  padding: 25px 30px 24px;
}

@media all and (min-width: 767px) {
  .p-table-aboutus__td {
    border-bottom: 1px solid #ededed;
  }
}

@media all and (max-width: 767px) {
  .p-table-aboutus__td {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.p-table-aboutus__text {
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .p-table-aboutus__text {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 767px) {
  .p-table-aboutus .c-link {
    font-size: 1.4rem;
  }
}

.p-table-aboutus__td .p-table-aboutus__image {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-table-aboutus__td .p-table-aboutus__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .p-table-aboutus__td .p-table-aboutus__image {
    margin-top: 10px;
  }
}

