/*
Theme Name:minotsu
 */
@charset "utf-8";

html, body {
    font-family: "Noto Sans JP";
}

body, text {
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
    color: #131a3c;
}
@media (max-width: 800px) {
body, text {
    font-size: 14px;
}
}

a {
    text-decoration: none;
    color: #131a3c;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
    color: #131a3c;
}

::-moz-focus-inner {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    width: 100%;
}

h1, h2, h3, h4, p {
    margin: 0;
    font-size: 100%;
    font-weight: 500;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, input [type="text"], textarea {
    font-size: 16px;
}

button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

address {
    font-style: normal;
}

th {font-weight: 500;}


/* common
-----------------------------------------------------*/
.contents_wrap {
    padding: 100px 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap {
    padding: 60px 0;
}
}

.contents_wrap2 {
    padding: 0 0 100px;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap2 {
    padding: 0 0 60px;
}
}

.contents_wrap3 {
    padding: 100px 0 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap3 {
    padding: 60px 0 0;
}
}

.contents_inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}


/* header area
-----------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    transition: 0.5s;
    padding: 20px 0;
}
@media (max-width: 1200px) {
#header {
    padding: 50px 0;
}
}
@media (max-width: 800px) {
#header {
    padding: 30px 0;
}
}

#header.fixed {
    background-color: #0aaee4;
}

.header_wrap {
    margin: 0 100px 0 0;
}

.header_logo {
    width: 220px;
    float: left;
    position: fixed;
    z-index: 1500;
    top: 27px;
    left: 50px;
}
@media (max-width: 800px) {
.header_logo {
    width: 170px;
    top: 10px;
    left: 10px;
}
}














/* gloval navi
-----------------------------------------------------*/
.gloval_menu {
    position: fixed;
    z-index: 1200;
    cursor: pointer;
    width: 60px;
    height: 60px;
    right: 50px;
    top: 20px;
    background-color: #0174bd;
}
@media (max-width: 800px) {
.gloval_menu {
    right: 0;
    top: 0;
}
}

.menu_line {
    background-color: #fff;
    display: block;
    height: 1px;
    left: 16px;
    position: absolute;
    transition: transform .5s;
    width: 48%;
}

.menu_line_top {
    top: 19px;
}

.menu_line_center {
    top: 29px;
}

.menu_line_bottom {
    bottom: 19px;
}

.menu_line_top.active {
    top: 29px;
    transform: rotate(45deg);
}

.menu_line_center.active {
    transform:scaleX(0);
}

.menu_line_bottom.active {
    bottom: 29px;
    transform: rotate(135deg);
}

.gloval_nav {
    background-color: #01385e;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-image: url(https://company-testsite.kokoic.com/image/open_menu_bg.jpg);
    background-size: 60%;
    background-position: right center;
    background-repeat: no-repeat;
}
@media (max-width: 800px) {
.gloval_nav {
    background-size: 80%;
}
}

.gloval_nav_wrap {
    height: 100%;
    width: 100%;
    z-index: 1000;
    overflow: auto;
    padding: 0 0 80px;
}

.gloval_nav_menu {
    margin: 150px 0 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.gloval_nav_menu {
    margin: 80px 0 0;
}
}

.gloval_nav_menu a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 18px;
    margin: 0 0 30px;
    padding: 0 0 5px;
}
@media (max-width: 800px) {
.gloval_nav_menu a {
    margin: 0 0 10px;
    padding: 5px 0;
    font-size: 18px;
}
}

.gloval_nav_menu a:hover {
    color: #77ace2;
}

.navi_inner {
    padding: 0 0 0 50px;
    overflow: hidden;
}
@media (max-width: 800px) {
.navi_inner {
    padding: 0 0 0 20px;
}
}


/* top page
-----------------------------------------------------*/






/* sub page
-----------------------------------------------------*/








/* contact area
-----------------------------------------------------*/
.formWrap {
    width: 80%;
    margin: 0 auto;
}

.formbutton {
    cursor: pointer;
    display: block;
    -webkit-appearance: none;
    width: 250px;
    padding: 20px 0;
    background-color: #0174bd;
    border: 1px solid #0174bd;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    transition: .2s;
    color: #fff;
    font-size: 110%;
    font-family: "Noto Sans JP";
    font-weight: 500;
}

.formbutton:hover {
    background-color: #fff;
    border: 1px solid #0174bd;
    color: #0174bd;
}

.contact_message {
    margin-bottom: 40px;
}

.input_area {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 50px;
    padding: 10px;
    margin: 5px 0 20px;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    font-family: "Noto Sans JP";
}

.input_area2 {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 10px;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    margin: 5px 0 50px;
    font-family: "Noto Sans JP";
}

input[type="text"]:focus {
    outline: none;
    border: 1px solid #646464;
}

textarea:focus {
    outline: none;
    border: 1px solid #646464;
}

::placeholder {
    letter-spacing: 2px;
    color: #4f483b;
    font-family: "Noto Sans JP";
}

.hissu {
    color: #cf4e0e;
    font-size: 14px;
}

.policy {
    margin-top: 50px;
}

.policy1 {
    margin-bottom: 10px;
    text-align: center;
}

.policy2 {
    font-size: 90%;
    text-align: center;
}

.error_messe {
    margin: 5px 0;
    color: #d79555;
    font-weight: 600;
}


/* grid area
-----------------------------------------------------*/
.grid_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 800px) {
.grid_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
}


/* pagenavi
-----------------------------------------------------*/
.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background-color: #fff;
    border: solid 1px #0174bd;
    padding: 20px 18px;
    margin: 0 8px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration:none;
    display: inline-block;
}

.wp-pagenavi a:hover{
    color:#fff; 
    background-color:#0174bd; 
    border-color:#0174bd;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #0174bd;
    border-color: #0174bd;
    font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 9px 15px 10px 16px;
    margin: 10px 4px 0!important;
}

.pagenavi_prev {
    width: 50%;
    float: left;
}

.pagenavi_next {
    width: 50%;
    float: right;
}

.pagenavi_inner {
    overflow: hidden;
    width: 100%;
}


.navi_title_next {
    text-align: right;
}

.pagenavi_prev a:hover, .pagenavi_next a:hover {
    color: #3ccefe;
}


/* other
-----------------------------------------------------*/
.center, .center2 {
    text-align: center;
}
@media (max-width: 800px) {
.center2 {
    text-align: left;
}
}

.block_title_wrap {
    margin: 0 0 50px;
}
@media (max-width: 800px) {
.block_title_wrap {
    margin: 0 0 40px;
}
}









/* over 801
-----------------------------------------------------*/
@media (min-width: 801px) {
.sp {
    display: none;
}
}

/* over 800
-----------------------------------------------------*/
@media (min-width: 801px) {
.sp {
  display: none;
}
}



