/* = header
-------------------------------------------------------------- */

html,
body,
div,
i,
ol,
ul,
li,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
footer,
header,
section {
  display: block;
}

html {
  max-width: 100%;
  text-align: center;
  color: #333;
  font-size: 14px;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1170px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a.anchor {
  position: relative;
  display: block;
  top: -140px;
  visibility: hidden;
}

a:hover{
  opacity: 0.7;
  color: rgb(93, 202, 160);
}

a{
  color: #5EB090;
}

.clickable-banner :hover{
  opacity: 0.7;
}

.nav-item a:hover{
  opacity: 0.7;
  text-decoration: underline;
}

.faq-yuria a:hover{
  color: rgb(248, 110, 18);
}

.faq-yuria a{
  color: #ED721E;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.thick-underline {
  background: linear-gradient(transparent 50%, #feecd4 50%);
}

.thin-underline {
  border-bottom:solid 3px #feecd4;
}

.title-border-green {
  border-left: solid 10px #9cd0bc;
  padding-left: 10px;
}

.title-border-orange {
  border-left: solid 10px #f9af98;
  padding-left: 10px;
}

.jumbotron {
  background-image: url("../img/background1.png");
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}

.round-cell-green-bold {
  border: solid 4px #9cd0bc;
  border-radius: 10px;
}

.round-cell-white {
  border-radius: 10px;
}

.round-cell-green {
  border: solid 2px #9cd0bc;
  border-radius: 10px;
}

.round-cell-orange {
  border: solid 2px #f9af98;
  border-radius: 10px;
}

.whole-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.round-tbl-cell-green-bold {
  border: solid #9cd0bc;
  border-width: 2px 2px 2px 2px;
  border-radius: 10px 10px 10px 10px;
}

.link-bg-image {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-size: cover;
  background-image: url('../img/company-bg.jpg');
}

.link-height {
  height: 80px;
}

.backgound-green {
  background-color: #F4FAF8;
}

.backgound-orange {
  background-color: #FDF2EE;
}

.background-darkgreen {
  background-color: #5eb090;
}

.green {
  color: #5EB090;
}

.light-green {
  color: #9cd0bc;
}

.dark-orange {
  color: #ED721E;
}

.orange {
  color: #f9af98;
}

.border-orange {
  border-color: #f9af98;
}

.border-dark-green {
  border-color: #5EB090;
}

.navbar-brand {
  width: 220px;
}

.line-height-2 {
  line-height: 2.0em;
}

.paragraph-indent {
  margin: 1em 0px;
  text-indent: 1em;
}

.topimg {
  position: relative; 
}

.topimg-overlay-text {
  letter-spacing: .1em;
  position: absolute; 
  width: 63%; 
  left: 0%; 
  top: 33%
}

.footerimg {
  max-width: 280px;
}

@media screen and (max-width: 400px) {
  .topimg-overlay-text {
    font-size: 1.1em;  
    width: 50%; 
    left: 0%;
    top: 30%
  }
}

@media screen and (min-width: 400px) and (max-width: 576px) {
  .topimg-overlay-text {
    font-size: 1.5em;  
    width: 50%; 
    left: 0%;
    top: 30%
  }
}

@media screen and (min-width: 576px) {
  html {
    font-size: 14px;
  }
  .navbar-brand {
     width: 220px;
  }
  .round-tbl-cell-green-bold {
    border: solid #9cd0bc;
    border-width: 2px 2px 2px 2px;
    border-radius: 10px 10px 10px 10px;
  }
  .link-height {
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .navbar-brand {
     width: 400px;
  }
  .round-tbl-cell-green-bold {
    border: solid #9cd0bc;
    border-width: 2px 0px 2px 2px;
    border-radius: 10px 0px 0px 10px;
  }
  .link-height {
    height: 140px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 2048px) {
  html {
    font-size: 18px;
  }
  .navbar-brand {
     width: 500px;
  }
  .round-tbl-cell-green-bold {
    border: solid #9cd0bc;
    border-width: 2px 0px 2px 2px;
    border-radius: 10px 0px 0px 10px;
  }
  .link-height {
    height: 150px;
  }
}

@media screen and (min-width: 2048px) {
  .container {
    max-width: 1800px;
  }
  html {
    font-size: 24px;
  }
  .navbar-brand {
     width: 500px;
  }
  .round-tbl-cell-green-bold {
    border: solid #9cd0bc;
    border-width: 2px 0px 2px 2px;
    border-radius: 10px 0px 0px 10px;
  }
  .link-height {
    height: 150px;
  }
}

/* bootstrap override */
.btn-outline-primary {
  color: #5EB090;
  background-color: transparent;
  background-image: none;
  border-color: #5EB090;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5EB090;
  border-color: #5EB090;
}

.btn-outline-primary:focus, .btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #5EB090;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5EB090;
  background-color: transparent;
}

.btn-outline-light {
  color: #ED721E;
  background-color: transparent;
  background-image: none;
  border-color: #ED721E;
}

.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #ED721E;
  border-color: #ED721E;
}

.btn-outline-light:focus, .btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ED721E;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ED721E;
  background-color: transparent;
}

/* navbar icon animation */
.icon-bar {
	width: 34px; 
	height: 3px;
	background-color: #343a40;
	display: block;
	transition: all 0.2s;
  margin-top: 6px;
  margin-bottom: 4px;
}
 
.navbar-toggler {
  margin: 0;
  width: 51px;
  height: 50px;
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}

button.navbar-toggler:focus {
	outline:0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
