@charset "utf-8";


/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

body {
  background: url(../images/bg.jpg) repeat 0 0;
  background-size: 20%;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  line-height: 2;
}

#wrapper {
  overflow: hidden;
  position: relative;
}


/*========================================================================*\

$section

\*========================================================================*/

.section_bg {
  background-color: #f5f5f5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#Co .sectionInner {
  margin: 0 auto;
  max-width: 1040px;
  padding: 10rem 0;
  position: relative;
  width: 100%;
}

#Co .sectionInner.wideSection {
  margin: 0 calc(50% - 50vw) !important;
  max-width: 100%;
  width: 100vw !important;
}

@media only screen and (max-width: 1100px) {
  #Co .sectionInner,
  #Co .page .pageInner {
    max-width: 100%;
    padding: 5rem 4rem;
  }
}

@media only screen and (max-width: 767px) {
  #Co .sectionInner,
  #Co .page .pageInner {
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
    width: 100%;
  }
}


/*========================================================================*\

$テキスト系

\*========================================================================*/

#Co .page h2 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 3rem 0;
  padding: .3rem 0 .3rem 2.5rem;
  position: relative;
}

#Co .page h2:before {
  background: #c9151e;
  border-radius: .6rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: .5rem;
}

#Co .page h2.no {
  margin: 0 0 5rem 0;
  padding: 0;
}

#Co .page h2.no:before {
  content: none;
}

#Co .page h3 {
  border-bottom: 2px solid #d2d2d2;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 3rem 0;
  padding: 0 0 1.5rem 0;
  position: relative;
}

#Co .page h3:before {
  background: #c9151e;
  bottom: -.2rem;
  content: "";
  display: block;
  height: 100%;
  height: .2rem;
  left: 0;
  position: absolute;
  width: 10%;
}

#Co .page h2 + h3 {
  margin-top: 2rem;
}

#Co .page h4 {
  color: #181818;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  position: relative;
}

#Co .page h5 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2.8rem;
  position: relative;
}

#Co .page h5::after {
  background: #007524;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: .74em;
  width: .8em;
}

#Co .page h6 {
  background: rgb(0,117,36);
  background:    -moz-linear-gradient(90deg, rgba(0,117,36,1) 0%, rgba(155,219,100,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,117,36,1) 0%, rgba(155,219,100,1) 100%);
  background:         linear-gradient(90deg, rgba(0,117,36,1) 0%, rgba(155,219,100,1) 100%);
  -webkit-background-clip: text;
  color: #007524;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007524",endColorstr="#9bdb64",GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0070ba",endColorstr="#00a68d",GradientType=1);
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  -webkit-text-fill-color: transparent;
}

#Co p {
  font-size: 1.6rem;
}

#Co .catch {
  font-size: 1.8rem;
  font-weight: 700;
}

#Co .en {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 500;
}

#Co .ss {
  font-size: 1.4rem;
}

#Co .pointTxt {
  color: #c9151e;
  font-weight: 700;
}

#Co .pointTxt_02 {
  background: linear-gradient(transparent 40%, yellow 0%);
  color: #c9151e;
  font-weight: 700;
}

#Co .pointTxt_Ud {
  font-weight: 700;
  text-decoration: underline;
}

* + #Co .page h3,
* + #Co .page h4 {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  #Co .page h2 {
    font-size: 2.4rem;
    margin: 0 0 1rem 0;
  }

  #Co .page h4 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
    padding: 0 0 1rem 0;
  }

  #Co .page h5 {
    font-size: 1.6rem;
    padding: 0 0 0 2.4rem;
  }

  #Co .page h6 {
    font-size: 1.6rem;
  }

  #Co p {
    font-size: 1.4rem;
  }

  #Co .catch {
    font-size: 1.6rem;
    font-weight: 700;
  }

  #Co .ss {
    font-size: 1.2rem;
  }

  * + #Co .page h3,
  * + #Co .page h4 {
    margin-top: 4rem;
  }
}



/* ============================================================

伸びる下線

============================================================ */

.extend {
  font-weight: 700;
  position: relative;
  z-index: 1;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}


/*========================================================================*\

$anchorBox

\*========================================================================*/


#anchorBox ul {
  margin: 0 auto 3rem auto;
}

#anchorBox ul li {
  display: flex;
  flex-direction: column;
}

#anchorBox ul li a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #ffffff;
  background: #ffffff;
  border: 1px solid #007524;
  color: #007524;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1.4rem;
  justify-content: center;
  padding: 1.5rem 2rem;
  position: relative;
  text-decoration: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition-duration: .3s;
  transition-duration: .3s;

/* -moz-osx-font-smoothing: grayscale; */
  -webkit-transition-property:         transform;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 100%;
}

#anchorBox ul li a:after {
  border-right: solid 2px #007524;
  border-top: solid 2px #007524;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

#anchorBox ul li a:hover:after,
#anchorBox ul li a.on:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}

#anchorBox ul li a:before,
#anchorBox ul li a.on:before {
  background: #007524;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition-duration: .3s;
  -webkit-transition-property:         transform;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: -1;
}

#anchorBox ul li a:hover:before,
#anchorBox ul li a:focus:before,
#anchorBox ul li a:active:before,
#anchorBox ul li a.on:before {
  background: #007524;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#anchorBox ul li a:hover,
#anchorBox ul li a.on {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  #anchorBox ul {
    margin: 0 auto 1rem auto;
    width: 100%;
  }

  #anchorBox ul li {
    width: 48.5% !important;
  }

  #anchorBox .box04.half li:nth-child(n+3) {
    margin-top: 1rem !important;
  }

  #anchorBox ul li a {
    padding: 1rem 2rem;
  }

  #anchorBox ul li a:before,
  #anchorBox ul li a.on:before {
    content: none;
  }
}


/*========================================================================*\

$colorBox

\*========================================================================*/


.colorBox {
  border: 50px solid #f6f6f6;
  margin-bottom: 3rem;
  padding: 3rem;
}

.colorBox ul:last-child,
.colorBox li:last-child,
.colorBox p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .colorBox {
    border-width: 20px;
    margin-bottom: 2rem;
    padding: 2rem;
  }
}

/*========================================================================*\

$borderBox

\*========================================================================*/

.borderBox {
  border: 2px solid #007524;
  border-radius: 4px;
  line-height: 1.4;
  margin-bottom: 3rem;
  padding: 3rem;
}

.borderBox ul:last-child,
.borderBox li:last-child,
.borderBox p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .borderBox {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}


/*========================================================================*\

$notesBox

\*========================================================================*/


.notesBox p {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%), /* 点線1の色 */ linear-gradient(180deg, #cccccc 1px, transparent 1px);
  background-size: 8px 100%, /* 点線1のサイズ */ 100% 3em;
  line-height: 3em;
  margin-bottom: 3rem;
  padding-bottom: .1rem;
}


/*========================================================================*\

$contactBox

\*========================================================================*/

#Co .contactBox {
  background: #ffffff;
  border: 30px solid rgba(0,117,36,.05);
  margin-bottom: 50px;
  padding: 5rem 2rem;
}

#Co .contactBox .contactBoxInner {
  align-items: stretch;
  display: flex;
  margin: 3rem auto 0 auto;
}

#Co .page .contactBox .contactArea {
  align-items: stretch;
  display: flex;
  margin: 0 auto;
}

#Co .page .contactBox .contactAreaInner {
  align-items: stretch;
  border: 2px	solid #007524;
  box-sizing: border-box;
  display: flex;
  margin-right: 2%;
  padding: 4rem 2rem;
  text-align: center;
  transition-duration: .3s;
  width: 40%;
}

#Co .page .contactBox .contactAreaInner:last-child {
  border: 2px	solid #007524;
  margin-left: 2%;
  margin-right: 0;
  padding: 2rem 0 3rem;
}

#Co .page .contactBox .contactAreaInner:hover {
  background: #007524;
  transition-duration: .3s;
}

#Co .page .contactBox .contactAreaInner:last-child:hover {
  background: #007524;
  color: #ffffff;
}

#Co .page .contactBox .contactAreaInner a {
  align-items: center;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
}

#Co .page .contactBox .contactAreaInner a p {
  color: #007524;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.4rem;
  margin-bottom: 0;
  text-align: left;
}

#Co .page .contactBox .contactAreaInner a p:before {
  background-image: url(../images/ico_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;/*画像の高さ*/
  margin-right: 20px;
  vertical-align: middle;
  width: 30px;/*画像の幅*/
}

#Co .page .contactBox .contactAreaInner:hover a p:before {
  background-image: url(../images/ico_mail_on.png);
}

#Co .page .contactBox .contactAreaInner a p .ss {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}

#Co .page .contactBox .contactAreaInner:last-child a p {
  color: #007524;
  font-family: "Work Sans", sans-serif !important;
  font-size: 3rem;
  font-weight: 700;
  margin-left: 60px;
  position: relative;
}

#Co .page .contactBox .contactAreaInner:last-child a p:before {
  background-image: url(../images/ico_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 39px;/*画像の高さ*/
  left: -40px;
  position: absolute;
  top: 25%;
  vertical-align: middle;
  width: 24px;/*画像の幅*/
}

#Co .page .contactBox .contactAreaInner:last-child:hover a p:before {
  background-image: url(../images/ico_tel_on.png);
}

#Co .page .contactBox .contactAreaInner:hover p {
  color: #ffffff !important;
}

@media screen and (max-width: 1100px) {
  #Co .page .contactBox {
    border: 20px solid rgba(0,117,36,.05);
    margin-bottom: 2rem;
    padding: 2rem;
  }

  #Co .page .contactBox .contactArea {
    display: block;
  }

  #Co .page .contactBox .contactBoxInner {
    margin: 2rem auto 0 auto;
  }

  #Co .page .contactBox .contactAreaInner {
    display: block;
    padding: 2rem 1rem;
    width: 100%;
  }

  #Co .page .contactBox .contactAreaInner:last-child {
    margin: 2rem 0 0 0 !important;
    padding: 1.4rem 0 1.6rem 0;
  }

  #Co .page .contactBox .contactAreaInner a p {
    font-size: 1.6rem !important;
  }

  #Co .page .contactBox .contactAreaInner a p .ss {
    font-size: 1.2rem;
  }

  #Co .page .contactBox .contactAreaInner:last-child a p {
    font-size: 2rem !important;
    margin-left: 40px;
  }

  #Co .page .contactBox .contactAreaInner a p:before {
    content: none;
  }

  #Co .page .contactBox .contactAreaInner:last-child a p:before {
    content: "";
    left: -35px;
    top: 15%;
  }
}


/*========================================================================*\

$メニュー表

\*========================================================================*/

dl.program {
  font-size: 2rem;
  width: 100%;
}

dl.program div {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  position: relative;
}

dl.program div::after {
  border-bottom: dotted 4px #999999;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

dl.program dt {
  background-color: #ffffff;
  color: #007524;
  margin: 0;
  padding: 0 2rem 0 0;
  text-align: left;
  z-index: 2;
}

dl.program dd {
  background-color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 2rem;
  text-align: right;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  dl.program {
    font-size: 1.4rem;
    width: 100%;
  }

  dl.program div {
    margin: .5rem 0;
    padding: .5rem 0;
  }
}


/*========================================================================*\

$contactpage

\*========================================================================*/

#Co p .hissu,
#Co tr th .hissu {
  background: #f44336;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.6em;
  margin-right: 5px;
  padding: 1px 15px;
}

#Co tr th .hissu {
  display: block;
  float: right;
  font-size: 1rem;
  line-height: 1;
  margin-top: 5px;
  padding: 5px 15px;
  text-align: right;
}

#contactForm td .title {
  display: block;
  margin-bottom: 10px;
  padding: 0 .3em 0 1.3em;
  position: relative;
}

#contactForm td .title::before,
#contactForm td .title::after {
  content: "";
  display: inline-block;
  position: absolute;
}

#contactForm td .title::after {
  background-color: #000000;
  border-radius: 100%;
  height: 14px;
  left: 0;
  top: .35em;
  width: 14px;
}

#contactForm td .title::before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 5px;
  left: .3em;
  top: .65em;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 2;
}

#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm textarea {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3e3e3e;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px 20px;
  width: 100%;
}

#contactForm input[type="text"].w50 {
  width: 50%;
}

#contactForm input[type="text"].w30,
#contactForm input[type="text"].zip {
  width: 30%;
}

#contactForm input[type="text"].w20 {
  width: 20%;
}

#contactForm .calendarBox {
  align-items: center;
  display: flex;
  width: 100%;
}

#contactForm .calendarBox .calendarInner:nth-of-type(1) {
  display: flex;
  margin-right: 1%;
  width: 25%;
}

#contactForm .calendarBox .calendarInner:nth-of-type(2),
#contactForm .calendarBox .calendarInner:nth-of-type(3) {
  display: flex;
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 15%;
}

#contactForm input.day {
  background: url(../images/ico_calendar.png) no-repeat 10px center #f6f6f6;
  background-size: 24px auto;
  padding-left: 55px;
}

#contactForm .select {
  background: white;
  color: #525259;
  display: inline-block;
  height: 48px;
  position: relative;
}

#contactForm .select:after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
}

#contactForm .select:before {
  background: #000000;
  bottom: 1px;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}

#contactForm .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
  background: transparent;
  background: #f6f6f6;
  border: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  color: #525259;
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  outline: none;
  padding-left: 15px;
  padding-right: 35px;
  width: 100%;
}

#contactForm #btnCheck {
  margin-top: 5rem;
  text-align: center;
}

#contactForm #btnCheck input[type=submit],
#contactForm #btnSent input[type=submit],
#contactForm #btnSent input[type=button] {
  background: rgb(0,117,36);
  background:    -moz-linear-gradient(90deg, rgba(0,117,36,1) 0%, rgba(155,219,100,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,117,36,1) 0%, rgba(155,219,100,1) 100%);
  background:         linear-gradient(90deg, rgba(0,117,36,1) 0%, rgba(155,219,100,1) 100%);
  border-radius: 100px;
  color: #ffffff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0070ba",endColorstr="#00a68d",GradientType=1);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: box-shadow;
          transition-property: box-shadow;
  width: 400px;
}

#contactForm #btnSent input[type=button] {
  background: #cccccc !important;
  color: #ffffff;
}

#contactForm #btnSent {
  margin-top: 50px;
}

#contactForm #btnSent ul {
  margin: 0 !important;
  text-align: center;
}

#contactForm #btnSent li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #contactForm .select select {
    font-size: 1.4rem;
  }

  #contactForm input[type="text"].w50 {
    width: 100%;
  }

  #contactForm input[type="text"].w30,
  #contactForm input[type="text"].w20
  #contactForm input[type="text"].zip {
    width: 50% !important;
  }

  #contactForm .calendarBox {
    flex-wrap: wrap;
  }

  #contactForm .calendarBox .calendarInner:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
    width: 70%;
  }

  #contactForm .calendarBox .calendarInner:nth-of-type(2),
  #contactForm .calendarBox .calendarInner:nth-of-type(3) {
    width: 31.5%;
  }

  #contactForm .calendarBox .calendarInner:nth-of-type(2) {
    margin-left: 0;
  }

  #contactForm .select.day {
    margin: 10px 0;
    width: 97.5% !important;
  }

  #contactForm input[type="text"],
  #contactForm input[type="password"],
  #contactForm textarea {
    font-size: 1.4rem;
  }

  #contactForm #btnCheck input[type=submit],
  #contactForm #btnSent input[type=submit],
  #contactForm #btnSent input[type=button] {
    font-size: 1.4rem;
    padding: 15px 0;
    width: 100%;
  }

  #contactForm #btnSent,
  #contactForm #btnCheck {
    margin-top: 3rem;
  }

  #contactForm #btnSent li {
    display: inline-block;
    width: 48.5%;
  }
}

/*========================================================================*\

$more_area

<div class="more_area">
<a class="circle_btn" href="https://doto-job.com/recruit">
<p class="mb0">ホーツクエリアの求人一覧</p>
<div class="circle_btn__arrow"></div>
</a>
</div>
\*========================================================================*/


#Co .more_area {
  display: flex;
  justify-content: flex-end;
}

#Co .circle_btn,
#Co .circle_btn_b {
  align-items: center;
  display: flex;
}

.circle_btn__arrow {
  border: 2px solid #000000;
  border-radius: 50%;
  color: #ffffff;
  height: 60px;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  width: 60px;
}

#Co .circle_btn p,
#Co .circle_btn_b p {
  display: inline;
  margin: 0 2rem 0 0 !important;
  padding: 0 !important;
}

#Co .circle_btn__arrow:before,
#Co .circle_btn__arrow:after {
  background-image: url(../images/arrow_b.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: 300ms;
  transition: all 2000ms cubic-bezier(.170, .815, .400, 1);
  width: 18px;
}

#Co .circle_btn__arrow:after {
  opacity: 0;
  right: 100%;
}

#Co .circle_btn:hover .circle_btn__arrow {
  background: #000000;
  transform: scale(1.2);
  transition: all .3s;
}

#Co .circle_btn:hover .circle_btn__arrow:before,
#Co .circle_btn:hover .circle_btn__arrow:after {
  animation-fill-mode: forwards;
  background-image: url(../images/arrow_w.svg);
}

#Co .circle_btn:hover .circle_btn__arrow:before {
  animation: arrowbefore .5s;
}

#Co .circle_btn:hover .circle_btn__arrow:after {
  animation: arrowafter .5s;
}

@keyframes arrowbefore {
  100% {
    opacity: 0;
    right: -50%;
  }
}

@keyframes arrowafter {
  100% {
    opacity: 1;
    right: 50%;
  }
}


/*========================================================================*\

$more_area_b

\*========================================================================*/


.circle_btn_b__arrow {
  border-radius: 50%;
  color: #ffffff;
  height: 100px;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  width: 100px;
}

#Co .circle_btn_b__arrow:before {
  background-image: url(../images/arrow_b.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: 300ms;
  transition: all 2000ms cubic-bezier(.170, .815, .400, 1);
  width: 18px;
}

#Co .circle_btn_b__arrow::after {
  border: 1px dashed #000000;
  border-radius: 50%;
  content: "";
  height: 100px;
  margin: auto;
  opacity: 1;
  position: absolute;
  width: 100px;
}

#Co .circle_btn_b:hover .circle_btn_b__arrow {
  transform: scale(1.2);
  transition: all .3s;
}

#Co .circle_btn_b:hover .circle_btn_b__arrow::after {
  animation: Rotation 3s ease-in-out;
}

@keyframes Rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*========================================================================*\

$category

\*========================================================================*/

.category {
  background: rgba(0,155,99,.1);
  border-radius: 400px;
  color: #009b63;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 100%;
  margin: 0 0 0 15px;
  padding: 5px 0;
  text-align: center;
  width: 120px;
}

.category.category_02 {
  background: rgba(232,52,52,.1);
  color: #e83434;
}

.category.category_03 {
  background: rgba(240,131,30,.1);
  color: #f0831e;
}

#newsPage .detailSection img {
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  #newsPage .detailSection img {
    margin-bottom: 20px;
  }
}

