@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500&display=swap");
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%; }

body, table, input, textarea, select, option {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #000;
  text-decoration: none; }
  a:link {
    color: #000;
    text-decoration: none; }
  a:visited, a:hover, a:active {
    color: #000; }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1250px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal; }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

#container {
  position: relative;
  text-align: left; }

@media all and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media all and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.15rem; }

  a:hover {
    opacity: 1 !important; }
    a:hover img {
      opacity: 1 !important; }

  .pc {
    display: none !important; }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto; } }
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }
  #gHeader .hd_logo {
    height: 110px;
    display: block;
    text-align: center;
    float: left; }
  #gHeader .hd_logo img {
    margin: 8%;
    width: auto;
    height: auto; }
  #gHeader .hBox {
    float: right;
    padding-right: 20px; }
    #gHeader .hBox ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: right; }
      #gHeader .hBox ul li {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 2.4px; }
        #gHeader .hBox ul li:first-child {
          margin-left: 0; }

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
ul.linkList {
  margin: 4% 0 20px 0; }
  ul.linkList li a {
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #1a92b5;
    text-align: center;
    color: #fff; }
  ul.linkList li + li {
    margin-left: 20px; }

ul#gNavi {
  justify-content: right;
  list-style: none; }
  @media all and (max-width: 767px) {
    ul#gNavi {
      width: 100%;
      display: block;
      justify-content: none; } }
  ul#gNavi li {
    width: auto;
    display: block ruby;
    padding: 0 2%; }
    @media all and (max-width: 767px) {
      ul#gNavi li {
        width: 100%;
        padding: 0;
        display: block; } }
    ul#gNavi li a {
      display: block;
      letter-spacing: 0.2em;
      font-size: 1.4rem;
      line-height: 1.4;
      box-sizing: border-box;
      transition: .3s;
      opacity: 1;
      text-align: right;
      white-space: nowrap; }
      @media all and (max-width: 767px) {
        ul#gNavi li a {
          box-sizing: inherit;
          text-align: center; } }
      ul#gNavi li a:hover {
        opacity: 0.7; }

/*スマホナビ　↓*/
@media all and (max-width: 767px) {
  #gHeader {
    padding: 15px 60px 8px 14px;
    overflow: visible;
    display: block;
    height: 60px; }
    #gHeader .hd_logo {
      width: auto;
      height: auto; }
      #gHeader .hd_logo img {
        margin: 0;
        max-height: 32px; }
    #gHeader .menu {
      height: 25px;
      width: 31px;
      position: fixed;
      top: 15px;
      right: 12px;
      z-index: 100; }
      #gHeader .menu span {
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #1a92b5;
        transition: all .35s ease;
        cursor: pointer; }
        #gHeader .menu span:nth-of-type(2) {
          top: 11px; }
        #gHeader .menu span:nth-of-type(3) {
          top: 22px; }
      #gHeader .menu.active span {
        background: #1a92b5; }
      #gHeader .menu.active .top {
        transform: translateY(11px) rotate(-45deg); }
      #gHeader .menu.active .middle {
        opacity: 0; }
      #gHeader .menu.active .bottom {
        transform: translateY(-10px) rotate(45deg); }
    #gHeader .hBox {
      padding: 0;
      display: none;
      background-color: #1a92b5;
      margin-top: 0;
      padding: 5px 0 0;
      width: 100%;
      position: fixed;
      top: 58px;
      left: 0;
      box-sizing: border-box;
      z-index: 9999;
      height: 100vh; }
      #gHeader .hBox .naviUl {
        padding: 0 0 220px 0;
        position: relative;
        width: auto; }
        #gHeader .hBox .naviUl ul {
          display: inherit; }
          #gHeader .hBox .naviUl ul li {
            margin: 0 0;
            width: 100%;
            text-align: center;
            border-bottom: 1px solid #fff; }
            #gHeader .hBox .naviUl ul li a {
              padding: 15px 0 14px;
              display: block;
              color: #fff;
              font-size: 1.3rem;
              font-weight: 400; }
          #gHeader .hBox .naviUl ul.linkList {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #dcf2ff;
            display: flex;
            flex-wrap: wrap;
            margin: 0; }
            #gHeader .hBox .naviUl ul.linkList li {
              border-bottom: 1px solid #fff;
              width: calc(100%/3);
              text-align: center; }
              #gHeader .hBox .naviUl ul.linkList li a {
                color: #1a92b5;
                height: 50px;
                display: block;
                padding: 20px 0;
                border-radius: 0;
                background-color: #dcf2ff;
                display: block; }
                #gHeader .hBox .naviUl ul.linkList li a:link:hover:visited {
                  color: #1a92b5; }
                #gHeader .hBox .naviUl ul.linkList li a .img {
                  margin-bottom: 5px; }
                  #gHeader .hBox .naviUl ul.linkList li a .img img {
                    width: auto;
                    max-height: 32px; }
              #gHeader .hBox .naviUl ul.linkList li + li a {
                border-left: 1px solid #fff; }
              #gHeader .hBox .naviUl ul.linkList li.telBox {
                border: none;
                width: 100%;
                height: 130px;
                background-color: #1a92b5; }
                #gHeader .hBox .naviUl ul.linkList li.telBox a {
                  border: none;
                  padding: 3% 5%;
                  margin: 3%;
                  background-color: #fff;
                  height: auto; }
                  #gHeader .hBox .naviUl ul.linkList li.telBox a img {
                    max-height: 30px;
                    width: auto;
                    display: block;
                    margin: 10px auto; } }
/*スマホナビ　↑*/
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  width: 1140px;
  margin: 16px auto 14px; }
  #pagePath li {
    padding-right: 12px;
    display: inline;
    color: #2b2b2b;
    font-size: 1.3rem;
    letter-spacing: 0.075em; }
  #pagePath a {
    padding-right: 15px;
    color: #2b2b2b; }
    #pagePath a:hover {
      text-decoration: underline; }

@media all and (max-width: 767px) {
  #pagePath {
    width: auto;
    margin: 9px 14px 5px; }
    #pagePath li {
      padding-right: 9px;
      font-size: 1rem; }
    #pagePath a {
      padding-right: 12px; }
      #pagePath a:hover {
        text-decoration: none; } }
/*------------------------------------------------------------
	contentArea
------------------------------------------------------------*/
.contentArea {
  padding: 120px 0 100px;
  margin-bottom: 60px;
  background-color: #1a92b5;
  color: #FFFFFF; }
  @media all and (max-width: 767px) {
    .contentArea {
      padding: 30px 0; } }
  .contentArea .columnList.round.standard {
    padding: 10px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-around;
    border: 3px solid #FFFFFF;
    border-radius: 30px;
    min-height: inherit;
    overflow: visible; }
    @media all and (max-width: 767px) {
      .contentArea .columnList.round.standard {
        padding: 30px 0; } }
    @media all and (max-width: 767px) {
      .contentArea .columnList.round.standard {
        display: inherit;
        padding: 0; } }
    .contentArea .columnList.round.standard li {
      overflow: visible;
      float: none;
      position: relative;
      min-height: inherit;
      width: calc(100%/4);
      padding: 15px; }
      @media all and (max-width: 767px) {
        .contentArea .columnList.round.standard li {
          padding: 20px 28px 20px;
          width: auto; } }
      .contentArea .columnList.round.standard li + li {
        border-left: 3px solid #FFFFFF;
        padding: 20px 28px 20px; }
        @media all and (max-width: 767px) {
          .contentArea .columnList.round.standard li + li {
            border-left: none;
            border-top: 3px solid #FFFFFF; } }
      .contentArea .columnList.round.standard li .ttl {
        font-size: 2.5rem;
        padding-left: 25px;
        margin-left: 0; }
        .contentArea .columnList.round.standard li .ttl::before {
          left: 0; }
        .contentArea .columnList.round.standard li .ttl span {
          margin-top: 0;
          font-weight: normal;
          font-size: 1.3rem;
          letter-spacing: 2px;
          float: right;
          line-height: 2;
          padding-left: 10px;
          text-align: center; }
          .contentArea .columnList.round.standard li .ttl span.icon {
            position: absolute;
            top: -40px;
            left: 50%;
            padding-left: 0;
            -webkit-transform: translateY(-40%) translateX(-50%);
            transform: translateY(-40%) translateX(-50%); }
            @media all and (max-width: 767px) {
              .contentArea .columnList.round.standard li .ttl span.icon {
                top: 26%;
                left: -10px;
                -webkit-transform: translateY(26%) translateX(-10px);
                transform: translateY(26%) translateX(-10px);
                z-index: 99; } }
            .contentArea .columnList.round.standard li .ttl span.icon img {
              width: 48px;
              height: auto; }
      .contentArea .columnList.round.standard li a.tel {
        font-size: 2.4rem;
        letter-spacing: 4px;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center; }
      .contentArea .columnList.round.standard li .btn_am_004 {
        min-width: 180px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto; }
        @media all and (max-width: 767px) {
          .contentArea .columnList.round.standard li .btn_am_004 {
            min-width: 90%; } }
        .contentArea .columnList.round.standard li .btn_am_004 a {
          padding: 3px;
          min-width: 180px;
          /* 任意 */
          background-color: #fff; }
          @media all and (max-width: 767px) {
            .contentArea .columnList.round.standard li .btn_am_004 a {
              height: auto; } }
          .contentArea .columnList.round.standard li .btn_am_004 a::before {
            /* 任意 */
            background-color: #eee; }
          .contentArea .columnList.round.standard li .btn_am_004 a span {
            color: #333333; }

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    #gFooter {
      padding-bottom: 50px; } }
  #gFooter .f_logo {
    margin: 0 auto;
    display: block;
    width: 246px;
    height: auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      #gFooter .f_logo {
        margin-bottom: 0; } }
  #gFooter #gNavi_ft1, #gFooter #gNavi_ft2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    #gFooter #gNavi_ft1 li, #gFooter #gNavi_ft2 li {
      width: auto;
      display: table;
      text-align: center;
      ont-family: source-han-sans-japanese, sans-serif;
      font-weight: 700;
      font-style: normal; }
      #gFooter #gNavi_ft1 li a, #gFooter #gNavi_ft2 li a {
        color: #ccc; }
  #gFooter .nav2 {
    margin-top: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; }
    @media screen and (max-width: 480px) {
      #gFooter .nav2 {
        display: inherit;
        margin-top: 30px; } }
    #gFooter .nav2 > div {
      width: calc(100%/2); }
      @media screen and (max-width: 767px) {
        #gFooter .nav2 > div {
          width: auto; } }
    #gFooter .nav2 #gNavi_ft2 a {
      color: #333333; }
    #gFooter .nav2 small {
      text-align: right;
      width: 100%;
      display: block; }
  #gFooter .bg004 {
    margin-top: 60px; }
  #gFooter ul.contactBox {
    background-color: #1e95da;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99; }
    #gFooter ul.contactBox li {
      border: none;
      width: calc(100%/3);
      position: relative;
      text-align: center; }
      #gFooter ul.contactBox li::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        z-index: 10; }
      #gFooter ul.contactBox li a {
        font-size: 1.1rem;
        line-height: 30px;
        height: 30px;
        position: relative;
        text-align: center;
        padding: 6% 3%;
        display: block;
        color: #fff; }
        #gFooter ul.contactBox li a::before {
          content: "";
          width: 18px;
          height: 15px;
          position: absolute;
          top: 54%;
          left: 3%;
          -webkit-transform: translateY(-54%) translateX(3%);
          transform: translateY(-54%) translateX(3%);
          right: auto;
          border-top: none;
          border-right: none;
          background-size: 100% auto;
          background-repeat: no-repeat; }
        #gFooter ul.contactBox li a.link01::before {
          background-image: url("../../img/common/icon_01_wt.png"); }
        #gFooter ul.contactBox li a.link02::before {
          background-image: url("../../img/common/icon_02_wt.png"); }
        #gFooter ul.contactBox li a.link03::before {
          background-image: url("../../img/common/icon_03_wt.png"); }
        #gFooter ul.contactBox li a span {
          font-size: 1.3rem;
          display: block;
          font-weight: bold; }
      #gFooter ul.contactBox li + li a {
        border-left: 1px solid #fff; }
  @media all and (max-width: 767px) {
    #gFooter .column4 {
      display: inherit;
      padding: 0 20px; } }
  @media all and (max-width: 767px) {
    #gFooter .column4 li {
      width: auto;
      margin-bottom: 20px; } }
  #gFooter .column4 li img {
    width: auto;
    height: 37px; }
