@charset "UTF-8";
/*--------------------
	Google Search
--------------------*/
.gsc-control-cse {
	background: none!important;
	padding: 0!important;
	border: none!important;
}
.gsc-search-box {
	background: #fff;
	border-top: 2px solid #fff!important;
	border-bottom: 1px solid #fff!important;
	border-radius: 10px!important;
	overflow: hidden!important;
}
.gsc-input {
	padding: 0!important;
}
.gsc-input tr {
	border-radius: 5px 0 0 5px!important;
}
.gsc-input-box {
	border: none!important;
}
.gsc-search-button {
	margin: 0!important;
}
.gsc-search-button-v2 {
	background: #000!important;
	padding: 7px 14px!important;
	border: none!important;
	border-radius: 14px!important;
	margin-right: 5px!important;
	cursor: pointer!important;
}

/*--------------------
	HEADER
--------------------*/
#global-header {
  width: 250px;
  background: #fff;
  border-radius: 0 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  @media screen and (max-width: 1119px) {
    #global-header {
      width: 100%;
      padding: 10.5px 2%;
      border-radius: 0; } }
  @media screen and (max-width: 1119px) {
    #global-header a {
      display: block;
      width: 225px;
      height: 39px; } }
  #global-header a img {
    height: 80px;
    padding: 10px 0;
    margin: 0 auto; }
    @media screen and (max-width: 1119px) {
      #global-header a img {
        height: 100%;
        padding: 0;
        margin: 0; } }

/*--------------------
	NAV
--------------------*/
.nc:active {
  pointer-events: none !important; }

#nav-btn {
  display: block;
  width: 35px;
  text-align: center;
  color: #ff4803;
  position: fixed;
  top: 2.5px;
  right: 2%;
  z-index: 9999; }
  #nav-btn i {
    font-size: 4em; }
  #nav-btn span {
    font-size: 1.1em;
    font-weight: bold; }

#sp-nav {
  display: none; }
  #sp-nav:checked + #global-nav {
    display: block; }

#global-nav {
  width: 210px;
  height: calc(100vh - 160px);
  background: #ff4803;
  padding: 20px;
  border-radius: 0 40px 40px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  @media screen and (max-width: 1119px) {
    #global-nav {
      display: none;
      width: 180px;
      height: calc(100vh - 80px);
      background: rgba(255, 71, 5, 0.95);
      padding: 10px;
      border-radius: 0;
      top: 60px; } }
  #global-nav::-webkit-scrollbar {
    display: none; }
  #global-nav .search {
    background: #fff;
    padding: 5px 0 5px 5px;
    border-radius: 10px; }
    #global-nav .search .s-box {
      width: 150px;
      padding: 5px;
      border: none !important; }
      @media screen and (max-width: 1119px) {
        #global-nav .search .s-box {
          width: 120px; } }
    #global-nav .search .s-btn {
      background: #000;
      color: #fff;
      border-radius: 15px;
      margin-left: 5px;
      cursor: pointer; }
      @media screen and (max-width: 1119px) {
        #global-nav .search .s-btn {
          font-size: 1.2em; } }
  #global-nav .drop {
    border-bottom: 1px solid #fff;
    position: relative; }
    #global-nav .drop .select_expand {
      width: 0;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0; }
      #global-nav .drop .select_expand::after {
        content: '+';
        position: absolute;
        top: -4px;
        right: 10px;
        color: #fff;
        font-size: 40px;
        font-weight: inherit;
        cursor: pointer;
        pointer-events: none;
        z-index: 2;
        transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1); }
      #global-nav .drop .select_expand:checked::after {
        content: '−'; }
    #global-nav .drop .select_expandLabel {
      display: block;
      width: 210px;
      height: 45px;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
    #global-nav .drop .select_close {
      display: none; }
    #global-nav .drop .select_closeLabel {
      width: 210px;
      height: 40px;
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer;
      display: none; }
    #global-nav .drop .select_items {
      width: 100%; }
    #global-nav .drop .select_input {
      display: none; }
    #global-nav .drop .select_label {
      transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
      display: block;
      height: 0;
      font-size: 1.6em;
      font-weight: bold;
      line-height: 45px;
      overflow: hidden;
      color: #fff;
      cursor: pointer;
      padding-left: 5px; }
      @media screen and (max-width: 1119px) {
        #global-nav .drop .select_label {
          font-size: 1.4em; } }
      #global-nav .drop .select_label a {
        color: #fff;
        display: block; }
      #global-nav .drop .select_label-placeholder {
        height: 45px;
        vertical-align: middle;
        padding-left: 0; }
    #global-nav .drop .select_expand:checked + .select_closeLabel {
      display: block; }
      #global-nav .drop .select_expand:checked + .select_closeLabel + .select_options .select_option {
        border-bottom: 1px dotted #fff;
        margin: 0 10px; }
        #global-nav .drop .select_expand:checked + .select_closeLabel + .select_options .select_option:last-child {
          border: none; }
        #global-nav .drop .select_expand:checked + .select_closeLabel + .select_options .select_option .select_label {
          height: 30px;
          font-size: 1.6em;
          line-height: 30px;
          position: relative; }
          @media screen and (max-width: 1119px) {
            #global-nav .drop .select_expand:checked + .select_closeLabel + .select_options .select_option .select_label {
              font-size: 1.4em; } }
          #global-nav .drop .select_expand:checked + .select_closeLabel + .select_options .select_option .select_label span {
            position: absolute;
            right: 5px; }
      #global-nav .drop .select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
        display: none; }
    #global-nav .drop .select_input:checked + .select_label {
      height: 35px;
      margin-top: -35px; }
  #global-nav .down {
    border-bottom: 1px solid #fff;
    position: relative; }
    #global-nav .down .select_expand {
      width: 0;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0; }
      #global-nav .down .select_expand::after {
        content: '+';
        position: absolute;
        top: -4px;
        right: 10px;
        color: #fff;
        font-size: 40px;
        font-weight: inherit;
        cursor: pointer;
        pointer-events: none;
        z-index: 2;
        transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1); }
      #global-nav .down .select_expand:checked::after {
        content: '−'; }
    #global-nav .down .select_expandLabel {
      display: block;
      width: 210px;
      height: 45px;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
    #global-nav .down .select_close {
      display: none; }
    #global-nav .down .select_closeLabel {
      width: 210px;
      height: 40px;
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer;
      display: none; }
    #global-nav .down .select_items {
      width: 100%; }
    #global-nav .down .select_input {
      display: none; }
    #global-nav .down .select_label {
      transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
      display: block;
      height: 0;
      font-size: 1.6em;
      font-weight: bold;
      line-height: 45px;
      overflow: hidden;
      color: #fff;
      cursor: pointer;
      padding-left: 5px; }
      @media screen and (max-width: 1119px) {
        #global-nav .down .select_label {
          font-size: 1.4em; } }
      #global-nav .down .select_label a {
        color: #fff; }
      #global-nav .down .select_label-placeholder {
        height: 45px;
        vertical-align: middle;
        padding-left: 0; }
    #global-nav .down .select_expand:checked + .select_closeLabel {
      display: block; }
      #global-nav .down .select_expand:checked + .select_closeLabel + .select_options .select_option {
        border-bottom: 1px dotted #fff;
        margin: 0 10px; }
        #global-nav .down .select_expand:checked + .select_closeLabel + .select_options .select_option:last-child {
          border: none; }
        #global-nav .down .select_expand:checked + .select_closeLabel + .select_options .select_option .select_label {
          height: 30px;
          font-size: 1.6em;
          line-height: 30px;
          position: relative; }
          @media screen and (max-width: 1119px) {
            #global-nav .down .select_expand:checked + .select_closeLabel + .select_options .select_option .select_label {
              font-size: 1.4em; } }
          #global-nav .down .select_expand:checked + .select_closeLabel + .select_options .select_option .select_label span {
            position: absolute;
            right: 5px; }
      #global-nav .down .select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
        display: none; }
    #global-nav .down .select_input:checked + .select_label {
      height: 35px;
      margin-top: -35px; }
  #global-nav .drop_down:hover {
    pointer-events: active; }
    @media screen and (max-width: 1119px) {
      #global-nav .drop_down:hover {
        pointer-events: auto; } }
  #global-nav .drop_down:active {
    pointer-events: auto; }
  @media screen and (max-width: 1119px) {
    #global-nav .drop_down #sp-drop01,
    #global-nav .drop_down #sp-drop03,
    #global-nav .drop_down #sp-drop04,
    #global-nav .drop_down #sp-drop06 {
      display: none; }
      #global-nav .drop_down #sp-drop01:checked + .select_label:after, #global-nav .drop_down #sp-drop01 .list,
      #global-nav .drop_down #sp-drop03:checked + .select_label:after,
      #global-nav .drop_down #sp-drop03 .list,
      #global-nav .drop_down #sp-drop04:checked + .select_label:after,
      #global-nav .drop_down #sp-drop04 .list,
      #global-nav .drop_down #sp-drop06:checked + .select_label:after,
      #global-nav .drop_down #sp-drop06 .list {
        display: block; } }
  #global-nav .drop_down .list {
    display: none;
    width: 180px;
    height: calc(100vh - 160px);
    background: #fff;
    padding: 20px;
    border-radius: 0 40px 40px 0;
    position: fixed;
    left: 250px;
    bottom: 0; }
    @media screen and (max-width: 1119px) {
      #global-nav .drop_down .list {
        width: 155px;
        height: calc(100vh - 80px);
        background: rgba(255, 255, 255, 0.95);
        padding: 10px;
        border-radius: 0;
        top: 60px;
        left: 200px; } }
    #global-nav .drop_down .list li {
      width: 210px;
      font-size: 1.4em;
      font-weight: bold; }
      @media screen and (max-width: 1119px) {
        #global-nav .drop_down .list li {
          font-size: 1.3em; } }
      #global-nav .drop_down .list li a {
        display: block;
        color: #2f2f2f;
        padding: 10px 0;
        position: relative; }
        #global-nav .drop_down .list li a:hover {
          text-indent: .5em;
          color: #ff4803; }
          #global-nav .drop_down .list li a:hover:before {
            content: '';
            display: block;
            width: 5px;
            height: 1.2em;
            background: #ff4803;
            position: absolute;
            top: 9px;
            left: 0; }
    #global-nav .drop_down .list .top_corner {
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0px;
      top: 0px;
      transform: translateX(-100%);
      overflow: hidden; }
      @media screen and (max-width: 1119px) {
        #global-nav .drop_down .list .top_corner {
          display: none; } }
      #global-nav .drop_down .list .top_corner::before {
        display: block;
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        content: '';
        background: transparent;
        border-radius: 50%;
        box-shadow: 40px -40px 0 0 white;
        transform: translate(-50%, 0%); }
    #global-nav .drop_down .list .bottom_corner {
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      transform: translateX(-100%);
      overflow: hidden; }
      @media screen and (max-width: 1119px) {
        #global-nav .drop_down .list .bottom_corner {
          display: none; } }
      #global-nav .drop_down .list .bottom_corner::before {
        display: block;
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        content: '';
        background: transparent;
        border-radius: 50%;
        box-shadow: 40px 40px 0 0 white;
        transform: translate(-50%, -50%); }
  #global-nav .drop_down:hover .select_label {
    position: relative;
    width: 240px; }
    #global-nav .drop_down:hover .select_label:after {
      content: '→';
      color: #ff4803;
      height: 17px;
      padding: 0 45px 11px 10px;
      background: #fff;
      border-radius: 10px 0 0 10px;
      position: absolute;
      top: 1px;
      right: 5px; }
      @media screen and (max-width: 1119px) {
        #global-nav .drop_down:hover .select_label:after {
          padding: 0 25px 11px 10px;
          right: 65px; } }
  #global-nav .drop_down:hover .list {
    display: block;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    #global-nav .drop_down:hover .list::-webkit-scrollbar {
      display: none; }
  #global-nav .navigation li {
    font-size: 1.6em;
    font-weight: bold;
    padding: 14px 0;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 1119px) {
      #global-nav .navigation li {
        font-size: 1.4em; } }
    #global-nav .navigation li a {
      color: #fff; }
    #global-nav .navigation li:nth-child(n+5) {
      padding: 0;
      border: none; }
      #global-nav .navigation li:nth-child(n+5) a {
        display: block;
        background: #fff;
        text-indent: 2.5em;
        color: #2f2f2f;
        padding: 10px 20px;
        border-radius: 10px;
        margin-top: 10px;
        position: relative; }
        #global-nav .navigation li:nth-child(n+5) a:hover {
          opacity: .8; }
      #global-nav .navigation li:nth-child(n+5) img {
        height: 20px;
        position: absolute;
        top: 8px;
        left: 20px; }
  #global-nav p {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0; }
    @media screen and (max-width: 1119px) {
      #global-nav p {
        font-size: 1.2em; } }
  #global-nav .sns {
    display: grid;
    grid-template-columns: 30px 30px;
    column-gap: 10px; }
    #global-nav .sns li {
      transition: .5s; }
      #global-nav .sns li:hover {
        opacity: .8; }

/*--------------------
	MAIN
--------------------*/
main {
  margin-left: 250px; }
  @media screen and (max-width: 1119px) {
    main {
      margin: 0; } }
  main .pr {
    background: #fff;
    padding: 50px 0;
    margin-top: 50px; }
    @media screen and (max-width: 1119px) {
      main .pr {
        padding: 40px 2%;
        margin-top: 40px; } }
    main .pr h2 {
      text-align: center;
      font-size: 2em;
      margin-bottom: 20px; }
    main .pr ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 40px;
      width: 1120px;
      margin: 0 auto; }
      @media screen and (max-width: 1119px) {
        main .pr ul {
          grid-template-columns: 1fr;
          gap: 20px;
          width: 100%; } }
      main .pr ul a:hover {
        opacity: .8; }
    main .pr p {
      width: 1120px;
      margin: 10px auto 0; }
      @media screen and (max-width: 1119px) {
        main .pr p {
          width: auto;
          font-size: 1.4em; } }

/*--------------------
	GO 2 TOP
--------------------*/
.go2top {
  display: inline-block;
  width: 50px;
  background: #2f2f2f;
  text-align: center;
  color: #fff;
  font-size: 2em;
  line-height: 50px;
  border-radius: 25px;
  position: fixed;
  right: 2%;
  bottom: 5%;
  transition: 0s; }
  @media screen and (max-width: 1119px) {
    .go2top {
      width: 40px;
      line-height: 40px;
      bottom: 2%;
      opacity: .9; } }

/*--------------------
	FOOTER
--------------------*/
#global-footer {
  margin-left: 250px; }
  @media screen and (max-width: 1119px) {
    #global-footer {
      margin: 0; } }
  #global-footer .inner {
    width: 1120px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 320px 750px;
    gap: 50px; }
    @media screen and (max-width: 1119px) {
      #global-footer .inner {
        width: 100%;
        display: block; } }
    #global-footer .inner .info h1 a {
      display: inline-block;
      margin-left: calc(50% - 100px); }
      #global-footer .inner .info h1 a img {
        width: 200px; }
    #global-footer .inner .info h2 {
      font-size: 1.8em;
      margin: 10px 0; }
      @media screen and (max-width: 1119px) {
        #global-footer .inner .info h2 {
          text-align: center; } }
    #global-footer .inner .info p {
      font-size: 1.4em;
      line-height: 2; }
      @media screen and (max-width: 1119px) {
        #global-footer .inner .info p {
          text-align: center; } }
    #global-footer .inner .info ul {
      display: grid;
      grid-template-columns: 40px 40px;
      gap: 15px;
      margin-top: 10px; }
      @media screen and (max-width: 1119px) {
        #global-footer .inner .info ul {
          display: flex;
          justify-content: center;
          margin: 20px 0; } }
      @media screen and (max-width: 1119px) {
        #global-footer .inner .info ul li {
          width: 40px; } }
      #global-footer .inner .info ul a:hover {
        opacity: .8; }
    #global-footer .inner .footer-nav {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      margin-top: 10px; }
      @media screen and (max-width: 1119px) {
        #global-footer .inner .footer-nav {
          display: block; } }
      #global-footer .inner .footer-nav dl {
        font-size: 1.6em;
        line-height: 2; }
        @media screen and (max-width: 1119px) {
          #global-footer .inner .footer-nav dl {
            display: none; } }
        #global-footer .inner .footer-nav dl dt {
          font-weight: bold; }
          #global-footer .inner .footer-nav dl dt i {
            color: #ff4803; }
        #global-footer .inner .footer-nav dl dd {
          text-indent: 1.5em;
          font-size: .9em; }
      #global-footer .inner .footer-nav ul {
        font-size: 1.6em;
        display: inline; }
        #global-footer .inner .footer-nav ul li {
          font-weight: bold;
          line-height: 2; }
          @media screen and (max-width: 1119px) {
            #global-footer .inner .footer-nav ul li {
              display: none; }
              #global-footer .inner .footer-nav ul li:last-child {
                display: block;
                text-align: center; } }
          #global-footer .inner .footer-nav ul li i {
            color: #ff4803; }
      #global-footer .inner .footer-nav a:hover {
        text-decoration: underline; }
  #global-footer .copy {
    text-align: center;
    font-size: 1.2em;
    padding: 10px 0 50px;
    border-top: 1px solid #a1a1a1; }
    @media screen and (max-width: 1119px) {
      #global-footer .copy {
        padding: 10px 0 20px; } }

/*--------------------
	LOWER
--------------------*/
.sub-head {
  width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 1119px) {
    .sub-head {
      width: auto;
      padding: 0 2%; } }
  .sub-head h2 {
    width: 1120px;
    height: 100px;
    background: url("../img/common/white.png") no-repeat center center/contain;
    padding-top: 20px;
    margin: 50px auto; }
    @media screen and (max-width: 1119px) {
      .sub-head h2 {
        width: auto;
        height: auto;
        padding: 0; } }
    .sub-head h2 img {
      height: 120px;
      margin: -20px auto 0; }
      @media screen and (max-width: 1119px) {
        .sub-head h2 img {
          height: 100px;
          margin-right: 0 auto; } }
  .sub-head .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em; }
    .sub-head .breadcrumbs li {
      font-size: 1.6em;
      line-height: 2;
      margin-right: 1em; }
      @media screen and (max-width: 1119px) {
        .sub-head .breadcrumbs li {
          font-size: 1.4em;
          margin-right: .5em; } }
      .sub-head .breadcrumbs li a {
        text-decoration: underline; }

.content {
  width: 1120px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 1119px) {
    .content {
      width: auto;
      margin: 0 auto 60px; } }

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 30px; }
  .pagination li {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 .5em; }
    .pagination li a {
      padding: 5px;
      border: 1px solid #2f2f2f;
      border-radius: 12px; }
      .pagination li a.thispage {
        pointer-events: none;
        background: #2f2f2f;
        color: #fff; }
      .pagination li a:hover {
        background: #2f2f2f;
        color: #fff; }
