@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300&display=swap');
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}



@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-0deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-0deg) translate(0px, 10px);
  }
  40% {
    -webkit-transform: rotate(-0deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-0deg) translate(0, 0);
  }
  20% {
    transform: rotate(-0deg) translate(0px, 10px);
  }
  40% {
    transform: rotate(-0deg) translate(0, 0);
  }
}
.hero_scroll{
  -webkit-transform: rotate(-0deg);
  transform: rotate(-0deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}







@font-face {
  font-family: 'myfont';
  src: url('../../assets/fonts/ZenMaruGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'myfont-light';
  src: url('../../assets/fonts/ZenMaruGothic-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'myfont-bold';
  src: url('../../assets/fonts/ZenMaruGothic-Bold.ttf') format('truetype');
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-family: 'myfont', 'ZenMaruGothic-Light', 'KiwiMaru-Light', sans-serif;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media print, screen and (min-width:1006px){
.smart{
    display: none;
}
.js-inview {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s;
}
.inview {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
}
.main{
  margin-top: 100px;
}
.header{
    position: fixed;
    width: 100%;
    background: white;
    height: 100px;
    display: flex;
    z-index: 10;
    top:0;
}
.header-company h1{
    width: 150px;
    margin-top: 30px;
}
.header-company h1 img{
    width: 100%;
}
.header-nav__desktop{
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
    color: #e21c00;
    width: 100%;
}
.header-nav{
    width: 100%;
}
.header-nav__desktop li{
    margin-right: 50px;
}
.header-nav__desktop li a{
    text-decoration:none;
    transition: .3s;
    display: inline-block;
}
.header-nav__desktop li a:hover{
    transform: rotate(5deg);
    color: #3349c3;
}
.header-nav__desktop li:nth-child(5) a:hover{
    transform: rotate(0deg);
    color: white;
    opacity: 0.8;
}
.header-nav__desktop li:nth-child(5){
    background: #e3180a;
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
    color: white;
    margin: 0;
    padding-right: 100px;
}
.header-nav__desktop li img{
    width: 15px;
    margin-right: 10px;
}
.hero{
    background: url(../../assets/images/img-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 100px);
    position: relative;
    min-height: 600px;
}
.hero_scroll{
    position: fixed;
    left: 30px;
    bottom: 50px;
    width: 15px;
    z-index: 9;
}
.hero h2{
    writing-mode: vertical-rl;
    background: white;
    padding: 0 30px;
    height: calc(100vh - 150px);
    position: absolute;
    left: 0;
    min-height: 550px;
    margin-top: 50px;
    text-align: left;
    padding-top: 100px;
}
.top_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.topcopy{
    position: absolute;
    right: 11%;
    bottom: 0;
    width: 20%;
    min-width: 350px;
}
.topcopy2{
    position: absolute;
    bottom: 0;
    width: 23%;
    right: 10%;
}
.topcopy3{
    position: absolute;
    top: 7%;
    width: 20%;
    left: 20%;
    min-width: 430px;
}
.inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.wanted_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wanted h2{
    margin-bottom: 100px;
    text-align: center;
}
.wanted_title{
    height: 100px;
}
.img_human{
    flex-basis: 30%;
}
.img_human img{
    width: 100%;
}
.wanted{
    margin-top: 150px;
    padding-bottom: 300px;
}
.wanted_contents{
    padding-left: 50px;
}
.wanted_contents ul{
    line-height: 40px;
    font-size: 18px;
}
.wanted_contents ul li{
    position: relative;
}
.wanted_contents ul li span{
    color: #e21c00;
}
.wanted_contents ul li:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../assets/images/icon-check.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: -26px;
    top: 7px;
}
.resolution{
    background: url(../../assets/images/img-bk-mizutama.png);
    background-size: 60px;
    position: relative;
    padding-bottom: 400px;
}
.resolution h3{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -70px;
    font-size: 25px;
    font-family: 'myfont-bold';
}
.resolution h3 span{
    color: #e21c00;
}
.resolution h3 small{
    position: relative;
    font-size: 25px;
}
.resolution h3 small:after{
    position: absolute;
    content: "●";
    top: -15px;
    font-size: 10px;
    left: 7px;
}
.resolution h2{
    background: #e21c00ed;
    font-size: 35px;
    padding: 15px 10px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    font-family: 'myfont-bold';
}
.resolution h2 span{
    color: #fac400;
}
.point_contents{
    display: flex;
    max-width: 800px;
    padding-top: 130px;
    justify-content: center;
    margin: 0 auto;
}
.point_contents.n2{
    padding-top: 80px;
}
.img_point{
    flex-basis: 40%;
}
.img_point img{
    width: 100%;
}
.point_content{
    padding-left: 30px;
    margin-top: 35px;
}
.point_content h4{
    font-size: 30px;
    color: #e21c00;
    font-family: 'myfont-bold';
}
.point_content h4 span{
    font-size: 30px;
    color: #334ac3;
}
.point_content p{
    padding-top: 15px;
    line-height: 25px;
}
.resolution_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.resolution_human1{
    position: absolute;
    left: 15%;
    width: 200px;
    bottom: 1%;
    z-index: 2;
}
.resolution_human2{
    position: absolute;
    right: 15%;
    width: 290px;
    bottom: 1%;
    z-index: 2;
}
.lesson{
    padding-top: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 330px;
}
.lesson h2{
    height: 100px;
}
.lesson h2 img{
    height: 100%;
}
.lesson h3{
    padding-top: 50px;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #e21c00;
    text-underline-offset: 0.5em;
    font-family: 'myfont-bold';
}
.lesson h3 span{
    color:#e21c00;
}
.lesson_child{
    width: 60%;
    margin-top: 60px;
}
.lesson h4{
    margin-top: 100px;
    padding-bottom: 30px;
    font-size: 25px;
    font-family: 'myfont-bold';
}
.lesson_schedule{
    width: 100%;
}
.lesson_cloud{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.lesson small{
    text-align: left;
    display: block;
    margin-top: 15px;
    line-height: 22px;
}
.system{
    background: #234ab7;
    position: relative;
    padding-bottom: 300px;
}
.system_point{
    background: url(../../assets/images/icon-point-fukidashi.png);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    position: relative;
}
.system_point h2{
    width: 700px;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    color: #fac400;
    font-family: 'myfont-bold';
}
.system_point p{
    position: absolute;
    width: 700px;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 15px;
}
.system_point p span{
    color:#e84b4b;
}
.system_human{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
}
.equipment{
    padding-top: 150px;
    text-align: center;
    position: relative;
    padding-bottom: 200px;
}
.equipment_title{
    width: 100%;
    max-width: 800px;
}
.equipment_box{
    display: flex;
    margin-top: 50px;
    justify-content: center;
    padding-bottom: 50px;
}
.equipment_box p{
    background: #334ac3;
    padding: 7px 20px;
    color: white;
    border-radius: 10px;
    margin: 0 12px;
    font-family: 'myfont-bold';
}
.slick-slide img{
    width: 95%;
}
.equipment_slider{
    height: 400px;
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}
.equipment_cloud{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.price{
    position: relative;
    padding-bottom: 50px;
}
.price h2{
    text-align: center;
    margin-top: 80px;
}
.price_title{
    height: 100px;
}
.price h3{
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #fac400;
    text-underline-offset: 0.5em;
    font-family: 'myfont-bold';
}
.price .red{
    color: #e21c00;
}
.price .blue{
    color: #334ac3;
}
.price_contents{
    margin-top: 80px;
}
.price_wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.img_price{
    flex-basis: 20%;
}
.img_price img{
    width: 100%;
}
.price_contents h4{
    background: #e21c00;
    padding: 6px 12px;
    display: inline-block;
    color: white;
    border-radius: 6px;
    margin-bottom: 10px;
    font-family: 'myfont-bold';
}
.price_contents p{
    font-size: 30px;
    padding-right: 50px;
    margin-bottom: 25px;
    font-family: sans-serif;
}
.price_contents p small{
    font-size: 14px;
}
.flow{
    background: url(../../assets/images/img-bk-mizutama.png);
    background-size: 60px;
    position: relative;
    padding-bottom: 200px;
    padding-top: 100px;
}
.flow h2{
    text-align: center;
}
.flow_title{
    height: 100px;
}
.flow_inner{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.step_contents{
    flex-basis: 25%;
    border-style: dashed;
    border-width: 2px;
    border-radius: 10px;
    border-color: #e21c00;
    padding: 20px;
    background: white;
    position: relative;
    margin: 0 10px 100px 0;
    box-shadow: 0px 3px 6px #d0d0d0;
    text-align: center;
}
.step_contents .step{
    width: 100px;
    position: absolute;
    left: -50px;
    top: -50px;
}
.step_contents p{
    margin-top: 50px;
    padding: 0 20px 30px;
    text-align: center;
}
.flow .arrow{
    height: 43px;
    margin: 10px;
    margin-top: 60px;
}
.flow_wear{
    width: 150px;
    margin-top: -15px;
}
.flow_human{
    width: 100px;
    margin-top: -20px;
}
.flow_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.contact_us{
    background: #234ab7;
    padding-bottom: 50px;
}
.contact_us img{
    width: 100%;
}
.contact_us h2{
    text-align: center;
    background: #e21c00;
    padding: 20px;
    width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    color: white;
    font-size: 20px;
}
.contact_us h2 img{
    width: 12px;
    margin-left: 50px;
    vertical-align: middle;
}
.about_us{
    padding-top: 100px;
    position: relative;
    padding-bottom: 400px;
}
.about_us .inner{
    position: relative;
}
.about_us h2{
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #fac400;
    text-underline-offset: 0.5em;
    font-family: 'myfont-bold';
}
.about_us h2 span{
    color:#e21c00;
}
.check_wrapper{
    display: flex;
    width: 680px;
}
.img_check_point{
    padding-right: 20px;
}
.img_check_point img{
    width: 50px;
}
.check_contents h3{
    font-size: 30px;
    padding-top: 15px;
    font-family: 'myfont-bold';
}
.check_contents h3 span{
    color:#e21c00;
}
.check_contents p{
    padding-top: 30px;
    line-height: 30px;
}
.check_contents p span{
    color:#e21c00;
}
.img_chenge_schecule{
    width: 100%;
    max-width: 800px;
    margin-top: 50px;
}
.check_point{
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 50px
}
.check_p{
    width: 360px;
}
.img_check_human{
    position: absolute;
    width: 300px;
    left: 650px;
    bottom: -130px;
    z-index: 2;
}
.about_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.profile{
    position: relative;
    padding-bottom: 300px;
}
.profile h2{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.profile_title{
    height: 100px;
}
.profile_house{
    width: 100%;
}
.message{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.message_teacher{
    width: 100%;
}
.img_igarashi{
    flex-basis: 60%;
}
.img_igarashi h3{
    padding: 8px 20px;
    background: #ff2600;
    color: white;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    width: 200px;
}
.message_contents{
    padding: 0 60px;
    text-align: center;
}
.message_contents h3{
    font-size: 25px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #fac400;
    text-underline-offset: 0.5em;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'myfont-bold';
}
.message_contents p{
    line-height: 30px;
    text-align: left;
}
.img_igarashi p{
    line-height: 30px;
    margin-top: 10px;
}
.message_card{
    width: 200px;
    margin-top: 50px;
}
.profile_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.access{
    position: relative;
    padding-bottom: 300px;
    text-align: center;
}
.access_title{
    height: 100px
}
.access h2{
    margin-bottom: 60px;
}
iframe{
    width: 100%;
    height: 500px;
}
.access p{
    margin-top: 10px;
    text-align: left;
}
.access p span{
    margin-right: 30px;
}
.img_access{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.img_access img{
    width: 30%;
    padding: 10px;
}
.access_cloud{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.join_us{
    background: #e3180a;
    text-align: center;
    padding-top: 50px;
    color: white;
    padding-bottom: 60px;
}
.join_us h3{
    width: 500px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'myfont-bold';
}
.join_us h3:before{
    background: url(../../assets/images/icon-left-hata.png);
    content: "";
    width: 150px;
    position: absolute;
    left: -170px;
    top: 20px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
}
.join_us h3:after{
    background: url(../../assets/images/icon-right-hata.png);
    content: "";
    width: 150px;
    position: absolute;
    right: -170px;
    top: 20px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
}
.join_us h3 span{
    color:#fac317;
}
.tel_wrapper b{
    font-size: 30px;
    display: block;
    font-family: 'myfont-bold';
}
.tel_wrapper b img{
    width: 20px;
    margin-right: 5px;
}
.join_us h4{
    background: #2a62c4;
    width: 350px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px 20px;
    color: #fac317;
    border-radius: 10px;
    margin-bottom: 10px;
}
.join_us a:hover h4{
    background: #7b2ac4;
}
.join_us h4 img{
    width: 10px;
    margin-left: 50px;
    vertical-align: middle;
}
.footer_inner{
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}
.footer_logo{
    width: 100px;
}
.footer_logo img{
    width: 100%;
}
.footer_contents{
    margin-left: 30px;
}
.footer_contents ul{
    display: flex;
}
.footer_contents ul li{
    background: #e3180a;
    padding: 5px 10px;
    border-radius: 15px;
    color: white;
    margin: 0 10px;
}
.footer_contents ul li:hover{
    background: #0a65e3;
}
footer small{
    margin-top: 50px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.return{
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: red;
    padding: 20px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
}
.return:hover{
    background: #0a65e3;
}
.return img{
    width: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 18px;
    transform: rotate( -90deg );
}
}