@charset "UTF-8";
/* ----------------------------------------------------------------------
GOOD ONEセンター　設定
------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-decoration: none;
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  line-height: 1.7;
  color: #000;
}

.wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    line-height: 1.7;
    color: #000;
  }

  .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

* html body {
  overflow: hidden;
}

/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

.drawer-navbar {
  display: none;
}

/* SP版非表示設定 */
@media screen and (max-width: 959px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

  .drawer-navbar {
    display: block !important;
  }
}

/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0;
}

.u-mt-xsmall {
  margin: 10px 0 0;
}

.u-mt-small {
  margin: 20px 0 0;
}

.u-mt {
  margin: 30px 0 0;
}

.u-mt-large {
  margin: 40px 0 0;
}

.u-mt-xlarge {
  margin: 50px 0 0;
}

.u-mt-xxlarge {
  margin: 60px 0 0;
}

.u-mr-xxsmall {
  margin: 0 5px 0 0;
}

.u-mr-xsmall {
  margin: 0 10px 0 0;
}

.u-mr-small {
  margin: 0 20px 0 0;
}

.u-mr {
  margin: 0 30px 0 0;
}

.u-mr-large {
  margin: 0 40px 0 0;
}

.u-mr-xlarge {
  margin: 0 50px 0 0;
}

.u-mb-xsmall {
  margin: 0 0 10px 0;
}

.u-mb-small {
  margin: 0 0 20px 0;
}

.u-mb {
  margin: 0 0 30px 0;
}

.u-mb-large {
  margin: 0 0 40px 0;
}

.u-mb-xlarge {
  margin: 0 0 50px 0;
}

.u-ml-xsmall {
  margin: 0 0 0 10px;
}

.u-ml-small {
  margin: 0 0 0 20px;
}

.u-ml {
  margin: 0 0 0 30px;
}

.u-ml-large {
  margin: 0 0 0 40px;
}

.u-ml-xlarge {
  margin: 0 0 0 50px;
}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

/* ----------------------------------------------------------------------
 float - フロート
---------------------------------------------------------------------- */
.flo-l {
  float: left;
}

.flo-r {
  float: right;
}

.cboth {
  clear: both;
}

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text10 {
  font-size: 10%;
}

.text20 {
  font-size: 20%;
}

.text30 {
  font-size: 30%;
}

.text40 {
  font-size: 40%;
}

.text50 {
  font-size: 50%;
}

.text60 {
  font-size: 60%;
}

.text70 {
  font-size: 70%;
}

.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.text110 {
  font-size: 110%;
}

.text120 {
  font-size: 120%;
}

.text130 {
  font-size: 130%;
}

.text140 {
  font-size: 140%;
}

.text150 {
  font-size: 150%;
}

.text160 {
  font-size: 160%;
}

.text170 {
  font-size: 170%;
}

.text180 {
  font-size: 180%;
}

.text190 {
  font-size: 190%;
}

.text200 {
  font-size: 200%;
}

.text210 {
  font-size: 210%;
}

.text220 {
  font-size: 220%;
}

.text250 {
  font-size: 250%;
}

.text300 {
  font-size: 300%;
}

.text350 {
  font-size: 350%;
}

.text400 {
  font-size: 400%;
}

.text-bd {
  font-weight: 700;
}

.text-ud {
  text-decoration: underline;
}

.text-normal {
  font-weight: 400;
}

.blue {
  color: #175fa7;
}

.goc-mainv{
  margin: 80px 0 0;
  padding: 180px 0 0;
  width: 100%;
  background: url(../images/img-goc-main.png) no-repeat;
  background-size: cover;
  background-position: center top;
  height: 70vh;
}

@media screen and (max-width: 959px) {
.goc-mainv {
    margin: 0;
    padding: 80px 0 0;
    width: 100%;
    background: url(../images/img-goc-main.png) no-repeat;
    background-size: cover;
    background-position: center top;
    height: 50vh;
  }
}

#top-pc-header .goctop-pc-rightbase {
  margin: 0;
  padding: 0;
  width: 700px;
  height: 80px;
  top: 28px;
  right: 20px;
  position: absolute;
  text-align: left;
}

#top-pc-header .goctop-pc-rightbase .top-pc-header-navimenu {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top-pc-header .goctop-pc-rightbase .top-pc-header-navimenu a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-size: 15px;
}

#top-pc-header .goctop-pc-rightbase .top-pc-header-navimenu a::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#top-pc-header .goctop-pc-rightbase .top-pc-header-navimenu a:hover::after {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 1250px) {
  #top-pc-header .goctop-pc-rightbase {
    margin: 0;
    padding: 0;
    width: 570px;
    height: 80px;
    top: 28px;
    right: 20px;
    position: absolute;
    text-align: left;
  }

  #top-pc-header .goctop-pc-rightbase .top-pc-header-navimenu {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #top-pc-header .goctop-pc-rightbase .top-pc-header-navimenu a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #000;
    font-size: 13px;
  }

  #top-pc-header .goctop-pc-rightbase .top-pc-header-navimenu a::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  #top-pc-header .goctop-pc-rightbase .top-pc-header-navimenu a:hover::after {
    bottom: 0;
    opacity: 1;
  }
}

#headbar {
  /* ▼上端に固定するCSS */
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.9);
  height: 85px;
  border-bottom: 1px solid #ccc;
}

.top-goc-header-logo {
  margin: 0;
  padding: 0;
  top: 13px;
  left: 20px;
  position: absolute;
}

.top-goc-header-logo img {
  width: 100%;
  height: auto;
}

#headbar .goctop-pc-rightbase {
  margin: 0;
  padding: 0;
  width: 700px;
  height: 80px;
  top: 28px;
  right: 20px;
  position: absolute;
  text-align: left;
}

#headbar .goctop-pc-rightbase .top-pc-header-navimenu {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#headbar .goctop-pc-rightbase .top-pc-header-navimenu a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-size: 15px;
}

#headbar .goctop-pc-rightbase .top-pc-header-navimenu a::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#headbar .goctop-pc-rightbase .top-pc-header-navimenu a:hover::after {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 1250px) {
  #headbar .goctop-pc-rightbase {
    margin: 0;
    padding: 0;
    width: 570px;
    height: 80px;
    top: 28px;
    right: 20px;
    position: absolute;
    text-align: left;
  }

  #headbar .goctop-pc-rightbase .top-pc-header-navimenu {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #headbar .goctop-pc-rightbase .top-pc-header-navimenu a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #000;
    font-size: 13px;
  }

  #headbar .goctop-pc-rightbase .top-pc-header-navimenu a::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  #headbar .goctop-pc-rightbase .top-pc-header-navimenu a:hover::after {
    bottom: 0;
    opacity: 1;
  }
}

.main-catch-box{
  margin: 0 auto;
  padding: 50px 20px;
  background: #ffffffca;
  border-radius: 20px;
  max-width: 800px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.main-catch-box .main-catch{
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #005BAC;
  font-weight: bold;
  line-height: 1.6;
}

.main-catch-box .sub-catch{
  margin: 10px 0 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
}

.main-catch-box .nihonhatsu{
  position: absolute;
  top:-40px;
  left: -60px;
}

@media screen and (max-width: 959px) {
.main-catch-box {
    margin: 0 auto;
    padding: 40px 20px;
    background: #ffffffca;
    border-radius: 20px;
    width: 85%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
  }

  .main-catch-box .main-catch {
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #005BAC;
    font-weight: bold;
    line-height: 1.6;
  }

  .main-catch-box .sub-catch {
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .main-catch-box .nihonhatsu {
    position: absolute;
    top: -50px;
    left: -20px;
    width: 100px;
  }

  .main-catch-box .nihonhatsu img{
    width: 100%;
    height: auto;
  }
}

.nayami-base{
  margin: 0;
  padding: 0;
  background: url(../images/img-bg-nayami.png);
  width: 100%;
}

.goc-pagebase {
  margin: 0 auto;
  padding: 70px 0 0;
  max-width: 1200px;
  box-sizing: border-box;
}

.goc-pagebase-02 {
  margin: 0 auto;
  padding: 70px 0;
  max-width: 1200px;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
.goc-pagebase {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 90%;
    box-sizing: border-box;
  }

  .goc-pagebase-02 {
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
    box-sizing: border-box;
  }
}

.goc-heading{
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
.goc-heading{
  font-size: 22px;
}
}


.nayami-ill-01{
  margin: 50px auto 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  max-width: 960px;
}

.nayami-ill-02 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 0;
  max-width: 750px;
}

@media screen and (max-width: 959px) {
.nayami-ill-01 {
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
    line-height: 0;
    max-width: 60%;
  }

  .nayami-ill-02 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 0;
    max-width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .nayami-ill-01 {
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
    line-height: 0;
    max-width: 90%;
  }

  .nayami-ill-02 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 0;
    max-width: 90%;
  }
}

.nayami-ill-01 img,
.nayami-ill-02 img {
  width: 100%;
  height: auto;
}

.kaitetsu-base{
  margin: 0;
  padding: 70px 0;
  background: url(../images/img-bg-kaiketsui.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.kaitetsu-base .kaitetsu-box{
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  text-align: left;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
}

.kaitetsu-base .kaitetsu-box .left{
  margin: 0;
  padding: 0;
  width: 15%;
}

.kaitetsu-base .kaitetsu-box .left img{
  width: 100%;
  height: auto;
}

.kaitetsu-base .kaitetsu-box .right {
  margin: 0;
  padding: 0;
  width: 80%;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
.kaitetsu-base{
  padding: 40px 0;
}

.kaitetsu-base .kaitetsu-box{
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  width: 90%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
}

.kaitetsu-base .kaitetsu-box .left{
  margin: 0;
  padding: 0;
  width: 50%;
}

.kaitetsu-base .kaitetsu-box .left img{
  width: 100%;
  height: auto;
}

.kaitetsu-base .kaitetsu-box .right {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
}

.text-red{
  color:#FB4141
}

.text-blue{
  color: #000;
}

span.yellow-marker {
  background: linear-gradient(transparent 60%, #FFE20A 60%);
}

.kaiketsu-syosai-box{
  margin: 50px auto 0;
  padding: 30px 60px;
  max-width: 1000px;
  border: 1px solid #175fa7;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.kaiketsu-syosai-box .icon{
  position: absolute;
  top:-60px;
  left: -90px;
}

.kaiketsu-syosai-box .kaitetsu-heading{
  margin: 0;
  padding: 0 0 5px;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #175fa7;
}

.kaiketsu-syosai-box .k-contents-01{
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kaiketsu-syosai-box .k-contents-01 .left{
  margin: 0;
  padding: 0;
  text-align: left;
  width: 72%;
}

.kaiketsu-syosai-box .k-contents-01 .right {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 25%;
}

.kaiketsu-syosai-box .k-contents-01 .right .dpf-table{
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 14px;
}

.kaiketsu-syosai-box .k-contents-01 .right .dpf-table tr td:nth-of-type(1){
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 40%;
}

.kaiketsu-syosai-box .k-contents-01 .right .dpf-table tr td:nth-of-type(2) {
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  width: 60%;
}

.kaiketsu-syosai-box .k-contents-02{
  margin: 30px 0 0;
  padding: 30px;
  background: #EAFAFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kaiketsu-syosai-box .k-contents-02 .left {
  margin: 0;
  padding: 0;
  width: 65%;
}

.kaiketsu-syosai-box .k-contents-02 .left img {
  width: 100%;
  height: auto;
}


.kaiketsu-syosai-box .k-contents-02 .right {
  margin: 0;
  padding: 0;
  width: 30%;
}

.kaiketsu-syosai-box .k-contents-02 .right img {
  width: 100%;
  height: auto;
}

.kaiketsu-syosai-box .k-contents-02 .heading{
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #175fa7;
}

.kaiketsu-syosai-box .k-contents-03 {
  margin: 30px 0 0;
  padding: 30px;
  background: #FFF0E4;
}

.kaiketsu-syosai-box .k-contents-03 .heading {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #FF8822;
}

.kaiketsu-syosai-box .k-contents-03 .list{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.kaiketsu-syosai-box .k-contents-03 .list li{
  margin: 3px 0;
  padding: 0 0 0 25px;
  background: url(../images/icon-goc-list.svg) no-repeat;
  background-position: 0 10px;
  font-weight: bold;
  font-size: 18px;
}

.kaiketsu-syosai-box .k-contents-03 .list-injc {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kaiketsu-syosai-box .k-contents-03 .list-injc li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  background: url(../images/icon-goc-list.svg) no-repeat;
  background-position: 0 10px;
  font-weight: bold;
  font-size: 18px;
  width: 45%;
}

@media screen and (max-width: 959px) {
.kaiketsu-syosai-box{
  margin: 50px auto 0;
  padding: 30px 20px 20px;
  width: 100%;
  border: 1px solid #175fa7;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.kaiketsu-syosai-box .icon{
  position: absolute;
  top: -40px;
  left: -10px;
  width: 70px;
}

.kaiketsu-syosai-box .icon img{
  width: 100%;
  height: auto;
}

.kaiketsu-syosai-box .kaitetsu-heading{
  margin: 0;
  padding: 0 0 5px;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #175fa7;
}

.kaiketsu-syosai-box .k-contents-01{
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.kaiketsu-syosai-box .k-contents-01 .left{
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.kaiketsu-syosai-box .k-contents-01 .right {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.kaiketsu-syosai-box .k-contents-01 .right .dpf-table{
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 14px;
}

.kaiketsu-syosai-box .k-contents-01 .right .dpf-table tr td:nth-of-type(1){
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 40%;
}

.kaiketsu-syosai-box .k-contents-01 .right .dpf-table tr td:nth-of-type(2) {
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  width: 60%;
}

.kaiketsu-syosai-box .k-contents-02{
  margin: 30px 0 0;
  padding: 15px;
  background: #EAFAFF;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.kaiketsu-syosai-box .k-contents-02 .left {
  margin: 0;
  padding: 0;
  width: 100%;
}

.kaiketsu-syosai-box .k-contents-02 .left img {
  width: 100%;
  height: auto;
}


.kaiketsu-syosai-box .k-contents-02 .right {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}

.kaiketsu-syosai-box .k-contents-02 .right img {
  width: 100%;
  height: auto;
}

.kaiketsu-syosai-box .k-contents-02 .heading{
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #175fa7;
}

.kaiketsu-syosai-box .k-contents-03 {
  margin: 30px 0 0;
  padding: 15px;
  background: #FFF0E4;
}

.kaiketsu-syosai-box .k-contents-03 .heading {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #FF8822;
}

.kaiketsu-syosai-box .k-contents-03 .list{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.kaiketsu-syosai-box .k-contents-03 .list li{
  margin: 3px 0;
  padding: 0 0 0 25px;
  background: url(../images/icon-goc-list.svg) no-repeat;
  background-position: 0 10px;
  font-weight: bold;
  font-size: 18px;
}

.kaiketsu-syosai-box .k-contents-03 .list-injc {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kaiketsu-syosai-box .k-contents-03 .list-injc li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  background: url(../images/icon-goc-list.svg) no-repeat;
  background-position: 0 10px;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
}

.sp-inj{
  margin: 20px auto 0;
  padding: 0;
  width: 60%;
}

.sp-inj img{
  width: 100%;
  height: auto;
}
}

.goc-pagebase-02 .merit-text{
  margin: 30px auto 0;
  padding: 0;
  text-align: left;
  max-width: 1000px;
}

@media screen and (max-width: 959px) {
.goc-pagebase-02 .merit-text{
  margin: 20px auto 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
}

.merit-ph{
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.merit-ph li{
  width: 31%;
}

@media screen and (max-width: 959px) {
.merit-ph{
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.merit-ph li{
  width: 100%;
  margin: 10px 0;
}
}

.merit-ph li img{
  width: 100%;
  height: auto;
}

.goc-servive-base{
  margin: 0;
  padding: 0;
  background: url(../images/img-goc-servicebg.png) no-repeat;
  background-size: cover;
  background-position: left top;
}

.goc-service-base{
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}

.goc-service-base li{
  margin: 0 0 50px;
  padding: 30px;
  width: 48%;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.goc-service-base li:last-of-type {
  margin: 0;
  padding: 30px;
  width: 48%;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.goc-service-base li .goc-service-heading{
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  border-left: 8px solid #175fa7;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {

.goc-service-base{
  margin: 30px auto 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
}

.goc-service-base li{
  margin: 0 0 20px;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.goc-service-base li:last-of-type {
  margin: 0;
  padding: 15px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.goc-service-base li .goc-service-heading{
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  border-left: 8px solid #175fa7;
  line-height: 1.5;
}
}

.jirei-heading{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.goc-banner{
  margin: 50px auto 0;
  padding: 0;
  width: 800px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}

.goc-banner li{
  width: 45%;
}

@media screen and (max-width: 959px) {
.jirei-heading {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }

  .goc-banner {
    margin: 30px auto 0;
    padding: 0;
    width: 90%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
  flex-direction: column;
    box-sizing: border-box;
  }

  .goc-banner li {
    width: 100%;
    margin: 10px 0;
  }
}

.goc-banner li img{
  width: 100%;
  height: auto;
}

.goc-contact{
  background: url(../images/img-goc-contactbg.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.goc-contact .contact-sub{
  margin: 5px auto 0;
  padding: 0;
  width: 270px;
}

.goc-contact .contact-sub img{
  width: 100%;
  height: auto;
}

.goc-button a {
  background: #FF8822;
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 24px;
}

.goc-button a:hover {
  background: #f99e4f;
  color: #FFF;
}

.goc-button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.goc-button a:hover:after {
  border-color: #FFF;
}

@media screen and (max-width: 959px) {
.goc-contact{
  background: url(../images/img-goc-contactbg.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.goc-contact .contact-sub{
  margin: 5px auto 0;
  padding: 0;
  width: 40%;
}

.goc-contact .contact-sub img{
  width: 100%;
  height: auto;
}

.goc-button a {
  background: #FF8822;
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
}

.goc-button a:hover {
  background: #f99e4f;
  color: #FFF;
}

.goc-button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
}

.goc-engine-base{
  background: url(../images/img-goc-enginebg.png) no-repeat;
  background-size: cover;
}

.goc-engine-heading{
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: bold;
  color: #175fa7;
  text-align: left;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
      -1px 1px 0 #FFF, 1px -1px 0 #FFF,
      0px 1px 0 #FFF, 0-1px 0 #FFF,
      -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.goc-engine-subheading{
  margin: 20px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.goc-engine-contents{
  margin: 50px auto 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.goc-engine-contents li:nth-child(-n+3) {
  margin: 0;
  padding: 30px;
  width: 31%;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

.goc-engine-contents li {
  margin: 50px 0 0;
  padding: 30px;
  width: 31%;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

.goc-engine-contents li .engine-title{
  margin: 10px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #00B0EC;
}

@media screen and (max-width: 959px) {
.goc-engine-base{
  background: url(../images/img-goc-enginebg.png) no-repeat;
  background-size: cover;
  background-position: -200px top;
}

.goc-engine-heading{
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  color: #175fa7;
  text-align: left;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
      -1px 1px 0 #FFF, 1px -1px 0 #FFF,
      0px 1px 0 #FFF, 0-1px 0 #FFF,
      -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.goc-engine-subheading{
  margin: 20px 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  color: #175fa7;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
      -1px 1px 0 #FFF, 1px -1px 0 #FFF,
      0px 1px 0 #FFF, 0-1px 0 #FFF,
      -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.goc-engine-contents{
  margin: 30px auto 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.goc-engine-contents li:nth-child(-n+3) {
  margin: 10px 0;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

.goc-engine-contents li {
  margin: 10px 0;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

.goc-engine-contents li .engine-title{
  margin: 10px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  co
}
}


.goc-price-base{
  margin: 30px auto 0;
  padding: 0;
  width: 850px;
  border: 1px solid #ccc;
}

.goc-price-base tr.table-heading-01 td{
  background: #eee;
}

.goc-price-base tr.table-heading-01 td:nth-child(n+2){
  margin: 0;
  padding: 3px;
  background: #EAFAFF;
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.goc-price-base tr.table-heading-02 td:nth-child(1){
  margin: 0;
  padding: 0;
  background: #eee;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 20%;
  height: 45px !important;
  vertical-align: middle;
}

.goc-price-base tr.table-heading-03 td {
  margin: 0;
  padding: 0;
  background: #eee;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 20%;
  height: 45px;
  vertical-align: middle;
}

.goc-price-text{
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.goc-company{
  margin: 0 auto;
  padding: 70px 0;
  max-width: 700px;
}

.goc-name{
  margin: 30px 0;
  padding: 30px 0 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  text-align: left;
}

.goc-comany-list{
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid #ccc;
  text-align: left;
}

.goc-comany-list li{
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
}

.goc-comany-list li .item{
  margin: 0;
  padding: 0;
  width: 25%;
}

.goc-comany-list li .text {
  margin: 0;
  padding: 0;
  width: 73%;
}

@media screen and (max-width: 959px) {
.goc-company{
  margin: 0 auto;
  padding: 40px 0;
  width: 90%;
}

.goc-name{
  margin: 30px 0;
  padding: 30px 0 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  text-align: left;
}

.goc-comany-list{
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid #ccc;
  text-align: left;
}

.goc-comany-list li{
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
}

.goc-comany-list li .item{
  margin: 0;
  padding: 0;
  width: 25%;
}

.goc-comany-list li .text {
  margin: 0;
  padding: 0;
  width: 73%;
}
}


.goc-copy{
  margin: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #175fa7;
}

@media screen and (max-width: 969px) {
.sp-goc-logo{
  margin: 0;
  padding: 10px 0 5px 10px;
  width: 30%;
}

.sp-goc-logo img{
  width: 100%;
  height: auto;
}

.sp-menu-base{
  background: #175fa7ea !important;
}

.sp-menu-base .sp-menu-inner{
  margin: 30px auto 0;
  padding: 0;
  width: 80%;
}

.sp-menu-base .sp-menu-inner li{
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff4d;
}

.sp-menu-base .sp-menu-inner li:last-of-type {
  margin: 0;
  padding: 15px 0;
  border-bottom: 0px solid #fff;
}

.sp-menu-base .sp-menu-inner li a{
  color: #fff;
  font-size: 16px;
}

}

@media screen and (max-width: 480px) {
  .sp-goc-logo {
    margin: 0;
    padding: 15px 0 5px 10px;
    width: 55%;
  }

  .sp-goc-logo img {
    width: 100%;
    height: auto;
  }
  .drawer-toggle{
    margin: 0 5px 0 0;
  }
}

/* ----------------------------------------------------------------------
　ページトップへ設定
------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 0;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #page-top {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 9;
    width: 70px;
  }

  #page-top img{
    width: 100%;
    height: auto;
  }

  #page-top a {
    text-decoration: none;
    padding: 0;
    text-align: center;
    display: block;
  }

  #page-top a:hover {
    text-decoration: none;
  }
  
}