.line {

    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #23BAB9 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #323232;
    font-weight: bold;
    font-size: 26px;
}

.left-line{
      padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.botton{

        display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    width: 250px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.botton:hover {
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
}

.first-letter-after {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
}

.first-letter-after:before {
  content: "";
  position: absolute;
  background: #23bab9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.first-letter-before {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
}

.first-letter-before:before {
  content: "";
  position: absolute;
  background: #cccccc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.yajirushi {
position: relative;
padding-left: 20px;
}
.yajirushi::before {
position: absolute;
content: '';
width: 0;
height: 0;
border: solid 6px transparent;
border-left: solid 8px #7db4e6;
top: 50%;
left: 0;
margin-top: -5px;
}

.header-title-link{
    text-decoration: none;
}

@media (min-width: 48rem) {
    .main-visual .main-visual-catch {
        font-size: 50px;
    }
}

@media (max-width: 47rem) {
.main-visual .main-visual-catch{
    font-size: 35px;
}}

.global-nav-link{
    font-size: 18px;
}