@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Outfit:wght@300;400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

body {
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

body,
button,
input,
select,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

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

img {
  width: 100%;
  max-width: initial;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
img[src$=".svg"] {
  max-width: 100%;
}

label {
  margin-bottom: 0;
}

input[type=search] {
  color: inherit;
  border: 1px solid #333;
  border-radius: 0;
  padding: 0.3em 0.3em 0.3em 35px;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
}

figure {
  margin: 0;
}

h1 {
  font-size: inherit;
}

p {
  margin: 0;
}

h2 {
  color: inherit;
  font-size: 1rem;
}

h3 {
  color: inherit;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

h3 {
  font-size: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

h4 {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}

button,
input[type=button],
input[type=submit] {
  background-color: transparent;
}

ol {
  list-style: none;
}

a:hover,
a:active {
  color: inherit;
}

/*================================
	サイトごとに設定
=================================*/
/*================================
	メディアクエリの設定
=================================*/
/*================================
	サイト共通設定
=================================*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  color: #172E3A;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}

/*================================
	PC 共通設定
=================================*/
@media print, screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
  .inner {
    width: 94.5454545455%;
    max-width: 1000px;
    margin: auto;
  }
}
/*================================
	PC 相対値範囲設定
=================================*/
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
/*================================
	SP 共通設定
=================================*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 3.6458333333vw;
  }
  .inner {
    width: 90%;
    margin: auto;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* BASE STYLE
--------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

iframe {
  vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.wrap {
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.is-between {
  justify-content: space-between;
}

.flexdry {
  flex-direction: row-reverse;
}

.sp {
  display: none !important;
}

.tab {
  display: block !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .tab {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------

l-header

-------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.l-header .l-header-inner {
  align-items: center;
  padding: 20px;
}
.l-header .l-header-logo {
  width: 100px;
  height: 80px;
}
.l-header .l-header-logo__ttl {
  height: 100%;
}
.l-header .l-header-logo__ttl .-link:hover {
  opacity: 1;
}
.l-header .l-header-area {
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  padding: 28px 170px 28px 45px;
  overflow: hidden;
}
.l-header .l-header-area__list {
  gap: 30px;
}
.l-header .l-header-area__list-item .-link {
  position: relative;
  display: block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}
.l-header .l-header-area__list-item .-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  transform: scale(0, 1);
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #0970B6;
  transition: all 0.3s ease;
}
.l-header .l-header-area__list-item .-link:hover {
  color: #0970B6;
  opacity: 1;
}
.l-header .l-header-area__list-item .-link:hover::before {
  transform: scale(1, 1);
}
.l-header .l-header-area__lunguage {
  margin-left: 20px;
  line-height: 1.2;
  margin-top: 1px;
}
.l-header .l-header-area__lunguage .lang-switcher {
  display: flex;
  gap: 20px;
}
.l-header .l-header-area__lunguage li {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.l-header .l-header-area__lunguage li::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.l-header .l-header-area__lunguage li:last-child::after {
  display: none;
}
.l-header .l-header-area__lunguage li.current {
  color: #0970B6;
}
.l-header .l-header-area__lunguage li.current::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #0970B6;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.l-header .l-header-area__contact {
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.l-header .l-header-area__contact a {
  width: 100%;
  background-color: #0970B6;
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .l-header-area__contact .-en {
  padding-left: 20px;
  position: relative;
}
.l-header .l-header-area__contact .-en::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/mail-icon.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .l-header-humbtn {
  display: none;
}
@media screen and (max-width: 1210px) {
  .l-header .l-header-area {
    padding: 22px 120px 20px 35px;
  }
  .l-header .l-header-area__list {
    gap: 16px;
  }
  .l-header .l-header-area__list-item .-link {
    font-size: 10px;
  }
  .l-header .l-header-area__lunguage {
    margin-left: 16px;
  }
  .l-header .l-header-area__lunguage li {
    font-size: 10px;
  }
  .l-header .l-header-area__contact {
    width: 100px;
  }
  .l-header .l-header-area__contact a {
    font-size: 10px;
  }
  .l-header .l-header-area__contact .-en::before {
    top: 55%;
  }
}
@media screen and (max-width: 768px) {
  .l-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
  }
  .l-header .l-header-inner {
    align-items: center;
    padding: 0.7142857143rem;
  }
  .l-header .l-header-logo {
    position: relative;
    z-index: 10000;
    width: 4.2857142857rem;
    height: 3.5714285714rem;
  }
  .l-header .l-header-area {
    margin-right: 0px;
    border-radius: 0;
  }
  .l-header .l-header-area {
    background-color: #fff;
    position: fixed;
    height: 100vh;
    overflow: scroll;
    top: 0px;
    padding: 6.0714285714rem 1.7857142857rem 0rem;
    width: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .l-header .l-header-area.open {
    opacity: 1;
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header .l-header-area__list {
    gap: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3.5714285714rem;
  }
  .l-header .l-header-area__list .-en {
    display: none;
  }
  .l-header .l-header-area__list-item {
    width: 100%;
    border-bottom: 1px solid #454545;
  }
  .l-header .l-header-area__list-item .-link {
    position: relative;
    display: block;
    text-align: left;
    padding: 1.4285714286rem 0;
    font-size: 1.0714285714rem;
  }
  .l-header .l-header-area__list-item .-link::before {
    display: none;
  }
  .l-header .l-header-area__list-item .-link::after {
    content: "";
    position: absolute;
    width: 0.3571428571rem;
    height: auto;
    aspect-ratio: 1;
    border-right: 1px solid #454545;
    border-bottom: 1px solid #454545;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 1.0714285714rem;
  }
  .l-header .l-header-area__lunguage-mobile {
    margin: auto;
    padding-bottom: 2.1428571429rem;
  }
  .l-header .l-header-area__lunguage-mobile li {
    list-style: none;
    position: relative;
  }
  .l-header .l-header-area__lunguage-mobile li::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #0970B6;
    height: 2.1428571429rem;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: -0.8928571429rem;
  }
  .l-header .l-header-area__lunguage-mobile li a {
    font-size: 1.1428571429rem;
    font-weight: bold;
    color: #0970B6;
  }
  .l-header .l-header-area__lunguage-mobile .l-header-area__lunguage-mobile-in {
    gap: 1.7857142857rem;
  }
  .l-header .l-header-area__lunguage-mobile .l-header-area__lunguage-mobile-in li:last-child::after {
    display: none;
  }
  .l-header .l-header-area__contact-area {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #0970B6;
    padding: 2.1428571429rem;
  }
  .l-header .l-header-area__contact-area .-tel {
    display: block;
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 1.7142857143rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .l-header .l-header-area__contact-area .-btn {
    position: relative;
    margin: auto;
    margin-top: 1.4285714286rem;
    display: block;
    width: 17.8571428571rem;
    background-color: #fff;
    border-radius: 4.2857142857rem;
    display: block;
    padding: 0.7142857143rem;
    text-align: center;
  }
  .l-header .l-header-area__contact-area .-btn::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../img/common/btn-arrow.png) no-repeat;
    background-size: contain;
    width: 0.7857142857rem;
    height: 0.7142857143rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4285714286rem;
  }
  .l-header .l-header-area__contact-area .-btn .-en {
    position: relative;
    font-size: 1rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #0970B6;
    padding-left: 1.0714285714rem;
  }
  .l-header .l-header-area__contact-area .-btn .-en::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../img/common/mail-icon-sp.png) no-repeat;
    background-size: contain;
    width: 0.9285714286rem;
    height: 0.7857142857rem;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
  }
  .l-header .l-header-humbtn {
    display: block;
    position: absolute;
    z-index: 10000;
    top: 0.7142857143rem;
    right: 1.0714285714rem;
    background-color: #fff;
    width: 3.2142857143rem;
    height: 3.2142857143rem;
    border: 1px solid #0970B6;
    border-radius: 50%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line {
    position: absolute;
    width: 1.4285714286rem;
    height: 1px;
    background-color: #0970B6;
    top: 50%;
    left: 25%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(2) {
    opacity: 0;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(3) {
    transform: translateY(0px) rotate(-45deg);
  }
  .l-header .l-header-humbtn__line {
    position: absolute;
    width: 1.4285714286rem;
    height: 1px;
    background-color: #0970B6;
    top: 50%;
    left: 25%;
    transition: all 0.3s ease;
  }
  .l-header .l-header-humbtn__line:nth-child(1) {
    transform: translateY(-5px);
  }
  .l-header .l-header-humbtn__line:nth-child(3) {
    transform: translateY(5px);
  }
}

/*------------------------------------------------

l-footer

-------------------------------------------------*/
.l-footer .l-footer-pagetop {
  border-bottom: 1px solid #fff;
}
.l-footer .l-footer-pagetop a {
  background-color: #0970B6;
  padding: 25px 0;
  display: block;
  text-align: center;
}
.l-footer .l-footer-pagetop a:hover {
  opacity: 1;
}
.l-footer .l-footer-pagetop__txt {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
}
.l-footer .l-footer-pagetop__txt::before {
  content: "";
  position: absolute;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 0;
  transform: rotate(-135deg);
  top: 11px;
}
.l-footer .l-footer-area {
  background-color: #0970B6;
  padding: 70px 0;
}
.l-footer .l-footer-area--inner {
  max-width: 1200px;
}
.l-footer .l-footer-area__left .-logo {
  width: 80px;
}
.l-footer .l-footer-area__left .-info {
  margin-top: 20px;
}
.l-footer .l-footer-area__left .-info-tel {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-area__left .-info-address {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 5px;
}
.l-footer .l-footer-area__left .-info-map {
  margin-top: 20px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.7;
}
.l-footer .l-footer-area__right {
  width: 300px;
}
.l-footer .l-footer-area__right ul {
  width: 50%;
}
.l-footer .l-footer-area__right li {
  width: 100%;
  margin-top: 30px;
}
.l-footer .l-footer-area__right li:first-child {
  margin-top: 0;
}
.l-footer .l-footer-area__right a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-btm {
  background-color: #000;
  padding: 40px 0;
}
.l-footer .l-footer-btm--inner {
  max-width: 1200px;
}
.l-footer .l-footer-btm__area .-privacy {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-btm__area .-copyright {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-pagetop a {
    padding: 1.4285714286rem 0;
  }
  .l-footer .l-footer-pagetop__txt {
    font-size: 1.2857142857rem;
    padding-left: 1.4285714286rem;
  }
  .l-footer .l-footer-pagetop__txt::before {
    width: 0.5714285714rem;
    border-right: 0.1428571429rem solid #fff;
    border-bottom: 0.1428571429rem solid #fff;
    top: 0.7857142857rem;
  }
  .l-footer .l-footer-area {
    padding: 1.7857142857rem 0 2.1428571429rem;
  }
  .l-footer .l-footer-area__left {
    width: 100%;
    display: contents;
  }
  .l-footer .l-footer-area__left .-logo {
    order: 1;
    width: 5.7142857143rem;
    margin: auto;
  }
  .l-footer .l-footer-area__left .-info {
    order: 3;
    margin-top: 2.8571428571rem;
  }
  .l-footer .l-footer-area__left .-info-tel {
    font-size: 1.3571428571rem;
  }
  .l-footer .l-footer-area__left .-info-address {
    font-size: 1rem;
    margin-top: 0.3571428571rem;
  }
  .l-footer .l-footer-area__left .-info-map {
    margin-top: 1.4285714286rem;
    font-size: 0.8571428571rem;
  }
  .l-footer .l-footer-area__right {
    order: 2;
    width: 100%;
    margin-top: 1.4285714286rem;
  }
  .l-footer .l-footer-area__right ul {
    width: 100%;
  }
  .l-footer .l-footer-area__right ul.l-footer-area__right-list li:first-child {
    margin-top: 1.7857142857rem;
  }
  .l-footer .l-footer-area__right li {
    width: 100%;
    margin-top: 1.7857142857rem;
  }
  .l-footer .l-footer-area__right li:first-child {
    margin-top: 0;
  }
  .l-footer .l-footer-area__right a {
    font-size: 1.1428571429rem;
  }
  .l-footer .l-footer-btm {
    padding: 2.1428571429rem 0;
  }
  .l-footer .l-footer-btm__area {
    justify-content: center;
  }
  .l-footer .l-footer-btm__area .-privacy {
    font-size: 1.0714285714rem;
  }
  .l-footer .l-footer-btm__area .-copyright {
    font-size: 1.0714285714rem;
    margin-top: 1.0714285714rem;
  }
}

/*------------------------------------------------

c-sub-mv

-------------------------------------------------*/
.c-sub-mv {
  position: relative;
  height: 340px;
}
.c-sub-mv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.c-sub-mv.c-sub-mv--news {
  background: url(../../../img/news/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--company {
  background: url(../../../img/company/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--product {
  background: url(../../../img/product/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--production {
  background: url(../../../img/production/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--equipment {
  background: url(../../../img/equipment/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--contact {
  background: url(../../../img/contact/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--privacy {
  background: url(../../../img/privacy/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv .c-sub-mv__box {
  position: absolute;
  background-color: #fff;
  min-width: 400px;
  padding: 30px 15px 10px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.c-sub-mv .c-sub-mv__box .-en {
  text-align: center;
  color: #0970B6;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.c-sub-mv .c-sub-mv__box .-ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 32px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-sub-mv {
    height: 15rem;
  }
  .c-sub-mv .c-sub-mv__box {
    min-width: 21.4285714286rem;
    max-width: 25rem;
    padding: 1.4285714286rem 0.7142857143rem 0.7142857143rem;
    bottom: -1.4285714286rem;
  }
  .c-sub-mv .c-sub-mv__box .-en {
    font-size: 0.8571428571rem;
  }
  .c-sub-mv .c-sub-mv__box .-ttl {
    font-size: 1.7142857143rem;
  }
}

/*------------------------------------------------

c-sub-mv--mt

-------------------------------------------------*/
.c-sub-mv--mt {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .c-sub-mv--mt {
    margin-top: 5rem;
  }
}

/*------------------------------------------------

c-breadcrumbs-area

-------------------------------------------------*/
.c-breadcrumbs-area {
  padding: 30px 0 0;
}
.c-breadcrumbs-area ul {
  gap: 5px 0;
  align-items: center;
}
.c-breadcrumbs-area li {
  font-size: 12px;
  font-weight: 400;
  color: #0970B6;
}
.c-breadcrumbs-area li a {
  position: relative;
  margin-right: 60px;
  color: #000;
}
.c-breadcrumbs-area li a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 30px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs-area {
    padding: 2.1428571429rem 0 0;
  }
  .c-breadcrumbs-area ul {
    gap: 0.3571428571rem 0;
  }
  .c-breadcrumbs-area li {
    font-size: 0.8571428571rem;
  }
  .c-breadcrumbs-area li a {
    margin-right: 4.2857142857rem;
  }
  .c-breadcrumbs-area li a::after {
    width: 2.1428571429rem;
    right: -3.2142857143rem;
    top: 60%;
  }
}

/*------------------------------------------------

c-ttl01

-------------------------------------------------*/
.c-ttl01 .c-ttl01-ttl {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.c-ttl01 .c-ttl01-ttl.c-ttl01-ttl--dot {
  padding-left: 20px;
  position: relative;
}
.c-ttl01 .c-ttl01-ttl.c-ttl01-ttl--dot::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #0970B6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-ttl01 .c-ttl01-ttl .-sub {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 5px;
}
.c-ttl01 .c-ttl01-ttl .-sub::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #0970B6;
  border-radius: 50%;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
}
.c-ttl01.c-ttl01--wh .c-ttl01-ttl {
  color: #fff;
}
.c-ttl01.c-ttl01--wh .-sub {
  color: #fff;
}
.c-ttl01.c-ttl01--wh .-sub::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-ttl01 .c-ttl01-ttl {
    font-size: 1.7142857143rem;
  }
  .c-ttl01 .c-ttl01-ttl.c-ttl01-ttl--dot {
    padding-left: 1.0714285714rem;
  }
  .c-ttl01 .c-ttl01-ttl.c-ttl01-ttl--dot::before {
    top: 53%;
    width: 0.7142857143rem;
    height: 0.7142857143rem;
  }
  .c-ttl01 .c-ttl01-ttl .-sub {
    font-size: 1.1428571429rem;
    padding-left: 0.7857142857rem;
    margin-bottom: 0.3571428571rem;
  }
  .c-ttl01 .c-ttl01-ttl .-sub::before {
    top: 0.6428571429rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

/*------------------------------------------------

c-btn01

-------------------------------------------------*/
.c-btn01 {
  width: 265px;
  margin-top: 50px;
}
.c-btn01 a {
  position: relative;
  border: 2px solid #0970B6;
  display: block;
  border-radius: 70px;
  padding: 20px 30px;
  color: #0970B6;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.c-btn01 a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/btn-arrow.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease;
}
.c-btn01 a:hover::after {
  right: 25px;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    width: 15.7142857143rem;
    margin-top: 2.8571428571rem;
  }
  .c-btn01 a {
    border-radius: 5rem;
    padding: 1.0714285714rem 1.7857142857rem;
    font-size: 1rem;
  }
  .c-btn01 a::after {
    width: 0.8571428571rem;
    height: 0.7142857143rem;
    right: 1.7857142857rem;
  }
  .c-btn01 a:hover::after {
    right: 1.4285714286rem;
  }
}

/*------------------------------------------------

c-link-area

-------------------------------------------------*/
.c-link-area .c-link-area__block {
  width: 33.3333333333%;
  height: 400px;
}
.c-link-area .c-link-area__block-in {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.c-link-area .c-link-area__block-in:hover {
  opacity: 1;
}
.c-link-area .c-link-area__block-in:hover .-bg {
  background-color: rgba(39, 39, 39, 0.4);
  transition: all 1s ease;
}
.c-link-area .c-link-area__block-in:hover .-img {
  transform: scale(1.1);
}
.c-link-area .c-link-area__block-in .-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 39, 0.9);
  top: 0;
  left: 0;
  z-index: 0;
}
.c-link-area .c-link-area__block-in .-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 1s ease;
}
.c-link-area .c-link-area__block-in .-img.-img--01 {
  background: url(../../../img/common/link-bg01.jpg) no-repeat center center/cover;
}
.c-link-area .c-link-area__block-in .-img.-img--02 {
  background: url(../../../img/common/link-bg02.jpg) no-repeat center center/cover;
}
.c-link-area .c-link-area__block-in .-img.-img--03 {
  background: url(../../../img/common/link-bg03.jpg) no-repeat center center/cover;
}
.c-link-area .c-link-area__block-txtbox {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-link-area .c-link-area__block-txtbox .-ttl {
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
}
.c-link-area .c-link-area__block-txtbox .-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-link-area .c-link-area__block-txtbox .-txt {
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-weight: 400;
  margin-top: 10px;
}
.c-link-area .-circle {
  width: 90px;
  height: 90px;
  position: relative;
  margin: auto;
  margin-top: 40px;
}
.c-link-area .-circle::before {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.c-link-area .-circle::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/link-arrow.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-link-area .c-link-area__block {
    width: 100%;
    height: 17.1428571429rem;
  }
  .c-link-area .c-link-area__block-txtbox {
    position: absolute;
    width: 100%;
    top: 2.8571428571rem;
    padding: 0 5%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .c-link-area .c-link-area__block-txtbox .-ttl {
    text-align: left;
    font-size: 1.4285714286rem;
    padding-bottom: 0.7142857143rem;
  }
  .c-link-area .c-link-area__block-txtbox .-ttl::before {
    width: 2.1428571429rem;
    left: 0%;
    transform: translateX(0%);
  }
  .c-link-area .c-link-area__block-txtbox .-txt {
    text-align: left;
    font-size: 1rem;
    margin-top: 0.7142857143rem;
  }
  .c-link-area .-circle {
    width: 3.5714285714rem;
    height: 3.5714285714rem;
    position: absolute;
    margin: auto;
    margin-top: 0px;
    bottom: 1.4285714286rem;
    right: 1.4285714286rem;
  }
  .c-link-area .-circle::after {
    width: 1.1428571429rem;
    height: 0.8571428571rem;
  }
}

/*------------------------------------------------

c-contact

-------------------------------------------------*/
.c-contact {
  background: url(../../../img/common/contact-bg.jpg) no-repeat center center/cover;
}
.c-contact a {
  position: relative;
  padding: 125px 0;
  display: block;
}
.c-contact a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(23, 46, 58, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.c-contact a:hover {
  opacity: 1;
}
.c-contact a:hover::before {
  background-color: rgba(23, 46, 58, 0.5);
}
.c-contact a:hover .c-contact__area .-circle::before {
  transform: scale(1.2);
}
.c-contact a:hover .c-contact__area .-circle::after {
  transform: translate(-30%, -50%);
}
.c-contact .c-contact__area {
  position: relative;
}
.c-contact .c-contact__area .-txtbox-ttl {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
}
.c-contact .c-contact__area .-txtbox-txt {
  position: relative;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  padding-bottom: 20px;
}
.c-contact .c-contact__area .-txtbox-txt::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 1px;
  bottom: 0;
  width: calc(100% + 500px);
  margin: 0 0 0 -500px;
}
.c-contact .c-contact__area .-circle {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-contact .c-contact__area .-circle::before {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.c-contact .c-contact__area .-circle::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/link-arrow.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-contact a {
    padding: 4.4642857143rem 0;
  }
  .c-contact .c-contact__area .-txtbox-ttl {
    font-size: 1.8571428571rem;
  }
  .c-contact .c-contact__area .-txtbox-txt {
    font-size: 1rem;
    margin-top: 0.7142857143rem;
    padding-bottom: 0.7142857143rem;
  }
  .c-contact .c-contact__area .-circle {
    width: 5.7142857143rem;
    height: 5.7142857143rem;
  }
  .c-contact .c-contact__area .-circle::after {
    background-size: contain;
    width: 1.0714285714rem;
    height: 0.9285714286rem;
  }
}/*# sourceMappingURL=common.css.map */