@charset "UTF-8";
/* CSS Document */
/*
Theme Name:オリジナルテーマ
Description: オリジナルテーマです
Theme URI:
Author: 
Author URI: 
Version: 
License: -----
License URI:
*/
/*********************

変数設定

************************/
/*********************

reset

************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900;&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
time,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 1rem;
}

p {
  line-height: 2;
  letter-spacing: 1rem;
  font-size: 28rem;
}

li,
ol li {
  list-style-type: none;
  letter-spacing: 1rem;
}

a img {
  border-style: none;
}

a {
  text-decoration: none;
  letter-spacing: 1rem;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  vertical-align: top;
  letter-spacing: 1rem;
  text-align: left;
}

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

@media (min-width: 751px) {
  html {
    font-size: 0.0520833333vw;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 0.0625rem;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 0.1333333333vw;
  }
}

a {
  color: #333;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.notosans-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.notosans-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.notosans-black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #012748;
}
@media (min-width: 751px) {
  body {
    font-size: 16rem;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 28rem;
  }
}

/*********************

フォントサイズ設定エリア

************************/
@media (min-width: 751px) {
  .fs__16 {
    font-size: 16rem;
  }
}

@media (min-width: 751px) {
  .fs__17 {
    font-size: 17rem;
  }
}

@media (min-width: 751px) {
  .fs__18 {
    font-size: 18rem;
  }
}

@media (min-width: 751px) {
  .fs__19 {
    font-size: 19rem;
  }
}

@media (min-width: 751px) {
  .fs__20 {
    font-size: 20rem;
  }
}

@media (min-width: 751px) {
  .fs__21 {
    font-size: 21rem;
  }
}

@media (min-width: 751px) {
  .fs__22 {
    font-size: 22rem;
  }
}

@media (min-width: 751px) {
  .fs__23 {
    font-size: 23rem;
  }
}

@media (min-width: 751px) {
  .fs__24 {
    font-size: 24rem;
  }
}

@media (min-width: 751px) {
  .fs__25 {
    font-size: 25rem;
  }
}

@media (min-width: 751px) {
  .fs__26 {
    font-size: 26rem;
  }
}

@media (min-width: 751px) {
  .fs__27 {
    font-size: 27rem;
  }
}

@media (min-width: 751px) {
  .fs__28 {
    font-size: 28rem;
  }
}

@media (min-width: 751px) {
  .fs__29 {
    font-size: 29rem;
  }
}

@media (min-width: 751px) {
  .fs__30 {
    font-size: 30rem;
  }
}

@media (min-width: 751px) {
  .fs__31 {
    font-size: 31rem;
  }
}

@media (min-width: 751px) {
  .fs__32 {
    font-size: 32rem;
  }
}

@media (min-width: 751px) {
  .fs__33 {
    font-size: 33rem;
  }
}

@media (min-width: 751px) {
  .fs__34 {
    font-size: 34rem;
  }
}

@media (min-width: 751px) {
  .fs__35 {
    font-size: 35rem;
  }
}

@media (min-width: 751px) {
  .fs__36 {
    font-size: 36rem;
  }
}

@media (min-width: 751px) {
  .fs__37 {
    font-size: 37rem;
  }
}

@media (min-width: 751px) {
  .fs__38 {
    font-size: 38rem;
  }
}

@media (min-width: 751px) {
  .fs__39 {
    font-size: 39rem;
  }
}

@media (min-width: 751px) {
  .fs__40 {
    font-size: 40rem;
  }
}

@media (min-width: 751px) {
  .fs__41 {
    font-size: 41rem;
  }
}

@media (min-width: 751px) {
  .fs__42 {
    font-size: 42rem;
  }
}

@media (min-width: 751px) {
  .fs__43 {
    font-size: 43rem;
  }
}

@media (min-width: 751px) {
  .fs__44 {
    font-size: 44rem;
  }
}

@media (min-width: 751px) {
  .fs__45 {
    font-size: 45rem;
  }
}

@media (min-width: 751px) {
  .fs__46 {
    font-size: 46rem;
  }
}

@media (min-width: 751px) {
  .fs__47 {
    font-size: 47rem;
  }
}

@media (min-width: 751px) {
  .fs__48 {
    font-size: 48rem;
  }
}

@media (min-width: 751px) {
  .fs__49 {
    font-size: 49rem;
  }
}

@media (min-width: 751px) {
  .fs__50 {
    font-size: 50rem;
  }
}

@media (min-width: 751px) {
  .fs__51 {
    font-size: 51rem;
  }
}

@media (min-width: 751px) {
  .fs__52 {
    font-size: 52rem;
  }
}

@media (min-width: 751px) {
  .fs__53 {
    font-size: 53rem;
  }
}

@media (min-width: 751px) {
  .fs__54 {
    font-size: 54rem;
  }
}

@media (min-width: 751px) {
  .fs__55 {
    font-size: 55rem;
  }
}

@media (min-width: 751px) {
  .fs__56 {
    font-size: 56rem;
  }
}

@media (min-width: 751px) {
  .fs__57 {
    font-size: 57rem;
  }
}

@media (min-width: 751px) {
  .fs__58 {
    font-size: 58rem;
  }
}

@media (min-width: 751px) {
  .fs__59 {
    font-size: 59rem;
  }
}

@media (min-width: 751px) {
  .fs__60 {
    font-size: 60rem;
  }
}

@media (min-width: 751px) {
  .fs__61 {
    font-size: 61rem;
  }
}

@media (min-width: 751px) {
  .fs__62 {
    font-size: 62rem;
  }
}

@media (min-width: 751px) {
  .fs__63 {
    font-size: 63rem;
  }
}

@media (min-width: 751px) {
  .fs__64 {
    font-size: 64rem;
  }
}

@media (min-width: 751px) {
  .fs__65 {
    font-size: 65rem;
  }
}

@media (min-width: 751px) {
  .fs__66 {
    font-size: 66rem;
  }
}

@media (min-width: 751px) {
  .fs__67 {
    font-size: 67rem;
  }
}

@media (min-width: 751px) {
  .fs__68 {
    font-size: 68rem;
  }
}

@media (min-width: 751px) {
  .fs__69 {
    font-size: 69rem;
  }
}

@media (min-width: 751px) {
  .fs__70 {
    font-size: 70rem;
  }
}

@media (min-width: 751px) {
  .fs__71 {
    font-size: 71rem;
  }
}

@media (min-width: 751px) {
  .fs__72 {
    font-size: 72rem;
  }
}

@media (min-width: 751px) {
  .fs__73 {
    font-size: 73rem;
  }
}

@media (min-width: 751px) {
  .fs__74 {
    font-size: 74rem;
  }
}

@media (min-width: 751px) {
  .fs__75 {
    font-size: 75rem;
  }
}

@media (min-width: 751px) {
  .fs__76 {
    font-size: 76rem;
  }
}

@media (min-width: 751px) {
  .fs__77 {
    font-size: 77rem;
  }
}

@media (min-width: 751px) {
  .fs__78 {
    font-size: 78rem;
  }
}

@media (min-width: 751px) {
  .fs__79 {
    font-size: 79rem;
  }
}

@media (min-width: 751px) {
  .fs__80 {
    font-size: 80rem;
  }
}

@media (min-width: 751px) {
  .fs__81 {
    font-size: 81rem;
  }
}

@media (min-width: 751px) {
  .fs__82 {
    font-size: 82rem;
  }
}

@media (min-width: 751px) {
  .fs__83 {
    font-size: 83rem;
  }
}

@media (min-width: 751px) {
  .fs__84 {
    font-size: 84rem;
  }
}

@media (min-width: 751px) {
  .fs__85 {
    font-size: 85rem;
  }
}

@media (min-width: 751px) {
  .fs__86 {
    font-size: 86rem;
  }
}

@media (min-width: 751px) {
  .fs__87 {
    font-size: 87rem;
  }
}

@media (min-width: 751px) {
  .fs__88 {
    font-size: 88rem;
  }
}

@media (min-width: 751px) {
  .fs__89 {
    font-size: 89rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_20 {
    font-size: 20rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_21 {
    font-size: 21rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_22 {
    font-size: 22rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_23 {
    font-size: 23rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_24 {
    font-size: 24rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_25 {
    font-size: 25rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_26 {
    font-size: 26rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_27 {
    font-size: 27rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_28 {
    font-size: 28rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_29 {
    font-size: 29rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_30 {
    font-size: 30rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_31 {
    font-size: 31rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_32 {
    font-size: 32rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_33 {
    font-size: 33rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_34 {
    font-size: 34rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_35 {
    font-size: 35rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_36 {
    font-size: 36rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_37 {
    font-size: 37rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_38 {
    font-size: 38rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_39 {
    font-size: 39rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_40 {
    font-size: 40rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_41 {
    font-size: 41rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_42 {
    font-size: 42rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_43 {
    font-size: 43rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_44 {
    font-size: 44rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_45 {
    font-size: 45rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_46 {
    font-size: 46rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_47 {
    font-size: 47rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_48 {
    font-size: 48rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_49 {
    font-size: 49rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_50 {
    font-size: 50rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_51 {
    font-size: 51rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_52 {
    font-size: 52rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_53 {
    font-size: 53rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_54 {
    font-size: 54rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_55 {
    font-size: 55rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_56 {
    font-size: 56rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_57 {
    font-size: 57rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_58 {
    font-size: 58rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_59 {
    font-size: 59rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_60 {
    font-size: 60rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_61 {
    font-size: 61rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_62 {
    font-size: 62rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_63 {
    font-size: 63rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_64 {
    font-size: 64rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_65 {
    font-size: 65rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_66 {
    font-size: 66rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_67 {
    font-size: 67rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_68 {
    font-size: 68rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_69 {
    font-size: 69rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_70 {
    font-size: 70rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_71 {
    font-size: 71rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_72 {
    font-size: 72rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_73 {
    font-size: 73rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_74 {
    font-size: 74rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_75 {
    font-size: 75rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_76 {
    font-size: 76rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_77 {
    font-size: 77rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_78 {
    font-size: 78rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_79 {
    font-size: 79rem;
  }
}

@media (max-width: 750px) {
  .fs__sp_80 {
    font-size: 80rem;
  }
}

/*********************

    共通パーツ

************************/
.color__wh {
  color: #fff;
}

.color__bk {
  color: #000;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

@media (min-width: 751px) {
  .pc__none {
    display: none;
  }
}

@media (max-width: 750px) {
  .sp__none {
    display: none;
  }
}

.adjust__link {
  padding-top: 150rem;
  margin-top: -150rem;
}

.cmn__left_line {
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .cmn__left_line {
    font-size: 40.1066666667rem;
    max-width: 1000rem;
  }
}
@media (max-width: 750px) {
  .cmn__left_line {
    font-size: 36rem;
  }
}
.cmn__left_line:before {
  content: "";
  background: #299be6;
  width: 19.6266666667rem;
  height: 69.12rem;
  display: inline-block;
  margin-right: 34.1333333333rem;
}

/*********************

   ヘッダー

************************/
.header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 751px) {
  .header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 50rem 0 0 0;
  }
}
.header.page {
  position: relative;
}
@media (min-width: 751px) {
  .header.page {
    padding: 0;
  }
}
@media (min-width: 751px) {
  .header.page a, .header.page p {
    padding: 25rem 0 10rem 35rem;
    color: #012748;
  }
}
@media (max-width: 750px) {
  .header.page .header__separate_left {
    color: #012748;
  }
}
.header.page .header__separate_right ul .li:last-of-type a {
  position: relative;
  color: #fff;
}
@media (min-width: 751px) {
  .header.page .header__separate_right ul .li:last-of-type a {
    padding: 63rem 86rem 20rem;
    font-size: 35rem;
  }
}
@media (max-width: 750px) {
  .header.page .header__separate_right ul .li:last-of-type a {
    padding: 63rem 86rem 20rem;
  }
}
.header.page .header__separate_right ul .li:last-of-type a:before {
  content: "メールフォーム";
  position: absolute;
  line-height: 1;
}
@media (min-width: 751px) {
  .header.page .header__separate_right ul .li:last-of-type a:before {
    font-size: 26rem;
    top: 30rem;
    left: 95rem;
  }
}
@media (max-width: 750px) {
  .header.page .header__separate_right ul .li:last-of-type a:before {
    font-size: 26rem;
    top: 30rem;
    left: 225rem;
  }
}
@media (min-width: 751px) {
  .header.page .header__separate_right ul .li a, .header.page .header__separate_right ul .li p {
    color: #021734;
  }
}
@media (min-width: 751px) {
  .header.page .header__separate {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .header.page .header-sp {
    background: #012748;
  }
}
@media (min-width: 751px) {
  .header__separate {
    width: 1790rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.header__separate_left {
  color: #fff;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
}
@media (min-width: 751px) {
  .header__separate_left {
    width: 580rem;
  }
}
@media (max-width: 750px) {
  .header__separate_left {
    padding: 15rem;
  }
}
.header__separate_left span {
  font-style: italic;
  display: block;
  line-height: 1;
  font-weight: 700;
}
.header__separate_left span:nth-of-type(2) {
  margin-top: 5rem;
}
.header__separate_left h1 {
  font-weight: 900;
}
@media (min-width: 751px) {
  .header__separate_right .page__ul {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .header__separate_right .page__ul {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    box-sizing: border-box;
    z-index: 2;
    transition: 0.3s;
    padding: 180rem 60rem 30rem 60rem;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }
}
.header__separate_right .page__ul.on {
  left: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.7);
}
.header__separate_right .page__ul .normal a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 751px) {
  .header__separate_right .page__ul .normal a {
    margin-right: 40rem;
  }
}
@media (max-width: 750px) {
  .header__separate_right .page__ul .normal a {
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    padding: 0 0 5rem;
    margin: 0 0 40rem;
    font-size: 32rem;
  }
}
.header__separate_right .page__ul .normal:last-of-type a {
  background: linear-gradient(#04a3f6, #00d86e);
  -webkit-clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
}
@media (min-width: 751px) {
  .header__separate_right .page__ul .normal:last-of-type a {
    padding: 20rem 60rem;
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .header__separate_right .page__ul .normal:last-of-type a {
    padding: 20rem 60rem;
    font-size: 30rem;
  }
}
@media (min-width: 751px) {
  .header-sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .header-sp {
    width: 100rem;
    height: 100rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1001;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 750px) {
  .header-sp p {
    color: #fff;
    font-size: 24rem;
    top: 60rem;
    position: absolute;
    left: 13rem;
  }
}
@media (max-width: 750px) {
  .header-sp span {
    background: #fff;
    position: absolute;
    width: 60rem;
    height: 2px;
    left: 18rem;
    transition: all 0.3s;
  }
}
@media (max-width: 750px) {
  .header-sp span:nth-of-type(1) {
    top: 15rem;
    transition: 0.3s;
  }
}
.header-sp span:nth-of-type(1).close {
  display: none;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header-sp span:nth-of-type(2) {
    top: 35rem;
  }
}
.header-sp span:nth-of-type(2).close {
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header-sp span:nth-of-type(3) {
    top: 55rem;
  }
}
.header-sp span:nth-of-type(3).close {
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header-sp span:nth-of-type(3).close {
    top: 33rem;
  }
}
@media (min-width: 751px) {
  .header .page__ul {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .header .page__ul {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    z-index: 2;
    transition: 0.3s;
    padding: 120rem 60rem 30rem 60rem;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }
}
@media (max-width: 750px) {
  .header .page__ul.on {
    left: 0;
    transition: 0.3s;
  }
}
.header .page__ul li.li {
  position: relative;
}
.header .page__ul li.li:last-of-type a {
  background: linear-gradient(#04a3f6, #00d86e);
  -webkit-clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
}
@media (min-width: 751px) {
  .header .page__ul li.li:last-of-type a {
    padding: 20rem 60rem;
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .header .page__ul li.li:last-of-type a {
    padding: 20rem 60rem;
    font-size: 30rem;
  }
}
.header .page__ul li.li a, .header .page__ul li.li p {
  display: block;
}
@media (min-width: 751px) {
  .header .page__ul li.li a, .header .page__ul li.li p {
    margin-right: 50rem;
  }
}
@media (max-width: 750px) {
  .header .page__ul li.li a, .header .page__ul li.li p {
    font-size: 28rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 30rem;
    padding-bottom: 10rem;
  }
}
.header .page__ul li.li .main__a {
  text-align: center;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 751px) {
  .header .page__ul li.li .main__a {
    font-size: 20rem;
    line-height: 1.5;
    display: inline-block;
  }
}
@media (max-width: 750px) {
  .header .page__ul li.li .main__a {
    display: block;
    line-height: 1.5;
  }
}
.header .page__ul li.li .main__a span {
  display: block;
}
@media (min-width: 751px) {
  .header .page__ul li.li.is__active .main__a {
    position: relative;
  }
}
@media (min-width: 751px) {
  .header .page__ul li.li.is__active .main__a:before {
    content: "";
    width: 38rem;
    height: 6rem;
    background: #fff;
    position: absolute;
    bottom: -35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.header .page__ul li a {
  color: #fff;
}
@media (min-width: 751px) {
  .header .page__ul li a {
    font-size: 25rem;
  }
}
.header .page__ul nav {
  display: none;
}
@media (min-width: 751px) {
  .header .page__ul nav .js__sub {
    padding: 30rem 20rem;
    position: absolute;
    left: -260rem;
    top: 45rem;
    z-index: 5;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-wrap: wrap;
    width: 670rem;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .header .page__ul nav .js__sub.no__top {
    top: 75rem;
    width: 740rem;
  }
}
@media (min-width: 751px) {
  .header .page__ul nav .js__sub-a {
    width: 48%;
  }
}
.header .page__ul nav .js__sub-a a {
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .header .page__ul nav .js__sub-a a {
    font-size: 20rem;
    margin: 0 0 30rem;
    color: #13274f;
  }
}
@media (max-width: 750px) {
  .header .page__ul nav .js__sub-a a {
    color: #fff;
    justify-content: center;
  }
}
@media (min-width: 751px) {
  .header .page__ul nav .js__sub-a a:nth-of-type(even) {
    margin: 0 0 30rem 50rem;
  }
}
.header .page__ul nav .js__sub-a a:before {
  content: "";
  background-image: url(./images/top/js__sub__before.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 17rem;
  height: 19rem;
  margin-right: 10rem;
  display: inline-block;
}

/*********************

トップページ

************************/
.mv {
  position: relative;
}
@media (min-width: 751px) {
  .mv {
    min-height: 1069rem;
  }
}
@media (max-width: 750px) {
  .mv {
    min-height: 939rem;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mv__en {
  position: absolute;
  bottom: -8rem;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 751px) {
  .mv__en {
    font-size: 114rem;
    letter-spacing: -7rem;
    left: 65rem;
  }
}
@media (max-width: 750px) {
  .mv__en {
    font-size: 90rem;
    left: 30rem;
  }
}
.mv__inner {
  position: absolute;
  top: 220rem;
}
@media (min-width: 751px) {
  .mv__inner {
    left: 65rem;
  }
}
@media (max-width: 750px) {
  .mv__inner {
    left: 30rem;
  }
}
.mv__inner span {
  color: #fff;
  line-height: 1;
  font-style: italic;
  text-shadow: 1px 1px 1px #000;
}
@media (min-width: 751px) {
  .mv__inner span {
    font-size: 98rem;
  }
}
@media (max-width: 750px) {
  .mv__inner span {
    font-size: 49rem;
  }
}
.mv__inner h2 {
  font-weight: 900;
  font-style: italic;
  background: linear-gradient(90deg, #04a3f6 0%, #00d86e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.25;
  margin-top: 30rem;
}
@media (min-width: 751px) {
  .mv__inner h2 {
    font-size: 144rem;
  }
}
@media (max-width: 750px) {
  .mv__inner h2 {
    font-size: 72rem;
  }
}
.mv__inner p {
  font-style: italic;
  color: #fff;
  margin-top: 30rem;
  text-shadow: 1px 1px 1px #000;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .mv__inner p {
    font-size: 45rem;
  }
}
@media (max-width: 750px) {
  .mv__inner p {
    font-size: 30rem;
  }
}

.about {
  position: relative;
}
@media (min-width: 751px) {
  .about {
    padding: 90rem 0 100rem 0;
  }
}
@media (max-width: 750px) {
  .about {
    padding: 90rem 40rem 100rem;
  }
}
.about:after {
  content: "";
  width: 100%;
  background-image: url(./images/top/about__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
@media (min-width: 751px) {
  .about:after {
    height: 1103rem;
  }
}
@media (max-width: 750px) {
  .about:after {
    height: 1103rem;
    background-position: bottom;
  }
}
.about__head {
  text-align: center;
}
@media (min-width: 751px) {
  .about__head {
    width: 1360rem;
    margin: 0 auto 75rem;
  }
}
@media (max-width: 750px) {
  .about__head {
    margin-bottom: 50rem;
  }
}
.about__head_en {
  background: linear-gradient(90deg, #04a3f6 0%, #00d86e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 70rem;
  position: relative;
  display: inline-block;
  margin-bottom: 110rem;
}
.about__head_en:after {
  content: "";
  width: 148rem;
  height: 6rem;
  background-image: url(./images/top/about__border.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about__head h2 {
  font-weight: 700;
  margin-bottom: 60rem;
}
@media (min-width: 751px) {
  .about__head h2 {
    font-size: 45rem;
  }
}
@media (max-width: 750px) {
  .about__head h2 {
    font-size: 45rem;
  }
}
.about__head h2 span {
  font-weight: 900;
  color: #01C79B;
}
@media (min-width: 751px) {
  .about__head h2 span {
    font-size: 70rem;
  }
}
@media (max-width: 750px) {
  .about__head h2 span {
    font-size: 60rem;
  }
}
.about__head_text {
  color: #012748;
  font-weight: 700;
}
@media (min-width: 751px) {
  .about__head_text {
    font-size: 27rem;
  }
}
@media (max-width: 750px) {
  .about__head_text {
    font-size: 28rem;
  }
}
.about__separate {
  background: #fff;
}
@media (min-width: 751px) {
  .about__separate {
    width: 1718rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30rem 60rem;
    border-radius: 75rem;
  }
}
@media (max-width: 750px) {
  .about__separate {
    padding: 30rem 20rem;
    border-radius: 30rem;
  }
}
@media (min-width: 751px) {
  .about__separate img {
    width: 819rem;
    height: 100%;
  }
}
@media (max-width: 750px) {
  .about__separate img {
    width: 100%;
    margin-bottom: 30rem;
  }
}
@media (min-width: 751px) {
  .about__separate_right {
    width: 770rem;
  }
}
.about__separate_right h3 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 45rem;
  background: linear-gradient(#04a3f6, #00d86e);
  border-radius: 35rem;
}
@media (min-width: 751px) {
  .about__separate_right h3 {
    font-size: 45rem;
    padding: 50rem 75rem;
  }
}
@media (max-width: 750px) {
  .about__separate_right h3 {
    font-size: 38rem;
    padding: 30rem;
  }
}
.about__separate_right p {
  color: #13274f;
  font-weight: 500;
}
@media (min-width: 751px) {
  .about__separate_right p {
    font-size: 27rem;
  }
}

.business {
  background: #def0fa;
}
@media (min-width: 751px) {
  .business {
    padding: 120rem 0 0 0;
    overflow: hidden;
  }
}
@media (max-width: 750px) {
  .business {
    padding: 120rem 40rem 40rem;
  }
}
.business__head {
  text-align: center;
}
@media (min-width: 751px) {
  .business__head {
    width: 1360rem;
    margin: 0 auto 75rem;
  }
}
@media (max-width: 750px) {
  .business__head {
    margin-bottom: 50rem;
  }
}
.business__head h2 {
  color: #13274f;
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin-bottom: 110rem;
}
@media (min-width: 751px) {
  .business__head h2 {
    font-size: 50rem;
  }
}
@media (max-width: 750px) {
  .business__head h2 {
    font-size: 60rem;
  }
}
.business__head h2:after {
  content: "";
  width: 148rem;
  height: 6rem;
  background: #13274f;
  position: absolute;
  bottom: -30rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.business__head p {
  color: #012748;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 75rem;
}
@media (min-width: 751px) {
  .business__head p {
    font-size: 169rem;
  }
}
@media (max-width: 750px) {
  .business__head p {
    font-size: 75rem;
  }
}
@media (min-width: 751px) {
  .business__block {
    width: 1718rem;
    margin: 0 auto;
  }
}
.business__block_detail:nth-of-type(1) {
  margin-bottom: 140rem;
}
.business__block_detail:nth-of-type(1) .head h3:before {
  background-image: url(./images/top/service01.svg);
}
.business__block_detail:nth-of-type(2) {
  margin-bottom: 170rem;
}
.business__block_detail:nth-of-type(2) .head h3:before {
  background-image: url(./images/top/service02.svg);
}
@media (min-width: 751px) {
  .business__block_detail:nth-of-type(3) {
    margin-bottom: 340rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail:nth-of-type(3) {
    margin-bottom: 170rem;
  }
}
.business__block_detail:nth-of-type(3) .head h3:before {
  background-image: url(./images/top/service03.svg);
}
@media (min-width: 751px) {
  .business__block_detail:nth-of-type(3) .separate__left {
    width: 908rem;
    height: 1136rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .business__block_detail:nth-of-type(3) .separate__left {
    margin: 0 calc(50% - 50vw);
  }
}
@media (min-width: 751px) {
  .business__block_detail:nth-of-type(3) .separate__right {
    margin-left: 200rem;
  }
}
@media (min-width: 751px) {
  .business__block_detail:nth-of-type(3) .separate__right .detail__box {
    width: 712rem;
  }
}
.business__block_detail:nth-of-type(4) .head h3:before {
  background-image: url(./images/top/service04.svg);
}
.business__block_detail .head {
  position: relative;
}
.business__block_detail .head:before {
  width: 84rem;
  height: 8rem;
  position: absolute;
  content: "";
  z-index: 1;
  background: #def0fa;
  bottom: -5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.business__block_detail .head:after {
  width: 45rem;
  position: absolute;
  content: "";
  z-index: 2;
  background: #13274f;
  transform: rotate(-40deg);
}
@media (min-width: 751px) {
  .business__block_detail .head:after {
    height: 5rem;
    left: 50.2%;
    bottom: -14rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .head:after {
    height: 4rem;
    left: 50.3%;
    bottom: -15rem;
  }
}
.business__block_detail .head h3 {
  color: #299be6;
  position: relative;
  font-weight: 900;
  border-bottom: 5rem solid #13274f;
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .business__block_detail .head h3 {
    padding-bottom: 45rem;
    padding-left: 430rem;
    font-size: 70rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .head h3 {
    padding-bottom: 45rem;
    padding-left: 110rem;
    font-size: 55rem;
  }
}
.business__block_detail .head h3 span {
  display: block;
  color: #13274f;
  font-weight: 900;
}
@media (min-width: 751px) {
  .business__block_detail .head h3 span {
    font-size: 45rem;
    margin-bottom: 15rem;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  .business__block_detail .head h3 span {
    font-size: 36rem;
    margin-bottom: 15rem;
    line-height: 1.5;
  }
}
.business__block_detail .head h3:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .business__block_detail .head h3:before {
    width: 231rem;
    height: 267rem;
    top: -45rem;
    left: 145rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .head h3:before {
    width: 115.5rem;
    height: 133.5rem;
    top: 15rem;
    left: -25rem;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate {
    display: flex;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate__left {
    width: 814rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate__left {
    width: 100%;
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate__right {
    width: 745rem;
    margin-left: 40rem;
    margin-top: 40rem;
  }
}
.business__block_detail .separate__right_first {
  color: #13274f;
  font-weight: 700;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .business__block_detail .separate__right_first {
    font-size: 27rem;
  }
}
.business__block_detail .separate__right .detail__box {
  display: flex;
  background: #13274f;
  padding: 20rem 30rem;
}
@media (min-width: 751px) {
  .business__block_detail .separate__right .detail__box {
    width: 670rem;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate__right .detail__box:not(:last-of-type) {
    margin: 0 auto 70rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate__right .detail__box:not(:last-of-type) {
    margin: 0 0 70rem;
  }
}
.business__block_detail .separate__right .detail__box img {
  width: 108rem;
  height: 108rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.business__block_detail .separate__right .detail__box div {
  margin-left: 30rem;
}
.business__block_detail .separate__right .detail__box div h4 {
  color: #faf053;
  font-weight: 900;
}
@media (min-width: 751px) {
  .business__block_detail .separate__right .detail__box div h4 {
    font-size: 27rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate__right .detail__box div h4 {
    font-size: 32rem;
  }
}
.business__block_detail .separate__right .detail__box div p {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .business__block_detail .separate__right .detail__box div p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate__right .detail__box div p {
    font-size: 26rem;
  }
}
.business__block_detail .separate__right .btn {
  text-align: center;
  margin-top: 80rem;
}
.business__block_detail .separate__right .btn a {
  background: #1fa5b1;
  border-radius: 50rem;
  display: inline-block;
  font-weight: 900;
  position: relative;
  color: #fff;
}
@media (min-width: 751px) {
  .business__block_detail .separate__right .btn a {
    width: 473rem;
    font-size: 35rem;
    padding: 25rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate__right .btn a {
    width: 473rem;
    font-size: 32rem;
    padding: 25rem;
  }
}
.business__block_detail .separate__right .btn a:after {
  content: "";
  width: 55rem;
  height: 55rem;
  background-image: url(./images/top/btn__after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 25rem;
  position: absolute;
}
@media (min-width: 751px) {
  .business__block_detail .separate__right .btn a:after {
    top: 25rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate__right .btn a:after {
    top: 23rem;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate1 {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate1__left {
    width: 1000rem;
    height: 1444rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .business__block_detail .separate1__left {
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate1__left {
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate1__left1 {
    width: 788rem;
  }
}
.business__block_detail .separate1__left1_head {
  width: 100%;
  margin-bottom: 35rem;
}
.business__block_detail .separate1__left1_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 751px) {
  .business__block_detail .separate1__left1_img img {
    width: 240rem;
    margin-bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate1__left1_img img {
    width: 48%;
    margin-bottom: 30rem;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate1__right {
    width: 745rem;
    margin-right: 90rem;
    margin-top: 40rem;
  }
}
.business__block_detail .separate1__right_first {
  color: #13274f;
  font-weight: 700;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .business__block_detail .separate1__right_first {
    font-size: 27rem;
  }
}
.business__block_detail .separate1__right .detail__box {
  display: flex;
  background: #13274f;
  padding: 20rem 30rem;
}
@media (min-width: 751px) {
  .business__block_detail .separate1__right .detail__box {
    width: 670rem;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .business__block_detail .separate1__right .detail__box:not(:last-of-type) {
    margin: 0 auto 70rem;
  }
}
.business__block_detail .separate1__right .detail__box img {
  width: 108rem;
  height: 108rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.business__block_detail .separate1__right .detail__box div {
  margin-left: 30rem;
}
.business__block_detail .separate1__right .detail__box div h4 {
  color: #faf053;
  font-weight: 900;
}
@media (min-width: 751px) {
  .business__block_detail .separate1__right .detail__box div h4 {
    font-size: 27rem;
  }
}
.business__block_detail .separate1__right .detail__box div p {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .business__block_detail .separate1__right .detail__box div p {
    font-size: 20rem;
  }
}
.business__block_detail .separate1__right .btn {
  text-align: center;
  margin-top: 80rem;
}
.business__block_detail .separate1__right .btn a {
  background: #1fa5b1;
  border-radius: 50rem;
  display: inline-block;
  font-weight: 900;
  position: relative;
  color: #fff;
}
@media (min-width: 751px) {
  .business__block_detail .separate1__right .btn a {
    width: 473rem;
    font-size: 35rem;
    padding: 25rem;
  }
}
@media (max-width: 750px) {
  .business__block_detail .separate1__right .btn a {
    width: 473rem;
    font-size: 32rem;
    padding: 25rem;
  }
}
.business__block_detail .separate1__right .btn a:after {
  content: "";
  width: 55rem;
  height: 55rem;
  background-image: url(./images/top/btn__after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 25rem;
  right: 25rem;
  position: absolute;
}

.contact {
  background-image: url(./images/top/contact__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  margin-bottom: 95rem;
}
@media (min-width: 751px) {
  .contact {
    padding: 190rem 0 90rem 0;
  }
}
@media (max-width: 750px) {
  .contact {
    padding: 95rem 40rem 90rem;
  }
}
.contact:before {
  width: 100%;
  position: absolute;
  content: "";
  background: #def0fa;
  left: 0;
  top: -2rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 2;
}
@media (min-width: 751px) {
  .contact:before {
    height: 132rem;
  }
}
@media (max-width: 750px) {
  .contact:before {
    height: 66rem;
  }
}
@media (min-width: 751px) {
  .contact__content {
    width: 1384rem;
    margin: 0 auto;
  }
}
.contact__content h2 {
  color: #fff;
  font-weight: 900;
  border-bottom: 2rem solid #fff;
  padding-bottom: 30rem;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .contact__content h2 {
    font-size: 70rem;
  }
}
.contact__content p {
  color: #fff;
  margin-bottom: 50rem;
}
.contact__content_btn a {
  width: 541rem;
  display: inline-block;
  color: #13274f;
  background: #fff358;
  border-radius: 70rem;
  padding: 30rem;
  font-size: 35rem;
  font-weight: 900;
}

@media (min-width: 751px) {
  .recruit__head {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .recruit__head {
    margin: 0 40rem;
  }
}
.recruit__head span {
  color: #13274f;
  font-weight: 900;
  line-height: 0.9;
  font-style: italic;
}
@media (min-width: 751px) {
  .recruit__head span {
    font-size: 208rem;
  }
}
@media (max-width: 750px) {
  .recruit__head span {
    font-size: 140rem;
    display: block;
  }
}
.recruit__head h2 {
  color: #13274f;
  font-weight: 900;
}
@media (min-width: 751px) {
  .recruit__head h2 {
    font-size: 52rem;
    margin-left: 70rem;
    margin-top: 70rem;
  }
}
@media (max-width: 750px) {
  .recruit__head h2 {
    font-size: 52rem;
    text-align: center;
    margin-top: 20rem;
  }
}
.recruit__content {
  background-image: url(./images/top/recruit__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 751px) {
  .recruit__content {
    padding: 85rem 0 75rem;
  }
}
@media (max-width: 750px) {
  .recruit__content {
    padding: 85rem 40rem 75rem;
  }
}
.recruit__content h3 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 40rem;
  font-size: 62rem;
}
.recruit__content p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .recruit__content p {
    font-size: 37rem;
  }
}
@media (max-width: 750px) {
  .recruit__content p {
    font-size: 32rem;
  }
}
.recruit__content_btn a {
  width: 564rem;
  display: inline-block;
  color: #fff;
  letter-spacing: 5rem;
  border-radius: 70rem;
  padding: 30rem;
  font-size: 37rem;
  font-weight: 900;
  background: linear-gradient(#019f8c, #d2d21f);
  position: relative;
  outline: 3rem solid #fff;
  outline-offset: -15rem;
}
.recruit__content_btn a:before {
  content: "";
  width: 59rem;
  height: 59rem;
  background-image: url(./images/top/recruit__before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 27rem;
  left: 35rem;
  position: absolute;
}

.footer {
  background: #13274f;
}
@media (min-width: 751px) {
  .footer {
    padding: 70rem 0 30rem;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 70rem 40rem 30rem;
  }
}
@media (min-width: 751px) {
  .footer__separate {
    width: 1620rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.footer__separate_left {
  color: #fff;
}
@media (min-width: 751px) {
  .footer__separate_left {
    width: 725rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_left {
    margin-bottom: 40rem;
  }
}
.footer__separate_left span {
  font-weight: 700;
}
@media (min-width: 751px) {
  .footer__separate_left span {
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_left span {
    font-size: 24rem;
  }
}
.footer__separate_left .name {
  font-weight: 900;
}
@media (min-width: 751px) {
  .footer__separate_left .name {
    font-size: 58rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_left .name {
    font-size: 58rem;
  }
}
.footer__separate_left .company {
  background: #fff;
  color: #13274f;
  font-weight: 700;
  margin-bottom: 40rem;
  display: inline-block;
}
@media (min-width: 751px) {
  .footer__separate_left .company {
    font-size: 21rem;
    padding: 6rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_left .company {
    font-size: 24rem;
    padding: 6rem;
  }
}
.footer__separate_left .address {
  font-weight: 700;
}
@media (min-width: 751px) {
  .footer__separate_left .address {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_left .address {
    font-size: 26rem;
  }
}
.footer__separate_left .tel {
  font-weight: 700;
}
@media (min-width: 751px) {
  .footer__separate_left .tel {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_left .tel {
    font-size: 26rem;
  }
}
.footer__separate_right {
  background: #fff;
}
@media (min-width: 751px) {
  .footer__separate_right {
    padding: 45rem 75rem;
    width: 792rem;
    display: flex;
  }
}
@media (max-width: 750px) {
  .footer__separate_right {
    padding: 40rem 20rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_right .block:nth-of-type(1) {
    margin-right: 50rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_right .block:nth-of-type(1) {
    margin-bottom: 30rem;
  }
}
.footer__separate_right .block li:not(:last-of-type) a {
  margin-bottom: 25rem;
}
.footer__separate_right .block li a {
  color: #13274f;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .footer__separate_right .block li a {
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_right .block li a {
    font-size: 26rem;
  }
}
.footer__separate_right .block li a:before {
  width: 7px;
  height: 3px;
  background: #13274f;
  content: "";
  display: inline-block;
  margin-right: 15rem;
}
.footer__separate_right .block li a.indent {
  font-weight: 500;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .footer__separate_right .block li a.indent {
    font-size: 18rem;
    padding-left: 20rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_right .block li a.indent {
    font-size: 24rem;
    padding-left: 20rem;
  }
}
.footer small {
  display: block;
  margin-top: 60rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .footer small {
    font-size: 20rem;
  }
}

/*********************

下層ページ

************************/
@media (min-width: 751px) {
  .cmn__head {
    margin-bottom: 64rem;
  }
}
@media (max-width: 750px) {
  .cmn__head {
    margin-bottom: 60rem;
  }
}
.cmn__head_separate {
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .cmn__head_separate {
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .cmn__head_separate {
    flex-wrap: wrap;
    overflow: hidden;
  }
}
@media (max-width: 750px) {
  .cmn__head_separate h1, .cmn__head_separate h2 {
    order: 2;
    margin-top: 30rem;
  }
}

@media (min-width: 751px) {
  .breadcrumb {
    width: 500rem;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .breadcrumb {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .breadcrumb__inner {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.breadcrumb__inner ul {
  display: flex;
  align-items: center;
}
.breadcrumb__inner ul li {
  color: #000;
}
@media (min-width: 751px) {
  .breadcrumb__inner ul li span {
    font-size: 21.3333333333rem;
  }
}
@media (max-width: 750px) {
  .breadcrumb__inner ul li span {
    font-size: 25rem;
  }
}
.breadcrumb__inner ul li:not(:last-of-type) a:after {
  content: "";
  background-image: url(./images/page/breadcrumb__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25rem;
  height: 24rem;
  display: inline-block;
  margin: 0 7rem;
}
.breadcrumb__inner ul li a {
  display: flex;
  align-items: center;
  color: #000;
}
@media (min-width: 751px) {
  .breadcrumb__inner ul li a {
    font-size: 21.3333333333rem;
  }
}
@media (max-width: 750px) {
  .breadcrumb__inner ul li a {
    font-size: 25rem;
  }
}

.cmn__mv {
  position: relative;
}
@media (min-width: 751px) {
  .cmn__mv {
    margin-bottom: 106.6666666667rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv {
    margin-bottom: 40rem;
  }
}
.cmn__mv img {
  width: 100%;
}
@media (max-width: 750px) {
  .cmn__mv img {
    height: 300rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cmn__mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.cmn__mv_text h1, .cmn__mv_text span {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .cmn__mv_text h1, .cmn__mv_text span {
    font-size: 64rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv_text h1, .cmn__mv_text span {
    font-size: 40rem;
  }
}
.cmn__mv_text p {
  font-weight: 600;
  color: #fff;
}
@media (min-width: 751px) {
  .cmn__mv_text p {
    font-size: 37.5466666667rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv_text p {
    font-size: 32rem;
  }
}

@media (min-width: 751px) {
  .page__inner {
    width: 1550.5066666667rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .page__inner {
    margin: 0 40rem;
  }
}

.single__works_head {
  border-bottom: 1px solid #000;
}
@media (min-width: 751px) {
  .single__works_head {
    padding-bottom: 85.3333333333rem;
    margin-bottom: 42.6666666667rem;
  }
}
@media (max-width: 750px) {
  .single__works_head {
    padding-bottom: 50rem;
    margin-bottom: 50rem;
  }
}
.single__works_head img {
  width: 100%;
}
.single__works_head .link {
  text-align: right;
}
@media (min-width: 751px) {
  .single__works_head .link {
    margin-top: 34.1333333333rem;
  }
}
@media (max-width: 750px) {
  .single__works_head .link {
    margin-top: 30rem;
  }
}
.single__works_head .link a {
  color: #000000;
  font-weight: 700;
  padding-right: 45rem;
  position: relative;
}
@media (min-width: 751px) {
  .single__works_head .link a {
    font-size: 24.7466666667rem;
  }
}
@media (max-width: 750px) {
  .single__works_head .link a {
    font-size: 26rem;
  }
}
.single__works_head .link a:after {
  content: "";
  background-image: url(./images/page/url__after.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24rem;
  height: 11rem;
  position: absolute;
  right: 0;
  top: 12rem;
}
@media (min-width: 751px) {
  .single__works_head .repeat {
    width: 597.3333333333rem;
    margin: 51.2rem auto 0;
  }
}
@media (max-width: 750px) {
  .single__works_head .repeat {
    margin-top: 60rem;
  }
}
.single__works_head .repeat dl {
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .single__works_head .repeat dl:not(:last-of-type) {
    margin-bottom: 42.6666666667rem;
  }
}
.single__works_head .repeat dl dt {
  color: #000000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .single__works_head .repeat dl dt {
    width: 187.7333333333rem;
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .single__works_head .repeat dl dt {
    width: 30%;
    font-size: 26rem;
  }
}
.single__works_head .repeat dl dd {
  color: #000;
  font-weight: 300;
}
@media (min-width: 751px) {
  .single__works_head .repeat dl dd {
    width: calc(100% - 187.7333333333rem);
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .single__works_head .repeat dl dd {
    width: 70%;
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .single__works_content {
    margin-bottom: 145.0666666667rem;
  }
}
@media (max-width: 750px) {
  .single__works_content {
    margin-bottom: 85rem;
  }
}
@media (min-width: 751px) {
  .single__works_content .detail:not(:last-of-type) {
    margin-bottom: 102.4rem;
  }
}
@media (max-width: 750px) {
  .single__works_content .detail:not(:last-of-type) {
    margin-bottom: 60rem;
  }
}
.single__works_content .detail h2 {
  color: #000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .single__works_content .detail h2 {
    margin-bottom: 25.6rem;
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .single__works_content .detail h2 {
    font-size: 30rem;
    margin-bottom: 30rem;
  }
}
.single__works_content .detail img {
  width: 100%;
}
.single__works_content .detail p {
  color: #000;
  font-weight: 500;
}
@media (min-width: 751px) {
  .single__works_content .detail p {
    margin-top: 34.1333333333rem;
    font-size: 23.8933333333rem;
  }
}
@media (max-width: 750px) {
  .single__works_content .detail p {
    font-size: 26rem;
    margin-top: 40rem;
  }
}

.page__contact {
  position: relative;
  background: #1f3343;
}
@media (min-width: 751px) {
  .page__contact {
    padding: 123.7333333333rem 0 153.6rem 162.1333333333rem;
    min-height: 1268.0533333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact {
    padding: 80rem 40rem;
  }
}
@media (min-width: 751px) {
  .page__contact:after {
    content: "";
    background-image: url(./images/page/contact__img.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 740.6933333333rem;
    height: 1041.92rem;
    position: absolute;
    right: 0;
    top: 93.8666666667rem;
  }
}
.page__contact_inner .en {
  color: #fff358;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 751px) {
  .page__contact_inner .en {
    font-size: 141.6533333333rem;
    margin-bottom: 34.1333333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact_inner .en {
    font-size: 120rem;
    margin-bottom: 40rem;
  }
}
.page__contact_inner h2 {
  color: #fff358;
}
@media (min-width: 751px) {
  .page__contact_inner h2 {
    font-size: 26.4533333333rem;
    margin-bottom: 38.4rem;
  }
}
@media (max-width: 750px) {
  .page__contact_inner h2 {
    font-size: 31rem;
    margin-bottom: 45rem;
  }
}
.page__contact_inner h3 {
  color: #fff;
  line-height: 1.75;
}
@media (min-width: 751px) {
  .page__contact_inner h3 {
    font-size: 44.3733333333rem;
    margin-bottom: 34.1333333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact_inner h3 {
    font-size: 40rem;
    margin-bottom: 40rem;
  }
}
.page__contact_inner p {
  color: #fff;
}
@media (min-width: 751px) {
  .page__contact_inner p {
    font-size: 26.4533333333rem;
    margin-bottom: 42.6666666667rem;
  }
}
@media (max-width: 750px) {
  .page__contact_inner p {
    font-size: 31rem;
    margin-bottom: 50rem;
  }
}
@media (min-width: 751px) {
  .page__contact_inner .tel {
    margin-bottom: 64rem;
  }
}
@media (max-width: 750px) {
  .page__contact_inner .tel {
    margin-bottom: 50rem;
  }
}
.page__contact_inner .tel a {
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (min-width: 751px) {
  .page__contact_inner .tel a {
    font-size: 61.44rem;
    padding-left: 50rem;
  }
}
@media (max-width: 750px) {
  .page__contact_inner .tel a {
    font-size: 72rem;
    padding-left: 50rem;
  }
}
.page__contact_inner .tel a:before {
  content: "";
  background-image: url(./images/page/tel__before.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 34rem;
  height: 56rem;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .page__contact_inner .tel a:before {
    top: 13rem;
  }
}
@media (max-width: 750px) {
  .page__contact_inner .tel a:before {
    top: 24rem;
  }
}
.page__contact_inner .otoiawase a {
  background: #f83838;
  border-radius: 60rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 751px) {
  .page__contact_inner .otoiawase a {
    font-size: 26.4533333333rem;
    width: 548.6933333333rem;
    height: 92.16rem;
  }
}
@media (max-width: 750px) {
  .page__contact_inner .otoiawase a {
    width: 100%;
    height: 110rem;
    font-size: 31rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  .pagination {
    padding-top: 85.3333333333rem;
  }
}
@media (max-width: 750px) {
  .pagination {
    padding-top: 100rem;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li.is__active {
  background: #13274f;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #13274f;
}
@media (min-width: 751px) {
  .pagination ul li.is__active {
    font-size: 26.4533333333rem;
    width: 98.1333333333rem;
    height: 98.1333333333rem;
  }
}
@media (max-width: 750px) {
  .pagination ul li.is__active {
    font-size: 28rem;
    width: 57rem;
    height: 57rem;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #13274f;
  background: #fff;
}
@media (min-width: 751px) {
  .pagination ul li a {
    font-size: 26.4533333333rem;
    width: 98.1333333333rem;
    height: 98.1333333333rem;
  }
}
@media (max-width: 750px) {
  .pagination ul li a {
    font-size: 28rem;
    width: 57rem;
    height: 57rem;
  }
}
.pagination__prev a {
  display: inline-block;
  margin-right: 15rem;
}
@media (min-width: 751px) {
  .pagination__prev a {
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .pagination__prev a {
    font-size: 28rem;
  }
}
.pagination__next a {
  display: inline-block;
  margin-left: 15rem;
}
@media (min-width: 751px) {
  .pagination__next a {
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .pagination__next a {
    font-size: 28rem;
  }
}

@media (min-width: 751px) {
  .works {
    margin-bottom: 149.3333333333rem;
  }
}
@media (max-width: 750px) {
  .works {
    margin-bottom: 85rem;
  }
}
.works__separate {
  display: flex;
  flex-wrap: wrap;
}
.works__separate a {
  display: block;
}
@media (min-width: 751px) {
  .works__separate a:nth-of-type(3n+2) {
    margin: 0 64rem 68.2666666667rem;
  }
}
@media (max-width: 750px) {
  .works__separate a:not(:last-of-type) {
    margin-bottom: 80rem;
  }
}
@media (min-width: 751px) {
  .works__separate a {
    width: 473.6rem;
    margin-bottom: 68.2666666667rem;
  }
}
.works__separate a img {
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .works__separate a img {
    width: 473.6rem;
    height: 351.5733333333rem;
  }
}
@media (max-width: 750px) {
  .works__separate a img {
    width: 100%;
    height: 412rem;
  }
}
.works__separate a h3 {
  color: #000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .works__separate a h3 {
    margin-top: 25.6rem;
    margin-bottom: 17.0666666667rem;
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .works__separate a h3 {
    margin-top: 30rem;
    font-size: 31rem;
    margin-bottom: 20rem;
  }
}
.works__separate a span {
  color: #727272;
  display: flex;
  align-items: center;
  font-weight: 300;
}
@media (min-width: 751px) {
  .works__separate a span {
    font-size: 26.4533333333rem;
  }
}
.works__separate a span:before {
  width: 28rem;
  height: 28rem;
  content: "";
  background-image: url(./images/page/works__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5rem;
}

.no__page {
  padding: 300rem 0;
}
.no__page a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 30rem;
}
@media (min-width: 751px) {
  .no__page a {
    font-size: 26.4533333333rem;
  }
}

@media (min-width: 751px) {
  .page__works {
    margin-top: 93.8666666667rem;
  }
}
@media (max-width: 750px) {
  .page__works {
    margin-top: 110rem;
  }
}
.page__works h2 {
  font-weight: 700;
  color: #299be6;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .page__works h2 {
    font-size: 40.1066666667rem;
    margin-bottom: 46.9333333333rem;
  }
}
@media (max-width: 750px) {
  .page__works h2 {
    font-size: 36rem;
    margin-bottom: 50rem;
  }
}
.page__works h2:before {
  content: "";
  background: #299be6;
  width: 19.6266666667rem;
  height: 69.12rem;
  display: inline-block;
  margin-right: 34.1333333333rem;
}
.page__works .works__btn {
  text-align: center;
}
@media (min-width: 751px) {
  .page__works .works__btn {
    padding-top: 38.4rem;
    margin-bottom: 110.9333333333rem;
  }
}
@media (max-width: 750px) {
  .page__works .works__btn {
    padding-top: 75rem;
    margin-bottom: 130rem;
  }
}
.page__works .works__btn a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  position: relative;
}
@media (min-width: 751px) {
  .page__works .works__btn a {
    font-size: 26.4533333333rem;
  }
}
.page__works .works__btn a:after {
  content: "";
  background-image: url(./images/page/works__btn_mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 74rem;
  height: 74rem;
  position: absolute;
  right: -90rem;
  top: -16rem;
}

@media (min-width: 751px) {
  .cmn__page {
    margin-bottom: 153.6rem;
  }
}
@media (max-width: 750px) {
  .cmn__page {
    margin-bottom: 90rem;
  }
}
.cmn__page_h2 {
  text-align: center;
}
.cmn__page_h2 h2 {
  background: #299be6;
  color: #fff;
  position: relative;
}
@media (min-width: 751px) {
  .cmn__page_h2 h2 {
    padding: 51.2rem 0;
    margin-bottom: 68.2666666667rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_h2 h2 {
    padding: 30rem 0;
    margin-bottom: 80rem;
  }
}
.cmn__page_h2 h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .cmn__page_h2 h2:after {
    bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_h2 h2:after {
    bottom: 10rem;
  }
}
.cmn__page_h2 h2 span {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 751px) {
  .cmn__page_h2 h2 span {
    font-size: 49.4933333333rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_h2 h2 span {
    font-size: 45rem;
  }
}
@media (min-width: 751px) {
  .cmn__page_text100 {
    width: 1518.9333333333rem;
    margin: 0 auto 76.8rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_text100 {
    margin: 0 40rem 90rem;
  }
}
.cmn__page_text100 p {
  color: #000000;
}
@media (min-width: 751px) {
  .cmn__page_text100 p {
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_text100 p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .cmn__page_img100 {
    width: 1518.9333333333rem;
    margin: 0 auto 76.8rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_img100 {
    margin: 0 40rem 90rem;
  }
}
.cmn__page_img100 img {
  width: 100%;
}
.cmn__page_contents .h3 {
  font-weight: 700;
  color: #299be6;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .cmn__page_contents .h3 {
    font-size: 40.1066666667rem;
    margin-bottom: 59.7333333333rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .h3 {
    font-size: 36rem;
    margin-bottom: 70rem;
  }
}
.cmn__page_contents .h3:before {
  content: "";
  background: #299be6;
  width: 19.6266666667rem;
  height: 69.12rem;
  display: inline-block;
  margin-right: 34.1333333333rem;
}
.cmn__page_contents .h4 {
  border: 1px solid #000;
  text-align: center;
  padding: 20rem;
  line-height: 1.5;
  outline: 1px solid #000;
  font-weight: 700;
  outline-offset: -10rem;
}
@media (min-width: 751px) {
  .cmn__page_contents .h4 {
    font-size: 40.1066666667rem;
    margin-bottom: 59.7333333333rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .h4 {
    font-size: 36rem;
    margin-bottom: 70rem;
  }
}
.cmn__page_contents .h5 {
  position: relative;
  font-weight: 700;
}
@media (min-width: 751px) {
  .cmn__page_contents .h5 {
    font-size: 35.84rem;
    margin-bottom: 59.7333333333rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .h5 {
    font-size: 32rem;
    margin-bottom: 70rem;
  }
}
.cmn__page_contents .h5:before {
  background: #23284f;
  content: "";
  position: absolute;
  left: 0;
  width: 20%;
  height: 3px;
  z-index: 2;
}
@media (min-width: 751px) {
  .cmn__page_contents .h5:before {
    bottom: -10rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .h5:before {
    bottom: -20rem;
  }
}
.cmn__page_contents .h5:after {
  background: #8f919d;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
}
@media (min-width: 751px) {
  .cmn__page_contents .h5:after {
    bottom: -10rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .h5:after {
    bottom: -20rem;
  }
}
@media (min-width: 751px) {
  .cmn__page_contents .separate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 751px) {
  .cmn__page_contents .separate.width3 {
    justify-content: unset;
  }
}
.cmn__page_contents .divine img {
  display: flex;
}
.cmn__page_contents .divine .cmn__text {
  font-weight: 300;
  color: #000;
}
@media (min-width: 751px) {
  .cmn__page_contents .divine .cmn__text {
    font-size: 26.4533333333rem;
    margin-top: 42.6666666667rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .divine .cmn__text {
    font-size: 29rem;
    margin-top: 30rem;
  }
}
@media (min-width: 751px) {
  .cmn__page_contents .divine__block {
    width: 744.96rem;
  }
}
.cmn__page_contents .divine__block .h3__white {
  color: #fff;
  font-weight: 700;
  background: #299be6;
  text-align: center;
}
@media (min-width: 751px) {
  .cmn__page_contents .divine__block .h3__white {
    font-size: 35.84rem;
    padding: 28rem 0;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .divine__block .h3__white {
    padding: 28rem 0;
    font-size: 36rem;
  }
}
@media (min-width: 751px) {
  .cmn__page_contents .divine__block2 {
    width: 744.96rem;
  }
}
.cmn__page_contents .divine__block2 .btn1 {
  margin-top: 30rem;
}
@media (min-width: 751px) {
  .cmn__page_contents .divine__block3 {
    width: 473.6rem;
  }
}
@media (min-width: 751px) {
  .cmn__page_contents .divine__block3:nth-of-type(3n+2) {
    margin-left: 64rem;
    margin-right: 64rem;
  }
}
.cmn__page_contents .divine__block3 .btn1 {
  margin-top: 30rem;
}
@media (min-width: 751px) {
  .cmn__page_contents .img__text img {
    width: 744.96rem;
    height: 100%;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .img__text img {
    width: 100%;
  }
}
.cmn__page_contents .img__text p {
  color: #000000;
}
@media (min-width: 751px) {
  .cmn__page_contents .img__text p {
    width: 759.4666666667rem;
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .img__text p {
    font-size: 26rem;
    margin-top: 30rem;
  }
}
.cmn__page_contents .btn1 {
  text-align: center;
}
.cmn__page_contents .btn1 a {
  background: linear-gradient(#04a3f6, #00d86e);
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
@media (min-width: 751px) {
  .cmn__page_contents .btn1 a {
    font-size: 26.4533333333rem;
    padding: 25rem 94rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .btn1 a {
    font-size: 28rem;
    padding: 25rem 94rem;
  }
}
.cmn__page_contents .btn4 {
  display: flex;
}
@media (max-width: 750px) {
  .cmn__page_contents .btn4 {
    flex-wrap: wrap;
  }
}
.cmn__page_contents .btn4 a {
  background: linear-gradient(#04a3f6, #00d86e);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 751px) {
  .cmn__page_contents .btn4 a:not(:last-of-type) {
    margin-right: 64rem;
  }
}
@media (min-width: 751px) {
  .cmn__page_contents .btn4 a {
    font-size: 23.8933333333rem;
    width: 336.2133333333rem;
    padding: 25rem 30rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .btn4 a {
    width: 48%;
    padding: 25rem 15rem;
    font-size: 28rem;
    margin-bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .btn4 a:nth-of-type(even) {
    margin-left: 20rem;
  }
}
.cmn__page_contents .table dl {
  display: table;
  width: 100%;
}
.cmn__page_contents .table dl:first-of-type dt, .cmn__page_contents .table dl:first-of-type dd {
  border-top: 1px solid #04a3f6;
}
.cmn__page_contents .table dl dt {
  display: table-cell;
  background: #04a3f6;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #04a3f6;
  border-left: 1px solid #04a3f6;
  font-weight: 700;
}
@media (min-width: 751px) {
  .cmn__page_contents .table dl dt {
    font-size: 26.4533333333rem;
    width: 571.7333333333rem;
    padding: 17.0666666667rem 21.3333333333rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .table dl dt {
    width: 30%;
    font-size: 26rem;
    padding: 20rem;
  }
}
.cmn__page_contents .table dl dd {
  display: table-cell;
  color: #000;
  border-bottom: 1px solid #04a3f6;
  border-right: 1px solid #04a3f6;
  font-weight: 300;
}
@media (min-width: 751px) {
  .cmn__page_contents .table dl dd {
    width: calc(100% - 571.7333333333rem);
    font-size: 26.4533333333rem;
    padding: 17.0666666667rem 29.8666666667rem;
  }
}
@media (max-width: 750px) {
  .cmn__page_contents .table dl dd {
    width: 70%;
    font-size: 26rem;
    padding: 20rem;
  }
}

@media (max-width: 750px) {
  .sp__float {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background: #fff;
    width: 100%;
    padding: 20rem 0;
    z-index: 100;
  }
}
.sp__float a:nth-of-type(1) {
  color: #fff;
  font-weight: 700;
  display: flex;
  background: #000;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 750px) {
  .sp__float a:nth-of-type(1) {
    font-size: 28rem;
    padding: 20rem 40rem;
    border-radius: 20rem;
    margin-right: 80rem;
  }
}
.sp__float a:nth-of-type(1):before {
  content: "";
  background-image: url(./images/page/sp__contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 49.5rem;
  height: 38rem;
  display: inline-block;
  margin-right: 20rem;
}
@media (max-width: 750px) {
  .sp__float a:nth-of-type(2) img {
    width: 80rem;
  }
}

@media (max-width: 750px) {
  .sp__float1 {
    position: fixed;
    bottom: 20rem;
    right: 20rem;
    z-index: 100;
  }
}
@media (max-width: 750px) {
  .sp__float1 a img {
    width: 90rem;
  }
}

.page__contact1 {
  position: relative;
}
@media (min-width: 751px) {
  .page__contact1 {
    padding-top: 136.5333333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1 {
    padding: 120rem 0 0;
  }
}
.page__contact1:before {
  content: "";
  height: 83.6266666667rem;
  width: 3px;
  background: #063162;
  position: absolute;
  top: 40rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .page__contact1_head {
    width: 1356.8rem;
    margin: 0 auto 153.6rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_head {
    margin: 0 40rem 80rem;
  }
}
.page__contact1_head h2 {
  text-align: center;
  color: #063162;
  font-weight: 700;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .page__contact1_head h2 {
    font-size: 44.3733333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_head h2 {
    font-size: 40rem;
  }
}
.page__contact1_head .text {
  color: #000000;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 751px) {
  .page__contact1_head .text {
    font-size: 26.4533333333rem;
    margin-bottom: 85.3333333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_head .text {
    margin-bottom: 80rem;
  }
}
.page__contact1_head .tel {
  border: 1px solid #063162;
}
@media (min-width: 751px) {
  .page__contact1_head .tel {
    padding: 25.6rem 85.3333333333rem;
    display: flex;
  }
}
@media (max-width: 750px) {
  .page__contact1_head .tel {
    padding: 30rem;
    text-align: center;
  }
}
.page__contact1_head .tel a {
  color: #063162;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .page__contact1_head .tel a {
    font-size: 67.4133333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_head .tel a {
    font-size: 60rem;
    margin-bottom: 10rem;
  }
}
.page__contact1_head .tel a:before {
  display: inline-block;
  content: "";
  background-image: url(./images/contact/page__tel_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 34.1333333333rem;
}
@media (min-width: 751px) {
  .page__contact1_head .tel a:before {
    width: 93.8666666667rem;
    height: 93.8666666667rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_head .tel a:before {
    width: 90rem;
    height: 90rem;
  }
}
@media (min-width: 751px) {
  .page__contact1_head .tel p {
    margin-left: 76.8rem;
  }
}
.page__contact1_title {
  background: #f8f7f6;
}
@media (min-width: 751px) {
  .page__contact1_title {
    padding-bottom: 128rem;
    margin-bottom: 166.4rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title {
    padding: 0 0 120rem;
    margin-bottom: 150rem;
  }
}
.page__contact1_title h2 {
  color: #fff;
  font-weight: 700;
  background: #063162;
  text-align: center;
}
@media (min-width: 751px) {
  .page__contact1_title h2 {
    font-size: 44.3733333333rem;
    padding: 51.2rem 0;
    margin-bottom: 76.8rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title h2 {
    font-size: 40rem;
    padding: 30rem 0;
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .page__contact1_title .inner {
    width: 1360.2133333333rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner {
    margin: 0 40rem;
  }
}
.page__contact1_title .inner__text {
  color: #000;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 751px) {
  .page__contact1_title .inner__text {
    font-size: 26.4533333333rem;
    margin-bottom: 38.4rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner__text {
    font-size: 28rem;
    margin-bottom: 45rem;
  }
}
.page__contact1_title .inner form dl {
  width: 100%;
  border-top: 1px solid #063162;
  border-left: 1px solid #063162;
  border-right: 1px solid #063162;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form dl {
    display: table;
  }
}
.page__contact1_title .inner form dl:last-of-type dt, .page__contact1_title .inner form dl:last-of-type dd {
  border-bottom: 1px solid #063162;
}
.page__contact1_title .inner form dl dt {
  background: #063162;
  vertical-align: top;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form dl dt {
    display: table-cell;
    width: 542.72rem;
    font-size: 24.7466666667rem;
    padding: 12.8rem 38.4rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form dl dt {
    padding: 15rem 30rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form dl dt p {
    display: flex;
    justify-content: space-between;
  }
}
.page__contact1_title .inner form dl dt span {
  background: #fff;
  font-weight: 500;
  color: #063162;
  display: inline-block;
  right: 42.6666666667rem;
  top: 12.8rem;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form dl dt span {
    font-size: 21.3333333333rem;
    padding: 0 15rem;
    position: absolute;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form dl dt span {
    padding: 0 15rem;
    font-size: 26rem;
  }
}
.page__contact1_title .inner form dl dd {
  background: #fff;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form dl dd {
    display: table-cell;
    width: calc(100% - 542.72rem);
    padding: 12.8rem 34.1333333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form dl dd {
    padding: 15rem 30rem;
  }
}
.page__contact1_title .inner form dl dd input {
  border: 2px solid #e5e5e5;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form dl dd input {
    font-size: 20rem;
    padding: 10rem;
    width: 70%;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form dl dd input {
    font-size: 28rem;
    padding: 15rem;
    width: 100%;
  }
}
.page__contact1_title .inner form dl dd textarea {
  border: 2px solid #e5e5e5;
  width: 100%;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form dl dd textarea {
    font-size: 20rem;
    padding: 10rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form dl dd textarea {
    font-size: 28rem;
    padding: 15rem;
  }
}
.page__contact1_title .inner form .policy {
  margin-top: 64rem;
  margin-bottom: 59.7333333333rem;
  background: #fff;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form .policy {
    padding: 55.4666666667rem 132.2666666667rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form .policy {
    padding: 60rem 30rem;
  }
}
.page__contact1_title .inner form .policy small {
  text-align: center;
  font-weight: 700;
  color: #063162;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form .policy small {
    font-size: 29.8666666667rem;
    margin-bottom: 38.4rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form .policy small {
    font-size: 32rem;
    margin-bottom: 45rem;
  }
}
.page__contact1_title .inner form .policy p {
  color: #3a454b;
  font-weight: 600;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form .policy p {
    font-size: 21.3333333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form .policy p {
    font-size: 24rem;
  }
}
.page__contact1_title .inner form .policy li {
  color: #3a454b;
  font-weight: 600;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form .policy li {
    font-size: 21.3333333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form .policy li {
    font-size: 24rem;
  }
}
.page__contact1_title .inner form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__contact1_title .inner form .submit p {
  position: relative;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form .submit p {
    width: 408.7466666667rem;
    height: 69.9733333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form .submit p {
    width: 479rem;
    height: 82rem;
  }
}
.page__contact1_title .inner form .submit p:after {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  content: "";
  pointer-events: none;
  background: #fff;
  width: 15rem;
  height: 15rem;
  right: 20rem;
  top: 28rem;
}
.page__contact1_title .inner form .submit p input {
  color: #fff;
  border: none;
  background: #063162;
  cursor: pointer;
}
@media (min-width: 751px) {
  .page__contact1_title .inner form .submit p input {
    width: 408.7466666667rem;
    height: 69.9733333333rem;
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_title .inner form .submit p input {
    width: 479rem;
    height: 82rem;
    font-size: 30rem;
  }
}
.page__contact1_title .inner form .submit p input:disabled {
  background: #dddddd;
}
.page__contact1_detail {
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .page__contact1_detail {
    margin-bottom: 85.3333333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail {
    margin-bottom: 100rem;
  }
}
.page__contact1_detail:after {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  position: absolute;
  top: 100rem;
  background: #063162;
}
.page__contact1_detail h2 {
  color: #063162;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media (min-width: 751px) {
  .page__contact1_detail h2 {
    font-size: 44.3733333333rem;
    margin-bottom: 93.8666666667rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail h2 {
    font-size: 52rem;
    margin-bottom: 100rem;
  }
}
.page__contact1_detail h2:before {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  content: "";
  background: #063162;
  width: 46.9333333333rem;
  height: 19.6266666667rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .page__contact1_detail h2:before {
    top: -42.6666666667rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail h2:before {
    top: -50rem;
  }
}
@media (min-width: 751px) {
  .page__contact1_detail .separate {
    width: 1419.0933333333rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate {
    margin: 0 40rem;
  }
}
@media (min-width: 751px) {
  .page__contact1_detail .separate a {
    width: 663.8933333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a {
    display: block;
  }
}
.page__contact1_detail .separate a h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #063162;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .page__contact1_detail .separate a h3 {
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a h3 {
    font-size: 31rem;
  }
}
.page__contact1_detail .separate a h3:before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin-right: 15rem;
}
.page__contact1_detail .separate a .syosai {
  background: #063162;
  padding: 25rem;
}
.page__contact1_detail .separate a .syosai p {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 751px) {
  .page__contact1_detail .separate a .syosai p {
    font-size: 61.44rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a .syosai p {
    font-size: 65rem;
  }
}
.page__contact1_detail .separate a .syosai small {
  font-weight: 300;
  color: #fff;
  display: block;
  margin-top: 10rem;
}
@media (min-width: 751px) {
  .page__contact1_detail .separate a .syosai small {
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a .syosai small {
    font-size: 27rem;
  }
}
.page__contact1_detail .separate a .koko {
  border: 1px solid #063162;
}
.page__contact1_detail .separate a .koko p {
  font-weight: 700;
  color: #063162;
  margin-bottom: 32rem;
  padding-top: 32rem;
  line-height: 1;
}
@media (min-width: 751px) {
  .page__contact1_detail .separate a .koko p {
    font-size: 34.9866666667rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a .koko p {
    font-size: 34rem;
  }
}
.page__contact1_detail .separate a .koko small {
  background: #063162;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 10rem;
}
@media (min-width: 751px) {
  .page__contact1_detail .separate a .koko small {
    font-size: 26.4533333333rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a .koko small {
    font-size: 31rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a:nth-of-type(1) {
    margin-bottom: 50rem;
  }
}
.page__contact1_detail .separate a:nth-of-type(1) h3:before {
  background-image: url(./images/contact/contact__tel.png);
}
@media (min-width: 751px) {
  .page__contact1_detail .separate a:nth-of-type(1) h3:before {
    width: 52.9066666667rem;
    height: 53.76rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a:nth-of-type(1) h3:before {
    width: 62rem;
    height: 63rem;
  }
}
.page__contact1_detail .separate a:nth-of-type(2) h3:before {
  background-image: url(./images/contact/contact__mail.png);
}
@media (min-width: 751px) {
  .page__contact1_detail .separate a:nth-of-type(2) h3:before {
    width: 52.9066666667rem;
    height: 52.9066666667rem;
  }
}
@media (max-width: 750px) {
  .page__contact1_detail .separate a:nth-of-type(2) h3:before {
    width: 62rem;
    height: 62rem;
  }
}

.contact__complete {
  padding: 150rem 40rem;
  text-align: center;
}
.contact__complete a {
  display: inline-block;
  margin-top: 30rem;
}
@media (min-width: 751px) {
  .contact__complete a {
    font-size: 28rem;
  }
}/*# sourceMappingURL=style.css.map */